messages from 2026-06-19 20:42:17 to 2026-06-20 02:56:47 UTC [more...]
[PATCH wireless] wifi: rtlwifi: rtl8192du: check QoS TID before indexing tids
2026-06-20 2:56 UTC
[PATCH] ata: libata-core: Add NOLPM quirk for PNY CS900 1TB SSD
2026-06-20 2:54 UTC (2+ messages)
The read builtin erroneously consumes null bytes
2026-06-20 2:51 UTC (3+ messages)
[PATCH] btrfs: do not check eb->refs to determine if the eb is still held
2026-06-20 2:46 UTC (2+ messages)
[PATCH 0/2] mm/damon/reclaim: fix initalization and parameter issues
2026-06-20 2:48 UTC (9+ messages)
` [PATCH 1/2] mm/damon/reclaim: fix destruction of ctx
` [PATCH 2/2] mm/damon/reclaim: fix potential memory leak
` [PATCH v2 0/1] fix initialization and parameter issues
` [PATCH v2 1/1] mm/damon/reclaim: fix potential memory leak
[PATCH 0/2] ata: bound the concurrent positioning ranges count from the device
2026-06-20 2:36 UTC (6+ messages)
` [PATCH 1/2] ata: libata-core: Clamp the concurrent positioning ranges count
` [PATCH 2/2] ata: libata-scsi: Bound the VPD B9h ranges to the response buffer
[PATCH v5 00/24] deprecate rte_atomic functions
2026-06-20 2:28 UTC (25+ messages)
` [PATCH v5 01/24] bpf: use C11 atomics in BPF_ST_ATOMIC_REG
` [PATCH v5 02/24] net/bonding: use stdatomic
` [PATCH v5 03/24] net/nbl: remove unused rte_atomic16 field
` [PATCH v5 04/24] net/ena: replace use of rte_atomicNN
` [PATCH v5 05/24] net/failsafe: convert to stdatomic
` [PATCH v5 06/24] net/enic: do not use deprecated rte_atomic64
` [PATCH v5 07/24] net/pfe: use ethdev linkstatus helpers
` [PATCH v5 08/24] net/sfc: replace rte_atomic with stdatomic
` [PATCH v5 09/24] crypto/ccp: replace use of rte_atomic64 "
` [PATCH v5 10/24] bus/dpaa: replace rte_atomic16 "
` [PATCH v5 11/24] drivers: "
` [PATCH v5 12/24] net/netvsc: replace rte_atomic32 "
` [PATCH v5 13/24] event/sw: convert from rte_atomic32 to stdatomic
` [PATCH v5 14/24] bus/vmbus: convert from rte_atomic "
` [PATCH v5 15/24] common/dpaax: use stdatomic instead of rte_atomic
` [PATCH v5 16/24] net/bnx2x: convert from rte_atomic32 to stdatomic
` [PATCH v5 17/24] bus/fslmc: replace rte_atomic32 with stdatomic
` [PATCH v5 18/24] drivers/event: replace rte_atomic32 in selftests
` [PATCH v5 19/24] net/hinic: replace rte_atomic32 with stdatomic
` [PATCH v5 20/24] net/txgbe: "
` [PATCH v5 21/24] net/vhost: use stdatomic instead of rte_atomic32
` [PATCH v5 22/24] vdpa/ifc: replace rte_atomic32 with stdatomic
` [PATCH v5 23/24] test/atomic: suppress deprecation warnings for legacy APIs
` [PATCH v5 24/24] eal: deprecate rte_atomicNN functions
[STATUS] next/master - 3ce97bd3c4f18608335e709c24d6a40e7036cab8
2026-06-20 2:30 UTC
[PATCH v8 0/4] ext4: fix xattr iput deadlock with s_writepages_rwsem
2026-06-20 1:39 UTC (5+ messages)
` [PATCH v8 1/4] ext4: skip extra isize expansion during mount to prevent deadlock
` [PATCH v8 2/4] ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode
` [PATCH v8 3/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v8 4/4] ext4: convert remaining EA inode iput() calls to ext4_put_ea_inode()
[PATCH v3] btrfs: warn about extent buffer that can not be released
2026-06-20 1:40 UTC (3+ messages)
[PATCH] wifi: mt76: mt7996: expose per-band MAC addresses to cfg80211
2026-06-20 1:38 UTC
[PATCH] staging: rtl8723bs: don't drop short TX frames in _rtw_pktfile_read()
2026-06-20 1:39 UTC
[PATCH blktests] Fix _get_page_size()
2026-06-20 1:26 UTC (2+ messages)
[PATCH] hwmon: ltc4283: fix malformed table docs build error
2026-06-20 1:19 UTC (2+ messages)
[peterz-queue:x86/syscall 4/4] vmlinux.o: warning: objtool: .export_symbol+0x138: data relocation to !ENDBR: x86_entry_from_kvm+0x0
2026-06-20 1:19 UTC
[PATCH] power: supply: bd71828: add a terminating table border
2026-06-20 1:18 UTC
[PATCH] drm/amdgpu: Reduce stack usage in IP block soft reset
2026-06-20 1:17 UTC (3+ messages)
[PATCH v3 00/13] rust: drm: Higher-Ranked Lifetime private data
2026-06-20 1:17 UTC (19+ messages)
` [PATCH v3 01/13] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v3 02/13] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v3 03/13] rust: drm: change default DeviceContext to Normal
` [PATCH v3 04/13] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v3 05/13] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v3 06/13] rust: drm: split Deref for Device context typestates
` [PATCH v3 07/13] rust: drm: return ParentDevice from Device AsRef
` [PATCH v3 08/13] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
` [PATCH v3 09/13] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
` [PATCH v3 10/13] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v3 11/13] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v3 12/13] rust: drm: Pass registration data to ioctl handlers
` [PATCH v3 13/13] drm: nova: Use drm::Device<Registered> to access the parent bus device
[PATCH] clk: imx: imx8mq: Fix iMX8MQ PLL issue
2026-06-20 1:10 UTC (2+ messages)
[PATCH v2] nfsd: recall deleg if a requested dir attr change can't be encoded
2026-06-20 1:06 UTC (2+ messages)
[PATCH] imx: kontron-sl-mx8mm: Enable the watchdog at boot
2026-06-20 1:07 UTC (2+ messages)
[PATCH] [RFC]: drm/i915/display: Fix NV12 ceiling division for bigjoiner case
2026-06-20 0:52 UTC (2+ messages)
` ✓ i915.CI.Full: success for : "
SM7225 (Snapdragon 750G) Mainline Bringup Status & Blockers - Motorola Kiev XT2113-3
2026-06-20 0:54 UTC (3+ messages)
[PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events
2026-06-20 0:37 UTC (3+ messages)
[PATCH v6 16/21] RISC-V: perf: Add legacy event encodings via sysfs
2026-06-20 0:35 UTC (3+ messages)
[PATCH v6 11/21] RISC-V: perf: Modify the counter discovery mechanism
2026-06-20 0:31 UTC (3+ messages)
[PATCH mptcp-next] selftests: mptcp: fix const qualifier warnings in strchr usage
2026-06-20 0:30 UTC (2+ messages)
[PATCH] usbip: vudc: fix NULL deref in vep_dequeue()
2026-06-20 0:23 UTC (3+ messages)
[PATCH v2] usbip: vudc: fix NULL deref in vep_dequeue()
2026-06-20 0:18 UTC (2+ messages)
[PATCH v6 10/21] RISC-V: perf: Restructure the SBI PMU code
2026-06-20 0:17 UTC (3+ messages)
[PATCH v2 0/2] platform/x86: msi-wmi: Fix unknown wmi event messages on MSI Claw models
2026-06-20 0:07 UTC (2+ messages)
[PATCH v6 21/21] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path
2026-06-20 0:04 UTC (3+ messages)
KernelCI Metrics Report - 2026-06-20 00:00 UTC
2026-06-20 0:02 UTC
[PATCH] riscv: entry: Fixup do_trap_break from kernel side
2026-06-19 23:54 UTC (2+ messages)
[PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
2026-06-19 23:51 UTC (13+ messages)
` [PATCH v8 7/7] x86/sev: Add debugfs support for RMPOPT
[PATCH v6 09/21] dt-bindings: riscv: add Counter delegation ISA extensions description
2026-06-19 23:49 UTC (3+ messages)
[PATCH v6 08/21] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
2026-06-19 23:44 UTC (4+ messages)
qcom: Add qdsp6sw firmware for shikra platform
2026-06-19 23:43 UTC (3+ messages)
[PATCH v6 06/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
2026-06-19 23:40 UTC (3+ messages)
[PATCH v6 03/21] dt-bindings: riscv: add Sxcsrind ISA extension description
2026-06-19 23:39 UTC (3+ messages)
[PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
2026-06-19 23:39 UTC (3+ messages)
[PATCH 0/2] rockchip: odroid-m1s/rk3566 watchdog support
2026-06-19 22:08 UTC (3+ messages)
` [PATCH 1/2] rockchip: rk3568: make the WDT trigger a first global reset
` [PATCH 2/2] rockchip: odroid-m1s: enable watchdog support
[moderation/CI] Re: Data in direntry (dirdata) feature
2026-06-19 23:25 UTC
[PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
2026-06-19 23:18 UTC (3+ messages)
[hare-scsi-devel:configfs-ns.v2 16/17] drivers/nvme/target/loop.c:542:36: error: incomplete definition of type 'struct nsproxy'
2026-06-19 23:17 UTC
[PATCHv2 0/5] k3-am62-pocketbeagle2: add board and variant support
2026-06-19 23:17 UTC (6+ messages)
` [PATCHv2 1/5] board_f: add a board_setup_dest_addr function
` [PATCHv2 2/5] arm: mach-k3: am62: add &main_uart6 to clock and pwr tree
` [PATCHv2 3/5] k3-am62-pocketbeagle2: add initial board support
` [PATCHv2 4/5] k3-am62-pocketbeagle2: add support for 1GB variant
` [PATCHv2 5/5] k3-am62-pocketbeagle2: add support for efi capsules
[PATCH] arm64: dts: qcom: sdm845-oneplus: add panel rails to simplefb
2026-06-19 23:15 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/usbutils: fix comment
2026-06-19 23:04 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/rrdtool: bump version to 1.10.3
2026-06-19 23:03 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libgsasl: security bump version to 2.2.4
2026-06-19 23:03 UTC (2+ messages)
[Buildroot] [git commit] package/usbutils: fix comment
2026-06-19 22:57 UTC
[Buildroot] [git commit] package/rrdtool: bump version to 1.10.3
2026-06-19 22:53 UTC
[Buildroot] [git commit] package/libgsasl: security bump version to 2.2.4
2026-06-19 22:44 UTC
[PATCH net] net: dst_metadata: fix false-positive memcpy overflow in tun_dst_unclone
2026-06-19 22:59 UTC (8+ messages)
[Buildroot] [PATCH 1/1] package/tmux: security bump to version 3.6b
2026-06-19 22:50 UTC (2+ messages)
[Buildroot] [git commit] package/tmux: security bump to version 3.6b
2026-06-19 22:32 UTC
[PATCH] wifi: carl9170: clamp command response copy to the read buffer size
2026-06-19 22:48 UTC
[PATCH] rseq: fix using an uninitialized stack variable in rseq_exit_user_update
2026-06-19 22:34 UTC (6+ messages)
` [PATCH v2] "
[PATCH] gpio: axp: Add support for devicetree
2026-06-19 22:30 UTC (3+ messages)
cpu scaling fixes v2
2026-06-19 22:27 UTC (5+ messages)
` [PATCH 1/2] xfs/078: disable all concurrency scaling
` [PATCH 2/2] xfs/216: "
[PATCH V2] LoongArch: Align ACPI structures if ARCH_STRICT_ALIGN enabled
2026-06-19 22:26 UTC
[PATCH v2 0/7] Prepare GuC resource managers for VFs provisioning in PF admin only mode
2026-06-19 22:21 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for Prepare GuC resource managers for VFs provisioning in PF admin only mode (rev2)
` ✗ Xe.CI.FULL: failure "
[Bug 221569] New: Laptop fan too loud (spinning nearly always) hp-wmi 7.1-rc4 kerenel
2026-06-19 22:19 UTC (2+ messages)
` [Bug 221569] "
[PATCH 1/2] staging: media: av7110: replace msleep with usleep_range
2026-06-19 22:15 UTC (2+ messages)
` [PATCH 2/2] staging: media: av7110: refactor av7110_start_feed to reduce indentation
[PATCH v3 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
2026-06-19 22:17 UTC (6+ messages)
` [PATCH v3 2/3] net/smc: bound the receive length to the RMB in smc_rx_recvmsg()
[PATCH 0/1] platform/x86: hp-wmi: fix platform profile issues on generic HP laptops
2026-06-19 22:09 UTC (2+ messages)
` [PATCH 1/1] "
[hare-scsi-devel:configfs-ns.v2 14/17] drivers/nvme/target/configfs.c:1809:38: warning: variable 'net_ns' is uninitialized when used here
2026-06-19 22:06 UTC
[hare-scsi-devel:configfs-ns.v2 16/17] drivers/nvme/target/loop.c:542:50: error: invalid use of undefined type 'struct nsproxy'
2026-06-19 22:06 UTC
[PATCH 00/13] Bus cleanup infrastructure and fixes
2026-06-19 22:05 UTC (6+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 05/10] bus/vmbus: fix interrupt leak in cleanup
` [EXTERNAL] "
` [PATCH v2 06/10] bus/vmbus: allocate interrupt during probing
` [EXTERNAL] "
[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
2026-06-19 21:59 UTC (2+ messages)
[PATCH] powerpc: use sysfs_emit{_at} in sysfs show functions
2026-06-19 22:00 UTC (2+ messages)
[PATCH] powerpc: Fix indentation and replace typedef with struct name
2026-06-19 22:00 UTC (2+ messages)
[PATCH v3] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-06-19 21:59 UTC (2+ messages)
[PATCH v2] powerpc/entry: Disable interrupts before irqentry_exit
2026-06-19 22:00 UTC (2+ messages)
[PATCH v2] ppc/fadump: invoke kmsg_dump in fadump panic path
2026-06-19 21:59 UTC (2+ messages)
[PATCH RESEND] powerpc/rtas: Replace one-element array with flexible array member
2026-06-19 22:00 UTC (2+ messages)
[PATCH v2 0/4] powerpc: A few misc cpumask changes
2026-06-19 21:59 UTC (2+ messages)
[PATCH] MAINTAINERS: powerpc: update VMX AES entries
2026-06-19 22:00 UTC (2+ messages)
[PATCH] powerpc/pseries/lparcfg: Replace deprecated strcpy in parse_system_parameter_string
2026-06-19 22:00 UTC (2+ messages)
[PATCH V2] powerpc: Restore KUAP registers on syscall restart exit
2026-06-19 21:59 UTC (2+ messages)
[PATCH v3] powerpc/fadump: define MIN_RMA in bytes rather than MB
2026-06-19 21:59 UTC (2+ messages)
[PATCH v4] powerpc: dts: Build devicetrees of enabled platforms
2026-06-19 21:59 UTC (2+ messages)
[PATCH 0/2] Add missing model properties to PowerPC DTs
2026-06-19 21:59 UTC (2+ messages)
[PATCH v4] powerpc: Simplify access_ok()
2026-06-19 21:59 UTC (2+ messages)
[PATCH RFT] powerpc/8xx: implement get_direction() in cpm1
2026-06-19 21:59 UTC (2+ messages)
[PATCH] powerpc/boot: Allow text relocations for pseries wrapper with binutils 2.46+
2026-06-19 21:59 UTC (2+ messages)
[PATCH v2] powerpc/fadump: Add timeout to RTAS busy-wait loops
2026-06-19 21:59 UTC (3+ messages)
` [PATCH v3] "
[PATCH v3 0/3] powerpc: fix preempt_count imbalances in perf and kexec paths
2026-06-19 21:59 UTC (2+ messages)
[yocto-patches] [layerindex-web][PATCH 1/1] layerindex: Use settings.DEFAULT_BRANCH instead of hardcoded branch name
2026-06-19 21:52 UTC
[PATCH 00/10] NXP ENETC driver related changes
2026-06-19 21:43 UTC (2+ messages)
[PATCH v2] c: handle .ACCESS_WITH_SIZE in build_unary_op for !/+/- [PR125604]
2026-06-19 21:36 UTC (3+ messages)
ubuntu/debian alleged doc-building packages seems inaccurate
2026-06-19 21:27 UTC
[PATCH v2 for 4.23] Add GICv3 SGI boot/self tests in Xen
2026-06-19 21:21 UTC (3+ messages)
[PATCH] selftests/cgroup: Adjust cpu.max quota based on HZ
2026-06-19 21:18 UTC
[PATCH v3 0/7] gpio: realtek: Add support for Realtek DHC RTD1625
2026-06-19 21:08 UTC (8+ messages)
` [PATCH v3 2/7] gpio: regmap: add gpio_regmap_get_gpiochip() accessor
[PATCH] mac802154: Prevent overwrite return code in mac802154_perform_association()
2026-06-19 20:58 UTC (2+ messages)
[RFC PATCH] mm/damon: handle zero sampling interval in damon_max_nr_accesses()
2026-06-19 21:07 UTC (3+ messages)
[PATCH net 0/2] ieee802154: admin-gate legacy LLSEC dumps + un-deaden ADD/DEL
2026-06-19 21:06 UTC (2+ messages)
[PATCH v3 20/20] net/sxe2: update sxe2 feature matrix docs
2026-06-19 20:58 UTC (5+ messages)
` [PATCH v4 00/23] et/sxe2: added Linkdata sxe2 ethernet driver
` [PATCH v4 09/23] net/sxe2: support IPsec inline protocol offload
[PATCH] graph: add optional profiling stats
2026-06-19 20:56 UTC (2+ messages)
` [PATCH v3] "
[PATCH v2] kunit: cfi: Add test for kCFI indirect-call type checks
2026-06-19 20:54 UTC (6+ messages)
[PATCH] ieee802154: fix kernel-infoleak in dgram_recvmsg()
2026-06-19 20:53 UTC (2+ messages)
why is Ubuntu 25.04 both supported and not publicly updated?
2026-06-19 20:50 UTC
[PATCH 00/12] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
2026-06-19 20:48 UTC (5+ messages)
` [PATCH 09/12] rtc: rzn1: Use temporary variable for struct device
[PATCH v7.0.2] lockd: fix TEST handling when not all permissions are available
2026-06-19 20:47 UTC
[PATCH] signalfd: don't dequeue the forced fatal signals
2026-06-19 20:47 UTC (5+ messages)
` [PATCH v2] "
[PATCH] mac802154: llsec: add skb_cow_data() before in-place crypto
2026-06-19 20:47 UTC (3+ messages)
` [PATCH net v2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.