messages from 2019-06-21 01:19:40 to 2019-06-26 08:15:10 UTC [more...]
[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
2019-06-26 8:15 UTC (4+ messages)
[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
2019-06-26 7:34 UTC (33+ messages)
` [PATCH v5 01/16] fs-verity: add a documentation file
` [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
` [PATCH v5 03/16] fs-verity: add UAPI header
` [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v5 06/16] fs-verity: add inode and superblock fields
` [PATCH v5 07/16] fs-verity: add the hook for file ->open()
` [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
` [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
` [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v5 12/16] fs-verity: add SHA-512 support
` [PATCH v5 14/16] ext4: add basic fs-verity support
` [PATCH v5 16/16] f2fs: add "
[PATCH bpf-next v9 00/10] Landlock LSM: Toward unprivileged sandboxing
2019-06-26 7:33 UTC (14+ messages)
` [PATCH bpf-next v9 01/10] fs,security: Add a new file access type: MAY_CHROOT
` [PATCH bpf-next v9 02/10] bpf: Add eBPF program subtype and is_valid_subtype() verifier
` [PATCH bpf-next v9 03/10] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v9 04/10] seccomp,landlock: Enforce Landlock programs per process hierarchy
` [PATCH bpf-next v9 05/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v9 06/10] landlock: Handle filesystem access control
` [PATCH bpf-next v9 07/10] landlock: Add ptrace restrictions
` [PATCH bpf-next v9 08/10] bpf: Add a Landlock sandbox example
` [PATCH bpf-next v9 09/10] bpf,landlock: Add tests for Landlock
` [PATCH bpf-next v9 10/10] landlock: Add user and kernel documentation "
Detecting the availability of VSYSCALL
2019-06-25 21:49 UTC (8+ messages)
[PATCH V34 00/29] Lockdown as an LSM
2019-06-25 15:00 UTC (72+ messages)
` [PATCH V34 01/29] security: Support early LSMs
` [PATCH V34 02/29] security: Add a "locked down" LSM hook
` [PATCH V34 03/29] security: Add a static lockdown policy LSM
` [PATCH V34 04/29] Enforce module signatures if the kernel is locked down
` [PATCH V34 05/29] Restrict /dev/{mem,kmem,port} when "
` [PATCH V34 06/29] kexec_load: Disable at runtime if "
` [PATCH V34 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V34 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V34 09/29] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V34 10/29] hibernate: Disable when "
` [PATCH V34 11/29] PCI: Lock down BAR access "
` [PATCH V34 12/29] x86: Lock down IO port "
` [PATCH V34 13/29] x86/msr: Restrict MSR "
` [PATCH V34 14/29] ACPI: Limit access to custom_method "
` [PATCH V34 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V34 16/29] acpi: Disable ACPI table override if the kernel is "
` [PATCH V34 17/29] Prohibit PCMCIA CIS storage when "
` [PATCH V34 18/29] Lock down TIOCSSERIAL
` [PATCH V34 19/29] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH V34 20/29] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V34 21/29] Lock down /proc/kcore
` [PATCH V34 22/29] Lock down tracing and perf kprobes when in confidentiality mode
` [PATCH V34 23/29] bpf: Restrict bpf when kernel lockdown is "
` [PATCH V34 24/29] Lock down perf when "
` [PATCH V34 25/29] kexec: Allow kexec_file() with appropriate IMA policy when locked down
` [PATCH V34 26/29] debugfs: Restrict debugfs when the kernel is "
` [PATCH V34 27/29] tracefs: Restrict tracefs "
` [PATCH V34 28/29] efi: Restrict efivar_ssdt_load "
` [PATCH V34 29/29] lockdown: Print current->comm in restriction messages
[RFC PATCH 1/1] Revert "rseq/selftests: arm: use udf instruction for RSEQ_SIG"
2019-06-25 14:08 UTC (5+ messages)
[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #14]
2019-06-25 9:44 UTC (31+ messages)
` [PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/25] fsinfo: Add syscalls to other arches "
` [PATCH 03/25] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 04/25] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 05/25] vfs: Implement parameter value retrieval with fsinfo() "
` [PATCH 06/25] fsinfo: Implement retrieval of LSM parameters "
` [PATCH 07/25] vfs: Introduce a non-repeating system-unique superblock ID "
` [PATCH 08/25] vfs: Allow fsinfo() to look up a mount object by "
` [PATCH 09/25] vfs: Add mount notification count "
` [PATCH 10/25] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 11/25] vfs: fsinfo sample: Mount listing program "
` [PATCH 12/25] fsinfo: Add API documentation "
` [PATCH 13/25] hugetlbfs: Add support for fsinfo() "
` [PATCH 14/25] kernfs, cgroup: Add fsinfo support "
` [PATCH 15/25] fsinfo: Support SELinux superblock parameter retrieval "
` [PATCH 16/25] fsinfo: Support Smack "
` [PATCH 17/25] afs: Support fsinfo() "
` [PATCH 18/25] fsinfo: proc - add sb operation "
` [PATCH 19/25] fsinfo: autofs "
` [PATCH 20/25] fsinfo: shmem - add tmpfs "
` [PATCH 21/25] fsinfo: devpts - add "
` [PATCH 22/25] fsinfo: pstore "
` [PATCH 23/25] fsinfo: debugfs "
` [PATCH 24/25] fsinfo: bpf "
` [PATCH 25/25] fsinfo: ufs "
[PATCH V31 00/25] Add support for kernel lockdown
2019-06-25 2:51 UTC (14+ messages)
` [PATCH V31 06/25] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V31 07/25] kexec_file: Restrict at runtime if the kernel is locked down
[PATCH] samples: make pidfd-metadata fail gracefully on older kernels
2019-06-24 13:49 UTC (13+ messages)
` [PATCH 1/2] CLONE_PIDFD: do not use the value pointed by parent_tidptr
` [PATCH 2/2] samples: make pidfd-metadata fail gracefully on older kernels
[bug report] read-ahead can't work properly
2019-06-24 13:30 UTC
[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
2019-06-24 10:53 UTC (7+ messages)
` [PATCH 05/13] vfs: don't parse "silent" option
[PATCHv4 00/28] kernel: Introduce Time Namespace
2019-06-23 5:26 UTC (4+ messages)
` [PATCHv4 26/28] x86/vdso: Align VDSO functions by CPU L1 cache line
[PATCH V33 00/30] Lockdown as an LSM
2019-06-21 22:31 UTC (23+ messages)
` [PATCH V33 01/30] security: Support early LSMs
` [PATCH V33 02/30] security: Add a "locked down" LSM hook
` [PATCH V33 03/30] security: Add a static lockdown policy LSM
` [PATCH V33 04/30] Enforce module signatures if the kernel is locked down
` [PATCH V33 24/30] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
` [PATCH V33 27/30] lockdown: Print current->comm in restriction messages
` [PATCH V33 29/30] tracefs: Restrict tracefs when the kernel is locked down
` [PATCH V33 30/30] efi: Restrict efivar_ssdt_load "
[PATCH v3 1/2] fork: add clone3
2019-06-21 15:30 UTC (8+ messages)
` [PATCH v3 2/2] arch: wire-up clone3() syscall
[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
2019-06-21 14:50 UTC (7+ messages)
` [PATCH 02/25] vfs: Allow fsinfo() to query what's in an fs_context "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).