Linux Hardening
 help / color / mirror / Atom feed
 messages from 2023-11-30 01:10:59 to 2023-12-06 07:11:17 UTC [more...]

[PATCH] lib/string: shrink lib/string.i via IWYU
 2023-12-06  7:10 UTC  (27+ messages)

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-06  5:53 UTC  (32+ messages)
` [PATCH v2 01/18] watchdog/core: remove sysctl handlers from public header
` [PATCH v2 02/18] sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
` [PATCH v2 03/18] sysctl: drop sysctl_is_perm_empty_ctl_table
` [PATCH v2 04/18] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v2 05/18] seccomp: constify ctl_table arguments of utility functions
` [PATCH v2 06/18] hugetlb: "
` [PATCH v2 07/18] utsname: constify ctl_table arguments of utility function
` [PATCH v2 08/18] stackleak: don't modify ctl_table argument
` [PATCH v2 09/18] sysctl: treewide: constify ctl_table_root::set_ownership
` [PATCH v2 10/18] sysctl: treewide: constify ctl_table_root::permissions
` [PATCH v2 11/18] sysctl: treewide: constify ctl_table_header::ctl_table_arg
` [PATCH v2 12/18] sysctl: treewide: constify the ctl_table argument of handlers
` [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header
` [PATCH v2 14/18] sysctl: move internal interfaces to const struct ctl_table
` [PATCH v2 15/18] sysctl: allow registration of "
` [PATCH v2 16/18] const_structs.checkpatch: add ctl_table
` [PATCH v2 17/18] sysctl: make ctl_table sysctl_mount_point const
` [PATCH v2 18/18] sysctl: constify standard sysctl tables

[PATCH] scsi: ibmvscsi: replace deprecated strncpy with strscpy
 2023-12-06  1:58 UTC  (4+ messages)

[PATCH] scsi: ibmvfc: replace deprecated strncpy with strscpy
 2023-12-06  1:56 UTC  (3+ messages)

[PATCH v2] scsi: zfcp: Replace strlcpy() with strscpy()
 2023-12-06  1:53 UTC  (3+ messages)

[PATCH v2 00/21] remove the SLAB allocator
 2023-12-06  0:08 UTC  (15+ messages)
` [PATCH v2 01/21] mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
` [PATCH v2 02/21] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
` [PATCH v2 03/21] KASAN: remove code paths guarded by CONFIG_SLAB
` [PATCH v2 06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH v2 16/21] mm/slab: move kfree() from slab_common.c to slub.c

[PATCH v2 0/4] pstore: Initial use of cleanup.h
 2023-12-05 18:26 UTC  (5+ messages)
` [PATCH v2 1/4] pstore: inode: Convert kfree() usage to __free(kfree)
` [PATCH v2 2/4] pstore: inode: Convert mutex usage to guard(mutex)
` [PATCH v2 3/4] pstore: inode: Use __free(pstore_iput) for inode allocations
` [PATCH v2 4/4] pstore: inode: Use cleanup.h for struct pstore_private

[PATCH 0/4] kunit: Add helpers for creating test-managed devices
 2023-12-05 17:30 UTC  (17+ messages)
` [PATCH 1/4] kunit: Add APIs for managing devices
` [PATCH 2/4] fortify: test: Use kunit_device
` [PATCH 3/4] overflow: Replace fake root_device with kunit_device
` [PATCH 4/4] ASoC: topology: Replace fake root_device with kunit_device in tests

[PATCH 0/5] pstore: Initial use of cleanup.h
 2023-12-05 11:38 UTC  (14+ messages)
` [PATCH 1/5] pstore: inode: Convert kfree() usage to __free(kfree)
` [PATCH 2/5] pstore: inode: Convert mutex usage to guard(mutex)
` [PATCH 3/5] fs: Add DEFINE_FREE for struct inode
` [PATCH 4/5] pstore: inode: Use __free(iput) for inode allocations
` [PATCH 5/5] pstore: inode: Use cleanup.h for struct pstore_private

[PATCH v2] netlink: Return unsigned value for nla_len()
 2023-12-05  7:58 UTC  (4+ messages)

[PATCH] md/md-multipath: Convert "struct mpconf" to flexible array
 2023-12-04 22:20 UTC  (2+ messages)

[PATCH v2 0/2] qnx4: Avoid confusing compiler about buffer lengths
 2023-12-04 22:10 UTC  (5+ messages)
` [PATCH v2 1/2] qnx4: Extract dir entry filename processing into helper
` [PATCH v2 2/2] qnx4: Use get_directory_fname() in qnx4_match()

[PATCH RFC 0/7] sysctl: constify sysctl ctl_tables
 2023-12-04  8:43 UTC  (6+ messages)

[PATCH][next] wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings
 2023-12-04  8:37 UTC  (3+ messages)

[PATCH] pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
 2023-12-03  8:59 UTC  (3+ messages)

[PATCH][next] atags_proc: Add __counted_by for struct buffer and use struct_size()
 2023-12-02 20:32 UTC  (2+ messages)

[PATCH] netlink: Return unsigned value for nla_len()
 2023-12-02  5:16 UTC  (8+ messages)

[PATCH] tracing/uprobe: Replace strlcpy() with strscpy()
 2023-12-01 18:25 UTC  (5+ messages)

[PATCH] net: mdio: replace deprecated strncpy with strscpy
 2023-12-01 18:22 UTC  (4+ messages)

[PATCH] qlcnic: replace deprecated strncpy with strscpy
 2023-12-01 18:21 UTC  (4+ messages)

[PATCH] net: ena: replace deprecated strncpy with strscpy
 2023-12-01 18:20 UTC  (4+ messages)

[PATCH v2] net: dsa: lan9303: use ethtool_sprintf() for lan9303_get_strings()
 2023-12-01 18:19 UTC  (4+ messages)

[PATCH v2] wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad
 2023-12-01 12:39 UTC  (4+ messages)

[PATCH][next] powerpc/crypto: Avoid -Wstringop-overflow warnings
 2023-12-01 10:12 UTC  (2+ messages)

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-12-01  0:45 UTC  (8+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching

[PATCH] nvme-fc: replace deprecated strncpy with strscpy
 2023-11-30 22:01 UTC  (2+ messages)

[PATCH v2] nvdimm/btt: replace deprecated strncpy with strscpy
 2023-11-30 22:01 UTC  (2+ messages)

[PATCH] nvme-fabrics: replace deprecated strncpy with strscpy
 2023-11-30 22:00 UTC  (2+ messages)

[PATCH v2] drm/modes: replace deprecated strncpy with strscpy_pad
 2023-11-30 22:00 UTC  (2+ messages)

[PATCH][next] afs: Add __counted_by for struct afs_acl and use struct_size()
 2023-11-30 22:00 UTC  (2+ messages)

[PATCH] VMCI: Annotate struct vmci_handle_arr with __counted_by
 2023-11-30 22:00 UTC  (2+ messages)

[PATCH] i40e: Annotate struct i40e_qvlist_info with __counted_by
 2023-11-30 21:59 UTC  (2+ messages)

[PATCH v2] HID: uhid: replace deprecated strncpy with strscpy
 2023-11-30 21:59 UTC  (2+ messages)

[PATCH][next] init: Kconfig: Disable -Wstringop-overflow for GCC-11
 2023-11-30 21:57 UTC  (3+ messages)

[PATCH] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
 2023-11-30 21:25 UTC  (2+ messages)

[PATCH v2 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-11-30 21:02 UTC  (6+ messages)
` [PATCH v2 1/3] kernfs: Convert kernfs_walk_ns() "
` [PATCH v2 2/3] kernfs: Convert kernfs_name_locked() "
` [PATCH v2 3/3] kernfs: Convert kernfs_path_from_node_locked() "

[PATCH] samples: Replace strlcpy() with strscpy()
 2023-11-30 20:43 UTC  (2+ messages)

[PATCH] SUNRPC: Replace strlcpy() with strscpy()
 2023-11-30 20:43 UTC  (2+ messages)

[PATCH] hwmon: (pc87360) Bounds check data->innr usage
 2023-11-30 20:31 UTC  (3+ messages)

[PATCH 00/30] Make a new API for drivers to use to get their FW
 2023-11-30 13:23 UTC  (18+ messages)
` [PATCH 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH 11/30] iommu/sun50i: Move to iommu_of_get_single_iommu()
` [PATCH 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH 19/30] iommu/mtk: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 21/30] iommu/mtk_v1: "
` [PATCH 22/30] iommu/qcom: "
` [PATCH 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers


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