All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-27 11:25:50 to 2026-05-27 12:06:33 UTC [more...]

Please apply 3da1fdf4efbc to stable
 2026-05-27 12:06 UTC  (3+ messages)

[PATCH v3 0/2] x86/tdx: Port I/O emulation fixes
 2026-05-27 12:05 UTC  (3+ messages)
` [PATCH v3 1/2] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v3 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH 0/4] KVM: x86: small MMU-adjacent cleanups
 2026-05-27 12:06 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: remove nested_mmu from mmu_is_nested()
` [PATCH 2/4] KVM: nVMX: remove unnecessary code in prepare_vmcs02
` [PATCH 3/4] KVM: nSVM: invalidate cached PDPTRs across nested NPT transitions
` [PATCH 4/4] KVM: x86: check that kvm_handle_invpcid is only invoked with shadow paging

[PATCH] ntfs: Fix spelling mistake "etnry" -> "entry"
 2026-05-27 12:05 UTC  (2+ messages)

[PATCH 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-05-27 12:05 UTC  (5+ messages)
` [PATCH 04/18] KVM: arm64: pkvm: Remove struct cpu_sve_state
` [PATCH 05/18] arm64: fpsimd: Fold sve_init_regs() into do_sve_acc()

[PATCH i-g-t] tests/intel/gem_softpin: Show debug info also on success
 2026-05-27 12:04 UTC 

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-27 12:05 UTC  (2+ messages)

[syzbot] [mm?] [arch?] BUG: sleeping function called from invalid context in __tlb_batch_free_encoded_pages
 2026-05-27 12:05 UTC  (2+ messages)

[PATCH 0/3] clk: Add __clk_disable_unprepare_counts_only() and use this in simple[fb|drm]
 2026-05-27 12:04 UTC  (2+ messages)

[PATCH v4 0/5] gpu/buddy: Per-order free and used block scoreboards
 2026-05-27 12:03 UTC  (7+ messages)
` [PATCH v4 5/5] gpu/buddy: Track per-order used blocks with a scoreboard

[RFC 3/3] app/test: add fastmem test suite
 2026-05-27 12:03 UTC  (9+ messages)
` [RFC v2 0/3] lib/fastmem: fast small-object allocator
  ` [RFC v2 2/3] lib: add fastmem library

[PATCH net-next] net/dns_resolver: consolidate namelen checks in dns_query
 2026-05-27 12:03 UTC  (2+ messages)

[Buildroot] radvd 2.21 with CVE fixes
 2026-05-27 12:02 UTC  (2+ messages)

[PATCH] block: skip sync_blockdev() on surprise removal in bdev_mark_dead()
 2026-05-27 12:02 UTC  (2+ messages)

[PATCH] x86: Start removing X86_X32_ABI
 2026-05-27 12:02 UTC  (5+ messages)

[PATCH 0/2] proc: protect ptrace_may_access() with exec_update_lock
 2026-05-27 12:01 UTC  (4+ messages)

[PATCHv6 bpf-next 00/29] bpf: tracing_multi link
 2026-05-27 12:01 UTC  (32+ messages)
` [PATCHv6 bpf-next 01/29] ftrace: Add ftrace_hash_count function
` [PATCHv6 bpf-next 02/29] ftrace: Add ftrace_hash_remove function
` [PATCHv6 bpf-next 03/29] ftrace: Add add_ftrace_hash_entry function
` [PATCHv6 bpf-next 04/29] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv6 bpf-next 05/29] bpf: Add struct bpf_trampoline_ops object
` [PATCHv6 bpf-next 06/29] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
` [PATCHv6 bpf-next 07/29] bpf: Add bpf_trampoline_add/remove_prog functions
` [PATCHv6 bpf-next 08/29] bpf: Add struct bpf_tramp_node object
` [PATCHv6 bpf-next 09/29] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv6 bpf-next 10/29] bpf: Add multi tracing attach types
` [PATCHv6 bpf-next 11/29] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv6 bpf-next 12/29] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv6 bpf-next 13/29] bpf: Add support for tracing multi link
` [PATCHv6 bpf-next 14/29] bpf: Add support for tracing_multi link cookies
` [PATCHv6 bpf-next 15/29] bpf: Add support for tracing_multi link session
` [PATCHv6 bpf-next 16/29] bpf: Add support for tracing_multi link fdinfo
` [PATCHv6 bpf-next 17/29] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv6 bpf-next 18/29] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv6 bpf-next 19/29] libbpf: Add btf_type_is_traceable_func function
` [PATCHv6 bpf-next 20/29] libbpf: Add support to create tracing multi link
` [PATCHv6 bpf-next 21/29] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv6 bpf-next 22/29] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv6 bpf-next 23/29] selftests/bpf: Add tracing multi intersect tests
` [PATCHv6 bpf-next 24/29] selftests/bpf: Add tracing multi cookies test
` [PATCHv6 bpf-next 25/29] selftests/bpf: Add tracing multi session test
` [PATCHv6 bpf-next 26/29] selftests/bpf: Add tracing multi attach fails test
` [PATCHv6 bpf-next 27/29] selftests/bpf: Add tracing multi verifier "
` [PATCHv6 bpf-next 28/29] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv6 bpf-next 29/29] selftests/bpf: Add tracing multi attach rollback tests

[RFC PATCH v2 0/3] mm/zsmalloc: reduce lock contention in zs_free()
 2026-05-27 11:59 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm/zsmalloc: encode class index in obj value for lockless class lookup
` [RFC PATCH v2 2/3] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems
` [RFC PATCH v2 3/3] mm/zsmalloc: drop class lock before freeing zspage

[PATCH mptcp-net] selftests: mptcp: sockopt: set EXIT trap earlier
 2026-05-27 12:00 UTC  (2+ messages)

[PATCH 0/2] Bounce buffer for mds client decryption when vmalloc()
 2026-05-27 12:00 UTC  (3+ messages)
` [PATCH 1/2] ceph: pass fscrypt `tname` buffers directly

[PATCH] kernel/sched/fair: Fix the issue of virtual runtime conversion error
 2026-05-27 11:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] ASoC: Intel: catpt: Error handling and debug improvements
 2026-05-27 11:59 UTC  (3+ messages)
` [PATCH 1/3] ASoC: Intel: catpt: Complete coredump handling

[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-27 11:58 UTC  (3+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names

[PATCH] Bluetooth: MGMT: Add management security level changed event
 2026-05-27 11:58 UTC 

[PATCH net-next v6 0/2] Add Frame Preemption MAC Merge support for ICSSG
 2026-05-27 11:57 UTC  (2+ messages)

[PATCH] rust: block: mq: align init_request numa_node arg with C signature
 2026-05-27 11:57 UTC  (2+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-27 11:56 UTC  (15+ messages)
` [PATCH 01/15] mm/rmap: introduce anon_rmap APIs for anonymous folios
` [PATCH 02/15] mm: convert anon_vma rmap APIs to anon_rmap
` [PATCH 03/15] mm: introduce anon_vma_tree_t for multiple anon_vma topologies
` [PATCH 04/15] mm: switch to anon_vma_tree_t APIs in preparation for ANON_VMA_LAZY
` [PATCH 05/15] mm: add CONFIG_ANON_VMA_LAZY and folio helpers
` [PATCH 06/15] mm: add CONFIG_VMA_REF and VMA helpers
` [PATCH 13/15] mm: support setup and upgrade of ANON_VMA_LAZY folios

[PATCH net v4] net: tg3: guard napi_disable and pci_disable_device calls
 2026-05-27 11:55 UTC 

[PATCH v13 4/8] PCI/TPH: Add requester policy to pcie_tph_get_cpu_st()
 2026-05-27 11:55 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systems
 2026-05-27 11:54 UTC  (2+ messages)

[PATCH 0/8] super: retire sget(), convert iterators to RCU
 2026-05-27 11:54 UTC  (4+ messages)
` [PATCH 5/8] super: drop sb_lock from setup_bdev_super() tuple publication

[PATCH 00/16] media: sun6i-csi/isp MC-centric support and cleanups
 2026-05-27 11:53 UTC  (5+ messages)
` [PATCH 10/16] media: sun6i-csi: Add support for MC-centric format enumeration

[PATCH v3 0/4] s390: Enable Rust support and add required arch glue
 2026-05-27 11:54 UTC  (5+ messages)

[PATCH] fix typo in alpha/lib Makefile comment
 2026-05-27 11:48 UTC  (3+ messages)

[PATCH] sched/fair: use rq_clock_task() in update_tg_load_avg() rate-limit
 2026-05-27 11:51 UTC  (4+ messages)

[PATCH v2 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-27 11:52 UTC  (8+ messages)
` [PATCH v2 1/7] scripts: modpost: detect and report truncated buf_printf() output
` [PATCH v2 2/7] pin_init: always inline the #ident and #project_ident methods
` [PATCH v2 3/7] rust: always inline some init methods
` [PATCH v2 4/7] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v2 5/7] gpu: nova-core: emit Rust metadata "
` [PATCH v2 6/7] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v2 7/7] drm: nova: demonstrate interaction with nova-core

[android-common:android13-5.15 2/2] net/bridge/br_input.c:232:2: error: implicit declaration of function 'nf_hook_state_init'
 2026-05-27 11:50 UTC 

[PATCH i-g-t] lib/intel_wa: Return false for non-root users
 2026-05-27 11:50 UTC  (2+ messages)

[PATCH] app/test-pmd: add generic PROG action parser support
 2026-05-27 11:51 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 1/6] ALSA: es1938: check snd_ctl_new1() return value
 2026-05-27 11:48 UTC  (6+ messages)
` [PATCH v2 2/6] ALSA: gus: "
` [PATCH v2 3/6] ALSA: ice1712: "
` [PATCH v2 4/6] ALSA: ymfpci: "
` [PATCH v2 5/6] ALSA: cmipci: "
` [PATCH v2 6/6] ALSA: aoa: "

[LTP] [PATCH 1/6] lapi/xfrm.h: Include system XFRM header and force kernel IPv6 definition
 2026-05-27 11:47 UTC  (6+ messages)
` [LTP] [PATCH 2/6] xfrm01: Use NETDEV_SET_STATE() to activate loopback
` [LTP] [PATCH 3/6] xfrm01: Configure xfrm using direct netlink request
` [LTP] [PATCH 4/6] lapi/udp.h: Add fallback constant for ESP-in-TCP
` [LTP] [PATCH 5/6] xfrm02: Configure xfrm using direct netlink request
` [LTP] [PATCH 6/6] xfrm03: "

[PATCH v2 rtw-next 0/2] wifi: rtw89: usb: read serial_number and uuid via sysfs
 2026-05-27 11:48 UTC  (8+ messages)
` [PATCH v2 rtw-next 1/2] wifi: rtw89: add dev_id_quirks to driver_info for per-device quirk control
` [PATCH v2 rtw-next 2/2] wifi: rtw89: usb: add serial_number and uuid sysfs attributes for 0x28de:0x2432

[PATCH] block: blk-zoned: fix zwplug refcount leak on write error path
 2026-05-27 11:47 UTC  (4+ messages)

[PATCH v2 0/6] ALSA: check snd_ctl_new1() return value in multiple drivers
 2026-05-27 11:48 UTC 

[RFC 0/5] Tiny steps towards amdgpu checkpoint and restore
 2026-05-27 11:46 UTC  (3+ messages)
` [RFC 5/5] drm/amdgpu: Add driver managed buffer copy

[PATCH] thunderbolt: prevent XDomain delayed work use-after-free on disconnect
 2026-05-27 11:46 UTC  (2+ messages)
` [PATCH v2] "

[meta-selinux][PATCH] refpolicy: allow seatd to use unallocated TTYs
 2026-05-27 11:45 UTC 

[PATCH v6 0/2] Pinefeat cef168 lens control board driver
 2026-05-27 11:45 UTC  (3+ messages)

[PATCH i-g-t v8 0/7] Enable and Add new tests for DC3CO
 2026-05-27 11:45 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH 00/18] Wangxun Fixes
 2026-05-27 11:45 UTC  (8+ messages)
` [PATCH v4 00/20] "
  ` [PATCH v4 12/20] net/txgbe: fix link stability for 25G NIC
  ` [PATCH v4 14/20] net/txgbe: fix link stability for Amber-Lite backplane mode

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-05-27 11:44 UTC  (5+ messages)
` [PATCH v14 3/8] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v14 4/8] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()

[PATCH v8 0/2] media: nxp: Add CSI Pixel Formatter support
 2026-05-27 11:45 UTC  (6+ messages)
` [PATCH v8 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings

[PATCH] mac80211: suppress false WARNING when rate_mask is empty in __rate_control_send_low
 2026-05-27 11:44 UTC 

[PATCH mptcp-next] mptcp: remove unused data_ack from struct mptcp_ext
 2026-05-27 11:44 UTC  (2+ messages)

[RFC PATCH v5 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-27 11:43 UTC  (4+ messages)
` [RFC PATCH v5 1/2] "

[PATCH v6 0/8] target/arm: fully model WFxT instructions for A-profile
 2026-05-27 11:43 UTC  (9+ messages)
` [PATCH v6 1/8] target/arm: fix WFET typo in syndrome
` [PATCH v6 2/8] target/arm: teach arm_cpu_has_work about halting reasons
` [PATCH v6 3/8] target/arm: redefine event stream fields
` [PATCH v6 4/8] target/arm: ensure aarch64 DISAS_WFE will exit
` [PATCH v6 5/8] target/arm: implements SEV/SEVL for all modes
` [PATCH v6 6/8] target/arm: enable event stream on WFE instructions
` [PATCH v6 7/8] target/arm: handle the WFE trap case
` [PATCH v6 8/8] target/arm: implement WFET

[PATCH 07/15] mm: replace direct FOLIO_MAPPING_ANON usage with helpers
 2026-05-27 11:43 UTC  (2+ messages)

[PATCH v3 0/3] Add Sony IMX471 camera sensor driver
 2026-05-27 11:42 UTC  (5+ messages)
` [PATCH v3 2/3] media: i2c: imx471: Add Sony IMX471 image "

[PATCH v3 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-05-27 11:42 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: iio: adc: add xlnx,versal-sysmon binding
` [PATCH v3 2/5] iio: adc: add Versal SysMon driver
` [PATCH v3 3/5] iio: adc: versal-sysmon: add I2C driver
` [PATCH v3 4/5] iio: adc: versal-sysmon: add threshold event support
` [PATCH v3 5/5] iio: adc: versal-sysmon: add oversampling support

[PATCH v2 0/2] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
 2026-05-27 11:42 UTC  (7+ messages)
` [PATCH v2 1/2] iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driver
` [PATCH v2 2/2] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring

[PULL 00/12] Linux user next patches
 2026-05-27 11:41 UTC  (2+ messages)

KVM/QEMU community call @ 26/05/2026 agenda items?
 2026-05-27 11:40 UTC  (8+ messages)
      ` vhost-user(?) breaking changes
          ` vhost-user implementations

lantiq_gswip.c:undefined reference to `__devm_regmap_init_mmio_clk'
 2026-05-27 11:40 UTC 

[PATCH mptcp-next] mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflow
 2026-05-27 11:40 UTC  (2+ messages)

[PATCH 0/2] ACPI/PCI/CXL: Enforce _DEP ordering between ACPI0016 and ACPI0017
 2026-05-27 11:38 UTC  (3+ messages)
` [PATCH 2/2] ACPI: scan: Honor _DEP for ACPI0016 PCI/CXL host bridge

[PATCH] mempool: improve cache behaviour and performance
 2026-05-27 11:36 UTC  (4+ messages)
` [PATCH v6] net/idpf: update for new mempool cache algorithm
  ` [PATCH v6] mempool/dpaa: "
  ` [PATCH v6] mempool/dpaa2: "

[PATCH v3 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-05-27 11:36 UTC  (5+ messages)
` [PATCH v3 1/2] selftests/mm: refactor pkey test helpers and unify assertions
` [PATCH v3 2/2] selftests/mm: add missing mmap() return checks in pkey tests

[PATCH 4/4] pinctrl: qcom: spmi-gpio: Add level-shifter function support
 2026-05-27 11:36 UTC  (2+ messages)

[PATCH v16 0/8] virtio-net: live-TAP local migration
 2026-05-27 11:35 UTC  (7+ messages)
` [PATCH v16 5/8] virtio-net: support local migration of backend

[RFC v2 5/5] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
 2026-05-27 11:30 UTC  (3+ messages)

[PATCH v3 0/1] drm/xe: Add fault-injection support for CRI throttle reasons
 2026-05-27 11:35 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH mptcp-net v4 0/2] mptcp: pm: fix extra_subflows underflow for userspace PM
 2026-05-27 11:34 UTC  (2+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-27 11:32 UTC  (3+ messages)
` [PATCHv4 11/13] selftests/bpf: Add reattach tests for uprobe syscall

[PATCH net v3] mptcp: fix stale skb->sk reference on subflow close
 2026-05-27 11:31 UTC  (4+ messages)
`  "

[RFC v2 3/5] KVM: PPC: selftests: add support for powerpc
 2026-05-27 11:16 UTC  (3+ messages)

[PATCH 4/4] hwmon: (gpd-fan): fix race condition between device removal and sysfs access
 2026-05-27 11:30 UTC  (2+ messages)

[PATCH v10 00/25] Runtime TDX module update support
 2026-05-27 11:30 UTC  (5+ messages)
` [PATCH v10 13/25] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v10 21/25] x86/virt/tdx: Refresh TDX module version after update

[PATCH] board: rockchip: Add for 9Tripod X3568 v4
 2026-05-27 11:29 UTC 

[PATCH v4 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-05-27 11:29 UTC  (2+ messages)
` [PATCH v4 2/2] gpu/tests/buddy: add clear-tracker allocation latency benchmarks

[LTP] [PATCH] syscalls/madvise06: Fix sporadic not enough RAM TCONFs
 2026-05-27 11:29 UTC  (2+ messages)

[PATCH v2] loop: Fix NULL pointer dereference by synchronizing lo_release and loop_queue_rq
 2026-05-27 11:29 UTC  (12+ messages)
        ` [PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()

[RFC PATCH rdma-next 0/5] cgroup/rdma: add per-type resource accounting for QP, MR and MR memory
 2026-05-27 11:28 UTC  (3+ messages)

[PATCH v2 0/2] lib/raid: replace __get_free_pages() call with kvmalloc()
 2026-05-27 11:28 UTC  (5+ messages)
` [PATCH v2 2/2] lib/raid6: use kvmalloc() in raid6_select_algo()

[PATCH 0/7] i3c: Fix IBI race, address handling, and reconcile DAA
 2026-05-27 11:27 UTC  (16+ messages)
` [PATCH 1/7] i3c: mipi-i3c-hci: Fix race in i3c_hci_addr_to_dev()
` [PATCH 2/7] i3c: mipi-i3c-hci: Ignore DISEC failures when disabling IBIs
` [PATCH 3/7] i3c: master: Prevent reuse of dynamic address on device add failure
` [PATCH 4/7] i3c: mipi-i3c-hci: Tolerate i3c_master_add_i3c_dev_locked() failures in DAA
` [PATCH 5/7] i3c: master: Make i3c_master_add_i3c_dev_locked() return void
` [PATCH 6/7] i3c: master: Move DAA API functions after i3c_master_add_i3c_dev_locked()
` [PATCH 7/7] i3c: master: Reconcile dynamic addresses after DAA

[PATCH] sched_ext: Rebuild fair weight when disabling BPF scheduler
 2026-05-27 11:26 UTC  (3+ messages)
` [PATCH v2] sched_ext: Rebuild fair weight on ext to fair switches

[PATCH v2] drm/xe: Move xe_uc_fw_abi.h to abi/
 2026-05-27 11:26 UTC 

[PATCH] rust: devres: use compile-time type_name for debug info
 2026-05-27 11:25 UTC  (3+ 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.