All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-06 00:01:39 to 2026-08-06 01:20:59 UTC [more...]

[PATCH 1/2] net/mana: fix MR length truncation for chunks over 4GB
 2026-08-06  0:31 UTC  (4+ messages)
` [PATCH 2/2] net/mana: fix double free of mbuf on Rx WQE post failure
  ` [EXTERNAL] "
` [EXTERNAL] [PATCH 1/2] net/mana: fix MR length truncation for chunks over 4GB

[PATCH net-next] selftests: drv-net: print device info at the start
 2026-08-06  1:20 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: booke: Use min() in watchdog_next_timeout()
 2026-08-06  1:20 UTC  (4+ messages)
` [PATCH 2/2] KVM: PPC: Use min() in kvm_vm_ioctl_check_extension()

[PATCH] mfd: wm8350: propagate ADC read timeout instead of returning 0
 2026-08-06  1:19 UTC  (2+ messages)

[PATCH v2 0/4] add anon mTHP collapse test cases
 2026-08-06  1:19 UTC  (12+ messages)
` [PATCH v2 1/4] selftests: mm: extend the check_huge() to support mTHP check
` [PATCH v2 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH v2 4/4] selftests: mm: add mTHP collapse test cases

[PATCH v3] drm/xe: Fix a bug in pc_adjust_freq_bounds()
 2026-08-06  1:19 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: Fix a bug in pc_adjust_freq_bounds() (rev3)

[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
 2026-08-06  1:15 UTC  (8+ messages)
` [PATCH v4 1/7] KVM: x86: Add an emulator flag to differentiate branch targets from fetches
` [PATCH v4 2/7] KVM: x86: Use linear_read_system() to read the TSS I/O bitmap
` [PATCH v4 3/7] KVM: x86: Add LASS violation checks during instruction emulation
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check
` [PATCH v4 5/7] KVM: x86: Virtualize LASS and advertise support to userspace
` [PATCH v4 6/7] KVM: selftests: Add coverage for LASS CPUID and CR4 handling
` [PATCH v4 7/7] selftests/x86: Add a userspace test for LASS enforcement

[PATCH 00/24] XSM: follow-on to XSAs 492 and 499
 2026-08-06  1:16 UTC  (13+ messages)
` [PATCH 17/24] XSM: make Argo hooks well-formed ones
` [PATCH 18/24] XSM: make XSM "
` [PATCH 19/24] XSM: convert "allow" (Flask: "access") parameters to bool
` [PATCH 20/24] XSM: fold xsm_{,un}map_domain_pirq() hooks
` [PATCH 22/24] XSM: pass just SBDF to xsm_{,un}map_domain_irq()

[PATCH net-next v3 0/2] ptp: reject frequency adjustments that overflow scaled_ppm_to_ppb()
 2026-08-06  1:16 UTC  (2+ messages)

[PATCH] lib/crypto: x86/chacha: Add a 16-block AVX-512 variant
 2026-08-06  1:16 UTC  (2+ messages)

Per-entry WSL EA queries during readdir cause severe ls -la slowdown on high-latency links (6.12)
 2026-08-06  1:15 UTC  (2+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-06  1:14 UTC  (5+ messages)
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()

[RFC PATCH v2 00/16] Page Alloc Hogger
 2026-08-06  1:09 UTC  (17+ messages)
` [RFC PATCH v2 01/16] mm: Page Alloc Hogger module
` [RFC PATCH v2 02/16] mm: Define structs for allocation requests and store allocations
` [RFC PATCH v2 03/16] mm: Define the caches for the structs req_alloc and page_alloc
` [RFC PATCH v2 04/16] mm: Define function to create a dir for each online node
` [RFC PATCH v2 05/16] mm: Define function to create a dir for populated zone
` [RFC PATCH v2 06/16] mm: Define function to create a dir for each page order
` [RFC PATCH v2 07/16] mm: Define function to create a dir for each migrate type
` [RFC PATCH v2 08/16] mm: Define function that creates the "nr_pages_allocs" file
` [RFC PATCH v2 09/16] mm: Read the nr_pages_allocs value given by user
` [RFC PATCH v2 10/16] mm: Set the selected zone in gfp_t flags
` [RFC PATCH v2 11/16] mm: Sets the migrate type "
` [RFC PATCH v2 12/16] mm: Define the make_alloc() function
` [RFC PATCH v2 13/16] mm: Create the file associated with an allocation
` [RFC PATCH v2 14/16] mm: Free pages, remove files and clean cache when one alloc fails
` [RFC PATCH v2 15/16] mm: Create the "free" file to release the previously allocated pages
` [RFC PATCH v2 16/16] mm: Release resources when the page alloc hogger module exits

[PATCH v1 net-next 00/11] neighbour: Namespacify arp_tbl and nd_tbl
 2026-08-06  1:11 UTC  (12+ messages)
` [PATCH v1 net-next 01/11] neighbour: Remove __neigh_for_each_release()
` [PATCH v1 net-next 02/11] neighbour: Remove lock dance for neigh_update_{gc,managed}_list()
` [PATCH v1 net-next 03/11] neighbour: Remove unnecessary EXPORT_SYMBOL()
` [PATCH v1 net-next 04/11] neighbour: Remove __rcu from neigh_tables[]
` [PATCH v1 net-next 05/11] neighbour: Store arp_tbl and nd_tbl in net->neigh_tables[]
` [PATCH v1 net-next 06/11] neighbour: Remove neigh_tables[]
` [PATCH v1 net-next 07/11] ipv4: Replace &arp_tbl with arp_table(net)
` [PATCH v1 net-next 08/11] ipv6: Replace &nd_tbl with nd_table(net)
` [PATCH v1 net-next 09/11] neighbour: Clean up neigh_table_init() and neigh_table_clear()
` [PATCH v1 net-next 10/11] neighbour: Namespacify neigh_tables
` [PATCH v1 net-next 11/11] neighbour: Remove unnecessary net_eq()

[PATCH 00/10] dt-bindings: mfd: Use generic power-controller schema
 2026-08-06  1:11 UTC  (4+ messages)

[PATCH 00/11] coverity: fix unchecked returns
 2026-08-06  1:11 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/11] reftable/block: check deflateInit() return value

[PATCH net-next v11 4/4] net: pse-pd: realtek-pse-mcu: add UART transport
 2026-08-06  1:11 UTC  (2+ messages)

[PATCH net-next v11 3/4] net: pse-pd: realtek-pse-mcu: add I2C transport
 2026-08-06  1:11 UTC  (2+ messages)

[PATCH net-next v11 2/4] net: pse-pd: add Realtek PSE MCU core
 2026-08-06  1:11 UTC  (2+ messages)

[PATCH net-next v11 1/4] dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU
 2026-08-06  1:11 UTC  (2+ messages)

[PATCH v10 00/21] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-08-06  1:10 UTC  (56+ messages)
` [PATCH v10 01/21] drm/bridge: synopsys: dw-dp: Register DP AUX on bridge attach
` [PATCH v10 02/21] drm/bridge: synopsys: dw-dp: Fix incorrect resource lifetimes in bind callback
` [PATCH v10 03/21] drm/bridge: synopsys: dw-dp: Fix error handling for DP link enablement
` [PATCH v10 04/21] drm/bridge: synopsys: dw-dp: Document missing reset line deassert
` [PATCH v10 05/21] drm/bridge: synopsys: dw-dp: Add missing mutex cleanups on module removal
` [PATCH v10 06/21] drm/bridge: synopsys: dw-dp: Fix AUX transfer timeout race condition
` [PATCH v10 07/21] drm/bridge: synopsys: dw-dp: Fix support for short I2C reads
` [PATCH v10 08/21] drm/bridge: synopsys: dw-dp: Free output_fmts when none are valid
` [PATCH v10 09/21] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v10 10/21] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v10 11/21] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v10 12/21] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [PATCH v10 13/21] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v10 14/21] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v10 15/21] drm/rockchip: dw_dp: Add runtime "
` [PATCH v10 16/21] drm/bridge: synopsys: dw-dp: Protect sdp_reg_bank from concurrent access
` [PATCH v10 17/21] drm/bridge: synopsys: dw-dp: Drop useless reservation of first slot
` [PATCH v10 18/21] drm/bridge: synopsys: dw-dp: Clear only enabled SDPs on atomic disable
` [PATCH v10 19/21] drm/bridge: synopsys: dw-dp: Use regmap_set_bits in dw_dp_send_sdp
` [PATCH v10 20/21] dt-bindings: display: rockchip: dw-dp: Fix sound DAI cells
` [PATCH v10 21/21] drm/bridge: synopsys: dw-dp: Add audio support

[PATCH v2] ACPI: APEI: GHES: fix ARM section length accounting after header
 2026-08-06  1:09 UTC 

[PATCH] mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setup
 2026-08-06  1:08 UTC  (3+ messages)

[PATCH 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
 2026-08-06  1:07 UTC  (3+ messages)
` [PATCH 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH 2/2] selftests/ftrace: Add boot-time tracing test framework

[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-06  1:06 UTC  (14+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint

[PATCH v5 0/6] xen/igd: fixes for Intel IGD passthrough
 2026-08-06  1:04 UTC  (7+ messages)
  ` [PATCH v5 1/6] xen/igd: get PCH info from host sysfs
  ` [PATCH v5 2/6] xen/igd: don't register rom bar twice
  ` [PATCH v5 3/6] xen/igd: fixup device id before registering rom
  ` [PATCH v5 4/6] xen/igd: enable guest creation when ROM read fails
  ` [PATCH v5 5/6] xen/igd: implement support for extended VBT
  ` [PATCH v5 6/6] xen/igd: use custom option ROM if provided

[android-common:android16-6.12-2025-09 0/15] sound/core/seq/seq_ump_convert.o: warning: objtool: cc_ev_to_ump_midi2+0x56d: return with modified stack frame
 2026-08-06  1:03 UTC 

[PATCH v2 1/2] x86/cpu/hygon: Introduce macros for hygon family numbers
 2026-08-06  0:35 UTC  (2+ messages)
` [PATCH v2 2/2] sched/numa: Apply remote socket distance averaging for Hygon CPUs

[PATCH net-next v4] rds: synchronize info callbacks with module unload
 2026-08-06  1:00 UTC  (2+ messages)

[PATCH net-next v4] net: phy: nxp-tja11xx: cancel registration work on remove
 2026-08-06  1:00 UTC  (2+ messages)

[PATCH net] dibs: initialise dibs->lock in dibs_dev_alloc()
 2026-08-06  1:00 UTC  (2+ messages)

[PATCH v2] vdpa/pds: check virtqueue notify mapping
 2026-08-06  0:58 UTC 

[PATCH] vdpa/pds: check virtqueue notify mapping
 2026-08-06  0:58 UTC  (2+ messages)

[PATCH v4 00/17] Refcounted interrupt disable and SpinLockIrq for Rust
 2026-08-06  0:58 UTC  (5+ messages)
` [PATCH v4 10/17] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS

[PATCH] PM: hibernate: flush icache for restored pages from task context
 2026-08-06  0:56 UTC  (3+ messages)

[PATCH v9 00/22] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-08-06  0:53 UTC  (4+ messages)

[PATCH 0/5] lib: resync lib/div64.c and <linux/math64.h> with Linux v7.1
 2026-08-06  0:53 UTC  (2+ messages)
` [0/5] "

[PATCH v1 net-next 0/2] pfcp: Support per-netns device unregistration
 2026-08-06  0:50 UTC  (2+ messages)

[PATCH samba 0/1] smbd: remove redundant rename destination open check
 2026-08-06  0:46 UTC  (2+ messages)
` [PATCH samba 1/1] "

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-06  0:43 UTC  (6+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined

[PATCH] staging: sm750fb: make g_fbmode array pointers const;prevent accidental modification of entries
 2026-08-06  0:43 UTC 

[PATCH] ACPI: NFIT: validate subtable extents before parsing
 2026-08-06  0:43 UTC  (4+ messages)

[PATCH net-next v2] net: macb: remove unused ENST Q0/Q1 time register defines
 2026-08-06  0:40 UTC  (2+ messages)

[PATCH] netlink: drop unneeded semicolon
 2026-08-06  0:40 UTC  (2+ messages)

[PATCH] qlcnic: drop unneeded semicolon
 2026-08-06  0:40 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: hw: reset HDS mode after netkit devmem tests
 2026-08-06  0:40 UTC  (2+ messages)

[PATCH net 0/1] ip6_tunnel: clear skb2->cb[] in ip6ip6_err()
 2026-08-06  0:40 UTC  (2+ messages)

[PATCH net v2] net: prestera: validate firmware header length
 2026-08-06  0:40 UTC  (2+ messages)

[PATCH 1/1] net: tap: set skb->dev before parsing virtio net header in tap_get_user_xdp()
 2026-08-06  0:40 UTC  (2+ messages)

[PATCH 0/3] Modify the SW tail logic in OA
 2026-08-06  0:38 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for Modify the SW tail logic in OA (rev2)
` ✓ CI.KUnit: success "

[PATCH 00/10] Add new debug infrastructure for configfs
 2026-08-06  0:37 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Add new debug infrastructure for configfs (rev4)

[PATCH] ARM: dts: BCM53573: Rename mpcore node to mpcore-bus
 2026-08-06  0:37 UTC 

[PATCH] fix: scsi: srp_reconnect_rport: unbalanced scsi_block_targets/scsi_target_unblock
 2026-08-06  0:35 UTC  (2+ messages)

[RFC PATCH] scsi: core: Drop Scsi_Host.default_lock
 2026-08-06  0:35 UTC  (6+ messages)

[PATCH net 0/1] ipv4: fix divide-by-zero from undersized RTAX_ADVMSS
 2026-08-06  0:34 UTC  (3+ messages)
` [PATCH net 1/1] ipv4: reject RTAX_ADVMSS values below TCP_MIN_MSS

[CFP] DAMON Nanoconference (aka BoF) at LPC'26
 2026-08-06  0:33 UTC 

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-08-06  0:32 UTC  (6+ messages)

[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
 2026-08-06  0:32 UTC  (5+ messages)

[PATCH net 0/1] mac802154: Fix beacon worker UAF
 2026-08-06  0:30 UTC  (2+ messages)

[PATCH] net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload length
 2026-08-06  0:30 UTC  (2+ messages)

[PATCH net 0/1] ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()
 2026-08-06  0:29 UTC  (4+ messages)
` [PATCH net 1/1] "

[PATCH] dax: Remove unused export of dax_dev_get()
 2026-08-06  0:28 UTC 

[PATCH] drm/i915/mst: let the branch-sink check uncompressed with 18bpp
 2026-08-06  0:27 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915/mst: let the branch-sink check uncompressed with 18bpp (rev2)

[PATCH net] netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()
 2026-08-06  0:20 UTC  (2+ messages)

[PATCH net] tcp: fix TFO max_qlen accounting across reuseport migration
 2026-08-06  0:20 UTC  (2+ messages)

[RFC PATCH v3 0/5] Add perf.data tracepoint events to trace.dat conversion
 2026-08-06  0:18 UTC  (5+ messages)
` [RFC PATCH v3 5/5] perf test: Add test validating trace.dat generated by 'perf data convert --to-trace-dat'

[PATCH v2] clk: fix self-consuming provider module pinning
 2026-08-06  0:14 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in set_state_bits (2)
 2026-08-06  0:13 UTC 

[syzbot] [autofs?] possible deadlock in autofs_notify_daemon (3)
 2026-08-06  0:13 UTC 

[PATCH v7 0/8] Transition Nova Core to TLV firmware images
 2026-08-06  0:12 UTC  (2+ messages)

[syzbot] [afs?] [net?] kernel BUG in rxrpc_destroy_all_connections (2)
 2026-08-06  0:12 UTC 

[syzbot] [media?] INFO: trying to register non-static key in as102_stream_ctrl
 2026-08-06  0:12 UTC 

[PATCH] ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
 2026-08-06  0:12 UTC  (3+ messages)

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

[PATCH net-next 1/2] tools: ynl: check for null ptr on dump free
 2026-08-06  0:07 UTC  (3+ messages)

[PATCH v3 0/3] implement GPU reset API
 2026-08-06  0:06 UTC  (2+ messages)

[PATCHES v8 0/2] perf c2c hardening
 2026-08-06  0:02 UTC  (3+ messages)
` [PATCH 2/2] perf c2c: Clean up registered formats on c2c_hists__init() and c2c_hists__reinit() failure

[PATCH] apparmor: fix cred UAF caused by begin_current_label_crit_section()
 2026-08-06  0:02 UTC  (2+ messages)

[wrynose][PATCH] kernel-fit-image.bbclass: Do not include kernel property in DTBO config subnodes
 2026-08-06  0:02 UTC  (19+ messages)
      ` [OE-core] "

[PATCH] kprobes: Fix NULL pointer dereference in unregister_kretprobes()
 2026-08-06  0:02 UTC  (2+ messages)

[PATCH] arm64/efi: Do not call EFI runtime services preemptibly under SW PAN
 2026-08-06  0:01 UTC 

[PATCH v3 0/6] Fix device page migration in low memory fallback
 2026-08-06  0:02 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Fix device page migration in low memory fallback (rev3)

[PATCH net/gve] gve: fix early boot deadlock between rtnl_lock and service_task_mutex
 2026-08-06  0:01 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.