linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 00:37:19 to 2025-08-19 18:31:56 UTC [more...]

[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-19 18:31 UTC  (19+ messages)
` [PATCH v5 01/15] devres: provide devm_kmemdup_const()
` [PATCH v5 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v5 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v5 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v5 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v5 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v5 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v5 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v5 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v5 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v5 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v5 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v5 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v5 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v5 15/15] pinctrl: qcom: make the pinmuxing strict

[PATCH] ARM: dts: aspeed: Minor whitespace cleanup
 2025-08-19 13:17 UTC 

[PATCH 1/2] ARM: dts: qcom: apq8064-mako: Minor whitespace cleanup
 2025-08-19 13:17 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: "

[PATCH] MIPS: RB532: Replace deprecated strcpy() with memcpy() and strscpy()
 2025-08-19 10:24 UTC 

[PATCH] MIPS: Loongson64: Replace deprecated strcpy() with strscpy_pad()
 2025-08-19 10:23 UTC 

[PATCH 1/8] MIPS: sgi-ip22: Replace deprecated strcpy() in plat_mem_setup()
 2025-08-19 10:00 UTC  (16+ messages)
` [PATCH 2/8] MIPS: sgi-ip32: "
` [PATCH 3/8] MIPS: sni: Replace deprecated strcpy() in sni_console_setup()
` [PATCH 4/8] MIPS: txx9: Replace deprecated strcpy() with strscpy()
` [PATCH 5/8] MIPS: arc: Replace deprecated strcpy() with memcpy()
` [PATCH 6/8] MIPS: octeon: Replace memset(0) + deprecated strcpy() with strscpy_pad()
` [PATCH 7/8] MIPS: octeon: Replace deprecated strcpy() in octeon_model_get_string_buffer()
` [PATCH 8/8] MIPS: generic: Replace deprecated strcpy() in ocelot_detect()

[PATCH v2 1/4] kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()
 2025-08-19  9:59 UTC  (4+ messages)
` [PATCH v2 2/4] kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
` [PATCH v2 3/4] kdb: Replace deprecated strcpy() with memcpy() in parse_grep()
` [PATCH v2 4/4] kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-19  9:35 UTC  (23+ messages)
` [RFC PATCH v5 01/18] mm: Introduce kpkeys
` [RFC PATCH v5 02/18] set_memory: Introduce set_memory_pkey() stub
` [RFC PATCH v5 03/18] arm64: mm: Enable overlays for all EL1 indirect permissions
` [RFC PATCH v5 04/18] arm64: Introduce por_elx_set_pkey_perms() helper
` [RFC PATCH v5 05/18] arm64: Implement asm/kpkeys.h using POE
` [RFC PATCH v5 06/18] arm64: set_memory: Implement set_memory_pkey()
` [RFC PATCH v5 07/18] arm64: Reset POR_EL1 on exception entry
` [RFC PATCH v5 08/18] arm64: Context-switch POR_EL1
` [RFC PATCH v5 09/18] arm64: Enable kpkeys
` [RFC PATCH v5 10/18] mm: Introduce kernel_pgtables_set_pkey()
` [RFC PATCH v5 11/18] mm: Introduce kpkeys_hardened_pgtables
` [RFC PATCH v5 12/18] mm: Allow __pagetable_ctor() to fail
` [RFC PATCH v5 13/18] mm: Map page tables with privileged pkey
` [RFC PATCH v5 14/18] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
` [RFC PATCH v5 15/18] arm64: mm: Guard page table writes with kpkeys
` [RFC PATCH v5 16/18] arm64: Enable kpkeys_hardened_pgtables support
` [RFC PATCH v5 17/18] mm: Add basic tests for kpkeys_hardened_pgtables
` [RFC PATCH v5 18/18] arm64: mm: Batch kpkeys level switches

[PATCH 00/10] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-19  0:55 UTC  (3+ messages)
` [PATCH 02/10] arch/Kconfig: Drop always true condition from RANDOMIZE_KSTACK_OFFSET

[PATCH 1/4] kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()
 2025-08-18 20:59 UTC  (7+ messages)
` [PATCH 2/4] kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
` [PATCH 3/4] kdb: Replace deprecated strcpy() with memcpy() in parse_grep()
` [PATCH 4/4] kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()

[PATCH] kcsan: test: Replace deprecated strcpy() with strscpy()
 2025-08-18 19:32 UTC  (3+ messages)

[PATCH v7 0/2] Add ADI I3C Controller
 2025-08-18 17:01 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v7 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP

[PATCH] kdb: Replace deprecated strcpy() with strscpy()
 2025-08-18 16:17 UTC  (4+ messages)

[PATCH v9 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-08-18 15:45 UTC  (3+ messages)
` [PATCH v9 10/10] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH net-next v8 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-08-18 13:14 UTC  (15+ messages)
` [PATCH net-next v8 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v8 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v8 03/14] net: ethernet: qualcomm: Add PPE driver for "
` [PATCH net-next v8 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
` [PATCH net-next v8 05/14] net: ethernet: qualcomm: Initialize PPE queue "
` [PATCH net-next v8 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
` [PATCH net-next v8 07/14] net: ethernet: qualcomm: Initialize PPE queue settings
` [PATCH net-next v8 08/14] net: ethernet: qualcomm: Initialize PPE service code settings
` [PATCH net-next v8 09/14] net: ethernet: qualcomm: Initialize PPE port control settings
` [PATCH net-next v8 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
` [PATCH net-next v8 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
` [PATCH net-next v8 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
` [PATCH net-next v8 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
` [PATCH net-next v8 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver

[PATCH v9 0/8] nvme-fc: FPIN link integrity handling
 2025-08-18 12:09 UTC  (13+ messages)
` [PATCH v9 1/9] fc_els: use 'union fc_tlv_desc'
` [PATCH v9 2/9] nvme: add NVME_CTRL_MARGINAL flag
` [PATCH v9 3/9] nvme-fc: marginal path handling
` [PATCH v9 4/9] nvme-fc: nvme_fc_fpin_rcv() callback
` [PATCH v9 5/9] lpfc: enable FPIN notification for NVMe
` [PATCH v9 6/9] qla2xxx: "
` [PATCH v9 7/9] nvme: sysfs: emit the marginal path state in show_state()
` [PATCH v9 8/9] nvme-multipath: queue-depth support for marginal paths
` [PATCH v9 9/9] scsi: qla2xxx: Fix memcpy field-spanning write issue

[PATCH RESEND] sparc: PCI: Replace deprecated strcpy() with strscpy()
 2025-08-17 23:23 UTC 

[PATCH RESEND] alpha: smp: Replace deprecated strcpy() with strscpy()
 2025-08-17 23:21 UTC 

[PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
 2025-08-17 23:17 UTC 

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-15 16:41 UTC  (6+ messages)
` [PATCH 05/17] powerpc: "

[PATCH] .gitignore: Add Coding Assistants section
 2025-08-15 16:00 UTC  (2+ messages)

[PATCH v2] kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
 2025-08-15 14:56 UTC  (4+ messages)

[PATCH v3] kdb: Replace deprecated strcpy() with strscpy() and memcpy()
 2025-08-15 14:40 UTC  (10+ messages)

[PATCH RESEND] iommu/amd: Avoid stack buffer overflow from kernel cmdline
 2025-08-15  9:51 UTC  (2+ messages)

[RFC v2 PATCH 0/8] pkeys-based cred hardening
 2025-08-15  9:00 UTC  (9+ messages)
` [RFC PATCH v2 1/8] arm64: kpkeys: Avoid unnecessary writes to POR_EL1
` [RFC PATCH v2 2/8] mm: kpkeys: Introduce unrestricted level
` [RFC PATCH v2 3/8] slab: Introduce SLAB_SET_PKEY
` [RFC PATCH v2 4/8] rcu: Allow processing kpkeys-protected data
` [RFC PATCH v2 5/8] mm: kpkeys: Introduce cred pkey/level
` [RFC PATCH v2 6/8] cred: Protect live struct cred with kpkeys
` [RFC PATCH v2 7/8] fs: Protect creds installed by override_creds()
` [RFC PATCH v2 8/8] mm: Add basic tests for kpkeys_hardened_cred

[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-08-15  7:36 UTC  (9+ messages)
` [PATCH v14 1/5] rust: add bindings for bitmap.h
` [PATCH v14 2/5] rust: add bindings for bitops.h
` [PATCH v14 3/5] rust: add bitmap API
` [PATCH v14 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v14 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH net-next v7 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-08-14 22:40 UTC  (6+ messages)
` [PATCH net-next v7 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v7 03/14] net: ethernet: qualcomm: Add PPE driver for "

[PATCH v2] kdb: Replace deprecated strcpy() with strscpy() and memcpy()
 2025-08-14 18:29 UTC  (2+ messages)

[PATCH] kdb: Replace deprecated strcpy() with strscpy()
 2025-08-14 15:17 UTC  (4+ messages)

[PATCH][next] pwm: cros-ec: Avoid -Wflex-array-member-not-at-end warnings
 2025-08-14 14:08 UTC  (5+ messages)

[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-14  7:37 UTC  (8+ messages)
` [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v4 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v4 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction

[PATCH v3][next] drm/nouveau: fifo: Avoid -Wflex-array-member-not-at-end warning
 2025-08-14  6:01 UTC 

[PATCH v7 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-08-14  5:50 UTC  (24+ messages)
` [PATCH v7 06/11] firmware: qcom: scm: add support for object invocation
` [PATCH v7 07/11] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v7 08/11] tee: add Qualcomm TEE driver
` [PATCH v7 09/11] qcomtee: add primordial object
` [PATCH v7 10/11] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl

[PATCH][next] drm/amd/pm: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-08-13 12:57 UTC  (7+ messages)

[PATCH RESEND] powerpc/rtas: Replace one-element array with flexible array member
 2025-08-13 10:30 UTC 

[PATCH v2][next] RDMA/cm: Avoid -Wflex-array-member-not-at-end warning
 2025-08-13 10:22 UTC 

[PATCH v11 0/3] ARM: dts: Add support for Meta Clemente BMC
 2025-08-13 10:04 UTC  (4+ messages)
` [PATCH v11 1/3] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v11 2/3] ARM: dts: aspeed: clemente: add NCSI3 and NCSI4 pinctrl nodes
` [PATCH v11 3/3] ARM: dts: aspeed: clemente: add Meta Clemente BMC

[PATCH v2] platform/chrome: cros_ec: Avoid -Wflex-array-member-not-at-end warning
 2025-08-13  9:55 UTC  (2+ messages)


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