messages from 2026-03-10 22:34:37 to 2026-03-10 23:49:10 UTC [more...]
[PATCH 00/21] Fixes and lock cleanup+hardening
2026-03-10 23:48 UTC (20+ messages)
` [PATCH 01/21] KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate test
` [PATCH 02/21] KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU
` [PATCH 03/21] KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock
` [PATCH 04/21] KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being created
` [PATCH 05/21] KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
` [PATCH 06/21] KVM: SEV: Lock all vCPUs for the duration of SEV-ES VMSA synchronization
` [PATCH 07/21] KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guests
` [PATCH 08/21] KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect "
` [PATCH 09/21] KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"
` [PATCH 10/21] KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.c
` [PATCH 11/21] KVM: SEV: Move SEV-specific VM initialization "
` [PATCH 12/21] KVM: SEV: WARN on unhandled VM type when initializing VM
` [PATCH 13/21] KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=y
` [PATCH 14/21] KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "safe"
` [PATCH 15/21] KVM: SEV: Assert that kvm->lock is held when querying SEV+ support
` [PATCH 16/21] KVM: SEV: use mutex guard in snp_launch_update()
` [PATCH 17/21] KVM: SEV: use mutex guard in sev_mem_enc_ioctl()
` [PATCH 18/21] KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()
` [PATCH 19/21] KVM: SEV: use mutex guard in snp_handle_guest_req()
[PATCH] irqchip/qcom-mpm: Fix missing mailbox TX done acknowledgment
2026-03-10 23:48 UTC (3+ messages)
[PATCH] RFC: mailbox: Fix NULL message support in mbox_send_message()
2026-03-10 23:46 UTC
[PATCH v4 0/2] Bluetooth: extend WCN driver to support WCN399x device
2026-03-10 23:45 UTC (4+ messages)
` [PATCH v4 1/2] Bluetooth: qca: fix ROM version reading on WCN3998 chips
` Bluetooth: extend WCN driver to support WCN399x device
` [PATCH v4 2/2] Bluetooth: qca: enable pwrseq support for WCN39xx devices
[PATCH v4 5/7] PCI: mediatek-gen3: Split out device power helpers
2026-03-10 23:42 UTC (2+ messages)
[PATCH v9 0/7] Attempt to fixup reset, wedge, unload corner cases
2026-03-10 23:41 UTC (11+ messages)
` [PATCH v9 1/7] drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
` [PATCH v9 2/7] drm/xe: Forcefully tear down exec queues in GuC submit fini
` [PATCH v9 3/7] drm/xe: Trigger queue cleanup if not in wedged mode 2
` [PATCH v9 4/7] drm/xe: Use XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESET enum instead of magic number
` [PATCH v9 5/7] drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
` [PATCH v9 6/7] drm/xe/uc: Drop xe_guc_sanitize in favor of managed cleanup
` [PATCH v9 7/7] drm/xe: Open-code GGTT MMIO access protection
` ✗ CI.checkpatch: warning for Attempt to fixup reset, wedge, unload corner cases
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[PATCH v5 0/5] latform/x86: uniwill-laptop: More support for TUXEDO devices
2026-03-10 23:34 UTC (6+ messages)
` [PATCH v5 1/5] platform/x86: uniwill-laptop: Rework hwmon feature defines
` [PATCH v5 2/5] platform/x86: uniwill-laptop: Implement USB-C power priority setting
` [PATCH v5 3/5] platform/x86: uniwill-laptop: Fix XMG Fusion 15 (L19) entries
` [PATCH v5 4/5] platform/x86: uniwill-laptop: Apply features across all TUXEDO devices
` [PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops
[PATCH net-next 0/4] netdevsim: support ETS offload
2026-03-10 23:38 UTC (3+ messages)
` [PATCH net-next 2/4] netdevsim: generalize taprio offload
[PATCH v4 00/16] gdbstub: Always infer base register index from GDB XML
2026-03-10 23:37 UTC (21+ messages)
` [PATCH v4 01/16] tests/tcg: Temporary disable multiarch tests for PPC targets
` [PATCH v4 02/16] tests/tcg: Disable prot-none test on GitLab
` [PATCH v4 03/16] tests/docker: add gdb-multiarch to all-test-cross
` [PATCH v4 04/16] target/i386/gdbstub: Remove stale comment
` [PATCH v4 05/16] meson: Restrict gdbstub to user/system builds
` [PATCH v4 06/16] gdbstub: Simplify gdb_init_cpu() logic
` [PATCH v4 07/16] gdbstub: Add trace events for around XML parsing / generation
` [PATCH v4 08/16] gdbstub: Have scripts/feature_to_c.py generate more verbose output
` [PATCH v4 09/16] gdbstub: Make base register explicit in m68k GDB XML files
` [PATCH v4 10/16] gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
` [PATCH v4 11/16] gdbstub: Emit base_register index in GDBFeature entries
` [PATCH v4 12/16] gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()
` [PATCH v4 13/16] tests/tcg: Re-enable disabled multiarch tests for PPC targets
` [PATCH v4 14/16] gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILES
` [PATCH v4 15/16] gdbstub: Move gdb-xml/ within gdbstub/
` [PATCH v4 16/16] gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
[PATCH] app/test: add standalone test for af_packet
2026-03-10 23:35 UTC
[PATCH bpf-next 0/1] Fix BPF struct_ops BTF cleanup race condition
2026-03-10 23:35 UTC (7+ messages)
` [PATCH bpf-next 1/1] bpf: Fix BTF module cleanup race condition in struct_ops
[PATCH v4 0/2] Input: st1232 - add system wakeup support
2026-03-10 23:35 UTC (6+ messages)
` [PATCH v4 1/2] dt-bindings: input: touchscreen: sitronix,st1232: Add wakeup-source
` [PATCH v4 2/2] arm: dts: renesas: r8a7740-armadillo800eva: Add wakeup-source to st1232
[yocto-autobuilder-helper] [PATCH 1/2] config.json: Drop vnc usage
2026-03-10 23:35 UTC (2+ messages)
` [yocto-autobuilder-helper] [PATCH 2/2] run-config: Drop DISPLAY setting
[PATCH 2/3] dma-mapping: Clarify valid conditions for CPU cache line overlap
2026-03-10 23:34 UTC (10+ messages)
[PATCH v3 00/21] wifi: rtl8xxxu: Add concurrent mode for 8188f
2026-03-10 23:33 UTC (7+ messages)
` [PATCH v3 19/21] wifi: rtl8xxxu: add hw crypto support for AP mode
[PATCH 1/2] scripts/runqemu: Allow VNC use as a fallback when there is no DISPLAY set
2026-03-10 23:33 UTC (2+ messages)
` [PATCH 2/2] qemurunner: Drop nographic option now runqemu falls back to VNC
[PATCH 0/9] mm/rmap: Optimize anonymous large folio unmapping
2026-03-10 23:32 UTC (4+ messages)
` [PATCH 5/9] mm/rmap: batch unmap folios belonging to uffd-wp VMAs
[PATCH v1 0/3] net/af_packet: fix MTU handling and add jumbo frame support
2026-03-10 23:31 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 3/3] net/af_packet: support jumbo frames
[PATCH v1 00/10] net/mlx5: per-queue Tx rate limiting via packet pacing
2026-03-10 23:26 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v2 01/10] doc/nics/mlx5: fix stale packet pacing documentation
` [PATCH v2 02/10] common/mlx5: query packet pacing rate table capabilities
` [PATCH v2 03/10] common/mlx5: extend SQ modify to support rate limit update
` [PATCH v2 04/10] net/mlx5: add per-queue packet pacing infrastructure
` [PATCH v2 05/10] net/mlx5: support per-queue rate limiting
` [PATCH v2 06/10] net/mlx5: add burst pacing devargs
` [PATCH v2 07/10] net/mlx5: add testpmd command to query per-queue rate limit
` [PATCH v2 08/10] ethdev: add getter for per-queue Tx "
` [PATCH v2 09/10] net/mlx5: share pacing rate table entries across queues
` [PATCH v2 10/10] net/mlx5: add rate table capacity query API
[PATCH 0/7] testing/next: gdb-multiarch, check-tcg, vbsa tests
2026-03-10 23:28 UTC (6+ messages)
` [PATCH 1/7] tests/docker: add gdb-multiarch to all-test-cross
[moderation/CI] Re: fs: Replace user_access_{begin/end} by scoped user access
2026-03-10 23:26 UTC
[PATCH v6 7/7] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
2026-03-10 23:26 UTC (3+ messages)
[PATCH v5 1/4] dt-bindings: soc: rockchip: grf: Add RV1103B compatibles
2026-03-10 23:26 UTC (5+ messages)
` [PATCH v5 2/4] ARM: dts: rockchip: Add support for RV1103B
[meta-lts-mixins][kirkstone/go][PATCH] go: upgrade 1.26.0 -> 1.26.1
2026-03-10 23:24 UTC
[meta-lts-mixins][scarthgap/go][PATCH] go: upgrade 1.26.0 -> 1.26.1
2026-03-10 23:24 UTC
[PATCH net-next v4 0/8] net: macb: Add XDP support and page pool integration
2026-03-10 23:21 UTC (3+ messages)
` [PATCH net-next v4 7/8] net: macb: add XDP support for gem
` [PATCH "
[PATCH 6.18 000/314] 6.18.17-rc1 review
2026-03-10 23:20 UTC (2+ messages)
[PATCH 6.19 000/311] 6.19.7-rc1 review
2026-03-10 23:20 UTC (2+ messages)
[Buildroot] [PATCH 0/4] beagleboneai64, beagley_ai, beagleplay BSP update
2026-03-10 23:19 UTC (3+ messages)
` [Buildroot] [PATCH 1/4] configs/beagleboneai64_defconfig: remove unused file hash
[PATCH v4 1/7] PCI: mediatek-gen3: Clean up mtk_pcie_parse_port() with dev_err_probe()
2026-03-10 23:19 UTC (2+ messages)
[Buildroot] [git commit] configs/beagleplay_defconfig: bump linux to 6.18.16 and u-boot to 2026.01
2026-03-10 22:47 UTC
[Buildroot] [git commit] configs/beagleboneai64_defconfig: bump to kernel 6.18.16
2026-03-10 22:47 UTC
[Buildroot] [git commit] configs/beagleboneai64_defconfig: remove unused file hash
2026-03-10 22:46 UTC
[Buildroot] [git commit] configs/beagley_ai_defconfig: bump linux to 6.18.16 and u-boot to 2026.01
2026-03-10 22:47 UTC
[PATCH v5 0/4] Enable full UFS boot on Rockchip RK3576
2026-03-10 23:18 UTC (5+ messages)
` [PATCH v5 2/4] reset: rockchip: make device resets available in SPL
` [PATCH v5 4/4] rockchip: spl: Add support for booting from UFS
Add tenstorrent clk to linux-next
2026-03-10 23:17 UTC
[PATCH net 0/2] neighbour: fix update of proxy neighbour
2026-03-10 23:16 UTC (3+ messages)
` [PATCH net 1/2] neighbour: restore protocol != 0 check in pneigh update
[PATCH net v3] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-10 23:15 UTC (2+ messages)
` [syzbot ci] "
[moderation/CI] Re: net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-10 23:14 UTC (2+ messages)
[PATCH v9 0/3] x86: Capability bits fix and required bits sanity check
2026-03-10 23:13 UTC (5+ messages)
` [PATCH v9 2/3] x86/cpu: Check if feature string is non-zero
` [PATCH v9 3/3] x86/cpu: Do a sanity check on required feature bits
[PATCH v2 00/16] KVM: x86: Enable APX for guests
2026-03-10 23:12 UTC (7+ messages)
` [PATCH v2 01/16] KVM: x86: Rename register accessors to be GPR-specific
[nft PATCH 0/5] Enhance cache filter for list commands
2026-03-10 23:11 UTC (6+ messages)
` [nft PATCH 1/5] cache: Include chains, flowtables and objects in netlink debug output
` [nft PATCH 2/5] cache: Respect family in all list commands
` [nft PATCH 3/5] cache: Relax chain_cache_dump filter application
` [nft PATCH 4/5] cache: Filter for table when listing sets or maps
` [nft PATCH 5/5] cache: Filter for table when listing flowtables
[PATCH v3 0/3] ARM: dts: aspeed: anacapa: SGPIO updates and interrupt wiring
2026-03-10 9:49 UTC (4+ messages)
` [PATCH v3 1/3] ARM: dts: aspeed: anacapa: fix SGPIOM0 GPIO line naming for RMC leak detect
` [PATCH v3 2/3] ARM: dts: aspeed: anacapa: update SGPIO mappings for DFT integration
` [PATCH v3 3/3] ARM: dts: aspeed: anacapa: add SGPIO interrupt to PCA9555
[PATCH v2] ARM: dts: aspeed: anacapa: update SGPIO and PCA9555 settings for DFT
2026-03-10 9:06 UTC (3+ messages)
[PATCH v5 0/7] Extra enabling patches for NVL-P
2026-03-10 23:10 UTC (2+ messages)
[PATCH net-next v3 0/6] tcp: RFC 7323-compliant window retraction handling
2026-03-10 23:09 UTC (7+ messages)
` [PATCH net-next v3 1/6] tcp: implement RFC 7323 window retraction receiver requirements
` [PATCH net-next v3 6/6] selftests/net: packetdrill: add tcp_rcv_neg_window.pkt
[PATCH nft] tests: py: use `os.unshare` Python function
2026-03-10 23:08 UTC (4+ messages)
[OE-core][scarthgap 00/11] Pull request (cover letter only)
2026-03-10 23:08 UTC
[PULL 00/49] Misc HW patches for 2026-03-09
2026-03-10 23:06 UTC (8+ messages)
` [PULL 27/49] meson: Add -Wformat-overflow=2
` Minimal GCC version for QEMU (was: Re: [PULL 27/49] meson: Add -Wformat-overflow=2)
` Minimal GCC version for QEMU
[PATCH bpf-next v2] bpftool: Enable aarch64 ISA extensions for JIT disassembly
2026-03-10 23:05 UTC (2+ messages)
[REGRESSION] failure to reconnect on SMB server restart with custom TCP port (not 445): Host is down (at least since 6.6.95)
2026-03-10 22:56 UTC
[PATCH v2 0/3] fast-import: add mode to re-sign invalid commit signatures
2026-03-10 23:03 UTC (8+ messages)
` [PATCH v3 "
[tip:x86/sev] BUILD SUCCESS cca149429956745293ea94865ff8be6f77cc003d
2026-03-10 23:01 UTC
[merged mm-hotfixes-stable] maintainers-update-email-address-for-ignat-korchagin.patch removed from -mm tree
2026-03-10 23:02 UTC
[merged mm-hotfixes-stable] mm-huge_memory-fix-early-failure-try_to_migrate-when-split-huge-pmd-for-shared-thp.patch removed from -mm tree
2026-03-10 23:02 UTC
[merged mm-hotfixes-stable] mm-rmap-fix-incorrect-pte-restoration-for-lazyfree-folios.patch removed from -mm tree
2026-03-10 23:02 UTC
[merged mm-hotfixes-stable] mm-huge_memory-fix-use-of-null-folio-in-move_pages_huge_pmd.patch removed from -mm tree
2026-03-10 23:02 UTC
[merged mm-hotfixes-stable] build_bugh-correct-function-parameters-names-in-kernel-doc.patch removed from -mm tree
2026-03-10 23:02 UTC
[merged mm-hotfixes-stable] crash_dump-dont-log-dm-crypt-key-bytes-in-read_key_from_user_keying.patch removed from -mm tree
2026-03-10 23:02 UTC
[PATCH] fs: Replace user_access_{begin/end} by scoped user access
2026-03-10 23:01 UTC (2+ messages)
[PATCH] mm/vmalloc: Fix incorrect size reporting on allocation failure
2026-03-10 22:59 UTC (5+ messages)
` [PATCH] vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRY
[PATCH net] xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()
2026-03-10 22:57 UTC (2+ messages)
[bitbake][scarthgap][2.8][PATCH 0/1] Pull request (cover letter only)
2026-03-10 22:55 UTC
[PATCH] lib: crypto: fix comments for count_leading_zeros()
2026-03-10 22:53 UTC (2+ messages)
[PATCH] cxl/region: Fix a race bug in delete_region_store
2026-03-10 22:53 UTC (2+ messages)
DPDK release candidate 26.03-rc1
2026-03-10 22:53 UTC
✅ PASS (MISSED 11 of 56): Test report for for-kernelci (7.0.0-rc3, upstream-arm-next, 6712fcde)
2026-03-10 22:52 UTC
[PATCH v1] drm/amdgpu: Fix ISP regression issue in kernel v7.0
2026-03-10 22:52 UTC (3+ messages)
git-fetch takes forever on a slow network link. Can parallel mode help?
2026-03-10 22:50 UTC (8+ messages)
[PATCH i-g-t 0/1] tests/intel/xe_oa: Delete disabled-read-error
2026-03-10 22:50 UTC (2+ messages)
` [PATCH i-g-t 1/1] tests/intel/xe_oa: Delete disabled-read-error subtest
[PATCH] x86/platform/uv: Handle deconfigured sockets
2026-03-10 22:49 UTC
[PATCH] t7605: use test_path_is_file instead of test -f
2026-03-10 22:50 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/6] Enable new features for flipkart-rimob
2026-03-10 22:49 UTC (4+ messages)
` [PATCH 5/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable touchscreen
[PATCH] staging: atomisp: fix block comment style in refcount.c
2026-03-10 22:48 UTC (3+ messages)
` [PATCH v2] staging: media: "
[PATCH 0/5] PCI/CXL: Save and restore CXL DVSEC and HDM state across resets
2026-03-10 22:46 UTC (3+ messages)
[PATCH v3 00/28] media: staging: atomisp: Remove unnecessary return statements from void functions
2026-03-10 22:46 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Syzkaller nested_run_pending defense
2026-03-10 22:45 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: Move nested_run_pending to kvm_vcpu_arch
` [PATCH 2/2] KVM: x86: Suppress WARNs on nested_run_pending after userspace exit
[PATCH v2 0/2] drm/colorop: Keep colorop state consistent across atomic commits
2026-03-10 22:45 UTC (2+ messages)
` ✓ i915.CI.Full: success for drm/colorop: Keep colorop state consistent across atomic commits (rev2)
[PATCH v4] rust: Makefile: bound rustdoc workaround to affected versions
2026-03-10 22:45 UTC (4+ messages)
` [PATCH v5 1/2] kbuild: add rustc-max-version macro
[Buildroot] [PATCH 1/3] boot/uboot: improve U-Boot OP-TEE TEE format options help text
2026-03-10 22:45 UTC (2+ messages)
[PATCH v2 0/5] write streams and xfs spatial isolation
2026-03-10 22:44 UTC (5+ messages)
` [PATCH v2 4/5] xfs: steer allocation using write stream
[Buildroot] [git commit] boot/uboot: add support for embedded TEE in raw binary format
2026-03-10 22:20 UTC
[Buildroot] [git commit] configs/beagleboneai64_defconfig: use BR2_TARGET_UBOOT_NEEDS_OPTEE_TEE_RAW_BIN
2026-03-10 22:20 UTC
[Buildroot] [git commit] boot/uboot: improve U-Boot OP-TEE TEE format options help text
2026-03-10 22:20 UTC
[Buildroot] [PATCH v6 0/6] kvm-unit-tests: update deps and fine tune qemu
2026-03-10 22:44 UTC (3+ messages)
` [Buildroot] [PATCH v6 6/6] package/kvm-unit-tests: allow kvmtool to be used
[PATCH 1/2] Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
2026-03-10 22:43 UTC (2+ messages)
` [1/2] "
[PATCH 2/2] KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activated
2026-03-10 22:40 UTC (11+ messages)
[meta-virtualization][PATCH] podman: Use packageconfig to control fuse-overlayfs depend
2026-03-10 22:40 UTC (2+ messages)
[PATCH v3 00/12] gdbstub: Always infer base register index from GDB XML
2026-03-10 22:40 UTC (4+ messages)
` [PATCH v3 09/12] gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()
[PATCH v5 1/2] ACPI: Rename get_acpi_id_for_cpu() to acpi_get_cpu_acpi_id() on non-x86
2026-03-10 22:39 UTC (3+ messages)
[PATCH v2] rust: update `kernel::c_str!` documentation
2026-03-10 22:39 UTC (2+ messages)
[PATCH v1] usb: dwc3: pci: add support for the Intel Nova Lake -H
2026-03-10 22:39 UTC (2+ messages)
[PATCH BlueZ v2 1/7] doc/btmon: Add GATT database reconstruction guide
2026-03-10 22:39 UTC (2+ messages)
` [BlueZ,v2,1/7] "
[PATCH v5 1/9] lsm: Add LSM hook security_unix_find
2026-03-10 22:39 UTC (4+ messages)
` [PATCH v6] "
Mensagem particular referente a: [syzbot] [sound?] KASAN: slab-use-after-free Read in snd_pcm_post_stop
2026-03-10 22:39 UTC
[PATCH 1/2] cockpit-machines: move to dynamic layer for meta-webserver
2026-03-10 22:38 UTC (2+ messages)
` [meta-virtualization] "
[PATCH v7 1/2] PCI: of: Remove max-link-speed generation validation
2026-03-10 22:37 UTC (2+ messages)
[PATCH v2 0/2] Change Rust Binder crate name to rust_binder
2026-03-10 22:36 UTC (3+ messages)
` [PATCH v2 1/2] rust: support overriding crate_name
[PATCH] linux-user: Fix zero_bss for RX PT_LOAD segments
2026-03-10 22:36 UTC (4+ messages)
[PATCH v4 0/5] platform/x86/uniwill: More support for TUXEDO devices
2026-03-10 22:34 UTC (4+ messages)
` [PATCH v4 5/5] Documentation: laptops: Update documentation for uniwill laptops
[PATCH 00/15] hw/alpha: QOMify Clipper and Typhoon
2026-03-10 22:31 UTC (2+ messages)
` [PATCH 11/15] hw/alpha: Explicitly define TyphoonClass in alpha_sys.h
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.