Linux Hardening
 help / color / mirror / Atom feed
 messages from 2025-02-27 18:35:02 to 2025-03-05 02:17:30 UTC [more...]

[PATCH v9 0/7] mseal system mappings
 2025-03-05  2:17 UTC  (6+ messages)
` [PATCH v9 1/7] mseal sysmap: kernel config and header change
` [PATCH v9 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v9 3/7] mseal sysmap: enable x86-64
` [PATCH v9 4/7] mseal sysmap: enable arm64
` [PATCH v9 5/7] mseal sysmap: uprobe mapping

[PATCH v8 net-next 00/15] bridge-fastpath and related improvements
 2025-03-05  1:58 UTC  (18+ messages)
` [PATCH v8 net-next 01/15] net: pppoe: avoid zero-length arrays in struct pppoe_hdr
` [PATCH v8 net-next 02/15] netfilter: nf_flow_table_offload: Add nf_flow_encap_push() for xmit direct
` [PATCH v8 net-next 03/15] netfilter: flow: remove hw_outdev, out.hw_ifindex and out.hw_ifidx
` [PATCH v8 net-next 04/15] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v8 net-next 05/15] netfilter: nft_chain_filter: Add bridge "
` [PATCH v8 net-next 06/15] bridge: Add filling forward path from port to port
` [PATCH v8 net-next 07/15] net: core: dev: Add dev_fill_bridge_path()
` [PATCH v8 net-next 08/15] netfilter :nf_flow_table_offload: Add nf_flow_rule_bridge()
` [PATCH v8 net-next 09/15] netfilter: nf_flow_table_inet: Add nf_flowtable_type flowtable_bridge
` [PATCH v8 net-next 10/15] netfilter: nft_flow_offload: Add NFPROTO_BRIDGE to validate
` [PATCH v8 net-next 11/15] netfilter: nft_flow_offload: Add DEV_PATH_MTK_WDMA to nft_dev_path_info()
` [PATCH v8 net-next 12/15] netfilter: nft_flow_offload: No ingress_vlan forward info for dsa user port
` [PATCH v8 net-next 13/15] bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign
` [PATCH v8 net-next 14/15] bridge: Introduce DEV_PATH_BR_VLAN_KEEP_HW for bridge-fastpath
` [PATCH v8 net-next 15/15] netfilter: nft_flow_offload: Add bridgeflow to nft_flow_offload_eval()

[PATCH] xfs: Replace deprecated strncpy() with strscpy()
 2025-03-05  1:10 UTC 

[PATCH] kunit/stackinit: Use fill byte different from Clang i386 pattern
 2025-03-04 23:56 UTC  (3+ messages)

[PATCH v2 00/10] lib/string_choices: Add new helpers
 2025-03-04 23:51 UTC  (27+ messages)
` [PATCH v2 01/10] lib/string_choices: Add str_tx_rx() helper
` [PATCH v2 02/10] lib/string_choices: Add str_enabling_disabling() helper
` [PATCH v2 03/10] lib/string_choices: Add str_in_out() helper
` [PATCH v2 04/10] lib/string_choices: Add str_input_output() helper
` [PATCH v2 05/10] lib/string_choices: Add str_Y_N() helper
` [PATCH v2 06/10] lib/string_choices: Add str_pass_fail() helper
` [PATCH v2 07/10] lib/string_choices: Add str_to_from() helper
` [PATCH v2 08/10] lib/string_choices: Add str_level_edge() helper
` [PATCH v2 09/10] lib/string_choices: Add str_kernel_user() helper
` [PATCH v2 10/10] lib/string_choices: Add str_attach_detach() helper
` [SAMPLE] usb: musb: tusb6010: use string choices helper
` [SAMPLE] fpga: altera-fpga2sdram: "
` [SAMPLE] gpio: xra1403: "
` [SAMPLE] crypto: nx: pseries: "
` [SAMPLE] accel: habanalabs: gaudi: "
` [SAMPLE] arm64: kernel: reloc_test_core: "
` [SAMPLE] blutooth: btmrvl_main: "
` [SAMPLE] dma: amba-pl08x: "
` [SAMPLE] acpi: pci_irq: "
` [SAMPLE] microblaze: kernel: "
` [SAMPLE] extcon: rtk-type-c: "

[PATCH v8 0/7] mseal system mappings
 2025-03-04 20:53 UTC  (39+ messages)
` [PATCH v8 1/7] mseal sysmap: kernel config and header change
` [PATCH v8 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v8 3/7] mseal sysmap: enable x86-64
` [PATCH v8 4/7] mseal sysmap: enable arm64
` [PATCH v8 5/7] mseal sysmap: uprobe mapping
` [PATCH v8 6/7] mseal sysmap: update mseal.rst
` [PATCH v8 7/7] selftest: test system mappings are sealed

[PATCH] perf/x86: Annotate struct bts_buffer with __counted_by()
 2025-03-04 18:30 UTC 

[PATCH 0/4] drm/amd/display: move from kzalloc(size * nr, ...) to kcalloc(nr, size, ...)
 2025-03-04 18:12 UTC  (6+ messages)
` [PATCH 1/4] drm/amd/display: change kzalloc to kcalloc in dcn30_validate_bandwidth()
` [PATCH 2/4] drm/amd/display: change kzalloc to kcalloc in dcn31_validate_bandwidth()
` [PATCH 3/4] drm/amd/display: change kzalloc to kcalloc in dcn314_validate_bandwidth()
` [PATCH 4/4] drm/amd/display: change kzalloc to kcalloc in dml1_validate()

[PATCH] hardening: Enable i386 FORTIFY_SOURCE on Clang 16+
 2025-03-04 17:50 UTC  (3+ messages)

[PATCH v2] kbuild: clang: Support building UM with SUBARCH=i386
 2025-03-04 17:50 UTC  (3+ messages)

[PATCH] kunit/overflow: Fix DEFINE_FLEX tests for counted_by
 2025-03-04 17:38 UTC 

[PATCH] kbuild: clang: Support building UM with SUBARCH=i386
 2025-03-04 17:07 UTC  (5+ messages)

[PATCH v4 0/7] Add support for the Exynos7870 SoC, along with three devices
 2025-03-03 13:14 UTC  (11+ messages)
` [PATCH v4 1/7] dt-bindings: soc: samsung: exynos-pmu: add exynos7870-pmu compatible
` [PATCH v4 2/7] dt-bindings: arm: samsung: add compatibles for exynos7870 devices
` [PATCH v4 3/7] soc: samsung: exynos-chipid: add support for exynos7870
` [PATCH v4 4/7] arm64: dts: exynos: add initial devicetree "
` [PATCH v4 5/7] arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime
` [PATCH v4 6/7] arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core
` [PATCH v4 7/7] arm64: dts: exynos: add initial support for Samsung Galaxy J6

[PATCH v3 0/6] Maxim Integrated MAX77759 PMIC MFD-based drivers
 2025-03-04 10:37 UTC  (12+ messages)
` [PATCH v3 1/6] dt-bindings: gpio: add max77759 binding
` [PATCH v3 2/6] dt-bindings: nvmem: "
` [PATCH v3 3/6] dt-bindings: mfd: "
` [PATCH v3 4/6] mfd: max77759: add Maxim MAX77759 core mfd driver
` [PATCH v3 5/6] gpio: max77759: add Maxim MAX77759 gpio driver
` [PATCH v3 6/6] nvmem: max77759: add Maxim MAX77759 NVMEM driver

[RESEND PATCH] mux: Convert mux_control_ops to a flex array member in mux_chip
 2025-03-04  8:58 UTC  (3+ messages)

[PATCH v1 2/2] arm64: dts: qcom: sm6125: Initial support for xiaomi-ginkgo
 2025-03-04  4:37 UTC 

[PATCH v2] scsi: target: Replace deprecated strncpy() with strscpy()
 2025-03-04  2:36 UTC  (3+ messages)

[PATCH 00/10] lib/string_choices: Add new helpers
 2025-03-04  1:43 UTC  (9+ messages)

NEW GCC EXTENSION for kernel memory management
 2025-03-03 19:40 UTC 

[PATCH] drm/gma500: Replace deprecated strncpy() with strscpy()
 2025-03-03 18:47 UTC  (2+ messages)

[RFC] Type-Partitioned vmalloc (with sample *.ko code)
 2025-03-03 18:26 UTC  (2+ messages)

[PATCH v2] compiler.h: Introduce __must_be_noncstr()
 2025-03-03 17:36 UTC  (3+ messages)

[PATCH v2 linux-next 0/2] lib/string_choices: Sorting function order
 2025-03-03 17:17 UTC  (3+ messages)
` [PATCH v2 linux-next 1/2] lib/string_choices: Rearrange functions in sorted order
  ` (subset) "

[PATCH] platform/x86: hp-bioscfg: Replace deprecated strncpy() with strscpy()
 2025-03-03 14:32 UTC  (2+ messages)

[RFC] Circumventing FineIBT Via Entrypoints
 2025-03-02 22:31 UTC  (14+ messages)

[PATCH] hwmon: (pmbus/core) Replace deprecated strncpy() with strscpy()
 2025-03-02 16:29 UTC  (4+ messages)

[PATCH] scsi: target: Replace deprecated strncpy() with strscpy()
 2025-03-02 11:41 UTC  (3+ messages)

[PATCH] mm/shmem: fix uninitialized scalar variable
 2025-03-01 17:05 UTC  (2+ messages)

[PATCH] bpftool: Replace strncpy with strscpy
 2025-02-28 21:37 UTC  (2+ messages)

[PATCH] uaccess: Introduce ucopysize.h
 2025-02-28 19:50 UTC 

[PATCH v7 0/7] mseal system mappings
 2025-02-28 17:30 UTC  (43+ messages)
` [PATCH v7 1/7] mseal, system mappings: kernel config and header change
` [PATCH v7 3/7] mseal, system mappings: enable x86-64
` [PATCH v7 4/7] mseal, system mappings: enable arm64
` [PATCH v7 6/7] mseal, system mappings: uprobe mapping
  ` (no subject)
    ` your mail

[PATCH net-next v3 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-02-28 15:24 UTC  (6+ messages)
` [PATCH net-next v3 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings

[PATCH v2 0/6] Maxim Integrated MAX77759 PMIC MFD-based drivers
 2025-02-28 13:59 UTC  (10+ messages)
` [PATCH v2 3/6] dt-bindings: mfd: add max77759 binding
` [PATCH v2 5/6] gpio: max77759: add Maxim MAX77759 gpio driver

[PATCH][next] drm/nouveau: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-02-28  1:42 UTC  (3+ messages)

[PATCH v3][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-28  1:37 UTC  (8+ messages)


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