All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 04:22:11 to 2026-01-26 06:15:17 UTC [more...]

[PATCH net-next 0/3] net: dsa: sync dsa_mall_policer_tc_entry with FLOW_ACTION_POLICE
 2026-01-26  6:13 UTC  (2+ messages)
` [PATCH net-next 1/3] "

[PATCH v4 0/8] riscv: optimize string functions and add kunit tests
 2026-01-26  6:14 UTC  (5+ messages)
` [PATCH v4 4/8] lib/string_kunit: add performance benchmark for strlen()

[PATCH v3 0/5] Add a bio_vec based API to core/rw.c
 2026-01-26  6:14 UTC  (5+ messages)
` [PATCH v3 2/5] RDMA/core: use IOVA-based DMA mapping for bvec RDMA operations

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-26  6:13 UTC  (3+ messages)
` [PATCH v4 07/22] slab: introduce percpu sheaves bootstrap

[PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic
 2026-01-26  6:13 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)

[meta-gnome][kirkstone][PATCH 1/5] gnome-settings-daemon: upgrade 42.1 -> 42.2
 2026-01-26  6:12 UTC  (5+ messages)
` [meta-gnome][kirkstone][PATCH 2/5] gnome-shell-extensions: upgrade 42.0 -> 42.3
` [meta-gnome][kirkstone][PATCH 3/5] gnome-shell: upgrade 42.0 -> 42.9
` [meta-gnome][kirkstone][PATCH 4/5] gnome-terminal: upgrade 3.42.2 -> 3.42.3
` [meta-gnome][kirkstone][PATCH 5/5] gnome-tweaks: upgrade 40.0 -> 40.10

[android-common:android15-6.6 0/5] drivers/ufs/core/ufshcd.c:2307:26-31: WARNING: conversion to bool not needed here
 2026-01-26  6:11 UTC 

[PATCH RESEND v3 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-26  6:09 UTC  (9+ messages)
` [PATCH RESEND v3 07/10] mm/vma: introduce helper struct + thread through exclusive lock fns

add a LRU for delegations
 2026-01-26  6:06 UTC  (4+ messages)
` [PATCH 22/24] NFS: add a separate delegation return list

[PATCH 00/21] IRQF_ONESHOT clean up
 2026-01-26  6:05 UTC  (4+ messages)
` [PATCH 14/21] rtc: amlogic-a4: Remove IRQF_ONESHOT

[syzbot] [comedi?] BUG: unable to handle kernel paging request in dt2815_attach
 2026-01-26  6:04 UTC 

[PATCH] phy: fsl-imx8mq-usb: add control register regmap
 2026-01-26  6:03 UTC  (2+ messages)

[LTP] [PATCH] userfaultfd05: handle kernels rejecting WP feature in UFFDIO_API
 2026-01-26  6:02 UTC  (7+ messages)

[PATCH v6 0/5] Add support for S4 audio
 2026-01-26  6:01 UTC  (18+ messages)
` [PATCH v6 1/5] dt-bindings: clock: meson: Add audio power domain for S4 soc
` [PATCH v6 2/5] dt-bindings: Asoc: axg-audio: Add S4 audio tocodec
` [PATCH v6 3/5] ASoC: meson: g12a-toacodec: Add S4 tocodec driver
` [PATCH v6 4/5] clk: meson: axg_audio: add S4 support
` [PATCH v6 5/5] arm64: dts: amlogic: Add Amlogic S4 Audio

[thomas-weissschuh:b4/sysfs-const-driver-attribute 16/17] drivers/pci/pci-driver.c:191:35: sparse: sparse: incorrect type in initializer (different modifiers)
 2026-01-26  6:01 UTC 

[koverstreet-bcachefs:bcachefs-rebalance_v2 463/799] fs/bcachefs/btree/bkey_methods.c:407 __bch2_bkey_compat() warn: for statement not indented
 2026-01-26  6:01 UTC 

[PATCH ath-next 0/3] wifi: ath12k: Add support for RX pdev TX hardware queue stats via HTT debugfs
 2026-01-26  6:01 UTC  (2+ messages)

[PATCH 0/4] doc: some more synopsis conversions and fixes
 2026-01-26  5:58 UTC  (5+ messages)
` [PATCH 4/4] doc: convert git-show to synopsis style

[Buildroot] [autobuild.buildroot.org] Daily results for 2026-01-25
 2026-01-26  4:19 UTC 

[PATCH] objtool/klp: Fix bug table handling for __WARN_printf()
 2026-01-26  5:56 UTC 

[meta-networking][PATCH] net-snmp: remove des from default packageconfig
 2026-01-26  5:55 UTC  (2+ messages)
` [oe] "

bounce buffer direct I/O when stable pages are required v3
 2026-01-26  5:53 UTC  (16+ messages)
` [PATCH 01/15] block: add a BIO_MAX_SIZE constant and use it
` [PATCH 02/15] block: refactor get_contig_folio_len
` [PATCH 03/15] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 04/15] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 05/15] block: remove bio_release_page
` [PATCH 06/15] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 07/15] iomap: fix submission side handling of completion side errors
` [PATCH 08/15] iomap: simplify iomap_dio_bio_iter
` [PATCH 09/15] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 10/15] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 11/15] iomap: free the bio before completing the dio
` [PATCH 12/15] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 13/15] iomap: support ioends for direct reads
` [PATCH 14/15] iomap: add a flag to bounce buffer direct I/O
` [PATCH 15/15] xfs: use bounce buffering direct I/O when the device requires stable pages

[PATCH] md raid: fix hang when stopping arrays with metadata through dm-raid
 2026-01-26  5:50 UTC  (4+ messages)
` [PATCH V2] "
  ` Fwd: "

[PATCH v2 0/4] btrfs: tests: zoned: add selftest for zoned code
 2026-01-26  5:49 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: tests: add cleanup functions for test specific functions
` [PATCH v2 2/4] btrfs: add cleanup function for btrfs_free_chunk_map
` [PATCH v2 3/4] btrfs: zoned: factor out the zone loading part into a testable function
` [PATCH v2 4/4] btrfs: tests: zoned: add selftest for zoned code

[syzbot] [comedi?] BUG: unable to handle kernel paging request in dt2815_attach
 2026-01-26  5:48 UTC  (3+ messages)
` Forwarded: [PATCH] comedi: dt2815: Add debug logging to diagnose iobase issue
` Forwarded: [PATCH] comedi: dt2815: add hardware detection to prevent crash on invalid I/O ports

[PATCH v4 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-26  5:47 UTC  (7+ messages)
` [PATCH v4 02/10] mm/vma: document possible vma->vm_refcnt values and reference comment
` [PATCH v4 03/10] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH v4 06/10] mm/vma: clean up __vma_enter/exit_locked()

[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
 2026-01-26  5:46 UTC  (3+ messages)

[PATCH v4 0/1] iomap: fix invalid folio access after folio_end_read()
 2026-01-26  5:46 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH v3 0/2] i3c: dw-i3c-master: scoped spinlock guards and SIR reject fix
 2026-01-26  5:42 UTC  (6+ messages)
` [PATCH v3 1/2] i3c: dw-i3c-master: convert spinlock usage to scoped guards
` [PATCH v3 2/2] i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses

[PATCH 0/5] wifi: ath12k: Fix 5 GHz Wi-Fi regression on WCN7850
 2026-01-26  5:45 UTC  (7+ messages)
` [PATCH] wifi: ath12k: Fix firmware stats leak on get_txpower error paths
` [PATCH] wifi: ath12k: Initialize regulatory frequency ranges to avoid filtering all channels
` [PATCH] wifi: ath12k: Remove broken frequency range filtering

[PATCH v2 fwctl 0/5] fwctl/bnxt_fwctl: fwctl for Broadcom Netxtreme devices
 2026-01-26  5:37 UTC  (6+ messages)
` [PATCH v2 fwctl 1/5] fwctl/bnxt_en: Move common definitions to include/linux/bnxt/
` [PATCH v2 fwctl 2/5] fwctl/bnxt_en: Refactor aux bus functions to be more generic
` [PATCH v2 fwctl 3/5] fwctl/bnxt_en: Create an aux device for fwctl
` [PATCH v2 fwctl 4/5] fwctl/bnxt_fwctl: Add bnxt fwctl device
` [PATCH v2 fwctl 5/5] fwctl/bnxt_fwctl: Add documentation entries

[PATCH] thunderbolt: Fix PCIe device enumeration with delayed rescan
 2026-01-26  5:42 UTC  (5+ messages)

[PATCH] soundwire: Intel: test bus.bpt_stream before assigning it
 2026-01-26  5:40 UTC 

buffer cache simplification v3
 2026-01-26  5:38 UTC  (4+ messages)
` [PATCH 1/3] xfs: don't keep a reference for buffers on the LRU
` [PATCH 2/3] xfs: use a lockref for the buffer reference count
` [PATCH 3/3] xfs: switch (back) to a per-buftarg buffer hash

[PATCH] md-cluster: fix NULL pointer dereference in process_metadata_update
 2026-01-26  5:38 UTC  (2+ messages)

[syzbot] [comedi?] BUG: unable to handle kernel paging request in dt2815_attach
 2026-01-26  5:36 UTC 

[PATCH] md/bitmap: fix GPF in write_page caused by resize race
 2026-01-26  5:33 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: leds: Add LTC3220 18 channel LED Driver
 2026-01-26  5:32 UTC  (2+ messages)

[syzbot] [serial?] KMSAN: uninit-value in gsmld_receive_buf (2)
 2026-01-26  5:31 UTC 

[PATCH v1 00/11] imx8qxp: siemens: small board updates
 2026-01-26  5:30 UTC  (7+ messages)
` [PATCH v1 06/11] capricorn: config: add bootcounter command
` [PATCH v1 07/11] siemens: capricorn: add logic to U-Boot to avoid zig-zag boot

[PATCH 00/42] Whinlatter pull request
 2026-01-26  5:25 UTC  (2+ messages)

[PATCH] hung_task: Skip scan on idle systems
 2026-01-26  5:23 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: fix a potential memory leak in scsih_pci_slot_reset()
 2026-01-26  5:20 UTC  (3+ messages)

[thomas-weissschuh:b4/sysfs-const-driver-attribute 16/17] drivers/dax/bus.c:138:28: sparse: sparse: incorrect type in argument 1 (different modifiers)
 2026-01-26  5:20 UTC 

[RFC Patch] perf regs: Remove __weak attribute from perf-regs functions
 2026-01-26  5:20 UTC  (3+ messages)

[PATCH] ASoC: rt5575: Fix undefined references to SPI functions
 2026-01-26  5:17 UTC 

[PATCH v6 0/5] Implement reset to EDL for qcs9100
 2026-01-26  5:15 UTC  (3+ messages)
` [PATCH v6 2/5] drivers: sysreset: Add sysreset op that can take arguments

[PATCH v2] armv8: u-boot-spl.lds: Place binman symbols at end of binary
 2026-01-26  5:15 UTC  (2+ messages)

[regression][bisected] git-subtree remote desynchronization
 2026-01-26  5:14 UTC  (4+ messages)

[PATCH v12 0/5] rust: pci: add config space read/write support
 2026-01-26  5:08 UTC  (4+ messages)
` [PATCH v12 5/5] sample: rust: pci: add tests for config space routines

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (2+ messages)

[PATCH v4 0/2] rust: transmute: implement FromBytes and AsBytes for inhabited ZSTs
 2026-01-26  5:05 UTC  (2+ messages)

support file system generated / verified integrity information
 2026-01-26  5:03 UTC  (6+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper

[PATCH] rust: use consistent backtick formatting for NULL in docs
 2026-01-26  5:03 UTC  (2+ messages)

[PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
 2026-01-26  5:03 UTC  (2+ messages)

[PATCH net-next v2] net: ethernet: neterion: s2io: remove unused driver
 2026-01-26  3:08 UTC 

[PATCH] objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross build
 2026-01-26  4:57 UTC  (2+ messages)

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-01-26  4:57 UTC  (5+ messages)
` [PATCH V3 4/6] nvmet: ignore discard return value
    ` [f2fs-dev] "

btrfs/124 assert failure / crash
 2026-01-26  4:55 UTC 

[f2fs-dev] fsverity cleanups, speedup and memory usage optimization v3
 2026-01-26  4:51 UTC  (34+ messages)
`  "
` [f2fs-dev] [PATCH 01/16] fs, fsverity: reject size changes on fsverity files in setattr_prepare
  ` [PATCH 01/16] fs,fsverity: "
` [f2fs-dev] [PATCH 02/16] fs, fsverity: clear out fsverity_info from common code
  ` [PATCH 02/16] fs,fsverity: "
` [f2fs-dev] [PATCH 03/16] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
  `  "
` [f2fs-dev] [PATCH 04/16] f2fs: "
  `  "
` [f2fs-dev] [PATCH 05/16] fsverity: pass struct file to ->write_merkle_tree_block
  `  "
` [f2fs-dev] [PATCH 06/16] fsverity: start consolidating pagecache code
  `  "
` [f2fs-dev] [PATCH 07/16] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
  `  "
` [f2fs-dev] [PATCH 08/16] fsverity: kick off hash readahead at data I/O submission time
  `  "
` [f2fs-dev] [PATCH 09/16] fsverity: constify the vi pointer in fsverity_verification_context
  `  "
` [f2fs-dev] [PATCH 10/16] fsverity: deconstify the inode pointer in struct fsverity_info
  `  "
` [f2fs-dev] [PATCH 11/16] fsverity: push out fsverity_info lookup
  `  "
` [f2fs-dev] [PATCH 12/16] fs: consolidate fsverity_info lookup in buffer.c
  `  "
` [f2fs-dev] [PATCH 13/16] ext4: consolidate fsverity_info lookup
  `  "
` [f2fs-dev] [PATCH 14/16] f2fs: "
  `  "
` [f2fs-dev] [PATCH 15/16] btrfs: "
  `  "
` [f2fs-dev] [PATCH 16/16] fsverity: use a hashtable to find the fsverity_info
  `  "

[PATCH] Update LLM context files to forbid "if" statements
 2026-01-26  4:53 UTC 

memory leaks in btrfs raid code in 6.19-rc?
 2026-01-26  4:53 UTC 

[PATCH net v2] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
 2026-01-26  4:45 UTC  (3+ messages)

fsverity cleanups, speedup and memory usage optimization v2
 2026-01-26  4:44 UTC  (20+ messages)
` [PATCH 04/11] fsverity: start consolidating pagecache code
    ` [f2fs-dev] "
` [PATCH 05/11] fsverity: kick off hash readahead at data I/O submission time
    ` [f2fs-dev] "
` [PATCH 06/11] fsverity: push out fsverity_info lookup
    ` [f2fs-dev] "
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info
      ` [f2fs-dev] "

❌ FAIL (MISSED 77 of 137): Test report for master (6.19.0-rc6, upstream-mainline, 0a6dce0a)
 2026-01-26  4:42 UTC 

[pcarrier:v6.19-rc6-odin3 1/12] arch/arm64/boot/dts/qcom/sm8750-ayn-odin3.dtb: / (ayn,odin3): compatible: 'oneOf' conditional failed, one must be fixed:
 2026-01-26  4:40 UTC 

[PATCH v2] hwrng: core - use RCU for current_rng to fix race condition
 2026-01-26  4:40 UTC  (2+ messages)

[PATCH v4 0/2] Add eMMC support for Stratix 10 SoCDK
 2026-01-26  4:39 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: altera: Add fallback compatible for Stratix 10 SoCDK eMMC variant

[meta-oe][PATCH v2 0/2] Add liboauth2
 2026-01-26  4:33 UTC  (3+ messages)
` [meta-oe][PATCH v2 2/2] liboauth2: Add recipe at 2.2.0
  ` [oe] "

[PATCH v2 0/5] rust: add `register!` macro
 2026-01-26  4:33 UTC  (6+ messages)
` [PATCH v2 4/5] rust: io: "

[PATCH v4] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()
 2026-01-26  4:31 UTC  (4+ messages)

[BUG] KASAN: slab-use-after-free Read in u32_classify
 2026-01-26  4:30 UTC  (2+ messages)

[PATCH v3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
 2026-01-26  4:28 UTC  (3+ messages)

[GIT PULL] RISC-V updates for v6.19-rc7
 2026-01-26  4:24 UTC  (4+ messages)

Localization of Linux Kernel Documentation
 2026-01-26  4:23 UTC 

[PATCH 1/1] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
 2026-01-26  4:22 UTC  (6+ messages)

[PATCH v4] docs: clarify CC list guidance wording
 2026-01-26  4:22 UTC 

[PATCH v2] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg
 2026-01-26  4:22 UTC  (3+ messages)

[PATCH linux-next] irqchip/riscv-imsic: Revert "Remove redundant irq_data lookups"
 2026-01-26  4:21 UTC  (2+ messages)

[PATCH v7] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
 2026-01-26  4:21 UTC  (2+ messages)

[PATCH 11/21] i2c: spacemit: Remove IRQF_ONESHOT
 2026-01-26  4:21 UTC  (2+ messages)

[PATCH bpf v2] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2026-01-26  4:21 UTC  (2+ messages)


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.