All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-17 02:37:02 to 2026-08-17 04:22:29 UTC [more...]

[PATCH bpf-next v6 00/10] bpf: Support aggregate return values up to 16 bytes
 2026-08-17  4:22 UTC  (10+ messages)
` [PATCH bpf-next v6 01/10] bpf: Factor check_global_ret_scalar_reg() out of the global return check
` [PATCH bpf-next v6 02/10] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v6 03/10] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v6 04/10] bpf: Handle R2 as a return register in precision backtracking
` [PATCH bpf-next v6 05/10] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v6 06/10] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v6 07/10] bpf: Enable aggregate return types up to 16 bytes
` [PATCH bpf-next v6 08/10] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v6 09/10] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns

[PATCH v4 0/8] x86/fpu: Restore and reinforce signal frame portability
 2026-08-17  4:20 UTC  (9+ messages)
` [PATCH 1/8] x86/fpu: Document "
` [PATCH 2/8] x86/fpu: Clean up and rename variables in signal frame handling
` [PATCH 3/8] x86/fpu: Split __fpu_restore_sig to extract compat path
` [PATCH 4/8] x86/fpu: Document reasoning of FX-only fallback
` [PATCH 5/8] selftests/x86: Add a test for signal frame FPU portability
` [PATCH 6/8] x86/fpu: Fix potential underflow in xstate_calculate_size()
` [PATCH 7/8] x86/fpu: Pre-fault only required size of xstate buffer
` [PATCH 8/8] selftests/x86: Add a sigframe insufficient xstate_size test

[PATCH v14 00/22] TDX KVM selftests
 2026-08-17  4:19 UTC  (4+ messages)

[PATCH 0/2] arm64: dts: qcom: Use hyphen in rpmhpd OPP node names
 2026-08-17  4:18 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: lemans: "

[PATCH v2 0/2] hw/usb/hcd-ehci: Fix Coverity CID 1685236 and check DMA errors
 2026-08-17  4:17 UTC  (4+ messages)
` [PATCH v2 1/2] hw/usb/hcd-ehci: Handle get_dwords() failures in async writeback
` [PATCH v2 2/2] hw/usb/hcd-ehci: Check for DMA errors in get_dwords()/put_dwords()

[PATCH] btrfs: handle highmem folios in read_key_bytes
 2026-08-17  4:14 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/postgresql: security bump version to 18.6
 2026-08-17  4:13 UTC  (2+ messages)

[PATCH 0/2] perf vendor events arm64: Fix Tegra410 Olympus PMU events
 2026-08-17  4:13 UTC  (2+ messages)

[PATCH v3 00/13] hexagon: add semihosting support
 2026-08-17  4:11 UTC  (5+ messages)
` [PATCH v3 07/13] target/hexagon: "
` [PATCH v3 09/13] target/hexagon: add main arch-specific semihosting operations

[PATCH v1] hw/usb/hcd-ehci: Handle get_dwords() failures in async writeback
 2026-08-17  4:08 UTC  (4+ messages)

[PATCH v4 00/12] KVM/hostmem: Support init-shared guest-memfd as VM backends
 2026-08-17  4:05 UTC  (5+ messages)
` [PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()

[GIT PULL] ata changes for 7.3
 2026-08-17  4:06 UTC 

[PATCH v3] mm/rmap: synchronize lock and unlock target in anon_vma_clone
 2026-08-17  4:04 UTC  (2+ messages)

bpf selftests timer_lockup intermittently locks up kernel
 2026-08-17  4:04 UTC  (2+ messages)

[PATCH 00/21] HID: fix racy force feedback initialization via .input_configured()
 2026-08-17  4:03 UTC  (4+ messages)
` [PATCH 02/21] HID: add documentation and Coccinelle script for FF registration race

[BUG] Continuously increasing spurious interrupts inside pSeries guest on PowerNV host
 2026-08-17  4:02 UTC  (2+ messages)

[PATCH v8 00/10] riscv: add initial RPMI virt support
 2026-08-17  4:01 UTC  (5+ messages)
` [PATCH v8 01/10] build: add optional librpmi dependency

[PATCH v4 0/5] devtool: fix standalone clone conversion for nested git repos
 2026-08-17  4:01 UTC  (10+ messages)
` [PATCH v4 1/5] oe/patch: Skip commitIgnored when nothing is actually staged
` [PATCH v4 2/5] devtool: Register nested git repos before the initial commit
` [PATCH v4 5/5] oeqa/selftest/devtool: Add test for multiple nested git destsuffix repos

[PATCH v8 00/11] spacemit mmc driver
 2026-08-17  2:48 UTC  (7+ messages)
` [PATCH v8 02/11] pinctrl: k1: fix drive strength configuration
` [PATCH v8 03/11] pinctrl: k1: fix pull-up/pull-down configuration
` [PATCH v8 04/11] pinctrl: k1: add IO power domain configuration support

[PATCH bpf-next v5 00/11] bpf: Support aggregate return values up to 16 bytes
 2026-08-17  4:00 UTC  (39+ messages)
` [PATCH bpf-next v5 02/11] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v5 03/11] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v5 04/11] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next v5 05/11] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v5 06/11] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v5 08/11] bpf: Reject register-pair returns when the subprog BTF is unreliable
` [PATCH bpf-next v5 09/11] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v5 10/11] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns

[PATCH v1] LoongArch: Fix __smp_mb__{before,after}_atomic()
 2026-08-17  3:59 UTC 

[PATCH mptcp-next v6 0/6] Fix socket options used by NVMe over MPTCP
 2026-08-17  3:57 UTC  (7+ messages)
` [PATCH mptcp-next v6 1/6] mptcp: handle TCP_MAXSEG getsockopt in common case
` [PATCH mptcp-next v6 2/6] mptcp: take TCP_MAXSEG handling into setsockopt_set_val
` [PATCH mptcp-next v6 3/6] mptcp: inherit sk_reuse and fix dev bind override
` [PATCH mptcp-next v6 4/6] mptcp: add TCP_SYNCNT setsockopt/getsockopt
` [PATCH mptcp-next v6 5/6] mptcp: sockopt: implement IPV6_TCLASS
` [PATCH mptcp-next v6 6/6] mptcp: copy subflow's tos/tclass to msk on accept

[RFC PATCH v5] mm: retry page faults once under the per-VMA lock
 2026-08-17  3:57 UTC  (4+ messages)

[PATCH v3 00/49] Make HMP optional (and later standalone)
 2026-08-17  3:55 UTC  (15+ messages)
` [PATCH v3 03/49] hmp: fix snapshot_blkdev argument type
` [PATCH v3 07/49] system: decouple qmp_inject_nmi() from Monitor
` [PATCH v3 13/49] tests/qtest/qmp-test: don't depend on human-monitor-command
` [PATCH v3 38/49] hexagon: make dump_mmu() take MonitorHMP
` [PATCH v3 39/49] qdev-monitor: make print_dev() callback "
` [PATCH v3 42/49] target: guard MonitorDef tables with CONFIG_HMP
` [PATCH v3 44/49] hexagon: condition HMP-specific code

[PATCH] rust: Upgrade 1.96.1 -> 1.97.1
 2026-08-17  3:55 UTC  (3+ messages)

[PATCH v2 net-next] octeontx2-af: add NPC TEID matching for GTP-U and GTP-C flows
 2026-08-17  3:55 UTC  (3+ messages)

[PATCH v3 net-next] octeontx2-af: add NPC TEID matching for GTP-U and GTP-C flows
 2026-08-17  3:51 UTC 

[PATCH] Bluetooth: btnxpuart: Check remote M.2 connector availability before pwrseq
 2026-08-17  3:51 UTC  (2+ messages)
`  "

[PATCH v2] rust: Upgrade 1.96.1 -> 1.97.1
 2026-08-17  3:50 UTC 

arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dtb: power-controller (rockchip,rk3576-power-controller): power-domain@0:power-domain@1:power-domain@2: Unevaluated properties are not allowed ('resets' was unexpected)
 2026-08-17  3:48 UTC 

[Buildroot] [PATCH v2 00/11] add runtime test for mpd
 2026-08-17  3:47 UTC  (14+ messages)
` [Buildroot] [PATCH v2 01/11] package/mpd: install provided sample configuration file as mpd.conf
` [Buildroot] [PATCH v2 02/11] package/mpd: remove duplicated dependencies from sub-options
` [Buildroot] [PATCH v2 03/11] package/mpd: reorder config items based on order in meson_options.txt
` [Buildroot] [PATCH v2 04/11] support/testing: add test data for mpd (1/6)

[PATCH] scsi: smartpqi: Handle pqi_alloc_io_request() failure
 2026-08-17  3:46 UTC  (2+ messages)

[PATCH makedumpfile 0/9] Improvements to makedumpfile extensions, plus userspace stack tracing extension
 2026-08-17  3:44 UTC  (5+ messages)
` [PATCH makedumpfile 4/9] Introduce a stat for pages retained by extension

[PATCH] iommu/virtio: Add debugfs state dump
 2026-08-17  3:41 UTC  (2+ messages)

[PATCH] wifi: ath12k: fix DMA unwind for ext MSDU descriptor retry
 2026-08-17  3:42 UTC  (2+ messages)

[RESEND PATCH] jbd2:remove unnecessary finish_wait call in jbd2_journal_wait_updates
 2026-08-17  3:40 UTC  (2+ messages)

[PATCH V2 0/2] md/raid10: annotate lockless access and fix hungtask
 2026-08-17  3:33 UTC  (3+ messages)
` [PATCH V2 1/2] md/raid10: annotate lockless access to array_freeze_pending
` [PATCH V2 2/2] md/raid10: fix missing wakeup in wait_barrier_nolock

[PATCH] btrfs: fix use-after-free in mark_block_group_to_copy
 2026-08-17  3:37 UTC  (3+ messages)

[PATCH rtw-next] wifi: rtw89: usb: Avoid crash with dynamically added device ID
 2026-08-17  3:38 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix O_DIRECT cleanup range for append writes
 2026-08-17  3:38 UTC  (3+ messages)
`  "

[PATCH v2 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
 2026-08-17  3:38 UTC  (3+ messages)
` [PATCH v2 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip

[PATCH v2] btrfs: fix use-after-free in mark_block_group_to_copy
 2026-08-17  3:35 UTC 

[syzbot] [media?] WARNING in as102_stream_ctrl
 2026-08-17  3:34 UTC  (2+ messages)

[PATCH] bnx2x: fix NULL pointer dereference in bnx2x_free_mem_bp()
 2026-08-17  3:33 UTC 

[PATCH net v7 0/1] openvswitch: Fix CT limit teardown use-after-free
 2026-08-17  3:32 UTC  (2+ messages)
` [PATCH net v7 1/1] "

[PATCH V2] riscv: dts: spacemit: k3: fix IMSIC num-guest-ids
 2026-08-17  3:30 UTC  (2+ messages)

[git pull] Input updates for v7.3-rc0
 2026-08-17  3:31 UTC 

[GIT PULL] SoCFPGA updates for next (2026-08-17)
 2026-08-17  3:29 UTC 

[PATCH] parisc: eisa: Fix infinite loop when parsing invalid IRQ value
 2026-08-17  3:29 UTC 

[PATCH v9 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-17  3:27 UTC 

[PATCH] mm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless host
 2026-08-17  3:26 UTC  (2+ messages)

[PATCH] fbdev: platinumfb: replace strcpy with strscpy
 2026-08-17  3:26 UTC  (2+ messages)

Backports of c1f3e770eec26d6f96dd6d2ea30555ba7c09a244 for 6.6 and 6.1
 2026-08-17  3:25 UTC  (2+ messages)

[PATCH 7.1.y v2 0/2] selftests: Fixes for BPF
 2026-08-17  3:25 UTC  (2+ messages)

[PATCH 6.6] fscrypt: Replace mk_users keyring with simple list
 2026-08-17  3:25 UTC  (2+ messages)

[PATCH 6.1] fscrypt: Replace mk_users keyring with simple list
 2026-08-17  3:25 UTC  (2+ messages)

[PATCH 5.15] fscrypt: Replace mk_users keyring with simple list
 2026-08-17  3:25 UTC  (2+ messages)

[PATCH 5.10] fscrypt: Replace mk_users keyring with simple list
 2026-08-17  3:25 UTC  (2+ messages)

[PATCH v2] include: configs: socfpga: Add environment variables for distro boot
 2026-08-17  3:21 UTC 

[PATCH] drm/amdgpu/dc: Avoid PSR AUX WARN on unhealthy eDP link
 2026-08-17  3:21 UTC  (2+ messages)

About new backend for GPU compute ROCm in qemu
 2026-08-17  3:19 UTC 

[PATCH v3 0/2] scsi: bsg: io_uring passthrough TOCTOU and mapping
 2026-08-17  3:17 UTC  (2+ messages)

[PATCH] wifi: rtl8xxxu: Adjust logging pattern
 2026-08-17  3:16 UTC  (2+ messages)

[PATCH] mm: memcg: flush empty per-cpu stock slots on memcg offlining
 2026-08-17  3:15 UTC  (2+ messages)

[PATCH v3 0/3] ASoC: add Senary SN624x SoundWire SDCA support
 2026-08-17  3:10 UTC  (4+ messages)
` [PATCH v3 1/3] ASoC: codecs: add SN624x SDCA SoundWire driver
    ` reply "

[PATCH v8 0/2] ASoC: codecs: Add Nuvoton NAU83G60 audio codec driver
 2026-08-17  3:10 UTC  (4+ messages)
` [PATCH v8 2/2] ASoC: codecs: nau8360: Add support for NAU83G60 amplifier

[PATCH] Add EXT4_STATE_MAY_INLINE_DATA check in ext4_readdir
 2026-08-17  3:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] docs/ksm: fix advisor documentation and comment
 2026-08-17  3:12 UTC  (8+ messages)
` [PATCH v2 2/2] mm/ksm: fix advisor_min_pages_to_scan description

[GIT PULL] chrome-platform-firmware updates for v7.3
 2026-08-17  3:13 UTC 

[PATCH] f2fs: fix i_size when pinned fallocate partially fails
 2026-08-17  3:12 UTC  (3+ messages)
  ` [f2fs-dev] "

[GIT PULL] chrome-platform updates for v7.3
 2026-08-17  3:11 UTC 

[PATCH net-next v2] net: stmmac: dwxgmac2: add XGMAC timestamp interrupt support
 2026-08-17  3:11 UTC  (6+ messages)

[PATCH v5 0/2] xfs: resolve close() deadlocks on frozen filesystems
 2026-08-17  3:09 UTC  (11+ messages)
` [PATCH v5 2/2] xfs: prevent close() from hanging "

[PATCH v2] mm/rmap: synchronize lock and unlock target in anon_vma_clone
 2026-08-17  3:07 UTC  (3+ messages)

[PATCH] wifi: rtlwifi: remove dead mimo_ps handling from rate update code
 2026-08-17  3:07 UTC  (2+ messages)

[PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
 2026-08-17  3:07 UTC  (4+ messages)

[PATCH 0/3] KVM: VMX: Harden against interpreting TDX vCPU as vcpu_vmx
 2026-08-17  3:07 UTC  (5+ messages)
` [PATCH 3/3] KVM: VMX: Rename posted interrupt prefixes from "vmx" to "vt"

[RFC PATCH] fpga: region: Add support for FPGA region variants
 2026-08-17  3:06 UTC  (11+ messages)

[PATCH v3 0/2] drm/panel: Add support for Novatek NT36532 panel
 2026-08-17  5:03 UTC  (2+ messages)

[PATCH v8 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-17  3:03 UTC  (2+ messages)

[PATCH] btrfs: fix transaction use-after-free in raid stripe insertion
 2026-08-17  3:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 0/4] Add Agilex5 SoCDK TSN Config2 board support
 2026-08-17  3:02 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: arm: altera: Add Agilex5 SoCDK TSN Config2 board
` [PATCH v5 2/4] arm64: dts: socfpga: agilex5: Add "
` [PATCH v5 3/4] dt-bindings: net: altr,socfpga-stmmac: Add altr,socfpga-stmmac-agilex5-tsn compatible
` [PATCH net-next v5 4/4] net: stmmac: dwmac-socfpga: Add support for Agilex5 TSN GMAC with FPGA converter

[PATCHSET v12 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-08-17  3:02 UTC  (3+ messages)
` [PATCH 14/17] sched_ext: Delegate proxy donor admission to BPF schedulers

[PATCH rtw-next v3] wifi: rtw88: usb: route bmc frames via the high queue only for DTIM delivery
 2026-08-17  3:00 UTC  (4+ messages)

[PATCH v2 0/2] Introduce in_range_incl() inclusive range check macro
 2026-08-17  3:00 UTC  (3+ messages)
` [PATCH v2 2/2] iio: imu: bmi270: Use in_range_inclusive() in bmi270_write_event_value()

[syzbot] [kernel?] KASAN: slab-use-after-free Read in disable_device
 2026-08-17  2:58 UTC 

[RFC PATCH 0/4] mm/damon/perf: add ARM SPE AUX backend
 2026-08-17  2:57 UTC  (3+ messages)

[PATCH v1 00/13] fix bugs
 2026-08-17  2:53 UTC  (14+ messages)
` [PATCH v1 01/13] net/sxe2: add Rx queue buffer split fill support
` [PATCH v1 02/13] net/sxe2: update switchdev repr VSI ID display format
` [PATCH v1 03/13] net/sxe2: add ACL engine event statistics support
` [PATCH v1 04/13] net/sxe2: enhance device cap and res management
` [PATCH v1 05/13] net/sxe2: improve representor device initialization
` [PATCH v1 06/13] net/sxe2: refactor flow tunnel port handling
` [PATCH v1 07/13] net/sxe2: validate IPsec key length against maximum limit
` [PATCH v1 08/13] net/sxe2: enhance repr event handling and MP code
` [PATCH v1 09/13] net/sxe2: optimize vectorized Tx/Rx path
` [PATCH v1 10/13] common/sxe2: allow munmap during kernel reset
` [PATCH v1 11/13] net/sxe2: clean up duplicate function declarations
` [PATCH v1 12/13] net/sxe2: clean up structure definitions
` [PATCH v1 13/13] doc/sxe2: add acl-stat-type parameter documentation

[PATCH v1 0/4] iio: Unshadow error codes in ->store()
 2026-08-17  2:54 UTC  (9+ messages)
` [PATCH v1 1/4] iio: light: "

[PATCH v2 0/3] mm: khugepaged: fix tracepoint UAF
 2026-08-17  2:53 UTC  (4+ messages)

[PATCH] liveupdate: use scoped_guard for mutex in session operations
 2026-08-17  2:51 UTC  (3+ messages)

[PATCH v5 0/2] pci: AMD: Add Versal2 CPM6 PCIe host controller support
 2026-08-17  2:50 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: PCI: amd-mdb: Add CPM6 support
` [PATCH v5 2/2] PCI: amd-mdb: Add CPM6 host controller support

[PATCH v3 0/4] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-17  2:49 UTC  (9+ messages)
` [PATCH v3 3/4] KVM: TDX: Don't assume exit_reason[31:16] as all-0 in tdx_to_vmx_exit_reason()

[PATCH rtw-next v2] wifi: rtw88: usb: do not log transfers lost to a mode switch
 2026-08-17  2:47 UTC  (3+ messages)
` [PATCH rtw-next v3] "

[PATCH v5 0/2] iio: adc: Add Axiado SARADC driver
 2026-08-17  2:45 UTC  (4+ messages)
` [PATCH v5 2/2] iio: adc: add "

[PATCH 0/2] PCI: introduce TC9564 misc driver
 2026-08-17  2:43 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: misc: introduce pci1179,0220.yaml

[syzbot] [mm?] WARNING in ep_write_iter
 2026-08-17  2:42 UTC  (8+ messages)

[PATCH] iio: light: gp2ap020a00f: drain irq_work after free_irq
 2026-08-17  2:40 UTC  (2+ messages)
` [PATCH] iio: light: gp2ap020a00f: use iio_trigger_poll_nested()

[PATCH] hwrng: cctrng: Fix use-after-free in cctrng_remove due to race condition
 2026-08-17  2:39 UTC  (3+ messages)

[PATCH] f2fs: fix to reset all pinned status during fggc
 2026-08-17  2:39 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v4] watchdog: sbsa_gwdt: add early_enable module parameter
 2026-08-17  2:37 UTC 

[PATCH] btrfs: remove verity Merkle folio from page cache on error
 2026-08-17  2:37 UTC  (2+ messages)

arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dtb: pcie@33800000 (fsl,imx8mq-pcie): clock-names: ['pcie', 'pcie_bus', 'pcie_phy', 'pcie_aux', 'extref'] is too long
 2026-08-17  2:37 UTC 

[PATCH v6 0/4] iio: light: add support for veml6031x00 ALS series
 2026-08-17  2:36 UTC  (5+ messages)
` [PATCH v6 4/4] iio: light: veml6031x00: add support for events and trigger


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.