messages from 2025-11-22 03:13:18 to 2025-11-22 04:54:42 UTC [more...]
[PATCH 0/5] blsuki: fix misc comments/issues
2025-11-21 18:40 UTC (3+ messages)
` [PATCH 5/5] blsuki: error out if unexpected arguments are supplied
[Stable-10.0.7 00/81] Patch Round-up for stable 10.0.7, freeze on 2025-12-01
2025-11-21 18:44 UTC (39+ messages)
` [Stable-10.0.7 02/81] ui/gtk-gl-area: Remove extra draw call in refresh
` [Stable-10.0.7 06/81] aplic: fix mask for smsiaddrcfgh
` [Stable-10.0.7 09/81] target/riscv/kvm: add scounteren CSR
` [Stable-10.0.7 12/81] io: release active GSource in TLS channel finalizer
` [Stable-10.0.7 15/81] crypto: stop requiring "key encipherment" usage in x509 certs
` [Stable-10.0.7 17/81] target/hppa: Set FPCR exception flag bits for non-trapped exceptions
` [Stable-10.0.7 18/81] nw/nvram/ds1225y: Fix nvram MemoryRegion owner
` [Stable-10.0.7 19/81] hw/hppa: Fix interrupt of LASI parallel port
` [Stable-10.0.7 20/81] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
` [Stable-10.0.7 21/81] qtest/am53c974-test: add additional test for cmdfifo overflow
` [Stable-10.0.7 27/81] block: remove 'detached-header' option from opts after use
` [Stable-10.0.7 28/81] block: fix luks 'amend' when run in coroutine
` [Stable-10.0.7 30/81] gdbstub: Fix %s formatting
` [Stable-10.0.7 31/81] target/microblaze: Remove unused arg from check_divz()
` [Stable-10.0.7 34/81] target/s390x: Fix missing interrupts for small CKC values
` [Stable-10.0.7 38/81] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
` [Stable-10.0.7 42/81] hw/pci-host/gpex-acpi: Fix _DSM function 0 support return value
` [Stable-10.0.7 44/81] qemu-img: Fix amend option parse error handling
` [Stable-10.0.7 45/81] qemu-img rebase: don't exceed IO_BUF_SIZE in one operation
` [Stable-10.0.7 46/81] tests/qemu-iotest: fix iotest 024 with qed images
` [Stable-10.0.7 48/81] qio: Unwatch before notify in QIONetListener
` [Stable-10.0.7 49/81] qio: Remember context of qio_net_listener_set_client_func_full
` [Stable-10.0.7 50/81] qio: Protect NetListener callback with mutex
` [Stable-10.0.7 51/81] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors
` [Stable-10.0.7 53/81] hw/net/e1000e_core: Adjust e1000e_write_payload_frag_to_rx_buffers() assert
` [Stable-10.0.7 57/81] hw/misc/npcm_clk: Don't divide by zero when calculating frequency
` [Stable-10.0.7 61/81] block: allow commit to unmap zero blocks
` [Stable-10.0.7 63/81] tests: move test_xen assets to share.linaro.org
` [Stable-10.0.7 65/81] tests: move test_netdev_ethtool "
` [Stable-10.0.7 66/81] tests: move test_kvm_xen "
` [Stable-10.0.7 70/81] curl: Fix coroutine waking
` [Stable-10.0.7 72/81] nvme: "
` [Stable-10.0.7 73/81] block/io: Take reqs_lock for tracked_requests
` [Stable-10.0.7 75/81] tests/functional: handle URLError when fetching assets
` [Stable-10.0.7 76/81] hw/dma/zynq-devcfg: Fix register memory
` [Stable-10.0.7 78/81] target/i386: Mark VPERMILPS as not valid with prefix 0
` [Stable-10.0.7 80/81] target/i386: svm: fix sign extension of exit code
` [Stable-10.0.7 81/81] target/i386: fix stack size when delivering real mode interrupts
[Stable-10.1.3 00/76] Patch Round-up for stable 10.1.3, freeze on 2025-12-01
2025-11-21 13:51 UTC (54+ messages)
` [Stable-10.1.3 01/76] tcg/arm: Fix tgen_deposit
` [Stable-10.1.3 03/76] hw/ppc/e500: Check for compatible CPU type instead of aborting ungracefully
` [Stable-10.1.3 04/76] vfio: rename field to "num_initial_regions"
` [Stable-10.1.3 05/76] vfio: only check region info cache for initial regions
` [Stable-10.1.3 06/76] target/arm: Fix reads of CNTFRQ_EL0 in linux-user mode
` [Stable-10.1.3 09/76] target/riscv/kvm: fix env->priv setting in reset_regs_csr()
` [Stable-10.1.3 10/76] target/riscv: fix riscv_cpu_sirq_pending() mask
` [Stable-10.1.3 11/76] io: release active GSource in TLS channel finalizer
` [Stable-10.1.3 12/76] io: move websock resource release to close method
` [Stable-10.1.3 13/76] io: fix use after free in websocket handshake code
` [Stable-10.1.3 15/76] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO
` [Stable-10.1.3 16/76] target/hppa: Set FPCR exception flag bits for non-trapped exceptions
` [Stable-10.1.3 17/76] hw/hppa: Fix interrupt of LASI parallel port
` [Stable-10.1.3 18/76] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
` [Stable-10.1.3 20/76] linux-user: Use correct type for FIBMAP and FIGETBSZ emulation
` [Stable-10.1.3 21/76] linux-user: permit sendto() with NULL buf and 0 len
` [Stable-10.1.3 23/76] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
` [Stable-10.1.3 24/76] i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs
` [Stable-10.1.3 27/76] block/curl.c: Fix CURLOPT_VERBOSE parameter type
` [Stable-10.1.3 30/76] target/microblaze: div: Break out raise_divzero()
` [Stable-10.1.3 31/76] target/microblaze: Handle signed division overflows
` [Stable-10.1.3 32/76] target/s390x: Fix missing interrupts for small CKC values
` [Stable-10.1.3 33/76] target/s390x: Fix missing clock-comparator interrupts after reset
` [Stable-10.1.3 34/76] target/s390x: Use address generation for register branch targets
` [Stable-10.1.3 36/76] ram-block-attributes: fix interaction with hugetlb memory backends
` [Stable-10.1.3 37/76] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
` [Stable-10.1.3 38/76] target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns
` [Stable-10.1.3 40/76] tests/qtest/bios-tables-test: Prepare for _DSM change in the DSDT table
` [Stable-10.1.3 41/76] hw/pci-host/gpex-acpi: Fix _DSM function 0 support return value
` [Stable-10.1.3 42/76] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _DSM change
` [Stable-10.1.3 43/76] qemu-img: Fix amend option parse error handling
` [Stable-10.1.3 45/76] tests/qemu-iotest: fix iotest 024 with qed images
` [Stable-10.1.3 46/76] qio: Add trace points to net_listener
` [Stable-10.1.3 48/76] qio: Remember context of qio_net_listener_set_client_func_full
` [Stable-10.1.3 52/76] hw/net/e1000e_core: Adjust e1000e_write_payload_frag_to_rx_buffers() assert
` [Stable-10.1.3 53/76] net: pad packets to minimum length in qemu_receive_packet()
` [Stable-10.1.3 54/76] hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun
` [Stable-10.1.3 55/76] hw/display/xlnx_dp: Don't abort for unsupported graphics formats
` [Stable-10.1.3 56/76] hw/misc/npcm_clk: Don't divide by zero when calculating frequency
` [Stable-10.1.3 57/76] tests: move test_xen assets to share.linaro.org
` [Stable-10.1.3 58/76] tests: move test_virt "
` [Stable-10.1.3 60/76] tests: move test_kvm_xen "
` [Stable-10.1.3 62/76] tests: move test_virt_gpu "
` [Stable-10.1.3 65/76] curl: Fix coroutine waking
` [Stable-10.1.3 67/76] nvme: "
` [Stable-10.1.3 68/76] block/io: Take reqs_lock for tracked_requests
` [Stable-10.1.3 69/76] tests/functional: fix formatting of exception args
` [Stable-10.1.3 70/76] tests/functional: handle URLError when fetching assets
` [Stable-10.1.3 71/76] hw/dma/zynq-devcfg: Fix register memory
` [Stable-10.1.3 72/76] hw/southbridge/lasi: Correct LasiState parent
` [Stable-10.1.3 73/76] target/i386: Mark VPERMILPS as not valid with prefix 0
` [Stable-10.1.3 74/76] target/i386/tcg: validate segment registers
` [Stable-10.1.3 75/76] target/i386: svm: fix sign extension of exit code
FAILED: patch "[PATCH] kho: allocate metadata directly from the buddy allocator" failed to apply to 6.17-stable tree
2025-11-22 4:52 UTC (5+ messages)
` [PATCH 6.17.y 1/4] kho: check if kho is finalized in __kho_preserve_order()
` [PATCH 6.17.y 2/4] kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH 6.17.y 3/4] kho: increase metadata bitmap size to PAGE_SIZE
` [PATCH 6.17.y 4/4] kho: allocate metadata directly from the buddy allocator
[PATCH v5 0/4] slab: Introduce kmalloc_obj() and family
2025-11-22 4:51 UTC (3+ messages)
` [PATCH v5 3/4] checkpatch: Suggest kmalloc_obj family for sizeof allocations
[PATCH 6.6 000/529] 6.6.117-rc1 review
2025-11-22 4:51 UTC (2+ messages)
[syzbot] [bpf?] linux-next test error: WARNING: kmalloc bug in bpf_prog_alloc_no_stats
2025-11-22 4:50 UTC
[PATCH v11 00/28] WHPX support for Arm
2025-11-21 12:05 UTC (11+ messages)
` [PATCH v11 04/28] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v11 11/28] whpx: switch irqchip in kernel to a bool outside the struct
` [PATCH v11 12/28] whpx: interrupt controller support
` [PATCH v11 14/28] whpx: change memory management logic
` [PATCH v11 17/28] hw: arm: virt: rework MSI-X configuration
[PATCH 6.12 000/185] 6.12.59-rc1 review
2025-11-22 4:46 UTC (2+ messages)
[PATCH V3 00/14] LoongArch: Add basic LoongArch32 support
2025-11-22 4:36 UTC (15+ messages)
` [PATCH V3 01/14] LoongArch: Add atomic operations for 32BIT/64BIT
` [PATCH V3 02/14] LoongArch: Add adaptive CSR accessors "
` [PATCH V3 03/14] LoongArch: Adjust common macro definitions "
` [PATCH V3 04/14] LoongArch: Adjust boot & setup "
` [PATCH V3 05/14] LoongArch: Adjust memory management "
` [PATCH V3 06/14] LoongArch: Adjust process "
` [PATCH V3 07/14] LoongArch: Adjust time routines "
` [PATCH V3 08/14] LoongArch: Adjust module loader "
` [PATCH V3 09/14] LoongArch: Adjust system call "
` [PATCH V3 10/14] LoongArch: Adjust user accessors "
` [PATCH V3 11/14] LoongArch: Adjust misc routines "
` [PATCH V3 12/14] LoongArch: Adjust VDSO/VSYSCALL "
` [PATCH V3 13/14] LoongArch: Adjust default config files "
` [PATCH V3 14/14] LoongArch: Adjust build infrastructure "
[PATCH 6.17 000/244] 6.17.9-rc2 review
2025-11-22 4:41 UTC (2+ messages)
[PULL 0/9] Staging patches
2025-11-22 0:26 UTC (3+ messages)
` [PULL 1/9] migration: Fix transition to COLO state from precopy
` [PULL 2/9] migration: set correct list pointer when removing notifier
[PATCH v3 00/18] drm/xe: Multi Queue feature support
2025-11-22 4:40 UTC (7+ messages)
` [PATCH v3 02/18] drm/xe/multi_queue: Add user interface for multi queue support
` [PATCH v3 09/18] drm/xe/multi_queue: Handle tearing down of a multi queue
[PATCH v2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers
2025-11-22 4:39 UTC
[PATCH] migration: cpr socket permissions fix
2025-11-21 16:54 UTC (3+ messages)
[PATCH v14 00/16] Refcounted interrupts, SpinLockIrq for rust
2025-11-22 4:24 UTC (9+ messages)
[RFC-PATCH-for-11.0 v3 00/21] accel/tcg: Remove most MO_TE uses in cpu_ld/st_code/data()
2025-11-22 2:26 UTC (15+ messages)
` [RFC-PATCH-for-11.0 v3 01/21] accel/tcg: Add endianness variants of cpu_ld{uw, l, q}_code()
` [RFC-PATCH-for-11.0 v3 05/21] target/s390x: Use big-endian variant of cpu_ld{uw, l}_code()
` [RFC-PATCH-for-11.0 v3 07/21] target/ppc: Replace cpu_ldl_code() by explicit endianness variants
` [RFC-PATCH-for-11.0 v3 08/21] target/mips: Replace cpu_ld{uw, l}_code() "
` [RFC-PATCH-for-11.0 v3 09/21] accel/tcg: Remove non-explicit endian cpu_ld*_code() helpers
` [RFC-PATCH-for-11.0 v3 10/21] target/hexagon: Use little-endian variant of cpu_ld/st_data*()
` [RFC-PATCH-for-11.0 v3 11/21] target/tricore: "
` [RFC-PATCH-for-11.0 v3 12/21] target/rx: "
` [RFC-PATCH-for-11.0 v3 15/21] target/sparc: "
` [RFC-PATCH-for-11.0 v3 17/21] target/hppa: "
` [RFC-PATCH-for-11.0 v3 18/21] target/riscv: Use little-endian variant of cpu_ld/st_data*() for vector
` [RFC-PATCH-for-11.0 v3 20/21] target/mips: Use big-endian variant of cpu_ld/st_data*() for MSA
` [RFC-PATCH-for-11.0 v3 21/21] accel/tcg: Remove non-explicit endian cpu_ld/st*_data*() helpers
[Buildroot] [autobuild.buildroot.org] Daily results for 2025-11-21
2025-11-22 4:21 UTC
[PATCH] block-backend: Fix race when resuming queued requests
2025-11-21 12:01 UTC (2+ messages)
[PULL 0/1] Lost MAINTAINERS update
2025-11-21 12:35 UTC
[v4] virtio-gpu: use consistent error checking style for virtio_gpu_create_mapping_iov
2025-11-21 18:00 UTC (3+ messages)
[openeuler:OLK-6.6 3304/3304] mm/gmem.c:813:29: sparse: sparse: incorrect type in assignment (different base types)
2025-11-22 4:13 UTC
[morimoto:renesas-lts/v6.18-rc6-2025-11-20-x5h-ironhide-2 27/41] drivers/mfd/rcar-mfis.c:108:18: sparse: sparse: symbol 'mfis_scp_gen5_info' was not declared. Should it be static?
2025-11-22 4:13 UTC
[android-common:android16-6.12-desktop 0/1] drivers/platform/x86/thinkpad_acpi.c:10701:9: error: too few arguments to function 'platform_profile_remove'
2025-11-22 4:02 UTC
Open-collector GPIO usage question
2025-11-22 4:03 UTC (2+ messages)
[PATCH] rust: num: bounded: Always inline fits_within and from_expr
2025-11-22 4:00 UTC
[PATCH 1/1] scripts: Changed potential O(n) file size calculation to O(1)
2025-11-21 11:09 UTC (3+ messages)
[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
2025-11-21 13:13 UTC (5+ messages)
` [RFC v3 04/21] refactor: Move ARMSecuritySpace to a common header
` [RFC v3 06/21] hw/arm/smmuv3: Thread SEC_SID through helper APIs
[PULL 0/5] Net patches
2025-11-21 12:27 UTC (3+ messages)
[PATCH v2] Fix the typo of vfio-pci device's enable-migration option
2025-11-21 12:47 UTC (3+ messages)
[PULL 0/3] Trivial patches for 2025-11-21
2025-11-21 12:54 UTC (2+ messages)
` [PULL 3/3] Fix the typo of vfio-pci device's enable-migration option
[PATCH V2 net-next 0/3] net: hibmcge: Add support for tracepoint and pagepool on hibmcge driver
2025-11-22 3:46 UTC (4+ messages)
` [PATCH V2 net-next 1/3] net: hibmcge: add support for tracepoint to dump some fields of rx_desc
` [PATCH V2 net-next 2/3] net: hibmcge: reduce packet drop under stress testing
` [PATCH V2 net-next 3/3] net: hibmcge: add support for pagepool on rx
[PATCH v2] drm/imagination: Document pvr_device.power member
2025-11-22 3:46 UTC (2+ messages)
FAILED: patch "[PATCH] kho: increase metadata bitmap size to PAGE_SIZE" failed to apply to 6.17-stable tree
2025-11-22 3:45 UTC (4+ messages)
` [PATCH 6.17.y 1/3] kho: check if kho is finalized in __kho_preserve_order()
` [PATCH 6.17.y 2/3] kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH 6.17.y 3/3] kho: increase metadata bitmap size to PAGE_SIZE
FAILED: patch "[PATCH] kho: warn and fail on metadata or preserved memory in scratch" failed to apply to 6.17-stable tree
2025-11-22 3:45 UTC (3+ messages)
` [PATCH 6.17.y 1/2] kho: check if kho is finalized in __kho_preserve_order()
` [PATCH 6.17.y 2/2] kho: warn and fail on metadata or preserved memory in scratch area
[PATCH] LoongArch: KVM: Use 64-bit register definition with eiointc
2025-11-22 3:38 UTC (2+ messages)
[syzbot] [tipc?] KMSAN: uninit-value in tipc_rcv (2)
2025-11-22 3:37 UTC (2+ messages)
` Forwarded: [PATCH] net: core: fix KMSAN: unint value in tipc_rcv
Fix potential data loss and corruption due to Incorrect BIO Chain Handling
2025-11-22 3:35 UTC (2+ messages)
[PATCH kernel v2 0/5] PCI/TSM: Enabling core infrastructure on
2025-11-22 3:35 UTC (2+ messages)
[PATCH v2 0/2] add support in hwmon for MCP998X
2025-11-22 3:35 UTC (3+ messages)
` [PATCH v2 2/2] hwmon: add support "
[PATCH] qtest: Allow and ignore blank lines in input
2025-11-21 18:38 UTC (2+ messages)
[PATCH v1 05/11] Bluetooth: btnxpuart: Add TLS host hello handshake implementation
2025-11-22 3:31 UTC (2+ messages)
[PATCH v3 0/5] Add support for StarFive VisionFive 2 Lite board
2025-11-22 3:30 UTC (5+ messages)
` [PATCH v3 3/5] riscv: dts: starfive: Add common board dtsi for VisionFive 2 Lite variants
[PATCH net-next v1 0/7] selftests/net: add netkit netns ping test
2025-11-22 3:28 UTC (4+ messages)
` [PATCH net-next v1 1/7] selftests/net: add suffix to ksft_run
[PATCH] aarch64: Extract aarch64_indirect_branch_asm for sibcall codegen
2025-11-22 3:28 UTC (3+ messages)
[PATCH 0/4] igvm: rework igvm file loading + processing, fix reset
2025-11-21 12:16 UTC (3+ messages)
` [PATCH 1/4] igvm: make igvm-cfg object resetable
[GIT PULL] bluetooth 2025-11-21
2025-11-22 3:20 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf: Nested rcu critical sections
2025-11-22 3:20 UTC (2+ messages)
[PATCH] hw/9pfs: Follow native symlinks when security-model=mapped
2025-11-21 12:20 UTC (2+ messages)
[PATCH v2 0/2] crypto: Fix memcpy_sglist()
2025-11-22 3:19 UTC (2+ messages)
[PATCH v5 0/7] Add AMD ISP4 driver
2025-11-22 3:19 UTC (11+ messages)
[PATCH] crypto: iaa - Request to add Kanchana P Sridhar to Maintainers
2025-11-22 3:19 UTC (2+ messages)
[PATCH] crypto: tcrypt - Remove unused poly1305 support
2025-11-22 3:18 UTC (2+ messages)
[PATCH] crypto: ansi_cprng - Remove unused ansi_cprng algorithm
2025-11-22 3:18 UTC (2+ messages)
[PATCH v2] crypto: asymmetric_keys: fix uninitialized pointers with free attribute
2025-11-22 3:18 UTC (2+ messages)
[PATCH 00/15] crypto: zynqmp-aes-gcm: Bug fixes and aes-gcm support for Versal
2025-11-22 3:17 UTC (5+ messages)
` [PATCH 09/15] crypto: zynqmp-aes-gcm: Fix setkey operation to select HW keys
[PATCH v2 0/4] libbpf: move arena variables out of the zero page
2025-11-22 3:17 UTC (3+ messages)
` [PATCH v2 3/4] libbpf: offset global arena data into the arena if possible
[PATCH 00/16] testing/next cleanups (docker, functional)
2025-11-21 14:27 UTC (5+ messages)
` [PATCH 06/16] docs/about/emulation: update assets for uftrace plugin documentation
[PATCH] drm/amdkfd: assign AID to uuid in topology for SPX mode
2025-11-22 3:14 UTC (2+ messages)
[PATCH][next] KEYS: Avoid -Wflex-array-member-not-at-end warning
2025-11-22 3:14 UTC (2+ messages)
[PATCH 0/3] amd_iommu: Support Generation of IOMMU XT interrupts
2025-11-21 16:36 UTC (7+ messages)
` [PATCH 1/3] amd_iommu: Use switch case to determine mmio register name
[PATCH] crypto: ccree: Correctly handle return of sg_nents_for_len
2025-11-22 3:13 UTC (2+ messages)
[PATCH] crypto: starfive: Correctly handle return of sg_nents_for_len
2025-11-22 3:13 UTC (2+ messages)
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.