Linux Hardening
 help / color / mirror / Atom feed
 messages from 2023-03-08 15:27:12 to 2023-03-30 22:45:52 UTC [more...]

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

[PATCH][next] rtlwifi: Replace fake flex-array with flex-array member
 2023-03-30 20:04 UTC  (4+ messages)

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

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-03-30  8:53 UTC  (14+ 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 

[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
 2023-03-27 22:17 UTC  (3+ messages)

[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] uapi: target: Replace fake flex-array with flexible-array member
 2023-03-24 20:59 UTC  (4+ messages)

[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 v7 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support
 2023-03-24  8:49 UTC  (3+ messages)
` [PATCH v7 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string

[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][next] wifi: rndis_wlan: Replace fake flex-array with flexible-array member
 2023-03-22 18:26 UTC 

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

[PATCH v2 0/6] Add basic Minidump kernel driver support
 2023-03-22 13:30 UTC  (7+ 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] 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][next] drm/i915/uapi: Replace fake flex-array with flexible-array member
 2023-03-21  8:43 UTC  (3+ messages)

[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  (8+ messages)
` [RFC PATCH 02/13] powerpc: Add initial Dynamic Execution Control Register (DEXCR) support
` [RFC PATCH 04/13] powerpc/dexcr: Support userspace ROP protection

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

[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 

[PATCH v5 00/27] x86_64: Improvements at compressed kernel stage
 2023-03-15 17:57 UTC  (35+ 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 04/27] x86/boot: Increase boot page table size
` [PATCH v5 05/27] x86/boot: Support 4KB pages for identity mapping
` [PATCH v5 06/27] x86/boot: Setup memory protection for bzImage code
` [PATCH v5 07/27] x86/build: Check W^X of vmlinux during build
` [PATCH v5 08/27] x86/boot: Map memory explicitly
` [PATCH v5 09/27] x86/boot: Remove mapping from page fault handler
` [PATCH v5 10/27] efi/libstub: Move helper function to related file
` [PATCH v5 11/27] x86/boot: Make console interface more abstract
` [PATCH v5 12/27] x86/boot: Make kernel_add_identity_map() a pointer
` [PATCH v5 13/27] x86/boot: Split trampoline and pt init code
` [PATCH v5 14/27] x86/boot: Add EFI kernel extraction interface
` [PATCH v5 15/27] efi/x86: Support extracting kernel from libstub
` [PATCH v5 16/27] x86/boot: Reduce lower limit of physical KASLR
` [PATCH v5 17/27] x86: decompressor: Remove the 'bugger off' message
` [PATCH v5 18/27] tools/include: Add simplified version of pe.h
` [PATCH v5 19/27] x86/build: Cleanup tools/build.c
` [PATCH v5 20/27] efi: x86: Use private copy of struct setup_header
` [PATCH v5 21/27] x86/build: Add SETUP_HEADER_OFFSET constant
` [PATCH v5 22/27] x86/build: set type_of_loader for EFISTUB
` [PATCH v5 23/27] efi/libstub: Don't set ramdisk_image/ramdisk_size
` [PATCH v5 24/27] x86/build: Make generated PE more spec compliant
` [PATCH v5 25/27] efi/libstub: Use memory attribute protocol
` [PATCH v5 26/27] efi/libstub: make memory protection warnings include newlines
` [PATCH v5 27/27] efi/x86: don't try to set page attributes on 0-sized regions

[PATCH][next] wifi: ath11k: Replace fake flex-array with flexible-array member
 2023-03-15 10:19 UTC  (3+ messages)

[PATCH RFC] Randomized slab caches for kmalloc()
 2023-03-15  9:54 UTC 

[PATCH v4 1/3] selftests: use canonical ftrace path
 2023-03-13 21:17 UTC  (3+ messages)
` [PATCH v4 2/3] leaking_addresses: also skip "
` [PATCH v4 3/3] tools/kvm_stat: use "

[PATCH] IB/rdmavt: Fix target union member for rvt_post_one_wr()
 2023-03-13 11:57 UTC  (2+ messages)

[PATCH v4 00/26] x86_64: Improvements at compressed kernel stage
 2023-03-13  9:11 UTC  (66+ messages)
` [PATCH v4 01/26] x86/boot: Align vmlinuz sections on page size
` [PATCH v4 02/26] x86/build: Remove RWX sections and align on 4KB
` [PATCH v4 03/26] x86/boot: Set cr0 to known state in trampoline
` [PATCH v4 05/26] x86/boot: Support 4KB pages for identity mapping
` [PATCH v4 06/26] x86/boot: Setup memory protection for bzImage code
` [PATCH v4 07/26] x86/build: Check W^X of vmlinux during build
` [PATCH v4 08/26] x86/boot: Map memory explicitly
` [PATCH v4 09/26] x86/boot: Remove mapping from page fault handler
` [PATCH v4 12/26] x86/boot: Make kernel_add_identity_map() a pointer
` [PATCH v4 13/26] x86/boot: Split trampoline and pt init code
` [PATCH v4 15/26] efi/x86: Support extracting kernel from libstub
` [PATCH v4 17/26] x86/boot: Reduce size of the DOS stub
` [PATCH v4 18/26] tools/include: Add simplified version of pe.h
` [PATCH v4 19/26] x86/build: Cleanup tools/build.c
` [PATCH v4 20/26] x86/build: Make generated PE more spec compliant
` [PATCH v4 21/26] efi/x86: Explicitly set sections memory attributes
` [PATCH v4 23/26] efi/libstub: Use memory attribute protocol

[RFC PATCH] Introduce per-interrupt kernel-stack randomization
 2023-03-12 13:32 UTC  (4+ messages)
  ` R: "

[PATCH v3 0/3] use canonical ftrace path whenever possible
 2023-03-10 19:20 UTC  (4+ messages)
` [PATCH v3 1/3] selftests: use canonical ftrace path
` [PATCH v3 2/3] leaking_addresses: also skip "
` [PATCH v3 3/3] tools/kvm_stat: use "

[PATCH v1] x86: suppress warning generated by W=1
 2023-03-10  9:35 UTC  (5+ messages)

[PATCH v4 1/2] powerpc/mm: Support execute-only memory on the Radix MMU
 2023-03-09  0:05 UTC  (4+ messages)


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