Linux Hardening
 help / color / mirror / Atom feed
 messages from 2023-03-03 15:44:41 to 2023-03-20 18:41:40 UTC [more...]

[PATCH][next] uapi: target: Replace fake flex-array with flexible-array member
 2023-03-20 18:33 UTC  (3+ messages)

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

[PATCH][next] wifi: carl9170: Replace fake flex-array with flexible-array member
 2023-03-20 17:38 UTC  (3+ messages)

[PATCH][next] carl9170: Fix multiple -Warray-bounds warnings
 2023-03-20 17:37 UTC  (3+ messages)

[PATCH][next] drm/i915/uapi: Replace fake flex-array with flexible-array member
 2023-03-20 17:36 UTC  (2+ messages)

[PATCH] wifi: iwlwifi: dvm: Add struct_group for struct iwl_keyinfo keys
 2023-03-20 17:28 UTC  (3+ messages)

[PATCH][next] wifi: mt76: mt7921: Replace fake flex-arrays with flexible-array members
 2023-03-20 14:56 UTC  (2+ 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

[RFC PATCH 0/6] Add basic Minidump kernel driver support
 2023-03-15 15:23 UTC  (13+ messages)
` [RFC PATCH 3/6] soc: qcom: Add Qualcomm minidump kernel driver

[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  (68+ 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 04/26] x86/boot: Increase boot page table size
` [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 v2 0/6] use canonical ftrace path whenever possible
 2023-03-10 19:37 UTC  (4+ messages)

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

[RFC PATCH 00/13] Add DEXCR support
 2023-03-09 23:46 UTC  (19+ messages)
` [RFC PATCH 01/13] powerpc/book3s: Add missing <linux/sched.h> include
` [RFC PATCH 02/13] powerpc: Add initial Dynamic Execution Control Register (DEXCR) support
` [RFC PATCH 04/13] powerpc/dexcr: Support userspace ROP protection
` [RFC PATCH 05/13] prctl: Define PowerPC DEXCR interface
` [RFC PATCH 06/13] powerpc/dexcr: Add prctl implementation
` [RFC PATCH 07/13] powerpc/dexcr: Add sysctl entry for SBHE system override
` [RFC PATCH 13/13] Documentation: Document PowerPC kernel DEXCR interface

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

[PATCH v7 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support
 2023-03-08 13:27 UTC  (15+ messages)
` [PATCH v7 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string
` [PATCH v7 2/6] dt-bindings: phy: Add QMP UFS PHY compatible for SM6125
` [PATCH v7 3/6] phy: qcom-qmp: Add SM6125 UFS PHY support
` [PATCH v7 4/6] arm64: dts: qcom: sm6125: Add UFS nodes
` [PATCH v7 5/6] dt-bindings: arm: qcom: Document xiaomi,laurel-sprout board
` [PATCH v7 6/6] arm64: dts: qcom: sm6125: Initial support for xiaomi-laurel-sprout

(no subject)
 2023-03-07 21:48 UTC  (8+ messages)
` [PATCH v7 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string
` [PATCH v7 2/6] dt-bindings: phy: Add QMP UFS PHY compatible for SM6125
` [PATCH v7 3/6] phy: qcom-qmp: Add SM6125 UFS PHY support
` [PATCH v7 4/6] arm64: dts: qcom: sm6125: Add UFS nodes

[PATCH][next] netxen_nic: Replace fake flex-array with flexible-array member
 2023-03-07 15:39 UTC  (2+ messages)

[PATCH][next] net/mlx4_en: Replace fake flex-array with flexible-array member
 2023-03-07  6:07 UTC  (2+ messages)

[syzbot] [hardening?] [mm?] BUG: bad usercopy in con_font_op
 2023-03-07  1:08 UTC  (7+ messages)

[PATCH][next] platform/chrome: Replace fake flexible arrays with flexible-array member
 2023-03-06 20:59 UTC 

[PATCH][next] ASoC: SOF: ipc4-topology: Replace fake flexible arrays with flexible-array member
 2023-03-06 13:31 UTC  (2+ messages)

[PATCH] kheaders: Use array declaration instead of char
 2023-03-06 10:39 UTC  (4+ messages)

[PATCH] VT: Protect KD_FONT_OP_GET_TALL from unbound access
 2023-03-06  9:49 UTC 

[PATCH] ubsan: Tighten UBSAN_BOUNDS on GCC
 2023-03-03 20:29 UTC  (3+ messages)


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