messages from 2026-09-11 19:40:57 to 2026-09-16 08:28:31 UTC [more...]
[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
2026-09-16 8:28 UTC (45+ 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 RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
2026-09-16 8:24 UTC (2+ messages)
[PATCH RFC POC 00/50] file: handle files on syscall exit
2026-09-16 7:09 UTC (107+ messages)
` [PATCH RFC POC 01/50] file: install "
` [PATCH RFC POC 02/50] entry: commit fds "
` [PATCH RFC POC 03/50] alpha: "
` [PATCH RFC POC 04/50] ARC: "
` [PATCH RFC POC 05/50] ARM: "
` [PATCH RFC POC 06/50] arm64: "
` [PATCH RFC POC 07/50] csky: "
` [PATCH RFC POC 08/50] hexagon: "
` [PATCH RFC POC 09/50] m68k: "
` [PATCH RFC POC 10/50] microblaze: "
` [PATCH RFC POC 11/50] MIPS: "
` [PATCH RFC POC 12/50] nios2: "
` [PATCH RFC POC 13/50] openrisc: "
` [PATCH RFC POC 14/50] parisc: "
` [PATCH RFC POC 15/50] sh: "
` [PATCH RFC POC 16/50] sparc: "
` [PATCH RFC POC 17/50] um: "
` [PATCH RFC POC 18/50] xtensa: "
` [PATCH RFC POC 19/50] file: require the syscall exit hook from every architecture
` [PATCH RFC POC 20/50] file: warn when the descriptor table is unshared with slots
` [PATCH RFC POC 21/50] io_uring: commit fds per request
` [PATCH RFC POC 22/50] net: install SCM_RIGHTS descriptors when recvmsg() returns
` [PATCH RFC POC 23/50] file: open-code receive_fd()'s immediate install
` [PATCH RFC POC 24/50] file: make FD_ADD() a standalone "
` [PATCH RFC POC 25/50] file: reimplement FD_PREPARE() on the deferred fd_prepare() path
` [PATCH RFC POC 26/50] dma-buf: stop unwinding sync file descriptors by hand
` [PATCH RFC POC 27/50] drm/amdkfd: stop collecting CRIU dma-buf descriptors for a final install
` [PATCH RFC POC 28/50] drm/msm: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 29/50] drm/virtio: "
` [PATCH RFC POC 30/50] drm/vmwgfx: "
` [PATCH RFC POC 31/50] vfio: install the migration data "
` [PATCH RFC POC 32/50] liveupdate: install the session descriptors "
` [PATCH RFC POC 33/50] io_uring/zcrx: install the exported descriptor when the request returns
` [PATCH RFC POC 34/50] sctp: install the peeloff descriptor when the syscall returns
` [PATCH RFC POC 35/50] ALSA: compress: install the task descriptors when the ioctl returns
` [PATCH RFC POC 36/50] nitro_enclaves: install the enclave descriptor "
` [PATCH RFC POC 37/50] tpm: vtpm_proxy: install the server "
` [PATCH RFC POC 38/50] perf: stop putting the event descriptor back on failure
` [PATCH RFC POC 39/50] seccomp: stop putting the listener "
` [PATCH RFC POC 40/50] KVM: stop putting descriptors "
` [PATCH RFC POC 41/50] KVM: guest_memfd: stop putting the descriptor "
` [PATCH RFC POC 42/50] drm: stop unwinding descriptors by hand
` [PATCH RFC POC 43/50] drm/amdgpu: stop unwinding the fence descriptor "
` [PATCH RFC POC 44/50] drm/etnaviv: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 45/50] accel/habanalabs: stop putting the dma-buf descriptor back on failure
` [PATCH RFC POC 46/50] xen/gntdev-dmabuf: stop putting the "
` [PATCH RFC POC 47/50] iio: buffer: install the buffer descriptor when the ioctl returns
` [PATCH RFC POC 48/50] misc: fastrpc: install the dma-buf "
` [PATCH RFC POC 49/50] iommufd: stop putting descriptors back on failure
` [PATCH RFC POC 50/50] Drivers: hv: mshv: "
[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
2026-09-16 2:01 UTC (6+ messages)
` [PATCH v3 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v3 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v3 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v3 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH] dmaengine: loongson1-apb-dma: fix residue calculation for queued descriptors
2026-09-15 19:19 UTC (4+ messages)
` [PATCH v2] dmaengine: loongson1-apb-dma: avoid using iterator variable after list_for_each_entry()
[PATCH v4 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
2026-09-15 17:36 UTC (2+ messages)
[PATCH] clocksource/drivers/timer-econet-en751221: Fix clock reference leak
2026-09-15 13:08 UTC (2+ messages)
[PATCH 1/2] MIPS: Octeon: size the swiotlb for a modular OHCI platform driver
2026-09-15 8:18 UTC (2+ messages)
` [PATCH 2/2] MIPS: Octeon: offer the RedBoot parser when it is modular
[PATCH v6 00/13] syscalls: Add a shared table for all archs
2026-09-15 7:45 UTC (2+ messages)
[PATCH 1/2] MIPS: mm: align hugetlb mappings in arch_get_unmapped_area()
2026-09-15 7:13 UTC (2+ messages)
` [PATCH 2/2] MIPS: mm: do not write a huge TLB entry when the probe misses
[PATCH 1/5] MIPS: OCTEON: cvmx-l2c: use the OCTEON II register model on all CN6XXX
2026-09-15 7:12 UTC (5+ messages)
` [PATCH 2/5] MIPS: OCTEON: cvmx-l2c: add the CN66XX L2 geometry
` [PATCH 3/5] MIPS: OCTEON: read the L2 crippled fuses from MIO_FUS_DAT3 on OCTEON II
` [PATCH 4/5] MIPS: OCTEON: program L2C_CTL, not L2C_CFG, "
` [PATCH 5/5] MIPS: OCTEON: require the Core-14449 workaround only on CN63XX pass 1
[PATCH net-next v14 07/10] net: stmmac: qcom-ethqos: fix SGMII loopback not set on resume after speed change
2026-09-14 23:16 UTC (2+ messages)
[PATCH net-next v14 06/10] net: stmmac: qcom-ethqos: update phy_mode to the resolved interface in mac_finish()
2026-09-14 23:16 UTC (2+ messages)
[PATCH net-next v14 03/10] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
2026-09-14 23:16 UTC (2+ messages)
[PATCH net-next v14 01/10] net: phy: aquantia: fix system interface type not updated in forced mode
2026-09-14 23:14 UTC (2+ messages)
[PATCH net-next v14 00/10] net: stmmac: qcom-ethqos: add support for SCMI power domains
2026-09-14 23:15 UTC (2+ messages)
[PATCH v2 0/2] clk: eyeq: Reserve OLB memory regions
2026-09-14 16:57 UTC (4+ messages)
` [PATCH v2 1/2] clk: eyeq: Use devm_platform_ioremap_resource()
` [PATCH v2 2/2] clk: eyeq: Add mobileye,eyeq6h-central-olb compatible
[PATCH v4 0/5] dma: swiotlb: Centralize default pool policy and sizing
2026-09-14 7:01 UTC (6+ messages)
` [PATCH v4 1/5] dma: swiotlb: Centralize default pool policy selection
` [PATCH v4 2/5] dma: swiotlb: Centralize minimal pool sizing
` [PATCH v4 3/5] dma: swiotlb: Centralize memory-encryption "
` [PATCH v4 4/5] dma: swiotlb: Add an overridable architecture pool opt-out
` [PATCH v4 5/5] dma: swiotlb: Remove SWIOTLB_ANY
[PATCH bpf-next v3 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
2026-09-12 19:37 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf, mips: Factor register moves into helpers
` [PATCH bpf-next v3 2/2] bpf, mips: Add support for BPF_MOVSX in the JITs
[PATCH bpf-next v2] bpf, mips: Add BPF_MEMSX support to the JITs
2026-09-12 18:06 UTC
[PATCH bpf-next v4 0/3] bpf, mips: Add signed div/mod support
2026-09-12 0:52 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] bpf, mips: Factor out div/mod emission helpers
` [PATCH bpf-next v4 2/3] MIPS: uasm: Add signed div/mod and sign-extension emitters
` [PATCH bpf-next v4 3/3] bpf, mips: Add support for BPF_SDIV and BPF_SMOD
[PATCH] clk: eyeq: Use devm_platform_ioremap_resource()
2026-09-11 23:53 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).