messages from 2026-09-07 10:54:25 to 2026-09-15 08:20:01 UTC [more...]
[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
2026-09-15 8:18 UTC (13+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
[PATCH v7 0/9] media: qcom: camss: CAMSS Offline Processing Engine support
2026-09-15 8:11 UTC (10+ messages)
` [PATCH v7 1/9] media: qcom: camss: Add V4L2 meta format for CAMSS ISP parameters
` [PATCH v7 2/9] dt-bindings: media: qcom: Add CAMSS Offline Processing Engine (OPE)
` [PATCH v7 3/9] dt-bindings: media: qcom,qcm2290-camss-ope: Document shikra compatible
` [PATCH v7 4/9] media: uapi: Add CAMSS ISP configuration definition
` [PATCH v7 5/9] media: Documentation: uapi: Add qcom-camss ISP params documentation
` [PATCH v7 6/9] media: qcom: camss: Add CAMSS Offline Processing Engine driver
` [PATCH v7 7/9] arm64: dts: qcom: agatti: Add OPE node
` [PATCH v7 8/9] arm64: dts: qcom: shikra: "
` [PATCH v7 9/9] arm64: defconfig: Enable CAMSS OPE driver
[PATCH v2 00/21] kbuild: significantly speed up kernel builds
2026-09-15 7:10 UTC (46+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
` [v2 "
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 19/21] rust: make exports.o depend on the headers generated for it
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available
[PATCH 0/2] devres: Provide kmalloc_obj*-style API for devm_kmalloc
2026-09-15 6:56 UTC (5+ messages)
` [PATCH 1/2] mm: Move default_gfp() into gfp_types.h
` [PATCH 2/2] devres: Provide kmalloc_obj*-style API for devm_kmalloc
[PATCH] powerpc/kasan: require memintrinsic prefix support for KASAN
2026-09-15 6:04 UTC (7+ messages)
[PATCH] coccinelle: kmalloc_obj: Convert multi-byte integral allocations
2026-09-14 22:37 UTC
[PATCH v10 00/20] KVM: arm64: PMU: Use multiple host PMUs
2026-09-14 11:40 UTC (21+ messages)
` [PATCH v10 01/20] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v10 02/20] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v10 03/20] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v10 04/20] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v10 05/20] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v10 06/20] KVM: arm64: PMU: Preserve EL2 bitmap state during migration
` [PATCH v10 07/20] KVM: arm64: PMU: Recreate events after reset
` [PATCH v10 08/20] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v10 09/20] KVM: arm64: PMU: Recreate events after PMCR_EL0 changes
` [PATCH v10 10/20] KVM: arm64: PMU: Recreate events after userspace event writes
` [PATCH v10 11/20] tools headers: Use u* types for bitfield helpers
` [PATCH v10 12/20] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v10 13/20] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v10 14/20] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v10 15/20] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v10 16/20] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v10 17/20] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v10 18/20] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v10 19/20] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v10 20/20] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH] rtc: ac100: Assign .num before accessing .hws
2026-09-14 5:46 UTC (3+ messages)
[PATCH net v2] net: ip_tunnel: initialize `options_len` before referencing options
2026-09-14 5:42 UTC (3+ messages)
[PATCH net-next v2 0/7] net: mctp: usblib: Increase coverage of kunit testing
2026-09-14 3:14 UTC (5+ messages)
` [PATCH net-next v2 2/7] net: mctp: usblib: Add test for splits inside headers
[PATCH V2] powerpc/kasan: require memintrinsic prefix support for KASAN
2026-09-12 18:55 UTC (2+ messages)
[PATCH v2] clk: qcom: ipq-cmn-pll: Assign .num before accessing .hws
2026-09-12 13:09 UTC
[RESEND PATCH] cxl/features: Ensure that count is set before access to end[] __counted_by()
2026-09-11 23:59 UTC (4+ messages)
[PATCH 0/2] Minor bugfixes for kunit userns tests
2026-09-11 19:23 UTC (8+ messages)
` [PATCH 1/2] userns: rename insert_extent() and sort_idmaps()
` [PATCH 2/2] userns: declare the KUnit-visible helpers whenever KUnit is enabled
[PATCH v6 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver
2026-09-11 7:25 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine
` [PATCH v6 2/2] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller
[PATCH v7 1/2] fuse: don't BUG when the copy buffer is exhausted
2026-09-10 23:52 UTC (5+ messages)
` [PATCH v7 2/2] fuse: return -E2BIG for an oversized SETXATTR over io-uring
[PATCH v8 1/2] fuse: don't BUG when the copy buffer is exhausted
2026-09-10 23:51 UTC (2+ messages)
` [PATCH v8 2/2] fuse: return -E2BIG for an oversized SETXATTR over io-uring
[PATCH] clk: qcom: ipq-cmn-pll: Assign .num before accessing .hws
2026-09-10 20:01 UTC (5+ messages)
[PATCH 2/2] lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute
2026-09-10 19:48 UTC (5+ messages)
[PATCH v7 0/2] leds: Add IS32FL3207 controller support
2026-09-10 16:56 UTC (4+ messages)
` [PATCH v7 2/2] leds: is32fl3207: Add controller driver
Shadow Stack Locking Semantics between arch's
2026-09-10 14:19 UTC (7+ messages)
[PATCH v2] dmaengine: pxa: fix double counting of the hw descriptors
2026-09-10 14:06 UTC (2+ messages)
[RFC v3 0/5] Bootpatch-SLR: Randomizing Linux Kernel Structure Layouts at Boot
2026-09-10 14:01 UTC (3+ messages)
[PATCH RFC v9 00/25] pkeys-based page table hardening
2026-09-10 8:30 UTC (30+ messages)
` [PATCH RFC v9 01/25] mm: Introduce kpkeys
` [PATCH RFC v9 02/25] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v9 11/25] mm: kpkeys: Introduce kpkeys_hardened_pgtables feature
` [PATCH RFC v9 12/25] mm: kpkeys: Protect regular page tables
` [PATCH RFC v9 13/25] mm: kpkeys: Introduce early page table allocator
[PATCH v3 1/2] vfs: Annotate struct fdtable's fd field with __counted_by_ptr
2026-09-10 7:33 UTC (2+ messages)
[PATCH v6 1/2] fuse: bound io-uring payload copies to the registered buffer size
2026-09-10 2:29 UTC (3+ messages)
[PATCH] clk: tenstorrent: Assign .num before accessing .hws
2026-09-10 0:47 UTC (4+ messages)
[PATCH v2] cred: prevent slab cache merging for cred_jar
2026-09-09 21:48 UTC (2+ messages)
[PATCH 2/2] userns: Add KUnit test suite for uid_gid_map
2026-09-09 19:54 UTC (7+ messages)
` [PATCH v5 1/2] userns: Add __counted_by_ptr attribute to struct uid_gid_map
` [PATCH v5 2/2] userns: Add KUnit test suite for uid_gid_map
[PATCH v6] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
2026-09-09 17:37 UTC (3+ messages)
[PATCH] efi: pstore: Fix pstore_disable parameter setting (if built as module)
2026-09-09 17:12 UTC (3+ messages)
[PATCH net-next v2 7/7] net: mctp: usblib: Add test for failing append
2026-09-09 5:43 UTC (2+ messages)
[PATCH net-next v2 6/7] net: mctp: usblib: Add initial kunit tx tests
2026-09-09 5:43 UTC (2+ messages)
[PATCH net-next v2 4/7] net: mctp: usblib: Complete rx tests
2026-09-09 5:43 UTC (2+ messages)
[PATCH net-next v2 3/7] net: mctp: usblib: Add tests of invalid headers
2026-09-09 5:43 UTC (2+ messages)
[PATCH net-next v2 1/7] net: mctp: usblib: Add to parameterized kunit tests
2026-09-09 5:43 UTC (2+ messages)
[PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
2026-09-08 22:34 UTC (2+ messages)
[PATCH v4 1/2] userns: Add __counted_by_ptr attribute to struct uid_gid_map
2026-09-08 17:46 UTC (12+ messages)
` [PATCH v4 2/2] userns: Add KUnit test suite for uid_gid_map
[PATCH v6 0/8] media: qcom: camss: CAMSS Offline Processing Engine support
2026-09-08 7:21 UTC (3+ messages)
` [PATCH v6 7/8] arm64: dts: qcom: agatti: Add OPE node
[PATCH] platform/x86/intel/vsec: Annotate deps with __counted_by_ptr()
2026-09-08 6:34 UTC
[PATCH v10 00/17] AD9910 Direct Digital Synthesizer
2026-09-07 22:05 UTC (8+ messages)
` [PATCH v10 10/17] iio: frequency: ad9910: initial driver implementation
[RFC][PATCH 0/3] SPSLR-v3 cleanups
2026-09-07 16:44 UTC (2+ messages)
[PATCH v2 0/3] clk: samsung: Introduce Exynos5515 clock driver support
2026-09-07 11:29 UTC (4+ messages)
` [PATCH v2 3/3] clk: samsung: Introduce Exynos5515 clock driver
[PATCH v2 0/2] Add and use supported/unsupported string helper
2026-09-07 11:12 UTC (3+ messages)
` [PATCH v2 1/2] lib/string_choices: Add str_supported_unsupported() helper
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).