index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
binfmt_misc: document loader substitution
Christian Brauner
1
-0
/
+47
2026-08-03
selftests/exec: test binfmt_misc loader substitution
Christian Brauner
7
-22
/
+764
2026-08-03
binfmt_misc: let a bpf handler request loader substitution
Christian Brauner
4
-8
/
+24
2026-08-03
binfmt_misc: add the 'L' loader substitution flag
Christian Brauner
2
-6
/
+42
2026-08-03
binfmt_elf_fdpic: consume a stashed PT_INTERP substitute
Christian Brauner
1
-1
/
+5
2026-08-03
binfmt_elf: consume a stashed PT_INTERP substitute
Christian Brauner
1
-1
/
+4
2026-08-03
exec: carry a PT_INTERP substitute in struct linux_binprm
Christian Brauner
2
-0
/
+45
2026-08-03
binfmt_misc: document the transparent identity contract
Christian Brauner
1
-0
/
+26
2026-08-03
selftests/exec: test the transparent binfmt_misc mode
Christian Brauner
7
-4
/
+399
2026-08-03
binfmt_misc: let a bpf handler run the interpreter transparently
Christian Brauner
4
-7
/
+31
2026-08-03
binfmt_misc: add a static transparent flag 'T'
Christian Brauner
2
-0
/
+16
2026-08-03
binfmt_misc: add transparent interpreter dispatch
Christian Brauner
1
-8
/
+19
2026-08-03
exec: label mm->exe_file with the binary for a transparent dispatch
Christian Brauner
1
-9
/
+27
2026-08-03
exec: add AT_FLAGS_TRANSPARENT_INTERP
Christian Brauner
4
-8
/
+31
2026-08-03
selftests/exec: convert the binfmt_misc bpf test to the kselftest harness
Christian Brauner
4
-141
/
+185
2026-08-03
exec: release the replaced file with do_close_execat()
Christian Brauner
1
-4
/
+6
2026-08-03
binfmt_misc: split out entry_open_interpreter() and build_interp_argv()
Christian Brauner
1
-34
/
+76
2026-08-03
binfmt_misc: normalize the per-exec invocation flags
Christian Brauner
1
-23
/
+39
2026-08-03
binfmt_misc: table-drive the register string flags
Christian Brauner
1
-40
/
+52
2026-08-03
docs, binfmt_misc: keep general usage out of the handler sections
Christian Brauner
1
-39
/
+40
2026-08-03
binfmt_misc: require an absolute interpreter path with 'C'
Christian Brauner
2
-0
/
+10
2026-08-03
Merge patch series "binfmt_misc: bpf-backed binary type handlers"
Christian Brauner
16
-40
/
+1392
2026-08-03
selftests/exec: add binfmt_misc bpf-backed handler test
Farid Zakaria
7
-0
/
+642
2026-08-03
binfmt_misc: let a bpf handler choose the invocation flags per exec
Christian Brauner
2
-15
/
+49
2026-08-03
binfmt_misc: let bpf handlers pass an argument to the interpreter
Christian Brauner
2
-5
/
+34
2026-08-03
bpf: allow fs kfuncs for binfmt_misc_ops programs
Christian Brauner
1
-3
/
+25
2026-08-03
binfmt_misc: wire up bpf-backed 'B' entries
Christian Brauner
2
-15
/
+181
2026-08-03
binfmt_misc: let the entry lookup walk sleep
Christian Brauner
1
-22
/
+34
2026-08-03
binfmt_misc: add binfmt_misc_ops bpf struct_ops
Christian Brauner
4
-0
/
+437
2026-08-03
exec: stash bpf-selected interpreter state in struct linux_binprm
Christian Brauner
2
-0
/
+10
2026-08-03
Merge patch series "binfmt_misc: write access fixes, RCU handler lookup and c...
Christian Brauner
4
-415
/
+419
2026-08-03
binfmt_misc: allow removing entries via unlink(2)
Christian Brauner
2
-22
/
+58
2026-08-03
binfmt_misc: include what is used
Christian Brauner
1
-17
/
+17
2026-08-03
binfmt_misc: assorted small cleanups
Christian Brauner
1
-10
/
+9
2026-08-03
binfmt_misc: use __free(kfree) in bm_register_write()
Christian Brauner
1
-5
/
+5
2026-08-03
binfmt_misc: split the field parsing out of create_entry()
Christian Brauner
1
-117
/
+108
2026-08-03
binfmt_misc: use a flexible array member for the register string
Christian Brauner
1
-5
/
+9
2026-08-03
binfmt_misc: simplify check_special_flags()
Christian Brauner
1
-17
/
+5
2026-08-03
binfmt_misc: factor out the entry removal
Christian Brauner
1
-44
/
+40
2026-08-03
binfmt_misc: give the parse_command() results names
Christian Brauner
1
-18
/
+20
2026-08-03
binfmt_misc: return errors directly in load_misc_binary()
Christian Brauner
1
-27
/
+14
2026-08-03
binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
Christian Brauner
1
-13
/
+11
2026-08-03
binfmt_misc: factor out the entry matching
Christian Brauner
1
-21
/
+29
2026-08-03
binfmt_misc: convert the entry file to seq_file
Christian Brauner
1
-35
/
+39
2026-08-03
binfmt_misc: use print_hex_dump_debug() for the register debug output
Christian Brauner
1
-37
/
+15
2026-08-03
binfmt_misc: remove the VERBOSE_STATUS toggle
Christian Brauner
1
-9
/
+0
2026-08-03
binfmt_misc: rename Node to struct binfmt_misc_entry
Christian Brauner
1
-29
/
+31
2026-08-03
binfmt_misc: turn the entry behavior flags into an enum
Christian Brauner
1
-4
/
+8
2026-08-03
binfmt_misc: turn the entry bit numbers into a proper enum
Christian Brauner
1
-10
/
+14
2026-08-03
binfmt_misc: annotate racy accesses to ->enabled
Christian Brauner
1
-5
/
+5
[prev]
[next]