messages from 2023-12-02 20:25:47 to 2023-12-11 12:19:44 UTC [more...]
[PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips
2023-12-11 12:18 UTC (6+ messages)
` [PATCH v4 111/115] pwm: Ensure a struct pwm has the same lifetime as its pwm_chip
[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
2023-12-11 11:25 UTC (45+ 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 v3] netlink: Return unsigned value for nla_len()
2023-12-11 9:39 UTC (3+ messages)
[PATCH v2] net: ena: replace deprecated strncpy with strscpy
2023-12-10 19:10 UTC (4+ messages)
[PATCH v2] qlcnic: replace deprecated strncpy with strscpy
2023-12-10 19:10 UTC (3+ messages)
[PATCH v2] net: mdio_bus: replace deprecated strncpy with strscpy
2023-12-10 19:10 UTC (3+ messages)
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-12-08 18:41 UTC (12+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
[PATCH] md/md-multipath: Convert "struct mpconf" to flexible array
2023-12-08 18:11 UTC (5+ messages)
[PATCH v2 0/4] kunit: Add helpers for creating test-managed devices
2023-12-08 10:09 UTC (5+ messages)
` [PATCH v2 1/4] kunit: Add APIs for managing devices
` [PATCH v2 2/4] fortify: test: Use kunit_device
` [PATCH v2 3/4] overflow: Replace fake root_device with kunit_device
` [PATCH v2 4/4] ASoC: topology: Replace fake root_device with kunit_device in tests
[PATCH 0/4] kunit: Add helpers for creating test-managed devices
2023-12-08 7:38 UTC (22+ 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 v11 1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa)
2023-12-08 2:57 UTC (2+ messages)
` (subset) "
[PATCH v2 1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered
2023-12-08 2:57 UTC (2+ messages)
` (subset) "
[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
2023-12-08 1:02 UTC
[PATCH v2] net: mdio-gpio: replace deprecated strncpy with strscpy
2023-12-07 22:57 UTC (2+ messages)
[PATCH v2] net: dsa: lan9303: use ethtool_sprintf() for lan9303_get_strings()
2023-12-07 19:51 UTC (5+ messages)
[PATCH] lib/string: shrink lib/string.i via IWYU
2023-12-07 12:55 UTC (31+ messages)
[PATCH v2 00/21] remove the SLAB allocator
2023-12-07 2:45 UTC (49+ 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 04/21] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
` [PATCH v2 05/21] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
` [PATCH v2 06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH v2 07/21] mm/slab: remove CONFIG_SLAB code from slab common code
` [PATCH v2 08/21] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
` [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h
` [PATCH v2 10/21] mm/slab: move struct kmem_cache_cpu declaration to slub.c
` [PATCH v2 11/21] mm/slab: move the rest of slub_def.h to mm/slab.h
` [PATCH v2 12/21] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH v2 13/21] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
` [PATCH v2 14/21] mm/slab: move memcg related functions "
` [PATCH v2 15/21] mm/slab: move struct kmem_cache_node "
` [PATCH v2 16/21] mm/slab: move kfree() from slab_common.c "
` [PATCH v2 17/21] mm/slab: move kmalloc_slab() to mm/slab.h
` [PATCH v2 18/21] mm/slab: move kmalloc() functions from slab_common.c to slub.c
` [PATCH v2 19/21] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
` [PATCH v2 20/21] mm/slub: optimize alloc fastpath code layout
` [PATCH v2 21/21] mm/slub: optimize free fast path "
[PATCH] scsi: ibmvscsi: replace deprecated strncpy with strscpy
2023-12-06 1:58 UTC (3+ 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 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/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 v2 0/2] qnx4: Avoid confusing compiler about buffer lengths
2023-12-04 22:10 UTC (3+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).