Linux Hardening
 help / color / mirror / Atom feed
 messages from 2025-10-21 12:53:54 to 2025-11-04 19:20:13 UTC [more...]

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-04 19:19 UTC  (22+ messages)
` [PATCH v6 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v6 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v6 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v6 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v6 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v6 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v6 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v6 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v6 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v6 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v6 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH net-next v5 0/8] net: Introduce struct sockaddr_unsized
 2025-11-04 16:59 UTC  (11+ messages)
` [PATCH net-next v5 1/8] net: Add struct sockaddr_unsized for sockaddr of unknown length
` [PATCH net-next v5 2/8] net: Convert proto_ops bind() callbacks to use sockaddr_unsized
` [PATCH net-next v5 3/8] net: Convert proto_ops connect() "
` [PATCH net-next v5 4/8] net: Remove struct sockaddr from net.h
` [PATCH net-next v5 5/8] net: Convert proto callbacks from sockaddr to sockaddr_unsized
` [PATCH net-next v5 6/8] bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistently
` [PATCH net-next v5 7/8] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
` [PATCH net-next v5 8/8] net: Convert struct sockaddr to fixed-size "sa_data[14]"

[PATCH v6 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
 2025-11-04 16:54 UTC  (8+ messages)
` [PATCH v6 1/7] typeinfo: Introduce KCFI typeinfo mangling API
` [PATCH v6 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
` [PATCH v6 3/7] kcfi: Add regression test suite
` [PATCH v6 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation
` [PATCH v6 5/7] aarch64: Add AArch64 "
` [PATCH v6 6/7] arm: Add ARM 32-bit "
` [PATCH v6 7/7] riscv: Add RISC-V "

[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
 2025-11-04 12:03 UTC  (10+ messages)
` [PATCH v2 3/3] "

[PATCH v4 1/2] dt-bindings: arm: qcom: Add Lenovo P2
 2025-11-03 18:54 UTC  (6+ messages)
` [PATCH v4 2/2] arm64: dts: qcom: msm8953-lenovo-kuntao: Add initial device tree

[PATCH v8 0/5] MT8196 GPU Frequency/Power Control Support
 2025-11-03 16:07 UTC  (12+ messages)
` [PATCH v8 1/5] dt-bindings: gpu: mali-valhall-csf: add mediatek,mt8196-mali variant

[net-next PATCH v4 0/7] net: Introduce struct sockaddr_unsized
 2025-11-01  5:11 UTC  (11+ messages)
` [net-next PATCH v4 1/7] net: Convert proto_ops bind() callbacks to use sockaddr_unsized
` [net-next PATCH v4 2/7] net: Convert proto_ops connect() "
` [net-next PATCH v4 3/7] net: Remove struct sockaddr from net.h
` [net-next PATCH v4 4/7] net: Convert proto callbacks from sockaddr to sockaddr_unsized
` [net-next PATCH v4 5/7] bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistently
` [net-next PATCH v4 6/7] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
` [net-next PATCH v4 7/7] net: Convert struct sockaddr to fixed-size "sa_data[14]"

[PATCH] platform: Replace deprecated strcpy in platform_device_alloc
 2025-10-31 12:50 UTC  (3+ messages)

[PATCH] EDAC/ghes: Replace deprecated strcpy in ghes_edac_report_mem_error
 2025-10-31 11:46 UTC 

[PATCH v3 00/10] gpio: improve support for shared GPIOs
 2025-10-30  9:30 UTC  (22+ messages)
` [PATCH v3 01/10] string: provide strends()
` [PATCH v3 02/10] gpiolib: define GPIOD_FLAG_SHARED
` [PATCH v3 03/10] gpiolib: implement low-level, shared GPIO support
` [PATCH v3 04/10] gpio: shared-proxy: implement the shared GPIO proxy driver
` [PATCH v3 05/10] gpiolib: support shared GPIOs in core subsystem code
` [PATCH v3 06/10] gpio: provide gpiod_is_shared()
` [PATCH v3 07/10] arm64: select HAVE_SHARED_GPIOS for ARCH_QCOM
` [PATCH v3 08/10] ASoC: wsa881x: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE flag from GPIO lookup
` [PATCH v3 09/10] ASoC: wsa883x: "
` [PATCH v3 10/10] regulator: make the subsystem aware of shared GPIOs

[PATCH 1/2] dt-bindings: arm: qcom: Add Xiaomi Redmi K20 Pro (Raphael)
 2025-10-30  4:05 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8150: Add support for Xiaomi Redmi K20 Pro

[PATCH v5 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
 2025-10-28 15:51 UTC  (16+ messages)
` [PATCH v5 1/7] typeinfo: Introduce KCFI typeinfo mangling API
` [PATCH v5 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
` [PATCH v5 3/7] kcfi: Add regression test suite
` [PATCH v5 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation
` [PATCH v5 5/7] aarch64: Add AArch64 "
` [PATCH v5 6/7] arm: Add ARM 32-bit "
` [PATCH v5 7/7] riscv: Add RISC-V "

[PATCH] riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle_qxfer_pkt
 2025-10-28  6:21 UTC  (2+ messages)

[PATCH] keys: Annotate struct asymmetric_key_id with __counted_by
 2025-10-27 19:57 UTC  (3+ messages)

[PATCH v2 00/10] gpio: improve support for shared GPIOs
 2025-10-27 18:02 UTC  (31+ messages)
` [PATCH v2 01/10] string: provide strends()
` [PATCH v2 02/10] gpiolib: define GPIOD_FLAG_SHARED
` [PATCH v2 03/10] gpiolib: implement low-level, shared GPIO support
` [PATCH v2 04/10] gpio: shared-proxy: implement the shared GPIO proxy driver
` [PATCH v2 05/10] gpiolib: support shared GPIOs in core subsystem code
` [PATCH v2 06/10] gpio: provide gpiod_is_shared()
` [PATCH v2 07/10] arm64: select HAVE_SHARED_GPIOS for ARCH_QCOM
` [PATCH v2 08/10] ASoC: wsa881x: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE flag from GPIO lookup
` [PATCH v2 09/10] ASoC: wsa883x: "
` [PATCH v2 10/10] regulator: make the subsystem aware of shared GPIOs

[PATCH] sysctl remove __user qualifier from stack_erasing_sysctl buffer argument
 2025-10-27 11:28 UTC 

[PATCH 20/21] fortify-string: don't use GENMASK()
 2025-10-25 16:40 UTC 

[PATCH 20/21] fortify-string: don't use GENMASK()
 2025-10-25 16:33 UTC 

[PATCH][next] net: inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2025-10-24 23:23 UTC  (5+ messages)

[PATCH v3 0/9] net: Introduce struct sockaddr_unspec
 2025-10-23 16:33 UTC  (14+ messages)
` [PATCH v3 1/9] net: Add struct sockaddr_unspec for sockaddr of unknown length
` [PATCH v3 2/9] net/l2tp: Add missing sa_family validation in pppol2tp_sockaddr_get_info

[RESEND PATCH] pstore/ram: Update module parameters from platform data
 2025-10-23 15:59 UTC  (2+ messages)

[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
 2025-10-23 13:45 UTC  (10+ messages)
` [PATCH 1/3] "

[PATCH] ata: Replace deprecated strcpy with strscpy in it821x_display_disk
 2025-10-23 12:28 UTC  (2+ messages)

[PATCH][next] net: spacemit: Avoid -Wflex-array-member-not-at-end warnings
 2025-10-23  3:46 UTC  (4+ messages)

[PATCH 3/8] sparc: floppy: Replace deprecated strcpy with strscpy in sun_floppy_init
 2025-10-22 12:54 UTC  (2+ messages)

[PATCH] cpufreq: Replace deprecated strcpy in cpufreq_unregister_governor
 2025-10-22  5:34 UTC  (2+ messages)

[PATCH][next] KVM: Avoid a few dozen -Wflex-array-member-not-at-end warnings
 2025-10-21 18:12 UTC 

[PATCH RFC 0/9] gpio: improve support for shared GPIOs
 2025-10-21 15:56 UTC  (19+ messages)


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