All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-06 17:46:39 to 2026-04-06 18:44:51 UTC [more...]

[PATCH 0/2] wifi: mt76: validate WCID index before WTBL lookup
 2026-04-06 18:44 UTC  (2+ messages)
` [PATCH 1/2] wifi: mt76: mt7915: "

[PATCH 0/4] tests/xe: Add xe_page_reclaim test suite
 2026-04-06 18:42 UTC  (5+ messages)
` [PATCH 1/4] tests/xe: Add page reclaim test
` [PATCH 2/4] tests/xe: Add random page reclaim subtest
` [PATCH 3/4] tests/xe: Add transient display PRL skip
` [PATCH 4/4] tests/xe: Add large VMA range tests for better coverage

[PATCH v7 00/16] platform-x86: lenovo-wmi: Add fixes and enhancement
 2026-04-06 18:42 UTC  (7+ messages)
` [PATCH v7 06/16] platform/x86: lenovo-wmi-other: Limit adding attributes to supported devices
` [PATCH v7 08/16] platform/x86: lenovo-wmi-helpers: Move gamezone enums to wmi-helpers

[BUG] vsock: refcount_t saturation and OOM via buffer size invariant inversion
 2026-04-06 18:41 UTC  (3+ messages)

[GSoC PATCH v2 0/4] preserve promisor files content after repack
 2026-04-06 18:40 UTC  (5+ messages)
` [GSoC PATCH v3 0/5] "
  ` [GSoC PATCH v3 2/5] pack-write: add helper to fill promisor file "

[GIT PULL] cpupower next update for Linux 7.1-rc1
 2026-04-06 18:40 UTC 

[Buildroot] [PATCH 1/1] package/suricata: bump version to 8.0.4
 2026-04-06 18:39 UTC  (2+ messages)

[PATCH net-next 0/2] net: pull gso packet headers in core stack
 2026-04-06 18:40 UTC  (5+ messages)
` [PATCH net-next 1/2] net: qdisc_pkt_len_segs_init() cleanup
` [PATCH net-next 2/2] net: pull headers in qdisc_pkt_len_segs_init()

[PATCH] parse-options.c: display subcommands properly in check_typos
 2026-04-06 18:38 UTC 

[PATCH net-next] docs: netdev: improve wording of reviewer guidance
 2026-04-06 18:37 UTC  (3+ messages)

[net-next 0/3] Extend packet socket selftests
 2026-04-06 18:37 UTC  (5+ messages)
` [net-next v2 2/3] selftests/net: Test PACKET_STATISTICS drops

[PATCH] printf: add escaped-string format tests
 2026-04-06 18:35 UTC  (3+ messages)

[PATCH v4 0/7] Allow AET to use PMT/TPMI as loadable modules
 2026-04-06 18:35 UTC  (7+ messages)
` [PATCH v4 1/7] platform/x86/intel/pmt: Export PMT enumeration functions as GPL
` [PATCH v4 3/7] fs/resctrl: Add interface to disable a monitor event

b4 review state is broken after series reorders patches?
 2026-04-06 18:34 UTC  (3+ messages)

[PATCH v5 0/5] iio: ssp_sensors: improve resource cleanup
 2026-04-06 18:33 UTC  (3+ messages)
` [PATCH v5 1/5] iio: ssp_sensors: cleanup codestyle warning

[meta-oe][whinlatter][PATCH 1/3] botan: patch CVE-2026-32877
 2026-04-06 18:32 UTC  (3+ messages)
` [meta-oe][whinlatter][PATCH 2/3] botan: patch CVE-2026-32883
` [meta-oe][whinlatter][PATCH 3/3] botan: patch CVE-2026-32884

[PATCH v4 0/2] Add support for AD5706R DAC
 2026-04-06 18:32 UTC  (5+ messages)
` [PATCH v4 2/2] iio: dac: ad5706r: "

[PATCH 0/2] drm/xe/pat: Type cleanup and invalid index hardening
 2026-04-06 18:32 UTC  (4+ messages)
` [PATCH 1/2] drm/xe: Standardize pat_index to u16 type
` [PATCH 2/2] drm/xe/pat: Default XE_CACHE_NONE_COMPRESSION to invalid and assert on use
` ✓ CI.KUnit: success for drm/xe/pat: Type cleanup and invalid index hardening

[GSoC PATCH] promisor-remote: fix promisor.quiet to use the correct repository
 2026-04-06 18:30 UTC 

[PATCH net-next V2 0/5] net/mlx5e: XDP, Add support for multi-packet per page
 2026-04-06 18:30 UTC  (6+ messages)
` [PATCH net-next V2 4/5] net/mlx5e: XDP, Use a single linear page per rq

[PATCH v8 00/20] target/arm: single-binary
 2026-04-06 18:26 UTC  (21+ messages)
` [PATCH v8 01/20] include/tcg/tcg-op: extract memory operations to tcg-op-mem.h
` [PATCH v8 02/20] target/arm/translate.h: remove tcg-op.h include
` [PATCH v8 03/20] target/arm/tcg/translate.h: remove tcg-op-gvec.h include
` [PATCH v8 04/20] target/arm/tcg/translate.h: remove TARGET_AARCH64
` [PATCH v8 05/20] target/arm/tcg/translate-vfp.c: make compilation unit common
` [PATCH v8 06/20] target/arm/tcg/translate-neon.c: "
` [PATCH v8 07/20] target/arm/tcg/translate-mve.c: "
` [PATCH v8 08/20] target/arm/tcg/translate-m-nocp.c: "
` [PATCH v8 09/20] target/arm/tcg/op_helper.c: "
` [PATCH v8 10/20] target/arm/tcg/gengvec.c: "
` [PATCH v8 11/20] target/arm/tcg/translate.c: remove MO_TE usage
` [PATCH v8 12/20] target/arm/tcg/translate.c: replace target_ulong with uint32_t
` [PATCH v8 13/20] tcg/translator: add parameter to translator_loop for current addr type
` [PATCH v8 14/20] target/arm/tcg/translate.c: replace TCGv with TCGv_va
` [PATCH v8 15/20] target/arm/tcg/translate-a64.c: use translator_ldl_end instead of arm_ldl_code
` [PATCH v8 16/20] target/arm/tcg/arm_ldst.h: merge in translate.c
` [PATCH v8 17/20] target/arm/tcg/translate.c: replace translator_ldl_swap with translator_ldl_end
` [PATCH v8 18/20] target/arm/tcg/translate.c: remove target_ulong
` [PATCH v8 19/20] target/arm/tcg/translate.c: remove TARGET_AARCH64
` [PATCH v8 20/20] target/arm/tcg/translate.c: make compilation unit common

[PATCH net-next v6 0/7] net: bcmgenet: add XDP support
 2026-04-06 18:30 UTC  (3+ messages)
` [PATCH net-next v6 7/7] net: bcmgenet: reject MTU changes incompatible with XDP

[PATCH net-next 0/3] net: phy: add support for disabling autonomous EEE
 2026-04-06 18:29 UTC  (7+ messages)

[PATCH v7 00/14] target/arm: single-binary
 2026-04-06 18:28 UTC  (2+ messages)

Kernel ML-KEM implementation plans
 2026-04-06 18:27 UTC  (3+ messages)

[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
 2026-04-06 18:26 UTC  (10+ messages)
` [RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch

[PATCH v1] perf test: Stat std output match 2 metrics for stalled-cycles-backend
 2026-04-06 18:25 UTC  (3+ messages)

[Buildroot] [PATCH 01/11] package/wget: remove optional support for pcre, keep pcre2
 2026-04-06 18:22 UTC  (11+ messages)
` [Buildroot] [PATCH 02/11] package/tvheadend: "
` [Buildroot] [PATCH 03/11] package/sngrep: "
` [Buildroot] [PATCH 04/11] package/kismet: "
` [Buildroot] [PATCH 05/11] package/haproxy: "
` [Buildroot] [PATCH 06/11] package/pound: "
` [Buildroot] [PATCH 07/11] package/freeradius-server: switch to pcre2
` [Buildroot] [PATCH 08/11] package/postgis: "
` [Buildroot] [PATCH 09/11] package/zsh: "
` [Buildroot] [PATCH 10/11] package/aircrack-ng: "
` [Buildroot] [PATCH 11/11] package/slang: disable pcre module

[PATCH v3 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-04-06 18:24 UTC  (5+ messages)
` [PATCH v3 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH v4 00/10] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-06 18:22 UTC  (11+ messages)
` [PATCH v4 01/10] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH v4 02/10] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH v4 03/10] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH v4 04/10] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH v4 05/10] selftests/bpf: Tolerate test file compilation failures
` [PATCH v4 06/10] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH v4 07/10] selftests/bpf: Tolerate benchmark build failures
` [PATCH v4 08/10] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH v4 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH v4 10/10] selftests/bpf: Tolerate missing files during install

[PATCH net-next] net: dropreason: add SKB_DROP_REASON_{BROAD,MULTI}CAST_BACKLOG
 2026-04-06 18:22 UTC  (2+ messages)

[PATCH v2 0/7] drm/vc4: Switch to DRM GPU scheduler
 2026-04-06 18:21 UTC  (7+ messages)
` [PATCH v2 3/7] drm/vc4: Add new job submission implementation
` [PATCH v2 4/7] drm/vc4: Refcount vc4_file for safe access by jobs

[PATCH 0/3] rust: more memory barriers bindings
 2026-04-06 18:18 UTC  (11+ messages)
` [PATCH 2/3] rust: sync: generic memory barriers
` [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code

[PATCH] Input: gpio-keys - add hibernation support
 2026-04-06 18:18 UTC  (4+ messages)

[PATCH 0/4] perf arm_spe: Dump IMPDEF events
 2026-04-06 18:18 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/suricata: security bump version to 8.0.4
 2026-04-06 18:18 UTC 

[PATCH] object-file: don't use object database without a repository
 2026-04-06 18:17 UTC  (5+ messages)

[oe-core][PATCHv16 0/6] Display manager proposal for x11 and wayland
 2026-04-06 18:16 UTC  (5+ messages)

[PATCH] stash: infer "push" when push-specific options are given
 2026-04-06 18:15 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] aplay: use snprintf instead of sprintf in device_list()
 2026-04-06 18:13 UTC 

[merged mm-hotfixes-stable] ocfs2-fix-out-of-bounds-write-in-ocfs2_write_end_inline.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[merged mm-hotfixes-stable] mm-damon-stat-deallocate-damon_call-failure-leaking-damon_ctx.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[merged mm-hotfixes-stable] mm-vma-fix-memory-leak-in-__mmap_region.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[merged mm-hotfixes-stable] mm-memory_hotplug-maintain-n_normal_memory-during-hotplug.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[merged mm-hotfixes-stable] mm-damon-sysfs-dealloc-repeat_call_control-if-damon_call-fails.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[merged mm-hotfixes-stable] mm-reinstate-unconditional-writeback-start-in-balance_dirty_pages.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[merged mm-hotfixes-stable] liveupdate-propagate-file-deserialization-failures.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[merged mm-hotfixes-stable] mm-filemap-fix-nr_pages-calculation-overflow-in-filemap_map_pages.patch removed from -mm tree
 2026-04-06 18:14 UTC 

[PATCH net v2 1/1] net: l3mdev: Ignore non-L3 uppers in l3mdev_fib_table_rcu
 2026-04-06 18:14 UTC  (3+ messages)

[PATCH v4 0/6] phy: realtek: usb2: support for RTL9607C USB2 PHY
 2026-04-06 18:12 UTC  (14+ messages)
` [PATCH v4 1/6] phy: realtek: usb2: introduce vstatus/new_reg_req variables to driver data
` [PATCH v4 2/6] phy: realtek: usb2: introduce read and write functions "
` [PATCH v4 3/6] dt-bindings: phy: realtek,usb2phy.yaml: extend for resets and RTL9607C support
` [PATCH v4 4/6] phy: realtek: usb2: introduce reset controller struct
` [PATCH v4 5/6] phy: realtek: usb2: add support for RTL9607C USB2 PHY
` [PATCH v4 6/6] phy: realtek: Make configs available for MACH_REALTEK_RTL

[PATCH v2] nfsd: fix file change detection in CB_GETATTR
 2026-04-06 18:13 UTC  (7+ messages)

[PATCH net-next] selftests: drv-net: adjust to socat changes
 2026-04-06 18:13 UTC  (2+ messages)

[PATCH v5 00/25] perf tool: Add evsel to perf_sample
 2026-04-06 18:12 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 06/25] perf evsel: Refactor evsel tracepoint sample accessors perf_sample

[PATCH v4 0/9] driver core: Fix some race conditions
 2026-04-06 18:11 UTC  (8+ messages)
` [PATCH v4 1/9] driver core: Don't let a device probe until it's ready

[PATCH v6 32/33] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
 2026-04-06 18:11 UTC  (2+ messages)

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-04-06 18:09 UTC  (7+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update

[PATCH] cache-tree: fix inverted object existence check in cache_tree_fully_valid
 2026-04-06 18:10 UTC  (2+ messages)

[PATCH sched_ext/for-7.1] sched_ext: Documentation: Add ops.dequeue() to task lifecycle
 2026-04-06 18:09 UTC  (2+ messages)

[PATCH] tools/sched_ext: Fix off-by-one in scx_sdt payload zeroing
 2026-04-06 18:09 UTC  (2+ messages)

[PATCH] orangefs: use memcpy_and_pad in khandle_to and inode_getxattr
 2026-04-06 18:08 UTC 

[PATCH v2 0/5] btrfs: improve stalls under sudden writeback
 2026-04-06 18:08 UTC  (5+ messages)
` [PATCH v2 4/5] btrfs: make inode->outstanding_extents a u64
` [PATCH v2 5/5] btrfs: cap shrink_delalloc iterations to 128M

[PATCH v5 0/9] Introduce Xe PCIe FLR
 2026-04-06 18:08 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Introduce Xe PCIe FLR (rev5)

[PATCH] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-04-06 18:08 UTC  (3+ messages)

[PATCH net-next v12 00/10] bng_en: add link management and statistics support
 2026-04-06 18:04 UTC  (11+ messages)
` [PATCH net-next v12 01/10] bng_en: add per-PF workqueue, timer, and slow-path task
` [PATCH net-next v12 02/10] bng_en: query PHY capabilities and report link status
` [PATCH net-next v12 03/10] bng_en: add ethtool link settings, get_link, and nway_reset
` [PATCH net-next v12 04/10] bng_en: implement ethtool pauseparam operations
` [PATCH net-next v12 05/10] bng_en: add support for link async events
` [PATCH net-next v12 06/10] bng_en: add HW stats infra and structured ethtool ops
` [PATCH net-next v12 07/10] bng_en: periodically fetch and accumulate hardware statistics
` [PATCH net-next v12 08/10] bng_en: implement ndo_get_stats64
` [PATCH net-next v12 09/10] bng_en: implement netdev_stat_ops
` [PATCH net-next v12 10/10] bng_en: add support for ethtool -S stats display

[PATCH v2 00/16] hexagon: add missing HVX float instructions
 2026-04-06 18:02 UTC  (6+ messages)
` [PATCH v2 06/16] target/hexagon: add v68 HVX IEEE float arithmetic insns

[PATCH v6 net 0/8] xsk: tailroom reservation and MTU validation
 2026-04-06 18:00 UTC  (5+ messages)
` [PATCH v6 net 4/8] xsk: validate MTU against usable frame size on bind

[ANN] U-Boot v2026.04 released
 2026-04-06 18:00 UTC 

[PATCH v2] Add an initial CONTRIBUTE.rst
 2026-04-06 18:00 UTC  (2+ messages)

[PATCH] drm/imx: Fix three kernel-doc warnings in dcss-scaler.c
 2026-04-06 18:00 UTC 

[PATCH net-next 1/2] keys, dns: drop unused upayload->data NUL terminator
 2026-04-06 17:58 UTC  (2+ messages)
` [PATCH net-next 2/2] KEYS: annotate struct user_key_payload with __counted_by

[PATCH] drm/xe/guc: Add support for NPK as a GuC log target
 2026-04-06 17:58 UTC  (3+ messages)

[PATCH net v3 0/3] net: bcmgenet: fix queue lock up
 2026-04-06 17:57 UTC  (4+ messages)
` [PATCH net v3 1/3] net: bcmgenet: fix off-by-one in bcmgenet_put_txcb
` [PATCH net v3 2/3] net: bcmgenet: fix leaking free_bds
` [PATCH net v3 3/3] net: bcmgenet: fix racing timeout handler

[PATCH] intel_th: msu-sink: Fix coherent buffer leak on partial allocation failure
 2026-04-06 17:57 UTC 

[BUG] git diff --no-index segfaults on large files (NULL object database)
 2026-04-06 17:57 UTC  (6+ messages)

[PATCH v5] platform/x86: hp-wmi: Add multicolor LED support for HP keyboard backlight
 2026-04-06 17:56 UTC  (3+ messages)

[PATCH v12 00/13] fsmonitor: implement filesystem change listener for Linux
 2026-04-06 17:54 UTC  (15+ messages)
` [PATCH v13 "
  ` [PATCH v13 01/13] t9210: disable GIT_TEST_SPLIT_INDEX for scalar clone tests
  ` [PATCH v13 02/13] fsmonitor: fix khash memory leak in do_handle_client
  ` [PATCH v13 03/13] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
  ` [PATCH v13 04/13] compat/win32: add pthread_cond_timedwait
  ` [PATCH v13 05/13] fsmonitor: use pthread_cond_timedwait for cookie wait
  ` [PATCH v13 06/13] fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
  ` [PATCH v13 07/13] fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
  ` [PATCH v13 08/13] fsmonitor: implement filesystem change listener for Linux
  ` [PATCH v13 09/13] run-command: add close_fd_above_stderr option
  ` [PATCH v13 10/13] fsmonitor: close inherited file descriptors and detach in daemon
  ` [PATCH v13 11/13] fsmonitor: add timeout to daemon stop command
  ` [PATCH v13 12/13] fsmonitor: add tests for Linux
  ` [PATCH v13 13/13] fsmonitor: convert shown khash to strset in do_handle_client

[PATCH v3] mm/vmpressure: skip socket pressure for costly order reclaim
 2026-04-06 17:54 UTC  (2+ messages)

[PATCH v1 1/2] perf sched: Avoid segv if tp_handler not set
 2026-04-06 17:53 UTC  (6+ messages)

[PATCH v2 0/3] Add USB support for Kaanapali
 2026-04-06 17:52 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: kaanapali: Add USB support for Kaanapali SoC

[PATCH v1] perf cgroup: Update metric leader in evlist__expand_cgroup
 2026-04-06 17:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] perf utilities: cln_size header
 2026-04-06 17:51 UTC  (11+ messages)
  ` [PATCH v4] "
      ` [PATCH v5] "
          ` [PATCH v6] "

[PATCH net-next,v4] net: mana: Force full-page RX buffers via ethtool private flag
 2026-04-06 17:51 UTC  (4+ messages)

[PATCH] perf test: Skip sched stats test for !root
 2026-04-06 17:51 UTC  (2+ messages)

[to-be-updated] kvm-selftests-test-userfaultfd-missing-for-guest_memfd.patch removed from -mm tree
 2026-04-06 17:50 UTC 

[to-be-updated] kvm-selftests-test-userfaultfd-minor-for-guest_memfd.patch removed from -mm tree
 2026-04-06 17:50 UTC 

[to-be-updated] kvm-guest_memfd-implement-userfaultfd-operations.patch removed from -mm tree
 2026-04-06 17:50 UTC 

[to-be-updated] mm-generalize-handling-of-userfaults-in-__do_fault.patch removed from -mm tree
 2026-04-06 17:50 UTC 

[RESEND v2 12/13] arm: sc5xx: remove LOADADDR and use kernel_addr_r
 2026-04-06 17:48 UTC  (3+ messages)

[RFC PATCH] switch: provide configurable detach
 2026-04-06 17:48 UTC  (3+ messages)

[PATCH 0/1] Documentation: leds: leds-class: Document keyboard backlight LED class naming
 2026-04-06 17:46 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] [RFC PATCH] bpf/xdp: propagate queue_index via xdp_frame for cpumap
 2026-04-06 17:46 UTC  (2+ messages)

[PATCH v3 0/3] Add USB support for Kaanapali
 2026-04-06 17:46 UTC  (2+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: kaanpaali: Add USB support for QRD platform


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.