summaryrefslogtreecommitdiff
path: root/fs/binfmt_misc.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-4/+3
2026-08-17Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-492/+1126
2026-08-10binfmt_misc: don't warn when the mount is completed from another user namespaceChristian Brauner1-1/+2
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner1-2/+14
2026-08-03binfmt_misc: let a 'B' entry bind its interpretersChristian Brauner1-52/+214
2026-08-03binfmt_misc: carry pre-opened interpreters in struct binfmt_misc_interpChristian Brauner1-32/+119
2026-08-03binfmt_misc: let a register string create an entry disabledChristian Brauner1-17/+81
2026-08-03binfmt_misc: let a bpf handler request loader substitutionChristian Brauner1-0/+2
2026-08-03binfmt_misc: add the 'L' loader substitution flagChristian Brauner1-2/+31
2026-08-03binfmt_misc: let a bpf handler run the interpreter transparentlyChristian Brauner1-0/+2
2026-08-03binfmt_misc: add a static transparent flag 'T'Christian Brauner1-0/+6
2026-08-03binfmt_misc: add transparent interpreter dispatchChristian Brauner1-8/+19
2026-08-03binfmt_misc: split out entry_open_interpreter() and build_interp_argv()Christian Brauner1-34/+76
2026-08-03binfmt_misc: normalize the per-exec invocation flagsChristian Brauner1-23/+39
2026-08-03binfmt_misc: table-drive the register string flagsChristian Brauner1-40/+52
2026-08-03binfmt_misc: require an absolute interpreter path with 'C'Christian Brauner1-0/+6
2026-08-03binfmt_misc: let a bpf handler choose the invocation flags per execChristian Brauner1-9/+32
2026-08-03binfmt_misc: let bpf handlers pass an argument to the interpreterChristian Brauner1-5/+28
2026-08-03binfmt_misc: wire up bpf-backed 'B' entriesChristian Brauner1-13/+135
2026-08-03binfmt_misc: let the entry lookup walk sleepChristian Brauner1-22/+34
2026-08-03binfmt_misc: allow removing entries via unlink(2)Christian Brauner1-21/+56
2026-08-03binfmt_misc: include what is usedChristian Brauner1-17/+17
2026-08-03binfmt_misc: assorted small cleanupsChristian Brauner1-10/+9
2026-08-03binfmt_misc: use __free(kfree) in bm_register_write()Christian Brauner1-5/+5
2026-08-03binfmt_misc: split the field parsing out of create_entry()Christian Brauner1-117/+108
2026-08-03binfmt_misc: use a flexible array member for the register stringChristian Brauner1-5/+9
2026-08-03binfmt_misc: simplify check_special_flags()Christian Brauner1-17/+5
2026-08-03binfmt_misc: factor out the entry removalChristian Brauner1-44/+40
2026-08-03binfmt_misc: give the parse_command() results namesChristian Brauner1-18/+20
2026-08-03binfmt_misc: return errors directly in load_misc_binary()Christian Brauner1-27/+14
2026-08-03binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()Christian Brauner1-13/+11
2026-08-03binfmt_misc: factor out the entry matchingChristian Brauner1-21/+29
2026-08-03binfmt_misc: convert the entry file to seq_fileChristian Brauner1-35/+39
2026-08-03binfmt_misc: use print_hex_dump_debug() for the register debug outputChristian Brauner1-37/+15
2026-08-03binfmt_misc: remove the VERBOSE_STATUS toggleChristian Brauner1-9/+0
2026-08-03binfmt_misc: rename Node to struct binfmt_misc_entryChristian Brauner1-29/+31
2026-08-03binfmt_misc: turn the entry behavior flags into an enumChristian Brauner1-4/+8
2026-08-03binfmt_misc: turn the entry bit numbers into a proper enumChristian Brauner1-10/+14
2026-08-03binfmt_misc: annotate racy accesses to ->enabledChristian Brauner1-5/+5
2026-08-03binfmt_misc: use RCU for the handler lookupChristian Brauner1-24/+35
2026-08-03binfmt_misc: convert entry list to an hlistChristian Brauner1-12/+13
2026-07-28binfmt_misc: don't leak the user namespace when the mount failsChristian Brauner1-17/+15
2026-07-28binfmt_misc: reject a flag character as the field delimiterChristian Brauner1-0/+4
2026-07-28binfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner1-2/+8
2026-07-28binfmt_misc: restore write access when removing an entryChristian Brauner1-1/+3
2026-07-28binfmt_misc: don't let an 'F' entry pin its own instanceChristian Brauner1-0/+4
2026-07-20binfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner1-3/+2
2026-05-28binfmt_misc: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1