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

[PATCH] fortify: Hide run-time copy size from value range tracking
 2024-12-13  2:09 UTC 

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

[PATCH 1/2] wifi: cfg80211: annotate struct cfg80211_mgmt_registration with __counted_by()
 2024-12-12  8:28 UTC  (4+ messages)
` [PATCH 2/2] wifi: cfg80211: simplify cfg80211_mlme_register_mgmt()

[PATCH v4 0/1] Seal system mappings
 2024-12-11 22:46 UTC  (12+ messages)
` [PATCH v4 1/1] exec: seal "

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

[PATCH v6 3/7] crash_dump: store dm crypt keys in kdump reserved memory
 2024-12-11 12:58 UTC  (2+ messages)

[PATCH] bpf: replace deprecated strncpy with strscpy
 2024-12-11 10:46 UTC 

[RFC PATCH 2/3] module: Don't fail module loading when setting ro_after_init section RO failed
 2024-12-11  8:46 UTC 

[PATCH v1] mseal: move can_do_mseal to mseal.c
 2024-12-11  8:35 UTC  (12+ messages)
    ` [PATCH] mseal: remove can_do_mseal

[RFC PATCH v1 0/1] refactor mseal_test
 2024-12-11  5:33 UTC  (2+ messages)
` [RFC PATCH v1 1/1] selftest/mm: "

[PATCH v8 00/21] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-12-11  3:42 UTC  (22+ messages)
` [PATCH v8 01/21] cxl/mbox: Flag "
` [PATCH v8 02/21] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v8 03/21] cxl/core: Separate region mode from decoder mode
` [PATCH v8 04/21] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v8 05/21] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v8 06/21] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v8 07/21] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v8 08/21] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v8 09/21] cxl/region: Add sparse DAX region support
` [PATCH v8 10/21] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v8 11/21] cxl/pci: Factor out interrupt policy check
` [PATCH v8 12/21] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v8 13/21] cxl/core: Return endpoint decoder information from region search
` [PATCH v8 14/21] cxl/extent: Process DCD events and realize region extents
` [PATCH v8 15/21] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v8 16/21] dax/bus: Factor out dev dax resize logic
` [PATCH v8 17/21] dax/region: Create resources on sparse DAX regions
` [PATCH v8 18/21] cxl/region: Read existing extents on region creation
` [PATCH v8 19/21] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v8 20/21] tools/testing/cxl: Make event logs dynamic
` [PATCH v8 21/21] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH v2 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board
 2024-12-10 19:54 UTC  (15+ messages)
` [PATCH v2 1/5] dt-bindings: usb: dwc3: Allow connector in USB controller node
` [PATCH v2 2/5] dt-bindings: arm: ti: Add compatible for AM625-based TQMa62xx SOM family and carrier board
` [PATCH v2 3/5] arm64: dts: ti: k3-am62: Add DM R5 ranges in cbass
` [PATCH v2 4/5] arm64: dts: ti: k3-am62-wakeup: Add R5F device node
` [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees

[PATCH] iio: proximity: hx9023s: Added firmware file parsing functionality
 2024-12-10  4:24 UTC 

[PATCH v2] scsi: Replace zero-length array with flexible array member
 2024-12-10  2:35 UTC  (3+ messages)

[RESEND PATCH] alpha: Replace one-element array with flexible array member
 2024-12-09 16:42 UTC 

[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
 2024-12-09 12:32 UTC  (77+ 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 08/10] drm/i915/reg: replace __is_const_expr() by is_const_true() or is_const()

[PATCH] hv: hyperv.h: Annotate vmbus_channel_gpadl_header with __counted_by()
 2024-12-09  0:46 UTC  (4+ messages)

[PATCH v2 0/1] remove can_do_mseal
 2024-12-06 20:08 UTC  (4+ messages)
` [PATCH v2 1/1] mseal: remove can_do_mseal()

[PATCH v2] kernel/audit: reorder the member of audit_context
 2024-12-06  0:45 UTC 

[PATCH] drivers: gpio: gpio-ljca: Initialize num before accessing item in ljca_gpio_config
 2024-12-05 12:10 UTC  (2+ messages)

[PATCH] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-12-04 23:50 UTC  (3+ messages)

[PATCH v2 0/1] binfmt_elf: seal address zero
 2024-12-04 18:15 UTC  (4+ messages)
` [PATCH v2 1/1] binfmt_elf: mseal "

[PATCH -next] mm: usercopy: add a debugfs interface to bypass the vmalloc check
 2024-12-04  9:27 UTC  (19+ messages)

[PATCH] fortify: Use __struct_size replace __member_size
 2024-12-04  8:18 UTC  (2+ messages)

[PATCH v3] PCI/sysfs: Change read permissions for VPD attributes
 2024-12-04  6:47 UTC  (2+ messages)

[PATCH] kernel/audit: Use __struct_size replace __member_size
 2024-12-03 23:18 UTC 

[PATCH] drivers: clk: clk-en7523.c: Initialize num before accessing hws in en7523_register_clocks
 2024-12-03 22:53 UTC  (2+ messages)

v6.13-rc1 build errors from kernel/auditsc.c
 2024-12-03 22:01 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