All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-04 22:59:37 to 2026-08-05 00:13:37 UTC [more...]

[syzbot] [kernel?] WARNING in irqentry_exit (2)
 2026-08-05  0:13 UTC 

[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
 2026-08-05  0:12 UTC  (19+ messages)

[syzbot] [sound?] KASAN: slab-use-after-free Write in snd_usb_midi_v2_free
 2026-08-05  0:12 UTC 

[syzbot] [sound?] KASAN: use-after-free Read in release_card_device
 2026-08-05  0:12 UTC 

[v6 0/9] drm/i915/color: Enable SDR plane color pipeline
 2026-08-05  0:12 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/i915/color: Enable SDR plane color pipeline (rev7)

[PATCH v7 0/8] cxl: Support Back-Invalidate
 2026-08-05  0:11 UTC  (7+ messages)
` [PATCH v7 4/8] cxl: Add HDM-DB region creation
` [PATCH v7 7/8] cxl/pci: Split BI capability probe from setup
` [PATCH v7 8/8] cxl: Allow auto-committed BI hdm decoders

[PATCH v2 0/4] ASoC: renesas: enable COMPILE_TEST
 2026-08-05  0:09 UTC  (6+ messages)
` [PATCH v2 2/4] ASoC: renesas: enable COMPILE_TEST for PCM SH7760

[PATCH net v3] net: loopback: ensure Ethernet header is linear before eth_type_trans
 2026-08-05  0:08 UTC  (3+ messages)

[PATCH] 9p/xen: fix refcount leak in p9_xen_response() on wrong tag
 2026-08-05  0:06 UTC  (2+ messages)

[PATCH v8 00/17] KVM: x86: Cleaning up the KVM clock mess, part 1
 2026-08-05  0:06 UTC  (22+ messages)
` [PATCH v8 01/17] KVM: x86: Update "last guest TSC" snapshot prior to enabling IRQs/preemption
` [PATCH v8 02/17] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v8 03/17] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v8 04/17] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v8 05/17] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v8 06/17] KVM: x86: Drop unnecessary CPU pinning when computing/getting kvmclock
` [PATCH v8 07/17] KVM: x86: Move "no master clock" fallback from __get_kvmclock() to get_kvmclock()
` [PATCH v8 08/17] KVM: x86: Wrap all of __get_kvmclock_master_clock() with CONFIG_X86_64=y
` [PATCH v8 09/17] KVM: x86: Fall back to non-master-clock if clockread fails in get_kvmclock()
` [PATCH v8 10/17] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v8 11/17] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v8 12/17] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v8 13/17] KVM: x86: Disable preemption, not IRQs, when getting TSC+freq pair
` [PATCH v8 14/17] KVM: x86: Make master clock logic in guest PV clock updates 64-bit only
` [PATCH v8 15/17] KVM: x86: Upscale TSC to "now", not master clock when updating PV clocks
` [PATCH v8 16/17] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v8 17/17] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()

[PATCH v3 0/2] staging: iio: ad7816: Fix DMA from stack and race conditions
 2026-08-05  0:05 UTC  (5+ messages)
` [PATCH v3 1/2] staging: iio: ad7816: serialize ad7816_spi_read() with a mutex
` [PATCH v3 2/2] staging: iio: ad7816: avoid DMA from stack in spi_read

[RFC PATCH] RDMA/iwcm: allow aborting an active connect awaiting CONNECT_REPLY
 2026-08-05  0:02 UTC 

[syzbot] [mm?] INFO: rcu detected stall in khugepaged (3)
 2026-08-05  0:01 UTC 

[REGRESSION] CyberPower LE1000DG (0764:0501) USB HID regression on x86
 2026-08-05  0:01 UTC  (4+ messages)

[syzbot] Monthly media report (Aug 2026)
 2026-08-05  0:00 UTC 

[syzbot] Monthly hfs report (Aug 2026)
 2026-08-05  0:00 UTC 

[syzbot] Monthly btrfs report (Aug 2026)
 2026-08-05  0:00 UTC 

[syzbot] [cifs?] WARNING in smb2_add_credits
 2026-08-05  0:00 UTC  (2+ messages)

[PATCH net v2] pds_core: fix cmd_regs access racing BAR unmap on reset
 2026-08-04 23:59 UTC 

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-08-04 23:58 UTC  (12+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v8 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing

[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
 2026-08-04 23:56 UTC  (11+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation
` [PATCH v4 02/10] cpu/bugs: Allow forcing Automatic IBRS with SNP active using spectre_v2=eibrs
` [PATCH v4 03/10] cpu/bugs: Fall back to AutoIBRS when retpoline unavailable on SNP CPUs
` [PATCH v4 04/10] cpu/bugs: Allow spectre_v2=ibrs on x86 vendors other than Intel
` [PATCH v4 05/10] KVM: SEV: Define SVM_SEV_FEAT_* flags using BIT_ULL()
` [PATCH v4 06/10] KVM: selftests: sev_init2: Use BIT_ULL for VMSA feature bit definition
` [PATCH v4 07/10] KVM: SEV: Disallow setting SNP-only features for non-SNP guests via a single mask
` [PATCH v4 08/10] KVM: SEV: Advertise SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH v4 09/10] KVM: SEV: Add support for IBPB-on-Entry
` [PATCH v4 10/10] KVM: SEV: Add support for SNP BTB Isolation

[PATCH] lib: add statsort(), a distribution/bucket sort
 2026-08-04 23:58 UTC  (2+ messages)

[PATCH] net: eql.c: fix switch case indent
 2026-08-04 23:57 UTC  (2+ messages)

+ mm-memory-failure-fix-refcount-leak-on-soft-offline-lbs-folio.patch added to mm-new branch
 2026-08-04 23:56 UTC 

[to-be-updated] mm-memory-failure-fix-refcount-leak-on-soft-offline-lbs-folio.patch removed from -mm tree
 2026-08-04 23:55 UTC 

[PATCH bpf-next v3 0/9] Add arena argument support to kfuncs and struct_ops
 2026-08-04 23:55 UTC  (3+ messages)
` [PATCH bpf-next v3 2/9] bpf: Support __arena and __arena_nullable on struct_ops arguments

+ selftests-mm-read-memory-information-without-popen.patch added to mm-unstable branch
 2026-08-04 23:55 UTC 

[PATCH v2 00/19][PULL REQUEST] Intel IOMMU updates for v7.3
 2026-08-04 23:43 UTC  (20+ messages)
` [PATCH v2 01/19] iommu/vt-d: Fix UCTP context table slot when copying root entries
` [PATCH v2 02/19] iommu/vt-d: Use logical OR operator for privilege mode check
` [PATCH v2 03/19] iommu/vt-d: Fix CACHE_TAG_NESTING_DEVTLB polluting shared variables in flush loop
` [PATCH v2 04/19] iommu/vt-d: Use kstrtoint_from_user() in dmar_perf_latency_write()
` [PATCH v2 05/19] iommu/vt-d: Fix no_iommu to disable platform opt-in
` [PATCH v2 06/19] iommu/vt-d: Force requesting ACS when tboot is enabled
` [PATCH v2 07/19] iommu/vt-d: Remove dead code when CONFIG_INTEL_IOMMU is not set
` [PATCH v2 08/19] iommu/vt-d: Consolidate dmar policy management and force_on logic
` [PATCH v2 09/19] iommu/vt-d: Use dmar_can_force_on() for platform opt-in
` [PATCH v2 10/19] iommu/vt-d: Call dmar_can_force_on() for tboot opt-in
` [PATCH v2 11/19] iommu/vt-d: Remove the 'force_on' variable
` [PATCH v2 12/19] iommu/vt-d: Remove dmar_disabled
` [PATCH v2 13/19] iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bit
` [PATCH v2 14/19] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v2 15/19] iommu/vt-d: Fix copied_tables bitmap leak on error in copy_translation_tables
` [PATCH v2 16/19] iommu/vt-d: Clear Present bit before tearing down copied context entry
` [PATCH v2 17/19] iommu/vt-d: Fix iopf_refcount leak on RID domain replacement
` [PATCH v2 18/19] iommu/vt-d: Tear down scalable-mode context on probe failure
` [PATCH v2 19/19] iommu/vt-d: Flush context cache with correct SID when tearing down aliases

[PATCH v2] iio: buffer: Ensure bounce buffer used for unaligned case is zeroed
 2026-08-04 23:54 UTC  (3+ messages)

[PATCH v2 00/10] ceph: convert writeback path to folios
 2026-08-04 23:53 UTC  (6+ messages)
` [PATCH v2 01/10] ceph: add ceph_folio_snap_context()
` [PATCH v2 08/10] ceph: convert page cleanup loop in writepages_finish() to folios

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-04 23:53 UTC  (6+ messages)
` [PATCH v3 13/26] mm: introduce freetype_t
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations

❌ FAIL: Test report for master (7.2.0-rc6, upstream-mainline, 31996e14)
 2026-08-04 23:53 UTC 

[PATCH v1 0/8] TDX: Stop auto-generating the global metadata code
 2026-08-04 23:52 UTC  (6+ messages)
` [PATCH v1 1/8] x86/virt/tdx: Stop treating tdx_global_metadata.h as auto-generated
` [PATCH v1 2/8] x86/virt/tdx: Name the TDX module global metadata field IDs

[to-be-updated] selftests-mm-read-memory-information-without-popen.patch removed from -mm tree
 2026-08-04 23:52 UTC 

[PATCH v2 0/5] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
 2026-08-04 23:51 UTC  (7+ messages)
` [PATCH v2 1/5] btrfs: use an on-stack path in btrfs_insert_orphan_item()
` [PATCH v2 2/5] btrfs: split btrfs_insert_delayed_dir_index() into prealloc and commit phases
` [PATCH v2 3/5] btrfs: pre-allocate delayed dir index before btree modification

[RFC PATCH 0/3] drm/xe: diagnostics and workaround for GuC TLB invalidation ack stalls on ARL
 2026-08-04 23:50 UTC  (7+ messages)

[PATCH net-next v2 0/3] net: mdio: support dynamic OF device changes
 2026-08-04 23:49 UTC  (5+ messages)
` [PATCH net-next v2 2/3] net: mdio: make device map changes hotplug-safe
` [PATCH net-next v2 3/3] net: mdio: support dynamic OF device changes

[PATCH v3 0/2] Add driver for DAC8163:
 2026-08-04 23:46 UTC  (5+ messages)
` [PATCH v3 2/2] iio: dac: dac8163: Add driver for DAC8163

+ ocfs2-fix-circular-locking-dependency-in-ocfs2_init_acl.patch added to mm-nonmm-unstable branch
 2026-08-04 23:46 UTC 

[PATCH] ocfs2: fix circular locking dependency in ocfs2_init_acl()
 2026-08-04 23:46 UTC  (3+ messages)

[PATCH net v5 0/2] packet: use consistent hard_header_len in send paths
 2026-08-04 23:44 UTC  (10+ messages)
` [PATCH net v5 2/2] packet: use consistent hard_header_len in TX_RING send path
` [PATCH net v6 0/3] net: fix hard_header_len races in packet send paths
  ` [PATCH net v6 1/3] net: remove CAP_SYS_RAWIO zero-padding in dev_validate_header

[PATCH net v3 0/6] net: mana: HW channel reliability and hardening fixes
 2026-08-04 23:44 UTC  (13+ messages)
` [PATCH net v3 1/6] net: mana: RCU-protect gc->cq_table lookups against concurrent CQ destroy
` [PATCH net v3 2/6] net: mana: fix HWC RQ/SQ buffer size swap
` [PATCH net v3 3/6] net: mana: free HWC comp_buf after destroying the EQ
` [PATCH net v3 4/6] net: mana: validate hardware-supplied values in the HWC RX path
` [PATCH net v3 5/6] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
` [PATCH net v3 6/6] net: mana: fix stale HWC response after command timeout

[PATCH v2] iio: health: max30102: fix NULL dereference in interrupt handler
 2026-08-04 23:43 UTC 

+ alloc_tag-fix-undetected-compressed-tag-overflow-when-profiling-is-disabled.patch added to mm-new branch
 2026-08-04 23:43 UTC 

[PATCH] smb/client: fix nlink of an overwritten open file
 2026-08-04 23:42 UTC 

[PATCH] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-04 23:42 UTC  (2+ messages)

[PATCH net v2] macvlan: require init-userns CAP_NET_ADMIN to raise bc_queue_len
 2026-08-04 23:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Fix sleepable check for tracing prog
 2026-08-04 23:39 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH] usb: dwc3: qcom: Add support to skip phy management by USB core
 2026-08-04 23:38 UTC  (2+ messages)

[PATCH RESEND v3 0/2] Initial QMP USB PHY support for SM8475
 2026-08-04 23:38 UTC  (4+ messages)
` [PATCH RESEND v3 2/2] phy: qcom: qmp-combo: Add SM8475 support

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-04 23:38 UTC  (5+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH] iio: chemical: atlas-sensor: use iio_trigger_poll_nested() to fix remove UAF
 2026-08-04 23:37 UTC  (4+ messages)

[PATCH net-next 0/3] net: wwan: support DTR/RTS on AT ports via MHI IP_CTRL
 2026-08-04 23:34 UTC  (4+ messages)
` [PATCH net-next 1/3] net: wwan: core: propagate modem control signals to port drivers
` [PATCH net-next 2/3] bus: mhi: host: pci_generic: enumerate IP_CTRL channel for Sierra EM919x/EM929x
` [PATCH net-next 3/3] net: wwan: mhi_wwan_ctrl: drive DTR/RTS via the IP_CTRL channel

[PATCH] iio: adc: pac1921: fix wrong channel used in trigger handler read
 2026-08-04 23:34 UTC  (3+ messages)

[PATCH v2] drm/xe: Fix a bug in pc_adjust_freq_bounds()
 2026-08-04 23:34 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: Fix a bug in pc_adjust_freq_bounds() (rev2)

[PATCH] cxl/Documentation: Spell out globbed sysfs attribute names
 2026-08-04 23:29 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] x86: pci: Support unaligned register access in PCI config read/write
 2026-08-04 23:23 UTC 

[PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list
 2026-08-04 23:26 UTC  (15+ messages)

[PATCH v1] iio: health: max30102: fix NULL dereference in interrupt handler
 2026-08-04 23:25 UTC  (4+ messages)

[PATCH v2 0/8] serial: Some yak shaving
 2026-08-04 23:17 UTC  (3+ messages)
` [PATCH v2 3/8] serial: txx9: Drop usage of uart_match_port()

[PATCH] rust: pci: Mark Device refcount methods inline
 2026-08-04 23:25 UTC  (3+ messages)

[PATCH net 0/5] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-08-04 23:23 UTC  (4+ messages)

[PATCH v2] RDMA/core: quiesce CQ polling before device shutdown on reboot
 2026-08-04 23:21 UTC  (2+ messages)

fs/ext4/ioctl.c:1576 ext4_ioctl_set_lufid() warn: impossible condition '(lufid_args.esl_name_len > 255) => (1-255 > 255)'
 2026-08-04 23:21 UTC 

[PATCH bpf v3] bpf, cgroup: Fix invalid storage access after __cgroup_bpf_attach failed
 2026-08-04 23:20 UTC  (2+ messages)

[PATCH v8 00/11] arm_mpam: Add MPAM-Fb firmware support
 2026-08-04 23:19 UTC  (3+ messages)
` [PATCH v8 11/11] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH i-g-t v1 0/2] Add CMRR subtests
 2026-08-04 23:16 UTC  (3+ messages)
` [PATCH i-g-t v1 1/2] lib/igt_vrr:Add VRR helper library for display refresh rate testing
` [PATCH i-g-t v1 2/2] tests/kms_vrr: add CMRR fixed and video mode subtests

[PATCH dwarves] btf_encoder: Infer arena kfunc arguments from suffixes
 2026-08-04 23:17 UTC  (10+ messages)

[PATCH 1/1] usb: dwc3: ep0: skip CLEAR_HALT on non-stalled endpoints
 2026-08-04 23:17 UTC  (2+ messages)

ALC294: Internal speaker + 3.5mm jack fix for ASUS UX6404VI/VV (1043:1863)
 2026-08-04 23:15 UTC 

[PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
 2026-08-04 23:15 UTC  (11+ messages)

[PATCH] selftests/ftrace: refactor eprobes test to fix argument checks
 2026-08-04 23:14 UTC  (2+ messages)

[PATCH v4 00/17] Refcounted interrupt disable and SpinLockIrq for Rust
 2026-08-04 23:14 UTC  (4+ messages)
` [PATCH v4 10/17] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS

[PATCH RFC] sched/fair: decline WF_SYNC stacking when waker LLC is the busier share
 2026-08-04 23:14 UTC 

[BUG] usb: gadgetfs: KASAN null-ptr-deref and intermittent UAF in ep_aio_cancel()
 2026-08-04 23:12 UTC  (12+ messages)

+ mm-documentation-clarify-where-the-mthp-stats-live.patch added to mm-new branch
 2026-08-04 23:12 UTC 

+ mm-khugepaged-unmap-pte-before-releasing-vma-write-lock.patch added to mm-new branch
 2026-08-04 23:12 UTC 

+ mm-khugepaged-refactor-the-pte-state-checks-into-a-helper.patch added to mm-new branch
 2026-08-04 23:12 UTC 

+ mm-khugepaged-fix-outdated-comments.patch added to mm-new branch
 2026-08-04 23:12 UTC 

+ mm-khugepaged-introduce-a-count_collapse_event-helper.patch added to mm-new branch
 2026-08-04 23:12 UTC 

+ mm-khugepaged-extract-young-page-check-into-pte_is_referenced-helper.patch added to mm-new branch
 2026-08-04 23:12 UTC 

+ mm-khugepaged-refactor-per-scan-state-clearing-into-collapse_control_init_scan.patch added to mm-new branch
 2026-08-04 23:12 UTC 

[PATCH v2 bpf] bpf: harden bloom filter sizing and indexing on 32-bit kernels
 2026-08-04 23:11 UTC  (2+ messages)

[PATCH v3 0/7] mm/khugepaged: several cleanups
 2026-08-04 23:12 UTC  (2+ messages)

[PATCH] selftests/ftrace: allow relative paths in eprobe test
 2026-08-04 23:08 UTC  (4+ messages)

[PATCH v10 00/17] AD9910 Direct Digital Synthesizer
 2026-08-04 23:07 UTC  (5+ messages)
` [PATCH v10 11/17] iio: frequency: ad9910: add basic parallel port support

[PATCH net-next v4 0/2] dpll: zl3073x: add PTP clock support
 2026-08-04 23:07 UTC  (3+ messages)
` [PATCH net-next v4 1/2] dpll: zl3073x: add channel ToD, phase step and TIE operations

The goal of the Linux man-pages project
 2026-08-04 23:07 UTC  (3+ messages)

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-04 23:06 UTC  (10+ messages)
` [PATCH 02/19] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH 19/19] buffer: stop clearing BH_Uptodate when a write fails

[RFC PATCH v4 0/4] livepatch: Introduce replace set support
 2026-08-04 23:05 UTC  (3+ messages)
` [RFC PATCH v4 3/4] livepatch: Implement replace set for scoped atomic replace

[PATCH v8 0/2] hung_task: Improve warning budget handling and task reporting
 2026-08-04 23:05 UTC  (2+ messages)

[PATCH 1/1] usb: dwc3: gadget: fix IRQ storm on invalid event buffer count
 2026-08-04 23:04 UTC  (2+ messages)

[PATCH v6 0/4] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-08-04 23:04 UTC  (3+ messages)

[oe][meta-python][PATCH 1/4] python3-django: upgrade 5.2.16 -> 5.2.17
 2026-08-04 23:03 UTC  (4+ messages)
` [oe][meta-python][PATCH 2/4] python3-django: upgrade 6.0.7 -> 6.0.8
` [oe][meta-python][PATCH 3/4] python3-pandas: upgrade 3.0.4 -> 3.0.5
` [oe][meta-networking][PATCH 4/4] unbound: upgrade 1.25.2 -> 1.26.0

+ xarray-honor-xa_flags_account-in-xas_split_alloc.patch added to mm-unstable branch
 2026-08-04 23:02 UTC 

+ mm-huge_memory-use-folios-memcg-inside-__folio_split.patch added to mm-unstable branch
 2026-08-04 23:02 UTC 

[PATCH v8 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-04 23:01 UTC  (5+ messages)
` [PATCH v8 10/15] mm: Check individual hugetlb pages for poison

[PATCH net-next v3] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-08-04 23:00 UTC  (2+ messages)

[PATCH 0/3] ASoC: fix audio on the Microsoft Surface Pro 11 (Intel)
 2026-08-04 22:59 UTC  (4+ messages)
` [PATCH 1/3] ASoC: rt1320: run the initialisation preset on the first hardware init
` [PATCH 2/3] ASoC: sdw_utils: skip endpoints of a peripheral that is not on the bus
` [PATCH 3/3] ASoC: SOF: Intel: hda: duplicate _ADR entries share one amp index


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.