linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-10 23:52:32 to 2026-09-16 14:03:37 UTC [more...]

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-16 14:03 UTC  (71+ 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 V3] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-16 13:52 UTC  (3+ messages)

[PATCH v7 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver
 2026-09-16 13:42 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine
` [PATCH v7 2/2] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller

[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
 2026-09-16  9:29 UTC  (46+ 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 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 17/28] MIPS: cmdline: Refactor bootcmdline_append() to use snprintf()
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 19/28] x86/setup: Use snprintf() to concatenate builtin and boot command lines
` [PATCH 20/28] parisc: Refactor strlcat() to seq_buf in setup_cmdline()
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 22/28] media: si2165: Use snprintf() to format frontend name
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()

[PATCH net v2] net: ip_tunnel: initialize `options_len` before referencing options
 2026-09-16  0:50 UTC  (4+ messages)

[PATCH v4 0/3] Introduce EC driver for Snapdragon X1E based Dell XPS 13 9345
 2026-09-15 20:22 UTC  (4+ messages)
` [PATCH v4 2/3] platform: arm64: dell-xps-ec: new driver

[PATCH v7 0/9] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-09-15 14:25 UTC  (15+ 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 v8 0/9] Add support for Qualcomm remoteproc subsystem cooling
 2026-09-15 10:27 UTC  (6+ messages)
` [PATCH v8 2/9] soc: qcom: Add QMI TMD support for remote thermal mitigation
` [PATCH v8 8/9] arm64: dts: qcom: monaco: Enable CDSP cooling

[PATCH V2] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-15  9:15 UTC  (3+ messages)

[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  (6+ 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-next v2 0/7] net: mctp: usblib: Increase coverage of kunit testing
 2026-09-14  3:14 UTC  (4+ messages)
` [PATCH net-next v2 2/7] net: mctp: usblib: Add test for splits inside headers

[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  (3+ messages)


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).