linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-15 13:25:51 to 2023-04-07 19:55:03 UTC [more...]

[PATCH v2 0/4] Tab P11 features
 2023-04-07 19:54 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: sm6115-j606f: Add ramoops node
` [PATCH v2 2/4] arm64: dts: qcom: sm6115: Add RMTFS
` [PATCH v2 3/4] arm64: dts: qcom: sm6115p-j606f: Enable remoteprocs
` [PATCH v2 4/4] arm64: dts: qcom: sm6115p-j606f: Enable ATH10K WiFi

[PATCH 0/9] fortify: Add KUnit tests for runtime overflows
 2023-04-07 19:49 UTC  (28+ messages)
` [PATCH 1/9] kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
` [PATCH 2/9] fortify: Allow KUnit test to build without FORTIFY
` [PATCH 3/9] string: Add Kunit tests for strcat() family
` [PATCH 4/9] fortify: Add protection for strlcat()
` [PATCH 5/9] fortify: strcat: Move definition to use fortified strlcat()
` [PATCH 6/9] fortify: Split reporting and avoid passing string pointer
` [PATCH 7/9] fortify: Provide KUnit counters for failure testing
` [PATCH 8/9] fortify: Add KUnit tests for runtime overflows
` [PATCH 9/9] fortify: Improve buffer overflow reporting

[PATCH v2 00/10] fortify: Add KUnit tests for runtime overflows
 2023-04-07 19:27 UTC  (11+ messages)
` [PATCH v2 01/10] kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
` [PATCH v2 02/10] fortify: Allow KUnit test to build without FORTIFY
` [PATCH v2 03/10] string: Add Kunit tests for strcat() family
` [PATCH v2 04/10] fortify: Use const variables for __member_size tracking
` [PATCH v2 05/10] fortify: Add protection for strlcat()
` [PATCH v2 06/10] fortify: strcat: Move definition to use fortified strlcat()
` [PATCH v2 07/10] fortify: Split reporting and avoid passing string pointer
` [PATCH v2 08/10] fortify: Provide KUnit counters for failure testing
` [PATCH v2 09/10] fortify: Add KUnit tests for runtime overflows
` [PATCH v2 10/10] fortify: Improve buffer overflow reporting

[PATCH v7 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support
 2023-04-07 18:51 UTC  (4+ messages)
` [PATCH v7 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string
` (subset) [PATCH v7 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support

[PATCH 0/4] Tab P11 features
 2023-04-07 13:27 UTC  (13+ messages)
` [PATCH 1/4] arm64: dts: qcom: sm6115-j606f: Add ramoops node
` [PATCH 2/4] arm64: dts: qcom: sm6115: Add RMTFS
` [PATCH 3/4] arm64: dts: qcom: sm6115p-j606f: Enable remoteprocs
` [PATCH 4/4] arm64: dts: qcom: sm6115p-j606f: Enable ATH10K WiFi

[PATCH][next] wifi: mt76: Replace zero-length array with flexible-array member
 2023-04-07  7:23 UTC  (2+ messages)

[PATCH] pstore/ram: Convert to platform remove callback returning void
 2023-04-06 22:50 UTC  (3+ messages)

[PATCH][next] drm/i915/uapi: Replace fake flex-array with flexible-array member
 2023-04-06 16:27 UTC  (6+ messages)

[PATCH][next] s390/fcx: Replace zero-length array with flexible-array member
 2023-04-06 14:29 UTC 

[PATCH][next] s390/diag: Replace zero-length array with flexible-array member
 2023-04-06 14:28 UTC 

[PATCH v5 00/27] x86_64: Improvements at compressed kernel stage
 2023-04-06 11:42 UTC  (16+ messages)
` [PATCH v5 01/27] x86/boot: Align vmlinuz sections on page size
` [PATCH v5 02/27] x86/build: Remove RWX sections and align on 4KB
` [PATCH v5 03/27] x86/boot: Set cr0 to known state in trampoline
` [PATCH v5 09/27] x86/boot: Remove mapping from page fault handler

[PATCH RFC] Randomized slab caches for kmalloc()
 2023-04-05 15:15 UTC  (4+ messages)

[PATCH] mm, page_alloc: use check_pages_enabled static key to check tail pages
 2023-04-05 14:50 UTC  (2+ messages)

[PATCH] mm, page_alloc: reduce page alloc/free sanity checks
 2023-04-05 14:18 UTC  (3+ messages)

[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
 2023-04-05 11:49 UTC  (5+ messages)

[PATCH v2] ubsan: Tighten UBSAN_BOUNDS on GCC
 2023-04-05  2:23 UTC 

[PATCH v2 4/6] kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping
 2023-04-04 22:09 UTC  (5+ messages)
` [PATCH v2 5/6] kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process
` [PATCH v2 6/6] LoongArch: Add ARCH_HAS_FORTIFY_SOURCE

[PATCH v2 0/6] LoongArch: Add kernel address sanitizer support
 2023-04-04  8:41 UTC  (4+ messages)
` [PATCH v2 1/6] LoongArch: Simplified randomization layout after jump new kernel processing
` [PATCH v2 2/6] LoongArch: Fix _CONST64_(x) as unsigned
` [PATCH v2 3/6] LoongArch: Add kernel address sanitizer support

[PATCH v2 0/6] Add basic Minidump kernel driver support
 2023-04-03 16:25 UTC  (8+ messages)
` [PATCH v2 1/6] remoteproc: qcom: Expand MD_* as MINIDUMP_*
` [PATCH v2 2/6] remoteproc: qcom: Move minidump specific data to qcom_minidump.h
` [PATCH v2 3/6] docs: qcom: Add qualcomm minidump guide
` [PATCH v2 4/6] soc: qcom: Add Qualcomm minidump kernel driver
` [PATCH v2 5/6] arm64: defconfig: Enable Qualcomm minidump driver
` [PATCH v2 6/6] remoterproc: qcom: refactor to leverage exported minidump symbol

[PATCH][next] uapi: target: Replace fake flex-array with flexible-array member
 2023-04-03  2:15 UTC  (5+ messages)

The regrettable demise of the TIOCSTI ioctl
 2023-04-01  6:25 UTC 

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-04-01  3:23 UTC  (17+ messages)

[PATCH][next] rtlwifi: Replace fake flex-array with flex-array member
 2023-03-31 14:49 UTC  (6+ messages)
` [next] wifi: "

[PATCH][next] wifi: rndis_wlan: Replace fake flex-array with flexible-array member
 2023-03-31 14:48 UTC  (3+ messages)

[PATCH][next] wifi: mt76: mt7921: Replace fake flex-arrays with flexible-array members
 2023-03-30 20:11 UTC  (5+ messages)

[PATCH][next] platform/chrome: Fix -Warray-bounds warnings
 2023-03-30 20:44 UTC  (4+ messages)

[PATCH][next] rxrpc: Replace fake flex-array with flexible-array member
 2023-03-30 20:15 UTC  (3+ messages)

[PATCH] dt-bindings: reserved-memory: Drop unneeded quotes
 2023-03-28 11:10 UTC  (3+ messages)

[PATCH] drm/probe_helper: fix the warning reported when calling drm_kms_helper_poll_disable during suspend
 2023-03-28  2:31 UTC 

[PATCH v2] net/net_failover: fix txq exceeding warning
 2023-03-27  7:10 UTC  (2+ messages)

[RFC/RFT 0/3] Add compiler support for Control Flow Integrity
 2023-03-25  8:11 UTC  (5+ messages)
` [RFC/RFT,V2 0/3] Add compiler support for Kernel "
  ` [RFC/RFT,V2 1/3] [PR102768] flag-types.h (enum sanitize_code): Extend sanitize_code to 64 bits to support more features
  ` [RFC/RFT,V2 2/3] [PR102768] Support CFI: Add basic support for Kernel Control Flow Integrity
  ` [RFC/RFT,V2 3/3] [PR102768] aarch64: Add "

[PATCH][next] wifi: carl9170: Replace fake flex-array with flexible-array member
 2023-03-24 14:54 UTC  (4+ messages)

[PATCH][next] carl9170: Fix multiple -Warray-bounds warnings
 2023-03-24 14:53 UTC  (4+ messages)

[PATCH][next] uapi: net: ipv6: Replace fake flex-array with flex-array member
 2023-03-23 20:41 UTC 

[PATCH v2][next] RDMA/core: Fix multiple -Warray-bounds warnings
 2023-03-23 10:20 UTC  (2+ messages)

[PATCH] drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes
 2023-03-22 21:38 UTC  (2+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-22 16:52 UTC  (3+ messages)

[PATCH][next] RDMA/core: Fix multiple -Warray-bounds warnings
 2023-03-21 23:12 UTC 

[RFC PATCH 0/6] Add basic Minidump kernel driver support
 2023-03-21 16:13 UTC  (9+ messages)
` [RFC PATCH 3/6] soc: qcom: Add Qualcomm minidump kernel driver
` [RFC PATCH 6/6] pstore/ram: Register context with minidump

[PATCH] wifi: iwlwifi: dvm: Add struct_group for struct iwl_keyinfo keys
 2023-03-21  8:13 UTC  (6+ messages)

[RFC PATCH 00/13] Add DEXCR support
 2023-03-21  4:51 UTC  (5+ messages)
` [RFC PATCH 04/13] powerpc/dexcr: Support userspace ROP protection

[GIT PULL] Block fixes for 6.3-rc3
 2023-03-19  0:48 UTC  (10+ messages)

[linux-stable-rc:linux-4.19.y] [panic] 4d00e68cfc: WARNING:at_fs/sysfs/file.c:#sysfs_emit_at
 2023-03-17  6:50 UTC  (2+ messages)

[PATCH] dm: remove unnecessary (void*) conversions
 2023-03-17  1:35 UTC 

[PATCH] mm/slub: reduce the calculation times of 'MAX_OBJS_PER_PAGE'
 2023-03-16  1:25 UTC 


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).