mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] rcutorture: kvm-again.sh: Fix re-run failure on ppc64
 2026-09-15  8:45 UTC 

[PATCH 0/3] KVM: Replace VCPU_RUN with KVM_RUN in comments and docs
 2026-09-15  8:44 UTC  (4+ messages)
` [PATCH 1/3] KVM: Fix comments that refer to the non-existent VCPU_RUN ioctl
` [PATCH 2/3] KVM: arm64: Fix references "
` [PATCH 3/3] KVM: PPC: Book3S HV: Fix comment naming a non-existent KVM_VCPU_RUN ioctl

[PATCH] mm/oom_kill: fix hung tasks queued on mmap_lock behind a long reap
 2026-09-15  8:44 UTC  (7+ messages)

[PATCH] media: i2c: ov13b10: fix power cleanup on remove
 2026-09-15  8:44 UTC 

[PATCH v2 00/23] ALSA: fix typos in comments
 2026-09-15  8:44 UTC  (24+ messages)
` [PATCH v2 01/23] ALSA: core: seq: oss: "
` [PATCH v2 02/23] ALSA: hda: "
` [PATCH v2 03/23] ALSA: usb-audio: "
` [PATCH v2 04/23] ALSA: i2c: "
` [PATCH v2 05/23] ALSA: emu10k1: "
` [PATCH v2 06/23] ALSA: emux: "
` [PATCH v2 07/23] ALSA: firewire: bebob: "
` [PATCH v2 08/23] ALSA: opti9xx: "
` [PATCH v2 09/23] ALSA: hal2: "
` [PATCH v2 10/23] ALSA: ppc: tumbler: "
` [PATCH v2 11/23] ALSA: ac97: "
` [PATCH v2 12/23] ALSA: au88x0: "
` [PATCH v2 13/23] ALSA: aw2: "
` [PATCH v2 14/23] ALSA: cs4281: "
` [PATCH v2 15/23] ALSA: cs46xx: "
` [PATCH v2 16/23] ALSA: echoaudio: "
` [PATCH v2 17/23] ALSA: lx6464es: "
` [PATCH v2 18/23] ALSA: pcxhr: "
` [PATCH v2 19/23] ALSA: riptide: "
` [PATCH v2 20/23] ALSA: rme32: "
` [PATCH v2 21/23] ALSA: hdsp: "
` [PATCH v2 22/23] ALSA: trident: "
` [PATCH v2 23/23] ALSA: vx: "

[PATCH] usb: gadget: f_loopback: fix descriptor leak on unbind
 2026-09-15  8:44 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] arm64: dts: qcom: sm8150: Use SM8150_CX for the SDHC power domain
 2026-09-15  8:44 UTC 

[PATCH v9 0/5] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-09-15  8:43 UTC  (6+ messages)
` [PATCH v9 4/5] x86/cpuid: fix unbootable VMs by really inlining memcmp() in hypervisor_cpuid_base()

[PATCH v10 00/28] KVM: Enable FRED support with KVM VMX
 2026-09-15  8:43 UTC  (5+ messages)
` [PATCH v10 09/28] KVM: VMX: Save/restore guest FRED RSP0

[PATCH v1 1/1] CREDITS: Fix the ordering and other issues
 2026-09-15  8:42 UTC 

[PATCH v8 00/13] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-09-15  8:41 UTC  (14+ messages)
` [PATCH v8 01/13] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
` [PATCH v8 02/13] drm/mediatek: Implement Display Stream Compression support
` [PATCH v8 03/13] dt-bindings: display: mediatek: dsi: Document MT8189 and MT8196
` [PATCH v8 04/13] drm/mediatek: mtk_dsi: Cleanup encoder if reset fails during bind
` [PATCH v8 05/13] drm/mediatek: mtk_dsi: Enable interrupt at component bind time
` [PATCH v8 06/13] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH v8 07/13] drm/mediatek: mtk_dsi: Move max link rate parameter to platform data
` [PATCH v8 08/13] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH v8 09/13] drm/mediatek: mtk_dsi: Add support for SRAM QoS setting
` [PATCH v8 10/13] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH v8 11/13] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH v8 12/13] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH v8 13/13] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support

[PATCH v3] xfs: fix typos and repeated words in comments
 2026-09-15  8:41 UTC  (2+ messages)

[PATCH v4 next 0/9] locking/osq_lock: Optimisations to osq_lock code
 2026-09-15  8:40 UTC  (7+ messages)
` [PATCH v4 next 2/9] locking/osq_lock: Save the cpu number for 'prev' not the node address
` [PATCH v4 next 3/9] locking/osq_lock: Set prev_cpu=0 instead of locked=1

[PATCH net] net: fddi: skfp: fix NULL deref when setting the MAC address while down
 2026-09-15  8:40 UTC  (2+ messages)

[PATCH] arm64/sve: Don't zero the SVE state buffer when the SVE state is live
 2026-09-15  8:39 UTC  (2+ messages)

[PATCH v10 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-15  8:39 UTC  (4+ messages)
` [PATCH v10 6/6] selftests/mm: add a GUP selftest

[PATCH net RESEND 2/2] net: macb: Use all-frame timestamping for PTPv1 RX filters
 2026-09-15  8:38 UTC  (2+ messages)

[PATCH net RESEND 1/2] net: macb: Preserve one-step mode on rejected timestamp requests
 2026-09-15  8:38 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Avoid triggering an extra interrupt for a vCPU
 2026-09-15  8:38 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8150: Use SM8150_MSS for the SDHC power domain
 2026-09-15  8:37 UTC  (3+ messages)

[PATCH] locking/osq_lock: Ensure proper locking semantics for osq_lock/osq_unlock()
 2026-09-15  8:36 UTC  (6+ messages)

[PATCH v2] i40e: add an error handling path in i40e_xsk_pool_enable()
 2026-09-15  8:36 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-15  8:35 UTC  (3+ messages)

[PATCH] xhci: sideband: check vdev liveness before removing endpoints on unregister
 2026-09-15  8:35 UTC  (17+ messages)
    ` 答复: "
        ` 答复: "

[PATCH] media: i2c: og01a1b: power off sensor on remove
 2026-09-15  8:35 UTC 

[PATCH] mm/hugetlb: fix misspelled parameter names in comment
 2026-09-15  8:35 UTC  (2+ messages)

[PATCH] kgdb: Fix buffer overflow in the 'm' packet handler
 2026-09-15  8:34 UTC  (3+ messages)

[PATCH v3 0/2] Documentation/litmus-tests: Add SRCU fastpath litmus tests
 2026-09-15  8:33 UTC  (3+ messages)
` [PATCH v3 1/2] Documentation/litmus-tests: Add SRCU fastpath anchor-before-scan test

[PATCH] md: don't flush md_misc_wq from md_alloc()
 2026-09-15  8:33 UTC 

[PATCH v13 0/7] ntfs: fix volume flag races and persist the recorded error state
 2026-09-15  8:32 UTC  (8+ messages)
` [PATCH v13 1/7] ntfs: fix volume flag update races
` [PATCH v13 2/7] ntfs: set the volume dirty bit unconditionally on metadata changes
` [PATCH v13 3/7] ntfs: sync the volume dirty bit with the recorded error state
` [PATCH v13 4/7] ntfs: persist the dirty state after the final put_super() commits
` [PATCH v13 5/7] ntfs: do not clear the volume dirty bit during sync
` [PATCH v13 6/7] ntfs: check the dirty-state commit on remount and unmount
` [PATCH v13 7/7] ntfs: fail remount on sync errors and keep the dirty bit on SB_FORCE

[PATCH v5 01/20] media: rc: Ensure registered is cleared in error path
 2026-09-15  8:32 UTC  (20+ messages)
` [PATCH v5 02/20] media: rc: Ensure that rc_unregister_device() does not free input device
` [PATCH v5 03/20] media: rc: Fix ABBA deadlock by making locks more fine grained
` [PATCH v5 04/20] media: rc: Replace open coded krealloc() for keymap
` [PATCH v5 05/20] media: rc: Add missing locking "
` [PATCH v5 06/20] media: rc: Fix race between bpf(BPG_PROG_ATTACH) and device unregister
` [PATCH v5 07/20] media: rc: mce_kbd: Fix inconsistent locking of keylock
` [PATCH v5 08/20] media: ene_ir: Ensure teardown is done in the correct order
` [PATCH v5 09/20] media: rc: Use binary search for adding or updating a scancode
` [PATCH v5 10/20] media: rc: imon: Bind both interfaces via usb_driver_claim_interface()
` [PATCH v5 11/20] media: ir_toy: Remove unused struct field
` [PATCH v5 12/20] media: nuvoton-cir: "
` [PATCH v5 13/20] media: ite-cir: Removed "
` [PATCH v5 14/20] media: fintek-cir: Remove unused fields
` [PATCH v5 15/20] media: mceusb: Remove unused field
` [PATCH v5 16/20] media: serial_ir: Fix race condition where timer can be re-armed
` [PATCH v5 17/20] media: rc: After rc_unregister_device() timers "
` [PATCH v5 18/20] media: rc: Validate carrier range in LIRC_SET_REC_CARRIER ioctl
` [PATCH v5 19/20] media: ir_toy: Validate the maximum tx carrier
` [PATCH v5 20/20] media: meson-ir-tx: Prevent divide by zero in meson_irtx_prepare_pulse()

[PATCH net] vlan: require the MAC header to be present in __vlan_insert_inner_tag()
 2026-09-15  8:31 UTC 

[PATCH v3] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2026-09-15  8:31 UTC  (2+ messages)

[PATCH v2] LoongArch: Remove arch-specific __smp_mb__{before,after}_atomic()
 2026-09-15  8:28 UTC  (2+ messages)

[PATCH v2] PCI: cadence: Store the core controller in platform drvdata
 2026-09-15  8:28 UTC 

[PATCHSET v2 sched_ext/for-7.3-fixes] sched_ext: Idle claim recovery and online cid mask
 2026-09-15  8:27 UTC  (3+ messages)
` [PATCH 1/2] sched_ext: scx_qmap: Restore unused idle claims from ops.dispatch()
` [PATCH 2/2] sched_ext: Maintain an online cid mask in the scheduler arena

[PATCH v3] locking/osq_lock: Ensure proper locking semantics for osq_lock/osq_unlock()
 2026-09-15  8:26 UTC  (2+ messages)

[PATCH net] net: bcmgenet: restore the hardware filters on open
 2026-09-15  8:26 UTC  (2+ messages)

[PATCH v2 00/13] ASoC: mediatek: mt8189: Improve error handling
 2026-09-15  8:26 UTC  (13+ messages)
` [PATCH v2 02/13] ASoC: mediatek: mt8189: Propagate APLL enable errors
` [PATCH v2 07/13] ASoC: mediatek: mt8189: Propagate runtime resume errors

[PATCH] media: adv7180: Initialize mutex before ancillary clients
 2026-09-15  8:26 UTC 

[PATCH v5 0/3] Add Altera SoCFPGA Crypto Service (FCS) driver
 2026-09-15  8:25 UTC  (4+ messages)
` [PATCH v5 1/3] firmware: stratix10-svc: increase args array
` [PATCH v5 2/3] firmware: stratix10-svc: add FCS crypto-service commands for Agilex 5
` [PATCH v5 3/3] firmware: socfpga-fcs: add Altera SoCFPGA FCS driver with SDOS

[PATCH 00/17] Treewide: enforce static storage for object initializers
 2026-09-15  8:23 UTC  (3+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()

[PATCH] media: i2c: imx290: fix runtime PM reference handling on probe errors
 2026-09-15  8:22 UTC 

[PATCH net-next v18 0/3] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
 2026-09-15  8:21 UTC  (4+ messages)
` [PATCH net-next v18 1/3] dt-bindings: net: Document Motorcomm YT8824 PHY package
` [PATCH net-next v18 2/3] net: phy: Add support for Template Control register for PMA
` [PATCH net-next v18 3/3] net: phy: Add driver for Motorcomm Quad 2.5GbE phy

[PATCH net-next v6 1/2] net: fec: Propagate PTP initialization errors
 2026-09-15  8:20 UTC  (2+ messages)

[PATCH net-next v17 0/2] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
 2026-09-15  8:19 UTC  (6+ messages)
` [PATCH net-next v17 2/2] "

[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
 2026-09-15  8:18 UTC  (29+ 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 v3 0/2] drm/drm_crtc: dma_fence_ops fixes
 2026-09-15  8:18 UTC  (4+ messages)
` [PATCH v3 1/2] drm/drm_crtc: ensure dma_fence_ops remain valid during device unbind

[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] md/raid5: setup_conf: Fix null-ptr-def in error handling path
 2026-09-15  8:17 UTC 

[PATCH] usb: octeon-hcd: keep SOF interrupts while a periodic pipe is due
 2026-09-15  8:17 UTC 

[PATCH v2] docs: sphinx-pre-install: warn about unsupported Docutils versions
 2026-09-15  8:16 UTC  (3+ messages)

[PATCH v9 net] octeontx2-af: switch qmem from coherent DMA alloc to streaming DMA mapping
 2026-09-15  8:16 UTC  (2+ messages)

[PATCH v2] mfd: intel_soc_pmic_crc: Balance IRQ wake enable
 2026-09-15  8:16 UTC  (2+ messages)

PGP keysigning at LPC/OSSE 2026 (Reminder for registration)
 2026-09-15  8:16 UTC 

[PATCH net-next 0/2] selftests: drv-net: Add VLAN test
 2026-09-15  8:16 UTC  (3+ messages)
` [PATCH net-next 2/2] "

[PATCH v3] ASoC: dt-bindings: Use consistent indentation in the example
 2026-09-15  8:14 UTC  (2+ messages)

[PATCH bpf] bpf, sockmap: reject max_entries > INT_MAX in sock_map_alloc
 2026-09-15  8:13 UTC  (2+ messages)

[PATCH v4 00/10] dmaengine: Support bus widths of 32 bytes and above
 2026-09-15  8:13 UTC  (6+ messages)
` [PATCH v4 08/10] ALSA: pcm_dmaengine: Use dma_slave_caps bus width helpers

[PATCH v2 net] ipvlan: unregister upper devices outside pnodes_lock
 2026-09-15  8:13 UTC 

[PATCH v4 0/3] nvmem: add support for the MediaTek mt6323 PMIC
 2026-09-15  8:11 UTC  (4+ messages)
` [PATCH v4 2/3] nvmem: add mt6323 PMIC EFUSE driver

[PATCH v7 0/7] cxl: Sashiko bug fixes
 2026-09-15  8:11 UTC  (3+ messages)

[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 net-next] dt-bindings: net: Use consistent indentation in the example
 2026-09-15  8:11 UTC  (2+ messages)

[PATCH bpf-next v6] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
 2026-09-15  8:10 UTC 

[PATCH] mm: Remove unused exact_nid parameter from memmap_alloc()
 2026-09-15  8:09 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: kaanapali: enable ETR and CTCU devices
 2026-09-15  8:09 UTC  (2+ messages)

[RFC PATCH] vfio/pci: Block for the upstream bridge lock in vfio_pci_core_disable()
 2026-09-15  8:08 UTC  (2+ messages)

[PATCH v4 00/52] clk: qcom: Tie CX power domains to GCCs
 2026-09-15  8:06 UTC  (3+ messages)
` [PATCH v4 23/52] clk: qcom: gcc-sc7280: Tie the CX power domain to controller

[PATCH net-next v8 0/3] w5100: restore GPIO-based link detection
 2026-09-15  8:06 UTC  (4+ messages)
` [PATCH net-next v8 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema
` [PATCH net-next v8 2/3] dt-bindings: net: wiznet,w5100: add link status interrupt
` [PATCH net-next v8 3/3] w5100: detect carrier state using link status bit and optional interrupt

[PATCH v4 0/3] ASoC: qcom: allow SM[456]50 HDK board to play audio via I2S
 2026-09-15  8:05 UTC  (2+ messages)

[PATCH v2] usb: gadget: f_tcm: avoid NULL dereference in usbg_make_tpg()
 2026-09-15  8:05 UTC 

[PATCH v6 0/4] gpio: mmio: report the line direction on chips without direction registers
 2026-09-15  8:05 UTC  (3+ messages)
` [PATCH v6 2/4] pinctrl: imx: answer OUTPUT_ENABLE/INPUT_ENABLE queries from the pad register
` [PATCH v6 4/4] gpio: mmio: track the direction of chips without direction registers

[PATCH] media: i2c: gc0308: drop runtime PM reference after probe
 2026-09-15  8:05 UTC 

page:  |  | latest

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

all inboxes | Powered by JetHome®