Linux Hardening
 help / color / mirror / Atom feed
 messages from 2024-11-12 09:06:38 to 2024-12-03 18:19:43 UTC [more...]

[PATCH v4 0/1] Seal system mappings
 2024-12-03 18:19 UTC  (13+ messages)
` [PATCH v4 1/1] exec: seal "

[PATCH] net: wireless: sme: Initialize n_channels before accessing channels in cfg80211_conn_scan
 2024-12-03 16:45 UTC  (4+ messages)

[PATCH] drivers: clk: clk-en7523.c: Initialize num before accessing hws in en7523_register_clocks
 2024-12-03 14:29 UTC 

[PATCH -next] mm: usercopy: add a debugfs interface to bypass the vmalloc check
 2024-12-03 14:20 UTC  (13+ messages)

[PATCH] drivers: gpio: gpio-ljca: Initialize num before accessing item in ljca_gpio_config
 2024-12-03 14:14 UTC 

[PATCH v2 0/1] binfmt_elf: seal address zero
 2024-12-03 14:13 UTC  (3+ messages)

GPM & Emacs broken in Linux 6.7 -- ok to relax check?
 2024-12-03 14:07 UTC  (4+ messages)

v6.13-rc1 build errors from kernel/auditsc.c
 2024-12-03  4:03 UTC  (2+ messages)

[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
 2024-12-02 17:33 UTC  (11+ messages)
` [PATCH 01/10] compiler.h: add statically_false()
` [PATCH 02/10] compiler.h: add is_const() as a replacement of __is_constexpr()
` [PATCH 03/10] compiler.h: add is_const_true() and is_const_false()
` [PATCH 04/10] linux/bits.h: simplify GENMASK_INPUT_CHECK() by using is_const_true()
` [PATCH 05/10] minmax: simplify __clamp_once() by using is_const_false()
` [PATCH 06/10] fortify: replace __is_constexpr() by is_const() in strlen()
` [PATCH 07/10] overflow: replace __is_constexpr() by is_const()
` [PATCH 08/10] drm/i915/reg: replace __is_const_expr() by is_const_true() or is_const()
` [PATCH 09/10] coresight: etm4x: replace __is_const_expr() by is_const()
` [PATCH 10/10] compiler.h: remove __is_constexpr()

[PATCH] exec: Make sure task->comm is always NUL-terminated
 2024-12-01 21:49 UTC  (7+ messages)

[PATCH] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-12-01 18:37 UTC  (9+ messages)

[PATCH v2] printf: Remove unused 'bprintf'
 2024-12-01 16:19 UTC  (7+ messages)

korg-clang-19-lkftconfig-hardening: TI x15 board - PC is at edma_probe (drivers/dma/ti/edma.c
 2024-11-28 10:00 UTC  (2+ messages)

[RFC PATCH v2 0/9] Use ERST for persistent storage of MCE and APEI errors
 2024-11-26  7:04 UTC  (5+ messages)

[PATCH v3 00/10] Initial support for Samsung Galaxy Tab 2 series
 2024-11-25 21:29 UTC  (15+ messages)
` [PATCH v3 06/10] ARM: dts: ti: omap: espresso-common: Add common device tree "
` [PATCH v3 08/10] ARM: dts: ti: omap: samsung-espresso7: Add initial support for Galaxy Tab 2 7.0
    `  "
` [PATCH v3 10/10] ARM: dts: ti: omap: samsung-espresso10: Add initial support for Galaxy Tab 2 10.1

[PATCH] net: mac80211: cfg: Initialize cnt before accessing elem
 2024-11-25 16:48 UTC  (2+ messages)

[RFC 0/1] swiotlb: Mitigate potential DoS caused by BUG_ON()
 2024-11-25 13:48 UTC  (3+ messages)
  ` [RFC 1/1] swiotlb: Replace BUG_ON() with graceful error handling

[PATCH] ovl: Check for NULL OVL_E() results
 2024-11-25 12:53 UTC  (3+ messages)

[PATCH] alpha: Replace one-element array with flexible array member
 2024-11-25 10:32 UTC 

[PATCH] net: mac80211: cfg: Initialize cnt before accessing elem in ieee80211_copy_mbssid_beacon
 2024-11-23 17:25 UTC 

[PATCH v3 3/3] dmapool: Use xarray for vaddr-to-block lookup
 2024-11-22 21:11 UTC  (4+ messages)
` [PATCH v3 2/3] dmapool: Use pool_find_block() in pool_block_err()
` [PATCH v3 1/3] dmapool: Move pool metadata into non-DMA memory
` [PATCH v3 0/3] dmapool: Mitigate dev-controllable mem. corruption

[RFC v2 0/2] dmapool: Mitigate device-controllable mem. corruption
 2024-11-22 19:19 UTC  (18+ messages)
` [RFC v2 1/2] dmapool: Move pool metadata into non-DMA memory
` [RFC v2 2/2] dmapool: Use pool_find_block() in pool_block_err()

[PATCH] Fix a potential abuse of seq_printf() format string in drivers
 2024-11-22 14:35 UTC  (4+ messages)

[PATCH] overflow: improve size_add/mul for 32bit systems
 2024-11-22  0:21 UTC  (5+ messages)

[PATCH v3 0/1] seal system mappings
 2024-11-19 23:49 UTC  (8+ messages)
` [PATCH v3 1/1] exec: "

[PATCH][next] ext4: avoid dozens of -Wflex-array-member-not-at-end warnings
 2024-11-19 22:37 UTC 

[RFCv1 0/6] Page Detective
 2024-11-19 18:51 UTC  (8+ messages)

[PATCH 0/1] disable __counted_by for clang < 19.1.3
 2024-11-19 17:26 UTC  (3+ messages)
` [PATCH 1/1] Compiler Attributes: "

[PATCH v2 linux-next 0/2] lib/string_choices: Sorting function order
 2024-11-19  8:35 UTC  (4+ messages)
` [PATCH v2 linux-next 1/2] lib/string_choices: Rearrange functions in sorted order
` [PATCH v2 linux-next 2/2] lib/string_choices: Add str_locked_unlocked()/str_unlocked_locked() helper

[PATCH 0/3] UAPI: ethtool: Avoid flex-array in struct ethtool_link_settings
 2024-11-19  4:00 UTC  (6+ messages)
` [PATCH 1/3] Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings"
` [PATCH 2/3] Revert "UAPI: ethtool: Use __struct_group() in struct ethtool_link_settings"
` [PATCH 3/3] UAPI: ethtool: Avoid flex-array in struct ethtool_link_settings

[PATCH] pinctrl: airoha: Use unsigned long for bit search
 2024-11-18 22:58 UTC  (3+ messages)

A Proposal
 2024-11-18 22:38 UTC 

[PATCH][next] fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warning
 2024-11-18 18:01 UTC 

[PATCH] mm: Handle compound pages better in __dump_page()
 2024-11-18  5:17 UTC  (4+ messages)

[PATCH] Input: ads7846 - Expand xfer array to match usage
 2024-11-18  4:57 UTC  (4+ messages)

[PATCH linux-next] lib/string_choices: Add str_locked_unlocked()/str_unlocked_locked() helper
 2024-11-18  3:10 UTC  (6+ messages)

[PATCH] smb: client: memcpy() with surrounding object base address
 2024-11-17 23:08 UTC  (3+ messages)

[PATCH][next] powerpc/ps3: replace open-coded sysfs_emit function
 2024-11-17 12:09 UTC  (2+ messages)

[PATCH] powerpc: Add __must_check to set_memory_...()
 2024-11-17 12:09 UTC  (2+ messages)

[PATCH] lib: stackinit: Hide never-taken branch from compiler
 2024-11-17 11:38 UTC 

[PATCH] wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*
 2024-11-17 11:04 UTC  (6+ messages)

[PATCH] sctp: Replace zero-length array with flexible array member
 2024-11-17  5:06 UTC  (2+ messages)

Nov:16:24
 2024-11-16 15:40 UTC 

[PATCH v2] sparc: Replace one-element array with flexible array member
 2024-11-16  8:26 UTC  (3+ messages)

[PATCH v2 0/2][next] UAPI: net/ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2024-11-15 20:38 UTC  (6+ messages)
` [PATCH v2 1/2][next] UAPI: ethtool: Use __struct_group() in struct ethtool_link_settings

[PATCH] clk: clk-loongson2: Fix potential buffer overflow in flexible-array member access
 2024-11-15  1:35 UTC  (2+ messages)

[PATCH] clk: clk-loongson2: Fix memory corruption bug in struct loongson2_clk_provider
 2024-11-14 23:03 UTC  (2+ messages)

[PATCH v2] ext4: Annotate struct fname with __counted_by()
 2024-11-14 23:01 UTC  (3+ messages)

[PATCH v2][next] jbd2: Avoid dozens of -Wflex-array-member-not-at-end warnings
 2024-11-14 13:53 UTC  (2+ messages)

[RFC PATCH 00/11] output a valid shell script when running 'make -n'
 2024-11-14 10:49 UTC  (11+ messages)
` [RFC PATCH 07/11] kbuild: define 'make' as a no-op in --dry-run mode
` [RFC PATCH 08/11] kbuild: make link-vmlinux.sh respect $dry_run
` [RFC PATCH 09/11] kbuild: simplify commands in --dry-run mode
` [RFC PATCH 10/11] kbuild: don't test for file presence "
` [RFC PATCH 11/11] kbuild: suppress echoing of commands "

[RFC PATCH v2 0/1] seal system mappings
 2024-11-13 21:38 UTC  (8+ messages)
` [RFC PATCH v2 1/1] exec: "

[RESEND PATCH v2] ext4: Annotate struct fname with __counted_by()
 2024-11-12 18:22 UTC 


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