[syzbot] [ext4?] KASAN: use-after-free Read in ext4_read_inline_data (2)
2026-09-15 3:50 UTC (2+ messages)
` Forwarded: [PATCH] ext4: add bounds check for e_value_offs in ext4_read_inline_data
[PATCH] watchdog: starfive-wdt: fix PM reference leak in probe error path
2026-09-15 3:49 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] mm/vmalloc: minor cleanups
2026-09-15 3:48 UTC (8+ messages)
` [PATCH 2/3] mm/vmalloc: extract vmap_insert_free_area helper
` [PATCH 3/3] mm/vmalloc: extract show_busy_info from vmalloc_info_show
[PATCH] leds: lm3692x: fix regulator/gpio leak and wrong enabled state on last write failure
2026-09-15 3:45 UTC
[PATCH v7 1/5] dt-bindings: rtc: nxp,pcf85363: add timestamp mode config
2026-09-15 3:44 UTC (5+ messages)
` [PATCH v7 2/5] rtc: pcf85363: support reporting battery switch-over via RTC_VL
` [PATCH v7 3/5] rtc: pcf85363: add timestamp support with configurable timestamp mode
` [PATCH v7 4/5] rtc: pcf85363: add oscillator offset calibration support
` [PATCH v7 5/5] rtc: pcf85363: add watchdog support with configurable step size
[BUG] ASoC/AMD ACP70/RT721: ASUS TUF Gaming A14 FA401EA speakers silent and headphone jack buzzes on playback
2026-09-15 3:44 UTC (12+ messages)
[PATCH v3] riscv: lib: Fix ZBB strnlen wrap-around regression on huge counts
2026-09-15 3:43 UTC (2+ messages)
[syzbot] [bridge?] WARNING: locking bug in match_held_lock
2026-09-15 3:40 UTC (2+ messages)
[syzbot] [iomap?] WARNING in iomap_read_inline_data (2)
2026-09-15 3:40 UTC
[PATCH v3] ntfs: mount hibernated volumes read-only regardless of errors=
2026-09-15 3:38 UTC (2+ messages)
[PATCH] mm/oom_kill: fix hung tasks queued on mmap_lock behind a long reap
2026-09-15 3:35 UTC (3+ messages)
[RESEND v7 00/29] mm: PMD-level swap entries for anonymous THPs
2026-09-15 3:34 UTC (5+ messages)
` [RESEND v7 01/29] mm: rename pmd_to_softleaf_folio() to pmd_softleaf_to_folio()
[syzbot] [kernel?] BUG: unable to handle kernel paging request in write_comp_data
2026-09-15 3:33 UTC (2+ messages)
` [PATCH] kcov: add a missing bound check in write_comp_data()
[PATCH net 0/1] net: tcp: account zero-copy receive VMA memory
2026-09-15 3:32 UTC (3+ messages)
` [PATCH net 1/1] "
[RFC PATCH v2 3/8] mm/damon/core: return an error from damos_commit_filter_arg()
2026-09-15 3:30 UTC (2+ messages)
[PATCH v1 0/1] nvme-auth: constant-time DH-HMAC-CHAP response comparison
2026-09-15 3:30 UTC (5+ messages)
` [PATCH v1 1/1] nvme-auth: use crypto_memneq for "
[RFC PATCH v4 00/10] iommu/riscv: Add hardware dirty tracking for second-stage domains
2026-09-15 3:28 UTC (10+ messages)
` [RFC PATCH v4 01/10] iommupt: Add RISC-V Second-stage (iohgatp) page table support
` [RFC PATCH v4 02/10] iommupt: Add RISC-V dirty tracking PTE ops
` [RFC PATCH v4 03/10] iommu/riscv: report iommu capabilities
` [RFC PATCH v4 04/10] iommu/riscv: use data structure instead of individual values
` [RFC PATCH v4 05/10] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH v4 06/10] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH v4 07/10] iommu/riscv: Add domain_alloc_paging_flags for second-stage domain
` [RFC PATCH v4 08/10] iommu/riscv: Pre-enable GADE for second-stage domains
` [RFC PATCH v4 09/10] iommu/riscv: Add dirty tracking support "
[tip:tip:urgent] BUILD SUCCESS df4b8e262eb264eb40e04430f413a961a0f369e6
2026-09-15 3:27 UTC
[tip:master] BUILD SUCCESS 1b1e2b3b9dbbb75b9c340f0fcdaae8175e9192c2
2026-09-15 3:27 UTC
[PATCH v3 0/4] ACPI: LoongArch: Add IOVT table support
2026-09-15 3:26 UTC (5+ messages)
` [PATCH v3 1/4] ACPICA: actbl2.h: Add bit constants of the Flags field in the IOVT IOMMU structure
` [PATCH v3 2/4] ACPI: LoongArch: Add acpi_arch_[late]_init()
` [PATCH v3 3/4] ACPI: scan: Add support for LoongArch in acpi_iommu_configure_id()
` [PATCH v3 4/4] MAINTAINERS: Add entry for drivers/acpi/loongarch
[PATCH] xhci: sideband: check vdev liveness before removing endpoints on unregister
2026-09-15 3:26 UTC (18+ messages)
` 答复: "
` 答复: "
[PATCH 00/17] Treewide: enforce static storage for object initializers
2026-09-15 3:26 UTC (35+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()
` [PATCH 02/17] locking/rtmutex: assert static storage for DEFINE_RT_MUTEX()
` [PATCH 03/17] locking/rwsem: assert static storage for semaphore definitions
` [PATCH 04/17] locking/semaphore: assert static storage for DEFINE_SEMAPHORE()
` [PATCH 05/17] locking/seqlock: assert static storage for DEFINE_SEQLOCK()
` [PATCH 06/17] sched: assert static storage for wait queue and completion declarations
` [PATCH 07/17] xarray: assert static storage for DEFINE_XARRAY_FLAGS()
` [PATCH 08/17] idr: enforce the static-storage contract of DEFINE_IDR()
` [PATCH 09/17] radix-tree: require static storage for RADIX_TREE()
` [PATCH 10/17] klist: assert static storage for DEFINE_KLIST()
` [PATCH 11/17] workqueue: assert static storage for work declarations
` [PATCH 12/17] timers: assert static storage for DEFINE_TIMER()
` [PATCH 13/17] kthread: assert static storage for delayed work declarations
` [PATCH 14/17] ratelimit: assert static storage for DEFINE_RATELIMIT_STATE()
` [PATCH 15/17] notifier: assert static storage for locking notifier heads
` [PATCH 16/17] rcu: assert static storage for RCU sync and SRCU definitions
` [PATCH 17/17] sysctl: assert static storage for DEFINE_CTL_TABLE_POLL()
[syzbot] [kernel?] BUG: unable to handle kernel paging request in write_comp_data
2026-09-15 3:24 UTC (2+ messages)
[PATCH] ipv4: fib: annotate data-race around nh->nh_saddr
2026-09-15 3:23 UTC (6+ messages)
[PATCH v3] riscv: dts: spacemit: k3: add i2s0-i2s5 nodes
2026-09-15 3:23 UTC
[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
2026-09-15 3:22 UTC (6+ messages)
` [PATCH v4 7/7] selftests/x86: Add a userspace test for LASS enforcement
[syzbot] [kernel?] KASAN: slab-use-after-free Read in atkbd_event_work
2026-09-15 3:21 UTC (2+ messages)
` [syzbot] [usb?] "
[PATCH v6 0/5] riscv: Introduce support for hardware break/watchpoints
2026-09-15 3:21 UTC (4+ messages)
` [PATCH v6 1/5] "
[PATCH v4 0/2] Add support for AS7343 multi-spectral sensor
2026-09-15 3:19 UTC (11+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: add as7343
` [PATCH v4 2/2] iio: light: add AS7343 multi-spectral sensor driver
[PATCH v2] arm_mpam: Only schedule mpam_enable work after first successful MSC probe
2026-09-15 3:18 UTC (2+ messages)
` [PATCH v3] arm_mpam: Use an atomic counter to schedule mpam_enable_once()
[PATCH 0/4] ASoC: generic: Free jack GPIOs on card remove
2026-09-15 3:16 UTC (5+ messages)
` [PATCH 3/4] ASoC: audio-graph-card: "
[tip: x86/cpu] x86/CPU/AMD: Fix Zen5 TLB sizes reporting
2026-09-15 3:15 UTC
[PATCH] drm/amdgpu: check ras and obj before dereference
2026-09-15 3:14 UTC (2+ messages)
[PATCH net-next v3] selftests: net: move log_test to lib file and remove duplicate code
2026-09-15 3:14 UTC
[PATCH bpf-next v2 0/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc JITs
2026-09-15 3:13 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc64 JIT
` [PATCH bpf-next v2 2/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc32 JIT
[PATCH bpf-next 0/5] bpf, x86: Extend CPUv4 instruction support in the i386 JIT
2026-09-15 3:12 UTC (10+ messages)
` [PATCH bpf-next 1/5] bpf, x86: Add support for BPF_MOVSX "
` [PATCH bpf-next 2/5] bpf, x86: Extract the i386 JIT load emitter
` [PATCH bpf-next 3/5] bpf, x86: Add BPF_MEMSX support to the i386 JIT
` [PATCH bpf-next 4/5] bpf, x86: Add BPF_JMP32 | BPF_JA "
` [PATCH bpf-next 5/5] bpf, x86: Add unconditional byte swap "
[PATCH] gpio: mvebu: fix Armada XP per-CPU mask register save/restore
2026-09-15 3:12 UTC
[PATCH 0/3] Move memory acceptance x86 arch code into EFI stub
2026-09-15 3:11 UTC (3+ messages)
` [PATCH 1/3] x86/tdx: Share tdx_panic() with the "
[PATCH v2 0/3] PCI: introduce TC9564 misc driver
2026-09-15 3:10 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: misc: introduce pci1179,0220.yaml
` [PATCH v2 2/3] misc: tc9564: introduce base PCI driver
` [PATCH v2 3/3] arm64: dts: qcom: qcs6490-rb3gen2: add endpoint buses
[syzbot] [raid?] UBSAN: array-index-out-of-bounds in super_90_sync
2026-09-15 3:10 UTC
[PATCH net-next v2] netlink: specs: fix duplicate if/then keys in netlink-raw schema
2026-09-15 3:01 UTC (2+ messages)
[PATCH] PCI: cadence: Store the core controller in platform drvdata
2026-09-15 3:00 UTC
[syzbot] [mmc?] WARNING: ODEBUG bug in vub300_disconnect
2026-09-15 2:55 UTC
[RFC PATCH v2 0/9] mm/damon: hardware-sampled access reports
2026-09-15 2:54 UTC (2+ messages)
[PATCH v2 0/2] alloc_tag: fix a leak and a deadlock around shutdown_mem_profiling()
2026-09-15 2:50 UTC (4+ messages)
[PATCH net-next] octeontx2-af: Add tracepoints for NPC MCAM entry programming
2026-09-15 2:50 UTC
[RFC PATCH v2] mm: Improve pgdat_balanced() to avoid over-reclamation for higher-order allocation
2026-09-15 2:50 UTC (5+ messages)
[PATCH RFC v2 00/10] arm-mpam: Add basic device tree support for resctrl
2026-09-15 2:49 UTC (5+ messages)
` [PATCH RFC v2 03/10] dt-bindings: arm: Add MPAM MSC binding
[RFC PATCH v3 0/5] blk-iocost: BPF struct_ops cost model
2026-09-15 2:47 UTC (4+ messages)
` [RFC PATCH v3 1/5] blk-iocost: add BPF struct_ops cost model support
[PATCH v2 0/3] mm/vmalloc: minor cleanups
2026-09-15 2:43 UTC (4+ messages)
` [PATCH v2 1/3] mm/vmalloc: group xa_init with vbq field initializations
` [PATCH v2 2/3] mm/vmalloc: extract vmap_insert_free_area helper
` [PATCH v2 3/3] mm/vmalloc: extract show_busy_info from vmalloc_info_show
[PATCH v6 0/3] mm: improve folio refcount scalability
2026-09-15 2:42 UTC (3+ messages)
` [PATCH v6 3/3] mm: implement page refcount locking via dedicated bit
[PATCH v7 00/12] f2fs: introduce metadata cache
2026-09-15 2:42 UTC (16+ messages)
` [PATCH v7 02/12] f2fs: cache: initialize meta cache
` [f2fs-dev] "
` [PATCH v7 03/12] f2fs: cache: introduce shrinker
` [f2fs-dev] "
` [PATCH v7 04/12] f2fs: cache: introduce writeback thread
` [f2fs-dev] "
` [PATCH v7 10/12] f2fs: cache: support fault injection
` [f2fs-dev] "
` [PATCH v7 11/12] f2fs: cache: introduce tracepoints
` [f2fs-dev] "
[syzbot] [nfs?] [net?] KASAN: vmalloc-out-of-bounds Read in rpc_queue_upcall
2026-09-15 2:41 UTC
[PATCH] net: fib_rules: add FRA_GOTO and FRA_L3MDEV to fib_rule_nlmsg_size()
2026-09-15 2:40 UTC (3+ messages)
[RFC PATCH 8/8] mm/damon/core-kunit: test invalid damos filter commits
2026-09-15 2:39 UTC (3+ messages)
[PATCH v4 0/7] hfsplus: convert regular file I/O to iomap-based operations
2026-09-15 2:34 UTC (7+ messages)
` [PATCH v4 2/7] hfsplus: rework hfsplus_get_block() logic
` [PATCH v4 5/7] hfsplus: move file related operations to file.c
` [PATCH v4 7/7] hfsplus: switch address_space_operations on iomap-based support
[PATCH 0/4] kernfs: remove kernfs_rwsem from dentry revalidation
2026-09-15 2:33 UTC (8+ messages)
` [PATCH 4/4] kernfs: Remove "
[PATCH v2 0/5] x86/cpu: Refactor identify_cpu()
2026-09-15 2:31 UTC (3+ messages)
` [PATCH v2 2/5] x86/cpu: Initialize boot CPU cpuinfo defaults early
[PATCH] locking/osq_lock: Ensure proper locking semantics for osq_lock/osq_unlock()
2026-09-15 2:30 UTC (3+ messages)
[PATCH net-next v2] octeontx2-af: consolidate RVU AFVF device id definitions
2026-09-15 2:30 UTC (2+ messages)
[PATCH net-next v7 0/6] selftests: net: make iou-zcrx tests multithreaded
2026-09-15 2:30 UTC (2+ messages)
[PATCH net] net: bcmgenet: restore the hardware filters on open
2026-09-15 2:30 UTC (2+ messages)
[PATCH net] octeontx2-af: guard is_pf_cgxmapped() when PF to CGX map is absent
2026-09-15 2:29 UTC
[PATCH] drm/amd/display: invalidate DP CEC state on s3 suspend
2026-09-15 2:27 UTC (3+ messages)
` [PATCH v2] "
[PATCH bpf-next v2] bpftool: Compute map size of light skeletons at runtime
2026-09-15 2:27 UTC (3+ messages)
[PATCH v3 0/3] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
2026-09-15 2:26 UTC (5+ messages)
` [PATCH v3 1/3] kselftest: mm: rename read_pmd_pagesize() to pmd_psize()
` [PATCH v3 2/3] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
[RFC PATCH 4/9] mm/damon/core: use damos_quota_is_set() in damos_adjust_quota()
2026-09-15 2:26 UTC (4+ messages)
[PATCH v2] KVM: x86: Clear hardware HLT state when userspace makes a vCPU not-halted
2026-09-15 2:24 UTC (2+ messages)
[syzbot] [media?] KASAN: slab-use-after-free Read in v4l2_release (3)
2026-09-15 2:24 UTC
[PATCH] media: uapi: Fix C3 ISP type references in kernel-doc
2026-09-15 2:20 UTC (2+ messages)
[PATCH net v2] net: dsa: mxl862xx: disable the stats poll on teardown
2026-09-15 2:20 UTC (2+ messages)
[PATCH] nvme-multipath: fix underflow in ANA log bounds checks
2026-09-15 2:19 UTC
[PATCH v2 0/6] media: imx8-isi: Add i.MX952 ISI support
2026-09-15 2:19 UTC (4+ messages)
` [PATCH v2 6/6] media: imx8-isi: Enable ISI RAW10/12/14 output LSB alignment
[PATCH net] net: wan: farsync: Disable PCI device on removal
2026-09-15 2:19 UTC (2+ messages)
[PATCH] ceph: require the dentry lease record to cover struct ceph_mds_reply_lease
2026-09-15 2:17 UTC
[PATCH v10 0/3] Support zero-sized HDM decoders
2026-09-15 2:16 UTC (3+ messages)
` [PATCH v10 2/3] cxl/hdm: Allow zero sized "
[PATCH] Revert "scripts/faddr2line: Combine three readelf calls into one"
2026-09-15 2:15 UTC (3+ messages)
[PATCH 00/11] Make the 32-bit ARM DMA API work with normal IOMMU DMA default domains (+ Tegra PoC)
2026-09-15 2:15 UTC (12+ messages)
` [PATCH 01/11] iommu: Add iommu_teardown_dma_ops
` [PATCH 02/11] iommu: Add cookie type for ARM_DMA_USE_IOMMU
` [PATCH 03/11] ARM: dma-mapping: Split mapping allocation from domain allocation
` [PATCH 04/11] ARM: dma-mapping: Implement and expose DMA setup functions
` [PATCH 05/11] ARM: dma-mapping: Bypass the legacy path for core-owned DMA API domains
` [PATCH 06/11] ARM: dma-mapping: Handle foreign buffers in arm_iommu_get_sgtable
` [PATCH 07/11] iommu: Let 32-bit ARM drivers opt into a DMA API default domain
` [PATCH 08/11] iommu/tegra-smmu: Defer display client translation to driver handover
` [PATCH 09/11] gpu: host1x: Drop release of legacy 32-bit ARM DMA domain
` [PATCH 10/11] drm/tegra: "
` [PATCH 11/11] iommu/tegra-smmu: Use a DMA API default domain per swgroup
[PATCH] media: radio-maxiradio: balance PCI device enable on cleanup
2026-09-15 2:13 UTC
[PATCH 0/2] devres: Provide kmalloc_obj*-style API for devm_kmalloc
2026-09-15 2:13 UTC (3+ messages)
` [PATCH 1/2] mm: Move default_gfp() into gfp_types.h
[PATCH v2] platform/x86: thinkpad_acpi: Fix fan speed reporting on ThinkPad L440
2026-09-15 2:11 UTC
[PATCH v3] ALSA: hda/cs8409: Fix for Dell Cirrus audio jack detect
2026-09-15 2:11 UTC
[PATCH v2] x86/shstk: shadow stack enabling write return code change
2026-09-15 2:10 UTC (2+ messages)
` [tip: x86/cpu] x86/shstk: Return the correct error value when user shadow stacks are disabled
[PATCH net] net: phy: mediatek: do not report link and per-speed LED rules together
2026-09-15 2:10 UTC (2+ messages)
[PATCH net] seg6: set IPSKB_L3SLAVE from IP6SKB_L3SLAVE on IPIP decapsulation
2026-09-15 2:10 UTC (2+ messages)
[RFC PATCH v3 0/8] mm/damon: introduce hugepage_size probe filter
2026-09-15 2:09 UTC (8+ messages)
` [RFC PATCH v3 2/8] mm/damon/core: commit hugepage_size type damon filter
` [RFC PATCH v3 3/8] mm/damon/ops-common: support hugepage_size damon filter matching
` [RFC PATCH v3 4/8] mm/damon/sysfs: add min,max files under probe filter directory
` [RFC PATCH v3 5/8] mm/damon/sysfs: support hugepage_size probe filter
` [RFC PATCH v3 6/8] Docs/mm/damon/design: update for "
` [RFC PATCH v3 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size
` [RFC PATCH v3 8/8] Docs/ABI/damon: update for hugepage_size probe filter
[PATCH 0/3] dmaengine: Remove obsolete 32-bit DMA mask fallbacks
2026-09-15 2:02 UTC (8+ messages)
` [PATCH 1/3] dmaengine: ptdma: Remove obsolete 32-bit DMA mask fallback
` "
` "
` "
` "
` "
[PATCH v2 1/2] dt-bindings: soc: xilinx: Document ifm ZynqMP VHIP6 EvalBoard
2026-09-15 0:10 UTC (16+ messages)
` [PATCH v2 2/2] arm64: zynqmp: Add "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®