messages from 2020-12-11 19:32:56 to 2021-02-22 15:18:48 UTC [more...]
[PATCH 00/20] Manual replacement of all strlcpy in favor of strscpy
2021-02-22 15:12 UTC (19+ messages)
` [PATCH 01/20] cgroup: Manual replacement of the deprecated strlcpy() with return values
` [PATCH 02/20] crypto: "
` [PATCH 03/20] devlink: "
` [PATCH 04/20] dma-buf: "
` [PATCH 05/20] kobject: "
` [PATCH 06/20] ima: "
` [PATCH 07/20] SUNRPC: "
` [PATCH 08/20] kernfs: "
` [PATCH 09/20] m68k/atari: "
` [PATCH 10/20] module: "
` [PATCH 11/20] hwmon: "
` [PATCH 12/20] s390/hmcdrv: "
` [PATCH 13/20] scsi: zfcp: "
` [PATCH 14/20] target: "
` [PATCH 15/20] ALSA: usb-audio: "
` [PATCH 16/20] tracing/probe: "
` [PATCH 17/20] vt: "
` [PATCH 18/20] usb: gadget: f_midi: "
[PATCH v6 0/7] Count rlimits in each user namespace
2021-02-22 14:09 UTC (17+ messages)
` [PATCH v6 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v6 2/7] Add a reference to ucounts for each cred
` [PATCH v6 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v6 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v6 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v6 6/7] Reimplement RLIMIT_MEMLOCK "
` [PATCH v7 "
` f009495a8d: BUG:KASAN:use-after-free_in_user_shm_unlock
` [PATCH v6 7/7] kselftests: Add test to check for rlimit changes in different user namespaces
[PATCH v7 0/7] Count rlimits in each user namespace
2021-02-22 9:56 UTC (8+ messages)
` [PATCH v7 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v7 2/7] Add a reference to ucounts for each cred
` [PATCH v7 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v7 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v7 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v7 6/7] Reimplement RLIMIT_MEMLOCK "
` [PATCH v7 7/7] kselftests: Add test to check for rlimit changes in different user namespaces
[PATCH v28 00/12] Landlock LSM
2021-02-19 15:34 UTC (28+ messages)
` [PATCH v28 01/12] landlock: Add object management
` [PATCH v28 02/12] landlock: Add ruleset and domain management
` [PATCH v28 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v28 04/12] landlock: Add ptrace restrictions
` [PATCH v28 05/12] LSM: Infrastructure management of the superblock
` [PATCH v28 06/12] fs,security: Add sb_delete hook
` [PATCH v28 07/12] landlock: Support filesystem access-control
` [PATCH v28 08/12] landlock: Add syscall implementations
` [PATCH v28 09/12] arch: Wire up Landlock syscalls
` [PATCH v28 10/12] selftests/landlock: Add user space tests
` [PATCH v28 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v28 12/12] landlock: Add user and kernel documentation
[PATCH v9 00/16] Add support for Clang LTO
2021-02-16 21:37 UTC (20+ messages)
` [PATCH v9 05/16] kbuild: lto: merge module sections
` [PATCH v9 06/16] kbuild: lto: add a default list of used symbols
Fine-grained Forward CFI on top of Intel CET / IBT
2021-02-11 5:51 UTC
[ANNOUNCE][CFP] Linux Security Summit 2021
2021-02-08 19:59 UTC
[PATCH v3 0/2] arm64/acpi: restrict AML opregion memory access
2021-02-06 10:45 UTC (6+ messages)
` [PATCH v3 2/2] arm64/acpi: disallow writeable AML opregion mapping for EFI code regions
Joining the general Linux kernel hardening mailing list
2021-02-05 17:31 UTC
[PATCH v5 0/7] Count rlimits in each user namespace
2021-02-05 2:55 UTC (10+ messages)
` [PATCH v5 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v5 2/7] Add a reference to ucounts for each cred
` [PATCH v5 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` c632dadc10: BUG:KASAN:null-ptr-deref_in_is_ucounts_overlimit
` [PATCH v5 4/7] Reimplement RLIMIT_MSGQUEUE on top of ucounts
` [PATCH v5 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v5 6/7] Reimplement RLIMIT_MEMLOCK "
` 0ac0c30c8f: WARNING:at_kernel/ucount.c:#dec_rlimit_ucounts
` [PATCH v5 7/7] kselftests: Add test to check for rlimit changes in different user namespaces
forkat(int pidfd), execveat(int pidfd), other awful things?
2021-02-02 9:23 UTC (6+ messages)
[PATCH v27 00/12] Landlock LSM
2021-01-27 19:57 UTC (17+ messages)
` [PATCH v27 01/12] landlock: Add object management
` [PATCH v27 02/12] landlock: Add ruleset and domain management
` [PATCH v27 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v27 04/12] landlock: Add ptrace restrictions
` [PATCH v27 05/12] LSM: Infrastructure management of the superblock
` [PATCH v27 06/12] fs,security: Add sb_delete hook
` [PATCH v27 07/12] landlock: Support filesystem access-control
` [PATCH v27 08/12] landlock: Add syscall implementations
` [PATCH v27 09/12] arch: Wire up Landlock syscalls
` [PATCH v27 10/12] selftests/landlock: Add user space tests
` [PATCH v27 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v27 12/12] landlock: Add user and kernel documentation
[PATCH v4 00/10] Function Granular KASLR
2021-01-25 17:21 UTC (12+ messages)
[PATCH kspp-next] kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuilds
2021-01-22 19:33 UTC (2+ messages)
[PATCH v4 0/7] Count rlimits in each user namespace
2021-01-22 13:00 UTC (8+ messages)
` [PATCH v4 1/7] Add a reference to ucounts for each cred
` [PATCH v4 2/7] Move RLIMIT_NPROC counter to ucounts
` [PATCH v4 3/7] Move RLIMIT_MSGQUEUE "
` [PATCH v4 4/7] Move RLIMIT_SIGPENDING "
` [PATCH v4 5/7] Move RLIMIT_MEMLOCK "
` [PATCH v4 6/7] Move RLIMIT_NPROC check to the place where we increment the counter
` [PATCH v4 7/7] kselftests: Add test to check for rlimit changes in different user namespaces
[RFC PATCH v3 0/8] Count rlimits in each user namespace
2021-01-21 16:07 UTC (22+ messages)
` [RFC PATCH v3 1/8] Use refcount_t for ucounts reference counting
` c25050162e: WARNING:at_lib/refcount.c:#refcount_warn_saturate
` [RFC PATCH v3 2/8] Add a reference to ucounts for each cred
` 14c3c8a27f: kernel_BUG_at_kernel/cred.c
` [PATCH v4 2/8] Add a reference to ucounts for each cred
` [RFC PATCH v3 3/8] Move RLIMIT_NPROC counter to ucounts
` [RFC PATCH v3 4/8] Move RLIMIT_MSGQUEUE "
` [RFC PATCH v3 5/8] Move RLIMIT_SIGPENDING "
` [RFC PATCH v3 6/8] Move RLIMIT_MEMLOCK "
` [RFC PATCH v3 7/8] Move RLIMIT_NPROC check to the place where we increment the counter
` [RFC PATCH v3 8/8] kselftests: Add test to check for rlimit changes in different user namespaces
[PATCH v26 00/12] Landlock LSM
2021-01-16 17:16 UTC (15+ messages)
` [PATCH v26 02/12] landlock: Add ruleset and domain management
` [PATCH v26 07/12] landlock: Support filesystem access-control
` [PATCH v26 11/12] samples/landlock: Add a sandbox manager example
[RFC PATCH v2 0/8] Count rlimits in each user namespace
2021-01-13 18:01 UTC (15+ messages)
` [RFC PATCH v2 1/8] Use atomic type for ucounts reference counting
` [RFC PATCH v2 2/8] Add a reference to ucounts for each user
` 59ebc79722: kernel_BUG_at_kernel/cred.c
` [RFC PATCH v2 3/8] Increase size of ucounts to atomic_long_t
` [RFC PATCH v2 4/8] Move RLIMIT_NPROC counter to ucounts
` [RFC PATCH v2 5/8] Move RLIMIT_MSGQUEUE "
` [RFC PATCH v2 6/8] Move RLIMIT_SIGPENDING "
` [RFC PATCH v2 7/8] Move RLIMIT_MEMLOCK "
` [RFC PATCH v2 8/8] Move RLIMIT_NPROC check to the place where we increment the counter
linux-hardening list archive
2021-01-10 20:41 UTC
[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
2021-01-07 8:39 UTC (4+ messages)
` [PATCH v6 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
[kernel-hardening] [PATCH v2] bug: further enhance use of CHECK_DATA_CORRUPTION
2021-01-04 23:07 UTC (2+ messages)
` "
[PATCH 04/13] x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups
2020-12-28 7:24 UTC (2+ messages)
Kernel complexity
2020-12-15 6:09 UTC (5+ messages)
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