summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-03binfmt_misc: document loader substitutionChristian Brauner1-0/+47
2026-08-03selftests/exec: test binfmt_misc loader substitutionChristian Brauner7-22/+764
2026-08-03binfmt_misc: let a bpf handler request loader substitutionChristian Brauner4-8/+24
2026-08-03binfmt_misc: add the 'L' loader substitution flagChristian Brauner2-6/+42
2026-08-03binfmt_elf_fdpic: consume a stashed PT_INTERP substituteChristian Brauner1-1/+5
2026-08-03binfmt_elf: consume a stashed PT_INTERP substituteChristian Brauner1-1/+4
2026-08-03exec: carry a PT_INTERP substitute in struct linux_binprmChristian Brauner2-0/+45
2026-08-03binfmt_misc: document the transparent identity contractChristian Brauner1-0/+26
2026-08-03selftests/exec: test the transparent binfmt_misc modeChristian Brauner7-4/+399
2026-08-03binfmt_misc: let a bpf handler run the interpreter transparentlyChristian Brauner4-7/+31
2026-08-03binfmt_misc: add a static transparent flag 'T'Christian Brauner2-0/+16
2026-08-03binfmt_misc: add transparent interpreter dispatchChristian Brauner1-8/+19
2026-08-03exec: label mm->exe_file with the binary for a transparent dispatchChristian Brauner1-9/+27
2026-08-03exec: add AT_FLAGS_TRANSPARENT_INTERPChristian Brauner4-8/+31
2026-08-03selftests/exec: convert the binfmt_misc bpf test to the kselftest harnessChristian Brauner4-141/+185
2026-08-03exec: release the replaced file with do_close_execat()Christian Brauner1-4/+6
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-03docs, binfmt_misc: keep general usage out of the handler sectionsChristian Brauner1-39/+40
2026-08-03binfmt_misc: require an absolute interpreter path with 'C'Christian Brauner2-0/+10
2026-08-03Merge patch series "binfmt_misc: bpf-backed binary type handlers"Christian Brauner16-40/+1392
2026-08-03selftests/exec: add binfmt_misc bpf-backed handler testFarid Zakaria7-0/+642
2026-08-03binfmt_misc: let a bpf handler choose the invocation flags per execChristian Brauner2-15/+49
2026-08-03binfmt_misc: let bpf handlers pass an argument to the interpreterChristian Brauner2-5/+34
2026-08-03bpf: allow fs kfuncs for binfmt_misc_ops programsChristian Brauner1-3/+25
2026-08-03binfmt_misc: wire up bpf-backed 'B' entriesChristian Brauner2-15/+181
2026-08-03binfmt_misc: let the entry lookup walk sleepChristian Brauner1-22/+34
2026-08-03binfmt_misc: add binfmt_misc_ops bpf struct_opsChristian Brauner4-0/+437
2026-08-03exec: stash bpf-selected interpreter state in struct linux_binprmChristian Brauner2-0/+10
2026-08-03Merge patch series "binfmt_misc: write access fixes, RCU handler lookup and c...Christian Brauner4-415/+419
2026-08-03binfmt_misc: allow removing entries via unlink(2)Christian Brauner2-22/+58
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