Linux Hardening
 help / color / mirror / Atom feed
 messages from 2025-02-02 18:38:19 to 2025-02-09 10:20:06 UTC [more...]

[PATCH net-next] net: Add options as a flexible array to struct ip_tunnel_info
 2025-02-09 10:18 UTC 

[PATCH] ASoC: q6dsp: q6apm: change kzalloc to kcalloc
 2025-02-09 10:15 UTC  (3+ messages)

[PATCH v2] tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
 2025-02-09  6:49 UTC  (5+ messages)

[PATCH v3] hamradio: baycom: replace strcpy() with strscpy()
 2025-02-09  6:24 UTC  (2+ messages)

[PATCH] NFSv4: harden nfs4_get_uniquifier() function
 2025-02-09  3:42 UTC  (2+ messages)

[PATCH v2] sched/topology: change kzalloc to kcalloc
 2025-02-09  3:45 UTC  (2+ messages)

[PATCH v3] thermal/debugfs: change kzalloc to kcalloc
 2025-02-09  3:44 UTC  (2+ messages)

[PATCH 00/10] Annotate arguments of memtostr/strtomem with __nonstring
 2025-02-08 21:16 UTC  (15+ messages)
` [PATCH 01/10] scsi: mptfusion: Mark device strings as nonstring
` [PATCH 02/10] scsi: mpi3mr: "
` [PATCH 03/10] scsi: mpt3sas: "
` [PATCH 04/10] scsi: qla2xxx: "
` [PATCH 05/10] string: kunit: Mark nonstring test strings as __nonstring
` [PATCH 06/10] x86/tdx: Mark message.str as nonstring
` [PATCH 07/10] uapi: stddef.h: Introduce __kernel_nonstring
` [PATCH 08/10] nilfs2: Mark on-disk strings as nonstring
` [PATCH 09/10] compiler.h: Introduce __must_be_noncstr()
` [PATCH 10/10] string.h: Validate memtostr*()/strtomem*() arguments more carefully

[PATCH v2 0/2] Refine kmalloc caches randomization in kvmalloc
 2025-02-08  1:47 UTC  (3+ messages)
` [PATCH v2 1/2] slab: Adjust placement of __kvmalloc_node_noprof
` [PATCH v2 2/2] slab: Achieve better kmalloc caches randomization in kvmalloc

[PATCH v2 0/7] gpio: 74x164: Refactor and clean up the driver
 2025-02-07 19:56 UTC  (10+ messages)
` [PATCH v2 1/7] gpio: 74x164: Remove unneeded dependency to OF_GPIO
` [PATCH v2 2/7] gpio: 74x164: Simplify code with cleanup helpers
` [PATCH v2 3/7] gpio: 74x164: Annotate buffer with __counted_by()
` [PATCH v2 4/7] gpio: 74x164: Make use of the macros from bits.h
` [PATCH v2 5/7] gpio: 74x164: Fully convert to use managed resources
` [PATCH v2 6/7] gpio: 74x164: Switch to use dev_err_probe()
` [PATCH v2 7/7] gpio: 74x164: Utilise temporary variable for struct device

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-07 18:37 UTC  (6+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry

[RFC PATCH v3 00/15] pkeys-based page table hardening
 2025-02-07 14:33 UTC  (19+ messages)
` [RFC PATCH v3 01/15] mm: Introduce kpkeys
` [RFC PATCH v3 02/15] set_memory: Introduce set_memory_pkey() stub
` [RFC PATCH v3 03/15] arm64: mm: Enable overlays for all EL1 indirect permissions
` [RFC PATCH v3 04/15] arm64: Introduce por_set_pkey_perms() helper
` [RFC PATCH v3 05/15] arm64: Implement asm/kpkeys.h using POE
` [RFC PATCH v3 06/15] arm64: set_memory: Implement set_memory_pkey()
` [RFC PATCH v3 07/15] arm64: Enable kpkeys
` [RFC PATCH v3 08/15] mm: Introduce kernel_pgtables_set_pkey()
` [RFC PATCH v3 09/15] mm: Introduce kpkeys_hardened_pgtables
` [RFC PATCH v3 10/15] mm: Allow __pagetable_ctor() to fail
` [RFC PATCH v3 11/15] mm: Map page tables with privileged pkey
` [RFC PATCH v3 12/15] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
` [RFC PATCH v3 13/15] arm64: mm: Guard page table writes with kpkeys
` [RFC PATCH v3 14/15] arm64: Enable kpkeys_hardened_pgtables support
` [RFC PATCH v3 15/15] mm: Add basic tests for kpkeys_hardened_pgtables

[PATCH 0/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
 2025-02-07 13:58 UTC  (18+ messages)
` [PATCH 1/3] compiler.h: Move C string helpers into C-only kernel section
` [PATCH 2/3] compiler.h: Introduce __must_be_char_array()
` [PATCH 3/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()

[PATCH v3][next] tty: tty_buffer: Avoid hundreds of -Wflex-array-member-not-at-end warnings
 2025-02-07  9:38 UTC  (6+ messages)

[PATCH v1 0/7] gpio: 74x164: Refactor and clean up the driver
 2025-02-07  8:56 UTC  (12+ messages)
` [PATCH v1 1/7] gpio: 74x164: Remove unneeded dependency to OF_GPIO
` [PATCH v1 2/7] gpio: 74x164: Simplify code with cleanup helpers
` [PATCH v1 3/7] gpio: 74x164: Annotate buffer with __counted_by()
` [PATCH v1 4/7] gpio: 74x164: Make use of the macros from bits.h
` [PATCH v1 5/7] gpio: 74x164: Fully convert to use managed resources
` [PATCH v1 6/7] gpio: 74x164: Switch to use dev_err_probe()
` [PATCH v1 7/7] gpio: 74x164: Utilise temporary variable for struct device

[PATCH v8 3/7] crash_dump: store dm crypt keys in kdump reserved memory
 2025-02-07  8:08 UTC 

[RFC PATCH 0/8] pkeys-based cred hardening
 2025-02-07  4:52 UTC  (10+ messages)
` [RFC PATCH 1/8] arm64: kpkeys: Avoid unnecessary writes to POR_EL1
` [RFC PATCH 2/8] mm: kpkeys: Introduce unrestricted level
` [RFC PATCH 3/8] slab: Introduce SLAB_SET_PKEY
` [RFC PATCH 4/8] rcu: Allow processing kpkeys-protected data
` [RFC PATCH 5/8] mm: kpkeys: Introduce cred pkey/level
` [RFC PATCH 6/8] cred: Protect live struct cred with kpkeys
` [RFC PATCH 7/8] fs: Protect creds installed by override_creds()
` [RFC PATCH 8/8] mm: Add basic tests for kpkeys_hardened_cred

[PATCH][next] ext4: avoid dozens of -Wflex-array-member-not-at-end warnings
 2025-02-07  1:35 UTC  (4+ messages)

[PATCH v2 0/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
 2025-02-07  1:01 UTC  (6+ messages)
` [PATCH v2 1/3] compiler.h: Move C string helpers into C-only kernel section
` [PATCH v2 2/3] compiler.h: Introduce __must_be_byte_array()
` [PATCH v2 3/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()

[PATCH] pstore: Change kmsg_bytes storage size to u32
 2025-02-06 19:16 UTC 

[PATCH v4 1/1] exec: seal system mappings
 2025-02-06 16:37 UTC  (23+ messages)

[PATCH v2] HID: usbhid: fix recurrent out-of-bounds bug in usbhid_parse()
 2025-02-06 14:44 UTC  (5+ messages)

[syzbot] [hardening?] [mm?] BUG: bad usercopy in vfs_readlink
 2025-02-06  9:43 UTC  (16+ messages)

[PATCH] stackinit: Keep selftest union size small on m68k
 2025-02-06  7:49 UTC  (2+ messages)

[PATCH][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-06  7:25 UTC  (4+ messages)

[PATCH v2][next] cxgb4: Avoid a -Wflex-array-member-not-at-end warning
 2025-02-06  2:30 UTC  (2+ messages)

[PATCH][next] fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-02-06  1:21 UTC  (3+ messages)

[RESEND PATCH][next] fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warning
 2025-02-05 14:11 UTC  (2+ messages)

[GIT PULL] sysctl constification changes for v6.14-rc1
 2025-02-05  9:03 UTC  (5+ messages)
  `  "

[PATCH][next] tty: tty_buffer: Avoid hundreds of -Wflex-array-member-not-at-end warnings
 2025-02-05  8:25 UTC  (9+ messages)

[PATCH v2][next] tty: tty_buffer: Avoid hundreds of -Wflex-array-member-not-at-end warnings
 2025-02-05  5:28 UTC 

[PATCH v2][next] net: atlantic: Avoid -Wflex-array-member-not-at-end warnings
 2025-02-05  2:20 UTC  (5+ messages)

[PATCH][next] qtnfmac: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-02-05  0:43 UTC 

[PATCH v2 0/5] Add support for the Exynos7870 SoC, along with three devices
 2025-02-04 19:12 UTC  (9+ messages)
` [PATCH v2 1/5] dt-bindings: arm: samsung: add compatibles for exynos7870 devices
` [PATCH v2 2/5] arm64: dts: exynos: add initial devicetree support for exynos7870
` [PATCH v2 3/5] arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime
` [PATCH v2 4/5] arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core
` [PATCH v2 5/5] arm64: dts: exynos: add initial support for Samsung Galaxy J6

[PATCH v4 0/1] Seal system mappings
 2025-02-04 18:17 UTC  (5+ messages)
` [PATCH v4 1/1] exec: seal "

[PATCH] stackinit: Fix comment for test_small_end
 2025-02-04 17:48 UTC  (2+ messages)

[RESEND PATCH v2] params: Annotate struct module_param_attrs with __counted_by()
 2025-02-04 16:44 UTC  (2+ messages)

[PATCH v2 0/3] kbuild: Use -fzero-init-padding-bits=all
 2025-02-04 15:42 UTC  (4+ messages)
` [PATCH v2 2/3] stackinit: Add union initialization to selftests

[PATCH 00/33] Add support for the Exynos7870 SoC, along with three devices
 2025-02-03 14:01 UTC  (13+ messages)
` [PATCH 01/33] dt-bindings: hwinfo: samsung,exynos-chipid: add exynos7870-chipid compatible
` [PATCH 02/34] "
` [PATCH 03/34] dt-bindings: clock: add clock definitions for exynos7870 CMU
` [PATCH 02/33] "
` [PATCH 03/33] dt-bindings: clock: document exynos7870 clock driver CMU bindings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox