messages from 2026-06-12 22:40:25 to 2026-06-13 00:20:33 UTC [more...]
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-06-13 0:20 UTC (11+ messages)
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 10/15] x86/tdx: Move and rename Quote request structure
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
[PATCH v2 0/8] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
2026-06-13 0:20 UTC (13+ messages)
` [PATCH v2 1/8] KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not caller
` [PATCH v2 2/8] KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_fifo()
` [PATCH v2 3/8] KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU accesses
` [PATCH v2 4/8] KVM: Initialize a vCPU's index to '-1' while it's being created
` [PATCH v2 5/8] KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
` [PATCH v2 6/8] KVM: x86: Treat a vCPU as unreachable if its index is invalid
` [PATCH v2 7/8] KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()
` [PATCH v2 8/8] KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accesses
[PATCH v20 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
2026-06-13 0:18 UTC (3+ messages)
[PATCH bpf-next v3 2/7] bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()
2026-06-13 0:17 UTC (2+ messages)
[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
2026-06-13 0:16 UTC (2+ messages)
[PATCH] drm/xe/memirq: Size report pages from static engine mask
2026-06-13 0:16 UTC
[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
2026-06-13 0:16 UTC (32+ messages)
` [PATCH v4 01/30] KVM: x86: Extract REGS and SREGS runtime sync code to helpers
` [PATCH v4 02/30] KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()
` [PATCH v4 03/30] KVM: x86: Rename __{g,s}et_sregs2() => kvm_x86_vcpu_ioctl_{g,s}et_sregs2()
` [PATCH v4 04/30] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v4 05/30] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v4 06/30] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v4 07/30] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v4 08/30] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v4 09/30] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v4 10/30] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v4 11/30] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v4 12/30] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v4 13/30] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v4 14/30] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v4 15/30] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v4 16/30] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v4 17/30] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v4 18/30] KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.c
` [PATCH v4 19/30] KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.c
` [PATCH v4 20/30] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v4 21/30] KVM: x86: Move LLDT assembly wrappers into VMX
` [PATCH v4 22/30] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v4 23/30] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v4 24/30] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v4 25/30] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v4 26/30] KVM: x86: Don't treat interrupts as allowed just because a nested run is pending
` [PATCH v4 27/30] KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()
` [PATCH v4 28/30] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v4 29/30] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
` [PATCH v4 30/30] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h
[RFC PATCH v3 0/3] seccomp: non-cooperative pinned-memfd argument redirect
2026-06-13 0:15 UTC (4+ messages)
` [RFC PATCH v3 1/3] mm: add __do_mmap() and vm_mmap_seal_remote()
` [RFC PATCH v3 2/3] seccomp: add kernel-installed pinned-memfd redirect
` [RFC PATCH v3 3/3] selftests/seccomp: cover non-cooperative pinned-memfd install
[PATCH bpf] bpf: Track spilled zero scalars for var-off stack reads
2026-06-13 0:13 UTC (2+ messages)
[PATCH i-g-t v4] tests/chamelium/kms_chamelium_audio: Add suspend/resume audio tests
2026-06-13 0:10 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/chamelium/kms_chamelium_audio: Add suspend/resume audio tests (rev6)
[PATCH bpf-next v3 1/7] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
2026-06-13 0:09 UTC (2+ messages)
[PATCH net v2 0/2] vsock/virtio: fix msg_iter desync on transmission failure
2026-06-13 0:09 UTC (3+ messages)
` [PATCH net v2 1/2] iov_iter: export iov_iter_restore
` [PATCH net v2 2/2] vsock/virtio: restore msg_iter on transmission failure
[PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section
2026-06-13 0:08 UTC (2+ messages)
[PATCH] treewide: fix transposed "sign" typos and update spelling.txt
2026-06-13 0:07 UTC (2+ messages)
[PATCH 0/5] iio: adc: Add TI ADS126X ADC family support
2026-06-13 0:06 UTC (13+ messages)
` [PATCH 1/5] dt-bindings: iio: adc: Add TI ADS126x ADC family
` [PATCH 2/5] iio: adc: Add ti-ads1262 driver
` [PATCH 3/5] iio: adc: ti-ads1262: Add GPIO controller support
` [PATCH 4/5] iio: adc: ti-ads1262: Add calibration support
` [PATCH 5/5] iio: adc: Add ti-ads1263-adc2 driver
KernelCI Metrics Report - 2026-06-13 00:00 UTC
2026-06-13 0:02 UTC
[PATCH net v2 1/2] geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
2026-06-13 0:00 UTC (4+ messages)
` [PATCH net v2 2/2] geneve: validate inner network offset in geneve_gro_complete()
[PATCH net-next v2 0/2] net: remove tls_toe
2026-06-13 0:00 UTC (2+ messages)
[PATCH net 0/5] rxrpc: Miscellaneous fixes
2026-06-13 0:00 UTC (4+ messages)
` [PATCH net 4/5] afs: Fix netns teardown to cancel the preallocation charger
[robh:for-next 42/47] htmldocs: Documentation/devicetree/kernel-api:11: ./drivers/of/base.c:2134: WARNING: Inline emphasis start-string without end-string. [docutils]
2026-06-12 23:59 UTC
[PATCH bpf-next v2] bpf: Better build_id caching in stack_map_get_build_id_offset()
2026-06-12 23:59 UTC (3+ messages)
[PATCH 6.18.y] KVM: VMX: Update SVI during runtime APICv activation
2026-06-12 23:58 UTC (2+ messages)
[rclaveau:b4/add-adla_npu-t7-vim4 11/12] drivers/accel/adla/adla_job.c:168:6: warning: unused variable 'sts'
2026-06-12 23:56 UTC
[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
2026-06-12 23:56 UTC (9+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner
[PATCHv2] mm/huge_memory: do not add dropped split tail folios to LRU
2026-06-12 23:55 UTC (11+ messages)
[PATCH v1 0/4] This series adds support for the Qualcomm JPEG V4L2 mem2mem encoder
2026-06-12 23:52 UTC (7+ messages)
` [PATCH v1 1/4] dt-bindings: media: qcom: Add JPEG encoder binding
` [PATCH v1 2/4] arm64: dts: qcom: sm8550: Add JPEG encoder node
[PATCH v3 0/8] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
2026-06-12 23:51 UTC (11+ messages)
` [PATCH v3 1/8] KVM: x86: Treat any non-zero return from set_dr() as a faulting condition
` [PATCH v3 2/8] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
` [PATCH v3 3/8] KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
` [PATCH v3 4/8] KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPL
` [PATCH v3 5/8] KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on Intel
` [PATCH v3 6/8] KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulator
` [PATCH v3 7/8] KVM: x86: WARN if MOV DR emulation hits a "too late" #GP
` [PATCH v3 8/8] KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5
[PATCH net-next] ethtool: tsconfig: always take rtnl_lock
2026-06-12 23:50 UTC (2+ messages)
[PATCH net] ip_tunnel: annotate data-races around t->err_count and t->err_time
2026-06-12 23:50 UTC (2+ messages)
[PATCH net v3] tcp: clear sock_ops cb flags before force-closing a child socket
2026-06-12 23:50 UTC (2+ messages)
[PATCH net 1/1] net: atm: reject out-of-range traffic classes in QoS validation
2026-06-12 23:50 UTC (2+ messages)
[PATCH v2 net] virtio_net: do not allow tunnel csum offload for non GSO packets
2026-06-12 23:50 UTC (2+ messages)
[PATCH] selftests/vfio: avoid VLAs
2026-06-12 23:45 UTC (2+ messages)
[PATCH v2] kdoc: xforms: ignore special static/inline macros
2026-06-12 23:44 UTC
[PATCH 0/4] arm64: cross-CPU NMI via SDEI
2026-06-12 23:44 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 3/3] arm64: escalate smp_send_stop() to an SDEI NMI as a last resort
[PATCH iproute2-next] ipaddress: add support for showing IPv4 devconf attributes
2026-06-12 23:27 UTC
[PATCH v2] jfs: validate active AG before updating db_active
2026-06-12 23:41 UTC
[PATCH v2 1/1] drm/xe/guc: Handle GuC local uncorrectable error notifications
2026-06-12 23:41 UTC (4+ messages)
` ✗ CI.checkpatch: warning for series starting with [v2,1/1] "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[CI] drm/ttm: Issue direct reclaim at beneficial_order
2026-06-12 23:40 UTC (2+ messages)
` ✓ CI.KUnit: success for "
[PATCH net-next] tcp: tighten the FIN exception in tcp_sequence()
2026-06-12 23:40 UTC (3+ messages)
[PATCH 0/8] Transition Nova Core to TLV firmware images
2026-06-12 23:39 UTC (6+ messages)
` [PATCH 3/8] gpu: nova-core: add TLV parser for firmware files
[android-common:android-mainline-riscv64 2/2] versioncheck: ./drivers/android/wonder/band_config.c: 5 linux/version.h not needed
2026-06-12 23:38 UTC
[PATCH] hw/net/e1000: Use address_space_stb for Rx descriptor status write on aarch64
2026-06-12 23:38 UTC (2+ messages)
[PATCH 0/2] system/memory: Make ram device region directly accessible
2026-06-12 23:35 UTC (2+ messages)
[PATCH net 1/1] atm: svc: fix listen state corruption in svc_listen
2026-06-12 23:34 UTC (2+ messages)
[PATCH] kdoc: xforms: ignore special static/inline macros
2026-06-12 23:34 UTC (3+ messages)
[PATCH] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
2026-06-12 23:34 UTC (2+ messages)
[PATCH v2 1/2] drm/xe: Handle unprocessed messages in guc_exec_queue_fini
2026-06-12 23:30 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for series starting with [v2,1/2] "
[PATCH] net: hsr: simplify fill_last_seq_nrs()
2026-06-12 23:30 UTC (2+ messages)
[PATCH] gpu: nova-core: remove `#[allow(non_snake_case)]`
2026-06-12 23:28 UTC (2+ messages)
[PATCH v2] flow_dissector: fix uninit-value in __skb_flow_dissect() for ETH_ADDRS
2026-06-12 23:28 UTC (2+ messages)
[PATCH v3] drm/xe: Disable scheduling early on FD close to avoid CAT error cascade
2026-06-12 23:28 UTC
[PATCH 2/2] arm64: tlbflush: Reset active_cpu on ASID rollover
2026-06-12 23:21 UTC (2+ messages)
` [PATCH v2] "
[PATCH v4 12/13] scsi: fnic: Expose NVMe transport state in debugfs
2026-06-12 23:22 UTC (2+ messages)
[PATCH v2 0/3] Fix three racy updates to MSR_K7_HWCR
2026-06-12 23:21 UTC (3+ messages)
[PATCH] net: ethernet: sis900: correct CONFIG_VLAN_8021Q macro name in comment
2026-06-12 23:20 UTC (2+ messages)
[PATCH net-next 0/3] docs: net: more adjustments to docs
2026-06-12 23:20 UTC (2+ messages)
[PATCH net v2] bnxt: fix head underflow on XDP head-grow
2026-06-12 23:20 UTC (2+ messages)
[dinguyen:socfpga_dts_for_v7.3 10/11] arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dtb: ethernet@10810000 (altr,socfpga-stmmac-agilex5): interrupt-names: ['macirq', 'tx-queue-0', 'tx-queue-1', 'tx-queue-2', 'tx-queue-3', 'tx-queue-4', 'tx-queue-5', 'tx-queue-6', 'tx-queue-7', 'rx-queue-0',
2026-06-12 23:18 UTC
[PATCH] cpufreq: powernow-k6: replace symbolic permissions with octal
2026-06-12 23:16 UTC
[PATCH v4 11/13] scsi: fnic: Track NVMe transport statistics
2026-06-12 23:16 UTC (2+ messages)
[PATCH] atm: fix skb leak in sigd_send() on a closing listen socket
2026-06-12 23:12 UTC (2+ messages)
[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
2026-06-12 23:11 UTC (3+ messages)
` [PATCH v2 3/7] ibmvfc: make ibmvfc login to fabric
[PATCH v2] atm: fix use-after-free in sigd_put_skb()
2026-06-12 23:10 UTC (2+ messages)
[PATCH for-4.22 0/7] CI: Refresh Alpine containers
2026-06-12 23:09 UTC (8+ messages)
` [PATCH 1/7] tools/xenalyze: Work around GCC-15 -Werror=nonnull false positive
` [PATCH 2/7] Config.mk: Update QEMU to include pip-25.2 bugfix
` [PATCH 3/7] CI: Introduce new qubes-hw-runner.dockerfile
` [PATCH 4/7] CI: Update the Alpine x86_64 container to 3.24
` [PATCH 5/7] CI: Update the Alpine arm64 "
` [PATCH 6/7] CI: Fix inconsistent use of x86-{64,32} vs x86_{64,32}
` [PATCH 7/7] CI: Remove x86 microcode from arm32 jobs
[PATCH] hfsplus: validate thread record before delete key rebuild
2026-06-12 23:08 UTC (3+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-06-12 23:07 UTC (5+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
[PATCH v2 0/8] 9pfs: fix DoS via Treaddir (CVE-2026-9238)
2026-06-12 23:04 UTC (7+ messages)
` [PATCH v2 3/8] 9pfs/xen: implement msize_limit callback
` [PATCH v2 8/8] hw/9pfs: cap Treaddir allocation (CVE-2026-9238)
` [PATCH v2 7/8] 9pfs/xen: implement response_buffer_size callback
[PATCH v2] leds: tests: use a fresh instance for name conflict rejection
2026-06-12 23:06 UTC
[PATCH v3] net: stmmac: xgmac2: disable RBUE in default RX interrupt mask
2026-06-12 23:00 UTC (2+ messages)
[PATCH net-next] handshake: Require admin permission for DONE command
2026-06-12 23:00 UTC (2+ messages)
[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
2026-06-12 22:58 UTC (9+ messages)
` [PATCH RESEND 1/2] "
[PATCH v2] udf: validate extent partition references in udf_current_aext()
2026-06-12 22:58 UTC
[PATCH v4 10/13] scsi: fnic: Abort timed-out NVMe LS requests
2026-06-12 22:57 UTC (2+ messages)
[PATCH v2] perf trace: Fix noise and signed formatting of __probe_ip in bare dynamic probes
2026-06-12 22:56 UTC
[usb:usb-testing] BUILD SUCCESS f176a7c3e44f80b4493d22aa12d02673243ec7d8
2026-06-12 22:55 UTC
[PATCH v6 00/11] ASoC: renesas: fsi: Fix system hang by adding SPU clock
2026-06-12 22:55 UTC (8+ messages)
` [PATCH v6 02/11] ARM: dts: renesas: r8a7740: Add clocks for FSI
[i-g-t v2] tests/intel/xe_madvise: Skip purge tests under low RAM
2026-06-12 22:53 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for tests/intel/xe_madvise: Skip purge tests under low RAM (rev2)
[PATCH v3 net-next] bonding: no longer rely on RTNL in bond_fill_info()
2026-06-12 22:53 UTC (2+ messages)
[PATCH v4 06/31] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
2026-06-12 22:53 UTC (2+ messages)
[PATCH v2] KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unaligned()
2026-06-12 22:52 UTC
[PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
2026-06-12 22:51 UTC (12+ messages)
` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX
[PATCH 13/13] perf cs-etm: Reject CPU IDs that would overflow signed comparison
2026-06-12 22:51 UTC (2+ messages)
drivers/net/ethernet/cadence/macb_main.c:2060:17: error: implicit declaration of function 'netdev_warn_ratelimited'; did you mean 'dev_warn_ratelimited'?
2026-06-12 22:51 UTC
[GIT PULL] Qualcomm clock updates for v7.2
2026-06-12 22:48 UTC
[PATCH] mailmap: add entry for Jesse Brandeburg
2026-06-12 22:47 UTC
[PATCH v4 09/13] scsi: fnic: Send NVMe LS requests through FDLS
2026-06-12 22:45 UTC (2+ messages)
[PATCH 09/13] perf bpf: Validate func_info_rec_size and sub_id in synthesize_bpf_prog_name()
2026-06-12 22:44 UTC (2+ messages)
[PATCH v15 19/19] perf python: Add LiveSession helper
2026-06-12 22:41 UTC (2+ messages)
[PATCH v15 18/19] perf python: Add perf.pyi stubs file
2026-06-12 22:41 UTC (2+ messages)
[PATCH v4 00/31] Introduce SCMI Telemetry FS support
2026-06-12 22:38 UTC (7+ messages)
` [PATCH v4 26/31] fs/stlmfs: Document alternative topological view
` [PATCH v4 27/31] firmware: arm_scmi: stlmfs: Add generation file
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v4 29/31] firmware: arm_scmi: stlmfs: Add lazy population support
` [PATCH v4 30/31] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v4 31/31] [RFC] tools/scmi: Add SCMI Telemetry testing tool
[PATCH 0/3] kexec-tools: Add new KEXEC_FILE flags
2026-06-12 22:39 UTC (4+ messages)
` [PATCH 1/3] kexec: Add support for disabling usage of CMA
` [PATCH 2/3] kexec: Add DTB carryover support on x86
` [PATCH 3/3] kexec: Add kexec_file_load debug print
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.