messages from 2026-07-23 02:34:26 to 2026-07-23 03:52:51 UTC [more...]
[PATCH v2 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
2026-07-23 3:52 UTC (8+ messages)
` [PATCH v2 01/21] binfmt_misc: require an absolute interpreter path with 'C'
` [PATCH v2 02/21] docs, binfmt_misc: keep general usage out of the handler sections
` [PATCH v2 03/21] binfmt_misc: table-drive the register string flags
[PATCH 0/3] remoteproc: Improve removal of remoteproc drivers
2026-07-23 3:52 UTC (3+ messages)
` [PATCH 1/3] remoteproc: Allow shutdown of crashed processors
` [PATCH 2/3] remoteproc: Prevent crash handling to race with rproc_del()
[PATCH] hw/vfio: Coalesce repeated PCI_COMMAND memory-decode DMA (re)map for passthrough BARs
2026-07-23 3:50 UTC (5+ messages)
[PATCH bpf-next v2 0/2] bpf: Fix WARNING in bpf_tracing_link_release
2026-07-23 3:49 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] "
[PATCH v2] sched/fair: Prefer waker CPU for reciprocal sync wakeups
2026-07-23 3:48 UTC (2+ messages)
[PATCH v2] ARM: dts: aspeed: g6: Add missing uart nodes
2026-07-23 3:48 UTC
[PATCH v2 0/2] soc: aspeed: ipmi: add KCS Channel 4 over PCIe
2026-07-23 3:48 UTC (2+ messages)
[PATCH v5 0/5] Introduce error threshold to drm_ras
2026-07-23 3:47 UTC (7+ messages)
` [PATCH v5 1/5] drm/ras: Cancel and free message on get counter failure
` [PATCH v5 2/5] drm/ras: Introduce error threshold
` [PATCH v5 4/5] drm/xe/drm_ras: Wire up error threshold callbacks
[PATCH v7 00/11] target/riscv: Implement Smsdid and Smmpt extension
2026-07-23 3:46 UTC (5+ messages)
[PATCH] lkdtm: use kmalloc() instead of __get_free_page
2026-07-23 3:47 UTC (3+ messages)
drivers/dma/at_hdmac.c:1129:11: sparse: sparse: cast removes address space '__iomem' of expression
2026-07-23 3:45 UTC
[PATCH] drm/amdgpu: restore perf state after runtime resume
2026-07-23 3:46 UTC (5+ messages)
[PATCH bpf-next v3 0/3] bpf: Preserve pointer state for commuted arithmetic
2026-07-23 3:45 UTC (3+ messages)
` [PATCH bpf-next v3 1/3] "
[PATCH] scsi: ufs: core: Initialize hba->rpmbs list in ufshcd
2026-07-23 3:45 UTC
[PATCH] x86/elf: Correct comment for STACK_RND_MASK()
2026-07-23 3:45 UTC (2+ messages)
[PATCH 1/2] fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write
2026-07-23 3:44 UTC (4+ messages)
` [PATCH 2/2] fpga: altera-cvp: Propagate PCI config access errors
[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
2026-07-23 3:43 UTC (3+ messages)
` Is writeback_iter() missing some error handling? -- was "
[PATCH v2] i2c: i801: Clamp adapter timeout to prevent system lockup
2026-07-23 3:43 UTC
[PATCH v7 0/9] gpio: realtek: Add support for Realtek DHC RTD1625
2026-07-23 3:42 UTC (10+ messages)
` [PATCH v7 1/9] Revert "gpio: realtek: Add driver for Realtek DHC RTD1625 SoC"
` [PATCH v7 2/9] gpio: regmap: Provide default IRQ resource request and release callbacks
` [PATCH v7 3/9] gpio: regmap: Apply default resource callbacks for regmap IRQ chip
` [PATCH v7 4/9] gpio: regmap: Order kernel-doc descriptions with the actual appearance
` [PATCH v7 5/9] gpio: regmap: Add gpio_regmap_operation to extend reg_mask_xlate callback
` [PATCH v7 6/9] gpio: regmap: Add value_xlate callback
` [PATCH v7 7/9] gpio: regmap: Add set_config callback
` [PATCH v7 8/9] gpio: regmap: Add IRQ enable/disable helpers
` [PATCH v7 9/9] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC
[PATCH v2] power: sequencing: pcie-m2: Match WCN6855 and WCN7851 UART BT variants by subdevice ID
2026-07-23 3:43 UTC (2+ messages)
[PATCH] Input: tca8418_keypad - fix potential infinite loop and OOB, access on I2C error
2026-07-23 3:41 UTC
[PATCH] ocfs2: validate truncate log dinode before caching
2026-07-23 3:40 UTC (4+ messages)
[cel:nfsd-testing 214/240] fs/nfsd/vfs.c:286:52: sparse: sparse: incorrect type in initializer (different base types)
2026-07-23 3:38 UTC
[BUG] mac802154: KASAN slab-use-after-free in mac802154_rx_mac_cmd_worker
2026-07-23 3:37 UTC
[PATCH v5 0/9] of: teach overlay code to keep /aliases in sync
2026-07-23 3:39 UTC (14+ messages)
` [PATCH v5 1/9] of: hold a reference on of_aliases during alias path resolution
` [PATCH v5 2/9] of: update /aliases lookup on reconfig notifications
` [PATCH v5 3/9] of/overlay: look up absolute target-paths absolutely
` [PATCH v5 4/9] of/overlay: put property on deadprops only after changeset add succeeds
` [PATCH v5 5/9] of/overlay: don't keep a negative id in ovcs->id on idr_alloc() failure
` [PATCH v5 6/9] of/overlay: don't create "//" paths for fragments targeting the root
` [PATCH v5 7/9] of/overlay: return ERR_PTR from dup_and_fixup_symbol_prop()
` [PATCH v5 8/9] of/overlay: rewrite /aliases path values to live-tree paths
` [PATCH v5 9/9] of: unittest: cover /aliases updates from overlay apply/revert
[PATCH v8 0/2] Cache aware scheduling: Reduce the overhead of task_cache_work
2026-07-23 4:04 UTC (3+ messages)
` [PATCH v8 1/2] sched/cache: Reduce the overhead of task_cache_work by only scan the visisted cpus
` [PATCH v8 2/2] -- DO NOT APPLY!!! -- sched/cache/debug: Add trace event and sched feature to track scan cost
[PATCH] phy: fsl-lynx-28g: propagate PCVT enable errors
2026-07-23 3:36 UTC (2+ messages)
[PATCH bpf-next v1] selftests/bpf: Test jited inline of bpf_get_smp_processor_id() for RISC-V
2026-07-23 3:31 UTC (2+ messages)
[PATCH] btrfs: sysfs: fix path of the "read_policy" module parameter in comment
2026-07-23 3:31 UTC (2+ messages)
[Buildroot] [autobuild.buildroot.org] Daily results for 2026-07-22
2026-07-23 3:30 UTC
[PATCH] x86/mce: Document the mce=print_all command line parameter
2026-07-23 3:30 UTC (3+ messages)
` [tip: ras/core] "
[PATCH v4 0/9] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
2026-07-23 3:29 UTC (4+ messages)
` [PATCH v4 9/9] ext4: protect WRITE_ZEROES written extents with orphan list
[PATCH v2 00/10] gpu: nova-core: blackwell follow-ups and fixes
2026-07-23 3:28 UTC (13+ messages)
` [PATCH v2 01/10] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH v2 02/10] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH v2 03/10] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
` [PATCH v2 04/10] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH v2 09/10] gpu: nova-core: correct RISC-V HALTED field
` [PATCH v2 10/10] gpu: nova-core: wait for RISC-V HALTED on FSP unload
[PATCH 0/2] Bluetooth: HIDP: validate short receive frames
2026-07-23 3:28 UTC (3+ messages)
` [PATCH 1/2] Bluetooth: HIDP: reject frames without a transaction header
` [PATCH 2/2] Bluetooth: HIDP: validate numbered report payloads
[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
2026-07-23 3:25 UTC (3+ messages)
[PATCH v3 0/2] iommu/virtio: Probe fixes for proper driver state
2026-07-23 3:24 UTC
[PATCH -v4 0/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
2026-07-23 3:24 UTC (3+ messages)
` [PATCH -v4 1/2] memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.h
` [PATCH -v4 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
[syzbot] [bpf?] [sctp?] [tipc?] INFO: rcu detected stall in sock_close (5)
2026-07-23 3:25 UTC (2+ messages)
[PATCH mptcp-net v3] mptcp: pm: fix data race in add_addr timer callback
2026-07-23 3:23 UTC (2+ messages)
` [PATCH mptcp-net v4] "
[Bug 221778] New: [REGRESSION 6.12→6.18] ASUS N-KEY keyboard (0b05:19b6) USB resets ~1/sec under dGPU rendering load on Raphael xHCI
2026-07-23 3:23 UTC (3+ messages)
` [Bug 221778] "
[PATCH net-next v7 0/7] r8169: add support for phylink
2026-07-23 3:21 UTC (10+ messages)
` [PATCH net-next v7 2/7] net: phy: phylink: add helper to modify pause
` [PATCH net-next v7 3/7] r8169: add support for phylink
` [PATCH net-next v7 4/7] r8169: add support for RTL8116af
[RFC PATCH 00/11] smb/server: change notify support
2026-07-23 3:16 UTC (12+ messages)
` [RFC PATCH 01/11] smb/server: add debug type for change notify
` [RFC PATCH 02/11] smb/server: validate notify requests
` [RFC PATCH 03/11] smb/server: support canceling "
` [RFC PATCH 04/11] smb/server: watch directories for changes
` [RFC PATCH 05/11] smb/server: keep notify watches on file handles
` [RFC PATCH 06/11] smb/server: save simple notify events
` [RFC PATCH 07/11] smb/server: save old names for rename "
` [RFC PATCH 08/11] smb/server: match "
` [RFC PATCH 09/11] smb/server: encode "
` [RFC PATCH 10/11] smb/server: send notify events to the client
` [RFC PATCH 11/11] smb/server: break directory leases before sending notify events
[PATCH 0/2] net: Use synchronous wakeups selectively
2026-07-23 3:17 UTC (3+ messages)
[PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
2026-07-23 3:15 UTC (3+ messages)
[PATCH bpf v6 0/4] Fixes for bpf link update
2026-07-23 3:14 UTC (4+ messages)
` [PATCH bpf v6 2/4] bpf: Fix UAF due to missing link type check in mprog
[RFC PATCH 00/36] arm64: Add support for FEAT_NMI
2026-07-23 3:14 UTC (5+ messages)
` [RFC PATCH 30/36] arm64: irq: Report FEAT_NMI masking local IRQs
[PATCH v30 3/7] sched/core: Don't proxy-exec unmatched cookie lock owners
2026-07-23 3:14 UTC (4+ messages)
` [RFC PATCH 0/3] sched/core: Allow proxy execution to work with core scheduling
` [RFC PATCH 2/3] sched/core: Fix forceidle when lock owner has mismatchd cookie
[PATCH net-next v4 0/3] net/smc: transition to RDMA core CQ pooling
2026-07-23 3:14 UTC (5+ messages)
` [PATCH net-next v4 2/3] net/smc: reduce TX slot contention with exclusive wait
` [PATCH net-next v4 3/3] net/smc: transition to RDMA core CQ pooling
[PATCH testsuite v2 1/2] tests/file_contexts: refactor existing tests
2026-07-23 3:13 UTC (2+ messages)
` [PATCH testsuite v2 2/2] tests/file_contexts: add tests for multiple SELABEL_OPT_PATH
[PATCH v4 0/9] block,md,nvme: correct handling of unsupported P2PDMA transfers
2026-07-23 3:11 UTC (3+ messages)
` [PATCH v4 8/9] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
[PATCH 0/2] soc/tegra: fuse: Support Tegra210B01 Speedos
2026-07-23 3:11 UTC (6+ messages)
` [PATCH 2/2] soc/tegra: fuse: speedo-tegra210: Support revision B01
[PATCH] wifi: mt76: mt7925: Fix EHT Beamformee SS subfields to meet 802.11be minimum
2026-07-23 3:11 UTC
[PATCH v2 1/2] libselinux: support multiple spec_files
2026-07-23 3:11 UTC (2+ messages)
` [PATCH v2 2/2] libselinux: support multiple context files for the file backend
[PATCH 3/3] mailbox: pcc: Fix command timeout due to missed interrupt
2026-07-23 3:10 UTC (2+ messages)
[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
2026-07-23 3:10 UTC (7+ messages)
` [PATCH v6 7/8] KVM: x86/pmu: Emulate RDPMC on performance metrics
[PATCH v2 0/2] mm: folio conversion and refactoring in do_swap_page()
2026-07-23 3:07 UTC (3+ messages)
` [PATCH v2 1/2] mm: Use a folio in the softleaf_is_device_private path
` [PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()
[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-23 3:05 UTC (3+ messages)
` [PATCH v2 09/13] mm/slab: change struct slabobj_ext to a union
[PATCH 0/3] i2c: qcom-cci: Fix CCI clock rate enforcement
2026-07-23 3:04 UTC (2+ messages)
[PATCH] drm/tests/gpu_buddy: fix interleaving in buffer clearance test
2026-07-23 3:01 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH 0/2] UBI: fix ubi.mtd MODULE_PARM_DESC issues and add per-device wear-leveling threshold
2026-07-23 3:01 UTC (7+ messages)
` [PATCH 1/2] UBI: fix two issues in the ubi.mtd MODULE_PARM_DESC
` [PATCH 2/2] UBI: support per-device wear-leveling threshold
[PATCH] remoteproc: qcom: q6v5: Request shutdown if crash is triggered host-side
2026-07-23 3:00 UTC
[PATCH -v3 0/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
2026-07-23 2:58 UTC (3+ messages)
` [PATCH -v3 1/2] memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.h
` [PATCH -v3 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
[PATCH v2 0/4] allocate extent_buffer GFP_NOFAIL with unlocked retry
2026-07-23 2:58 UTC (2+ messages)
[PATCH v3] i3c: master: dw-i3c-master: fix OD timing for first broadcast
2026-07-23 2:57 UTC (2+ messages)
[PATCH v3 0/2] soc/tegra: pmc: Add Tegra210B01 support
2026-07-23 2:57 UTC (8+ messages)
` [PATCH v3 1/2] dt-bindings: soc: tegra: pmc: Document Tegra210B01
` [PATCH v3 2/2] soc/tegra: pmc: Add Tegra210B01 support
[syzbot] [gfs2?] INFO: task hung in gfs2_recover_journal (4)
2026-07-23 2:57 UTC (2+ messages)
` Forwarded: [PATCH] gfs2: don't add further folios to a chained bio
[PATCH net] net: thunderbolt: do not enable E2E flow control on the Tx ring
2026-07-23 2:56 UTC
[PATCH v4 0/2] media: qcom: iris: add dynamic encoder properties
2026-07-23 2:55 UTC (3+ messages)
` [PATCH v4 1/2] media: qcom: iris: fix missing hfi_id in gen1 GOP_SIZE cap
` [PATCH v4 2/2] media: qcom: iris: Add request key frame support for encoder
[PATCH v2] tracing: Add mutex to trace_parser to fix concurrent write races
2026-07-23 2:55 UTC (3+ messages)
[PATCH v7 0/2] media: i2c: add support for ITE IT6625/IT6626 HDMI to MIPI CSI-2 bridge
2026-07-23 2:54 UTC (7+ messages)
` [PATCH v7 1/2] dt-bindings: media: add ITE IT6625/IT6626 HDMI bridge binding
` [PATCH v7 2/2] media: i2c: add driver for ITE IT6625/IT6626
[PATCH] ASoC: rt766: add RT766/RT767 SDCA driver
2026-07-23 2:52 UTC (5+ messages)
[PATCH] i2c: i801: Clamp adapter timeout to prevent system lockup
2026-07-23 2:51 UTC
[PATCH] arm64: smp: distinguish secondary CPUs that hang after reaching head.S
2026-07-23 2:49 UTC (2+ messages)
[PATCH v2 0/6] hwmon: (adt7470) Add thermal zone and PWM provider support
2026-07-23 2:48 UTC (4+ messages)
` [PATCH v2 1/6] dt-bindings: hwmon: add binding for adi,adt7470
[PATCH] soc: fsl: dpio: Remove redundant dev_err()
2026-07-23 2:47 UTC
[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
2026-07-23 2:47 UTC (3+ messages)
` [PATCH v3 8/9] KVM: arm64: selftests: Add infrastructure for using stage-2 in guest
[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
2026-07-23 2:46 UTC (11+ messages)
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs
[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
2026-07-23 2:45 UTC (2+ messages)
[PATCH] soc: ixp4xx: Remove redundant dev_err()
2026-07-23 2:45 UTC
[PATCH mtd-utils] ubi-utils: add wear-leveling threshold parameter to ubiattach
2026-07-23 2:37 UTC
[PATCH v6 0/6] Add QMP PCIe multiple link-mode PHY support
2026-07-23 2:45 UTC (10+ messages)
` [PATCH v6 2/6] phy: qcom: qmp-pcie: Add QMP PCIe Multi-PHY driver
` [PATCH v6 3/6] arm64: dts: qcom: glymur: Wire PCIe3a/3b to shared Gen5x8 PHY
` [PATCH v6 5/6] arm64: dts: qcom: mahua: Replace pcie3a/pcie3_phy with dedicated pcie3b_phy
[PATCH v2] RDMA/srpt: fix NULL deref when sending BUSY before target_init_cmd()
2026-07-23 2:44 UTC
[PATCH v2 0/5] ASoC: fsl_asrc/fsl_easrc: expose per-pair/context DAIs and fix DMA race
2026-07-23 2:45 UTC (5+ messages)
` [PATCH v2 3/5] ASoC: fsl_asrc/fsl_easrc: move DMA params into pair/context struct
` [PATCH v2 4/5] ASoC: fsl_asrc: expose individual DAIs per conversion path
[PATCH 0/2] Add FPGA configuration and partial reconfiguration support for Agilex5
2026-07-23 2:43 UTC (4+ messages)
` [PATCH 2/2] firmware: stratix10-svc: add support for agilex5
[PATCH] soc: qcom: Remove redundant dev_err()
2026-07-23 2:42 UTC
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-23 2:42 UTC (5+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
[PATCH] target/i386/sev: fix MemoryRegion reference leaks in gpa2hva callers
2026-07-23 2:42 UTC (2+ messages)
[PATCH 5.10 000/699] 5.10.261-rc1 review
2026-07-23 2:42 UTC (3+ messages)
` [PATCH 5.10 137/699] tracing: Prevent out-of-bounds read in glob matching
[PATCH bpf-next v4 0/3] bpf, riscv: add timed may_goto support
2026-07-23 2:36 UTC (5+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: test timed may_goto preserves R0-R5
[PATCH v3 0/3] media: i2c: Add OmniVision OG0VA1B camera sensor driver
2026-07-23 2:41 UTC (2+ messages)
[PATCH] mm/page_idle: call folio_test_lru() after folio_get()
2026-07-23 2:40 UTC (5+ messages)
` "
[PATCH v2] wifi: ath10k: validate WMI header before reading it
2026-07-23 2:40 UTC
[PATCH] soc: mediatek: mtk-svs: Remove redundant dev_err_probe()
2026-07-23 2:40 UTC
[PATCH v3] wifi: mwifiex: validate event lengths before copying bodies
2026-07-23 2:40 UTC
[PATCH v4 0/8] Generic IRQ entry/exit support for powerpc
2026-07-23 2:37 UTC (4+ messages)
` [PATCH v4 5/8] powerpc: add exit_flags field in pt_regs
[PATCH] Input: charlieplex_keypad - check gpiod_direction_output() return value
2026-07-23 2:38 UTC (2+ messages)
[PATCH v2] drm/bridge: ps8640: propagate AUX transfer register errors
2026-07-23 2:38 UTC
What's cooking in git.git (Jul 2026, #10)
2026-07-23 2:38 UTC
[PATCH] soc/tegra: cbb: Remove redundant dev_err()
2026-07-23 2:37 UTC
[PATCH v2] nfc: microread: validate target discovery payload lengths
2026-07-23 2:37 UTC
[PATCH] soc: ti: wkup_m3_ipc: Remove redundant dev_err()
2026-07-23 2:36 UTC
drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c:126 isp_genpd_add_device() warn: can 'pdev' even be NULL?
2026-07-23 2:35 UTC
[PATCH v2] watchdog: atcwdt200: fix return value when watchdog is enabled
2026-07-23 2:35 UTC (2+ messages)
[PATCH v2] soc: ti: wkup_m3_ipc: Remove redundant dev_err()
2026-07-23 2:34 UTC (2+ messages)
[PATCH v2] ext4: cache full extents during mapping lookup
2026-07-23 2:34 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.