messages from 2026-06-24 03:40:34 to 2026-06-24 05:10:19 UTC [more...]
[Stable-10.2.4 v2 00/95] Patch Round-up for stable 10.2.4, freeze on 2026-06-23 (frozen)
2026-06-24 5:05 UTC (4+ messages)
` [Stable-10.2.4 67/95] libvhost-user: fix buffer overflow in virtqueue_read_indirect_desc()
` [Stable-10.2.4 69/95] amd_iommu: Follow root pointer before page walk and use 1-based levels
` [Stable-10.2.4 79/95] target/riscv/cpu_helper.c: add PMA access fault
[linux-next:master 8727/15099] drivers/firmware/imx/se_ctrl.c:476:2-7: WARNING: invalid free of devm_ allocated data
2026-06-24 5:09 UTC
[PATCH] linux-firmware: upgrade 20260519 -> 20260622
2026-06-24 5:09 UTC (3+ messages)
[Stable-10.0.11 v2 00/86] Patch Round-up for stable 10.0.11, freeze on 2026-06-23 (frozen)
2026-06-24 5:02 UTC (19+ messages)
` [Stable-10.0.11 57/86] system/rtc: Fix a possible year-2038 integer overflow problem
` [Stable-10.0.11 58/86] linux-user: add preadv2/preadv2
` [Stable-10.0.11 59/86] amd_iommu: restrict command buffer head/tail ranges to ring size
` [Stable-10.0.11 60/86] amd_iommu: Update command buffer head ptr in MMIO region after wraparound
` [Stable-10.0.11 61/86] tests/qtest: Add amd-iommu command buffer head wrap test
` [Stable-10.0.11 63/86] libvduse: fix buffer overflow in vduse_queue_read_indirect_desc()
` [Stable-10.0.11 65/86] target/riscv/cpu_helper.c: allow LOAD_ADDR_MIS promotion to AMO fault
` [Stable-10.0.11 67/86] target/riscv/csr.c: fix mstatus.UXL reserved value
` [Stable-10.0.11 68/86] disas/riscv.c: add 'cbo' insns to disassembler
` [Stable-10.0.11 69/86] target/riscv/insn_trans/trans_rvzicbo.c.inc: save opcode before helpers
` [Stable-10.0.11 70/86] target/riscv/cpu_helper.c: fault with reserved PTE.PBMT val
` [Stable-10.0.11 71/86] target/riscv/cpu_helper.c: add PMA access fault
` [Stable-10.0.11 73/86] target/riscv: mask vxrm csrw write to the low 2 bits
` [Stable-10.0.11 74/86] hw/uefi: fix parse_hexstr
` [Stable-10.0.11 75/86] target/i386: apply mod to immediate count of an RCL/RCR operation
` [Stable-10.0.11 76/86] gdbstub: Update x86 control register bits
` [Stable-10.0.11 77/86] hw/9pfs: fix abort due to illegal name with Twstat rename
` [Stable-10.0.11 84/86] ppc/pnv_phb3: Error out on invalid config access
[westeri-thunderbolt:next] BUILD SUCCESS 3f8de2efbf502346ba138ecc198661515c77ce2b
2026-06-24 5:08 UTC
[PATCH v5 00/13] Introduce functionality for NVMe initiator
2026-06-24 5:08 UTC (15+ messages)
` [PATCH v5 01/13] scsi: fnic: Make debug logging protocol independent
` [PATCH v5 02/13] scsi: fnic: Use fnic_num for non-SCSI identifiers
` [PATCH v5 03/13] scsi: fnic: Decode firmware role configuration
` [PATCH v5 04/13] scsi: fnic: Advertise NVMe initiator service parameters
` [PATCH v5 05/13] scsi: fnic: Add FDLS role handling for NVMe initiators
` [PATCH v5 06/13] scsi: fnic: Add the NVMe/FC transport path
` [PATCH v5 07/13] scsi: fnic: Route completions and resets by initiator role
` [PATCH v5 08/13] scsi: fnic: Handle NVMe LS frames in FDLS
` [PATCH v5 09/13] scsi: fnic: Send NVMe LS requests through FDLS
` [PATCH v5 10/13] scsi: fnic: Abort timed-out NVMe LS requests
` [PATCH v5 11/13] scsi: fnic: Track NVMe transport statistics
` [PATCH v5 12/13] scsi: fnic: Expose NVMe transport state in debugfs
` [PATCH v5 13/13] scsi: fnic: Bump up version number
[PATCH] thunderbolt: xdomain: notify peers after enumeration
2026-06-24 5:07 UTC (2+ messages)
[PATCH v3] thunderbolt: fix bandwidth group reservation indexing
2026-06-24 5:07 UTC
[f2fs-dev] [PATCH 00/16] fscrypt: Standardize on blk-crypto
2026-06-24 5:03 UTC (34+ messages)
` "
` [f2fs-dev] [PATCH 01/16] blk-crypto: Simplify check for fallback support
` "
` [f2fs-dev] [PATCH 02/16] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` "
` [f2fs-dev] [PATCH 03/16] blk-crypto: Allow control over whether hardware is used
` "
` [f2fs-dev] [PATCH 04/16] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` "
` [f2fs-dev] [PATCH 05/16] fscrypt: Always use blk-crypto for contents on block-based filesystems
` "
` [f2fs-dev] [PATCH 06/16] ext4: Remove fs-layer file contents en/decryption code
` "
` [f2fs-dev] [PATCH 07/16] ext4: Make ext4_bio_write_folio() return void
` "
` [f2fs-dev] [PATCH 08/16] ext4: Further de-generalize the bio postprocessing code
` "
` [f2fs-dev] [PATCH 09/16] f2fs: Remove fs-layer file contents en/decryption code
` "
` [f2fs-dev] [PATCH 10/16] fs/buffer: Remove fs-layer decryption code
` "
` [f2fs-dev] [PATCH 11/16] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` "
` [f2fs-dev] [PATCH 12/16] fscrypt: Remove fscrypt_dio_supported()
` "
` [f2fs-dev] [PATCH 13/16] fscrypt: Remove fs-layer zeroout code
` "
` [f2fs-dev] [PATCH 14/16] fscrypt: Remove unused functions and workqueue
` "
` [f2fs-dev] [PATCH 15/16] fscrypt: Merge bio.c and inline_crypt.c into block.c
` "
` [f2fs-dev] [PATCH 16/16] fscrypt: Add safety checks to non-block-based en/decryption
` "
[PATCH v5 0/6] sched: Fix cluster scheduling in the presence of asymmetric capacity
2026-06-24 5:14 UTC (4+ messages)
` [PATCH v5 6/6] sched/topology: Do not clear SD_PREFER_SIBLING in domains with clusters
[PATCH v2] i3c: master: svc: bound IBI payload to the requested max_payload_len
2026-06-24 5:04 UTC (2+ messages)
blktests failures with v7.1 kernel
2026-06-24 5:04 UTC
[PATCH v3] tracing: Use seq_buf for string concatenation
2026-06-24 5:03 UTC (2+ messages)
[PATCH v7] drm/xe/guc: Hold device ref until queue teardown completes
2026-06-24 4:59 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Hold device ref until queue teardown completes (rev5)
` ✓ Xe.CI.BAT: "
[OE-core][PATCH V3] python3-cython: make generated _cyutility.c be reproducible
2026-06-24 4:58 UTC
[PATCH] MAINTAINERS: riscv: Add myself as a reviewer
2026-06-24 4:56 UTC
[PATCH] lib/raid/xor: Fix spacing around __restrict pointers
2026-06-24 4:55 UTC
[PATCH] app/dma_perf: skip case if worker maps to main lcore
2026-06-24 4:54 UTC (5+ messages)
[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
2026-06-24 4:51 UTC (6+ messages)
[PATCH] drm/amd/powerplay: fix VoltageObjectInfo zero-stride loop and OOB read
2026-06-24 4:48 UTC
[PATCH 0/8] Add SD card and eMMC support for SpacemiT K1
2026-06-24 4:46 UTC (9+ messages)
` [PATCH 1/8] spacemit: k1: select boot device via config registers
` [PATCH 2/8] mmc: k1: add sdhci platform driver
[PATCH] efi_loader: move efi_var_seed.o to objtree
2026-06-23 21:03 UTC (5+ messages)
[PATCH 0/3] Record maintainer/reviewer Git Lab handles
2026-06-24 4:48 UTC (4+ messages)
[RFC PATCH 0/6] Add Shared Media Graph API
2026-06-24 4:47 UTC (4+ messages)
` [RFC PATCH 1/6] media: mc: Implement shared media graph
[PATCH v5 0/9] pnv/phb5: Update PHB4 to the latest PHB5 spec
2026-06-24 4:47 UTC (2+ messages)
[PATCH v2] modpost: prevent leak when early return no suffix .o in read_symbols()
2026-06-24 4:47 UTC
[staging] staging: sm750fb: rename pvMem to vram and pvReg to reg
2026-06-24 4:46 UTC (2+ messages)
` [PATCH v2] staging: sm750fb: rename CamelCase pvMem and pvReg
[RFC PATCH 00/12] drm/ttm, drm/xe: Page defragmentation for sub-optimally backed BOs
2026-06-24 4:46 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for "
[PATCH v2] staging: sm750fb: rename CamelCase pvMem and pvReg
2026-06-24 4:44 UTC
[rafael-pm:fixes] BUILD SUCCESS 7b8d80921156c54cf7fcc35a830342686958aeea
2026-06-24 4:41 UTC
[dtor-input:next] BUILD SUCCESS 0c9245c455e809c8111cb60284328c79064df050
2026-06-24 4:40 UTC
[PATCH v2] md/raid5-ppl: fix use-after-free in ppl_do_flush()
2026-06-24 4:42 UTC (2+ messages)
[dtor-input:for-linus] BUILD SUCCESS 7a0e692a0381254b2f77c54dec100cd3325a6fdf
2026-06-24 4:40 UTC
[PATCH v1] fuse: enable large folios
2026-06-24 4:34 UTC (2+ messages)
[PATCH v2 0/2] btrfs: fix inlined file extent items in data reloc
2026-06-24 4:33 UTC (4+ messages)
` [PATCH] btrfs: print-tree: print header owner as signed
[PATCH] mm: memcg: remove stray text from obj_stock_pcp comment
2026-06-24 4:32 UTC (4+ messages)
[PATCH v2 0/2] libnvdimm/labels: fix the nslot product overflow and cap the slot count
2026-06-24 4:31 UTC (8+ messages)
` [PATCH v2 1/2] libnvdimm/labels: Prevent integer overflow in __nd_label_validate()
` [PATCH v2 2/2] libnvdimm/labels: reject an implausibly large on-media slot count
[PATCH 0/6] gpu: nova-core: consolidate and streamline GSP boot process
2026-06-24 4:30 UTC (6+ messages)
` [PATCH 3/6] gpu: nova-core: gsp: move boot code into local closure
[PATCH v2] mm: mglru: fix stale batch updates after memcg reparenting
2026-06-24 4:29 UTC (6+ messages)
[paulmck-rcu:puranjay.2026.06.23a 57/62] kernel/rcu/rcu_segcblist.c:666:19: error: 'struct rcu_gp_seq' has no member named 'exp'
2026-06-24 4:28 UTC
[PATCH v2 0/2] Introduce OnePlus 6/6T touchscreen compatible
2026-06-24 4:28 UTC (6+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sdm845-oneplus: Update compatible to include model
[PATCH] examples/l3fwd: dynamic NUMA-aware alloc lcore_conf
2026-06-24 4:26 UTC (3+ messages)
` [PATCH v2] "
[staging] staging: sm750fb: fix remaining CamelCase issues
2026-06-24 4:25 UTC (2+ messages)
` [PATCH v2] "
[PATCH] btrfs: use correct type for sectorsize/nodesize/blocksize
2026-06-24 4:22 UTC (2+ messages)
[PATCH v2 0/6] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
2026-06-24 4:23 UTC (5+ messages)
` [PATCH v2 2/6] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
[PATCH] btrfs: remove btrfs_fs_info::stripesize
2026-06-24 4:23 UTC
[PATCH] btrfs: change block group reclaim_mark to bool
2026-06-24 4:19 UTC (2+ messages)
[PATCH] fix smb client defer close causes file corruption
2026-06-24 4:19 UTC (5+ messages)
` Subject: "
[PATCH 0/6] receive-pack: use ODB transactions to stage object writes
2026-06-24 4:19 UTC (7+ messages)
` [PATCH 1/6] object-file: rename files transaction prepare function
` [PATCH 2/6] object-file: propagate files transaction errors
` [PATCH 3/6] odb/transaction: propagate begin errors
` [PATCH 4/6] odb/transaction: propagate commit errors
` [PATCH 5/6] odb/transaction: add transaction env interface
` [PATCH 6/6] builtin/receive-pack: stage incoming objects via ODB transactions
drivers/platform/x86/toshiba_acpi.c:3573 toshiba_acpi_probe() warn: '&dev->miscdev' from misc_register() not released on lines: 3573
2026-06-24 4:18 UTC
[PATCH v2 0/3] iio: lsm303dlh-magn: endianness + boot-time fullscale selection
2026-06-24 4:18 UTC (5+ messages)
` [PATCH v2 3/3] iio: magnetometer: st_magn: honour st,fullscale-milligauss DT property
[PATCH] scsi: elx: efct: Fix IO leak on unsupported additional CDB
2026-06-24 4:16 UTC (4+ messages)
` "
[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
2026-06-24 4:16 UTC (19+ messages)
` [PATCH bpf-next v7 02/11] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [PATCH bpf-next v7 04/11] bpf: Introduce global percpu data
` [PATCH bpf-next v7 05/11] libbpf: Probe percpu data feature
` [PATCH bpf-next v7 06/11] libbpf: Add support for global percpu data
` [PATCH bpf-next v7 07/11] bpftool: Generate skeleton "
` [PATCH bpf-next v7 09/11] selftests/bpf: Add test to verify accessing rdonly percpu_array
[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
2026-06-24 4:14 UTC (8+ messages)
[PATCH] Input: mtk-pmic-keys: Count available keys during probe instead of pre-counting
2026-06-24 4:14 UTC (2+ messages)
[PATCH] mtd: nand: pxa3xx: Fallback to 1-bit ECC when chip requirement is zero
2026-06-24 4:12 UTC
[PATCH v2 1/3] drm/amd/pm: Validate Vega10 PPTable subtable bounds
2026-06-24 4:11 UTC (3+ messages)
[thomas-weissschuh:b4/b4-sysfs-const-attr-prep-easy 57/57] drivers/pci/hotplug/pci_hotplug_core.c:255:63: warning: variable 'slot' is uninitialized when used here
2026-06-24 4:07 UTC
[PATCH] misc: pci_endpoint_test: fix use-after-free after device unbind
2026-06-24 4:07 UTC (4+ messages)
` [PATCH v2] "
[PATCH v4 0/6] Introduce MMIO-based CMT access for Enhanced RDT
2026-06-24 4:05 UTC (9+ messages)
` [PATCH v4 1/6] x86/resctrl: Parse ACPI ERDT table and map RMDD domains by L3 cache ID
[PATCH v2 0/9] smb/client: fix mode 0 fallocate handling
2026-06-24 4:04 UTC (4+ messages)
` [PATCH v2 3/9] smb/client: handle smb2_set_sparse() failure in EOF-extending fallocate
[PATCH v5 0/4] drm/xe: Refactor generic_handle_irq_safe() error messages
2026-06-24 4:03 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for "
[REGRESSION][BISECTED] No display on rk3399-gru-kevin
2026-06-24 4:00 UTC (8+ messages)
[PATCH 0/7] soc: aspeed: Add AST2600 eSPI controller support
2026-06-24 3:59 UTC (16+ messages)
[PATCH] NFSv4: remove callback IDR entry on client allocation failure
2026-06-24 3:58 UTC
[PATCH] ext4, jbd2: abort journal on file data write error under data_err=abort
2026-06-24 3:57 UTC (3+ messages)
[PATCH i-g-t v5 0/1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek
2026-06-24 3:56 UTC (3+ messages)
` [PATCH v5 1/1] "
[Bug 207729] New: Mounting EXT4 with data_err=abort does not abort journal on data block write failure
2026-06-24 3:56 UTC (2+ messages)
` [Bug 207729] "
[PATCH v2] linux-firmware: upgrade 20260519 -> 20260622
2026-06-24 3:53 UTC
[PATCH] sched/rt: Push RT tasks when preempted by a deadline task
2026-06-24 3:53 UTC (2+ messages)
[PATCH] lib: sbi_pmu: fix integer overflow in pmu_ctr_idx_validate and cfg_match skip path
2026-06-24 3:50 UTC
[PATCH] nvdimm/btt: reject an arena whose nfree is below the lane count
2026-06-24 3:50 UTC (2+ messages)
[PATCH stable 5.15] xhci: fix memory leak regression when freeing xhci vdev devices depth first
2026-06-24 3:49 UTC
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-24 3:49 UTC (8+ messages)
` [GSoC Patch v7 0/3] "
` [GSoC Patch v7 1/3] path: extract append_formatted_path() and use in rev-parse
` [GSoC Patch v8 0/3] teach git repo info to handle path keys
` [GSoC Patch v8 2/3] repo: add path.commondir with absolute and relative suffix formatting
` [GSoC Patch v8 3/3] repo: add path.gitdir "
[PATCH] video: hpfb: Unregister DIO driver on init failure
2026-06-24 3:48 UTC (3+ messages)
` "
[PATCH net-next] selftests/xsk: preserve UMEM view in bidi test
2026-06-24 3:47 UTC (2+ messages)
[linux-next:master 14136/15099] drivers/gpu/drm/amd/amdgpu/amdgpu_vm.o: error: objtool: amdgpu_vm_handle_fault+0x97: sibling call from callable instruction with modified stack frame
2026-06-24 3:47 UTC
[PATCH v2] firmware: stratix10-svc: fix memory leaks and list corruption bugs
2026-06-24 3:47 UTC
[PATCH 1/2] Revert "drm/amdkfd: Add queue reset support to gfx12.0"
2026-06-24 3:46 UTC (3+ messages)
` [PATCH 2/2] drm/amdkfd: Add gfx12.0 queue reset support to topology
[PATCH 0/1] gpu: nova-core: add SizeConstants trait for SZ_* constants
2026-06-24 3:45 UTC (2+ messages)
[PATCH v4] fs/ntfs3: reject out-of-range evcn in mi_enum_attr()
2026-06-24 3:44 UTC (2+ messages)
` [PATCH v5] "
[PATCH] ovl: Allow changing default fsync_mode
2026-06-24 3:41 UTC (18+ messages)
[PATCH] fs/ntfs3: fix integer overflow in MFT cluster validation
2026-06-24 3:41 UTC
[PATCH rtw-next 00/10] wifi: rtw89: coex: update BT coexistence to support dual BT for RTL8922D
2026-06-24 3:39 UTC (10+ messages)
` [PATCH rtw-next 02/10] wifi: rtw89: coex: offset current BT info to BT0 for dual BT configuration
` [PATCH rtw-next 03/10] wifi: rtw89: coex: Move wifi related counters to wifi info
` [PATCH rtw-next 04/10] wifi: rtw89: coex: Extend bt_slot_req for dual MAC wifi
` [PATCH rtw-next 05/10] wifi: rtw89: coex: Move Bluetooth related counters to BT info
` [PATCH rtw-next 06/10] wifi: rtw89: coex: Refine third party module related coexistence
` [PATCH rtw-next 07/10] wifi: rtw89: coex: Add TX/RX RF parameter format version 9
` [PATCH rtw-next 08/10] wifi: rtw89: coex: Renaming drvinfo_type to drvinfo_ver
` [PATCH rtw-next 09/10] wifi: rtw89: coex: Add Wi-Fi firmware 0.35.94.1 support for RTL8922D
` [PATCH rtw-next 10/10] wifi: rtw89: coex: Add RTL8922D chip string
[PATCH i-g-t] tests/kms_atomic_transition: Fix retry-path resources in modeset tests
2026-06-24 3:39 UTC (2+ messages)
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.