messages from 2026-07-05 00:03:40 to 2026-07-05 05:39:43 UTC [more...]
[AUH] python3-numpy: upgrading to 2.5.1 FAILED
2026-07-05 5:39 UTC
[AUH] Upgrade status: 2026-07-05
2026-07-05 5:39 UTC
[AUH] python3-setuptools: upgrading to 83.0.0 SUCCEEDED
2026-07-05 5:39 UTC
[AUH] enchant2: upgrading to 2.8.18 SUCCEEDED
2026-07-05 5:39 UTC
[PATCH] crypto: qat - clear AES key schedule from stack
2026-07-05 5:33 UTC (2+ messages)
[PATCH] crypto: qat - cancel work on re-enable SR-IOV timeout
2026-07-05 5:33 UTC (2+ messages)
[PATCH] crypto: ecc - Optimize vli additive operations using compiler builtins
2026-07-05 5:32 UTC (2+ messages)
[PATCH] hwrng: atmel - drop __maybe_unused from atmel_trng_pm_ops
2026-07-05 5:31 UTC (2+ messages)
[PATCH v2 0/6] crypto: use 2-arg strscpy where destination size is known
2026-07-05 5:31 UTC (2+ messages)
[PATCH v2] hw_random/core: fix rng list on registration error
2026-07-05 5:31 UTC (2+ messages)
[PATCH] ci(dockerized): reduce the PID limit for private repositories
2026-07-05 5:28 UTC (3+ messages)
` [PATCH v2] ci(dockerized): raise "
[PATCH 0/3] MIPS: BCM47XX: convert buttons to software nodes
2026-07-05 5:25 UTC (4+ messages)
` [PATCH 1/3] bcma: gpio: Add and register software node for GPIO controller
` [PATCH 2/3] ssb: "
` [PATCH 3/3] MIPS: BCM47XX: Convert buttons to software nodes
[PATCH] KVM: x86/ioapic: Cancel eoi_inject work before destroying vCPUs
2026-07-05 5:18 UTC (2+ messages)
[PATCH] gpib: lpvo_usb_gpib: use memdup_user() instead of kmalloc() and copy_from_user()
2026-07-05 5:17 UTC
[PATCH] btrfs: fix extent map leak in NOCOW direct I/O write
2026-07-05 5:15 UTC (2+ messages)
[PATCH] media: au0828: add support for Monoprice 106456 USB ATSC/QAM tuner
2026-07-05 5:10 UTC (2+ messages)
Seeking guidance on detecting mount point inactivity
2026-07-05 5:04 UTC (5+ messages)
[PATCH 0/2] sh: mach-x3proto: convert gpio-keys to software nodes
2026-07-05 5:04 UTC (3+ messages)
` [PATCH 1/2] sh: mach-x3proto: add software node for GPIO controller
` [PATCH 2/2] sh: mach-x3proto: convert gpio-keys to software nodes
[PATCH 16/32] cpufreq: Stop using 32-bit MSR interfaces
2026-07-05 4:51 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2 00/46] accel/tcg: Use IntervalTree for breakpoints and watchpoints
2026-07-05 4:37 UTC (47+ messages)
` [PATCH v2 01/46] cpu: Move BREAKPOINT definitions to 'exec/breakpoint.h'
` [PATCH v2 02/46] cpu: Define BreakpointFlags type
` [PATCH v2 03/46] target/arm: Inline check_watchpoints() in arm_debug_check_watchpoint()
` [PATCH v2 04/46] accel/tcg: Improve docstrings around TCGCPUOps::*watchpoint* handlers
` [PATCH v2 05/46] cpu: Move cpu_breakpoint_test out of line
` [PATCH v2 06/46] exec/breakpoint: Move BP declarations from hw/core/cpu.h
` [PATCH v2 07/46] exec/breakpoint: Merge watchpoint.h
` [PATCH v2 08/46] qemu/typedefs: Declare CPUBreakpoint and CPUWatchpoint globally
` [PATCH v2 09/46] hw/core/cpu: Remove exec/breakpoint.h include
` [PATCH v2 10/46] exec/breakpoint: Add CPUBreakpoint.id
` [PATCH v2 11/46] exec/watchpoint: Add CPUWatchpoint.id
` [PATCH v2 12/46] accel/tcg: Pass CPUBreakpoint to debug_check_breakpoint
` [PATCH v2 13/46] target/arm: Split is_wp out of bp_wp_matches
` [PATCH v2 14/46] target/arm: Use bp argument in arm_debug_check_breakpoint
` [PATCH v2 15/46] target/arm: Use wp argument in arm_debug_check_watchpoint
` [PATCH v2 16/46] target/riscv: Use bp argument in riscv_cpu_debug_check_breakpoint
` [PATCH v2 17/46] target/riscv: Use bp argument in riscv_cpu_debug_check_watchpoint
` [PATCH v2 18/46] target/xtensa: Use bp argument in xtensa_debug_check_breakpoint
` [PATCH v2 19/46] cpu: Use interval-tree for CPUBreakpoint
` [PATCH v2 20/46] target/arm: Make check_watchpoint_in_range static
` [PATCH v2 21/46] gdbstub: Report actual watchpoint trigger address
` [PATCH v2 22/46] cpu: Use interval-tree for CPUWatchpoint
` [PATCH v2 23/46] exec/breakpoint: Return the new bp from cpu_breakpoint_insert
` [PATCH v2 24/46] system: Remove cpu_watchpoint_insert error return path
` [PATCH v2 25/46] exec/breakpoint: Return the new wp from cpu_watchpoint_insert
` [PATCH v2 26/46] system: Validate flags in cpu_watchpoint_insert
` [PATCH v2 27/46] cpu-common: Validate flags in cpu_breakpoint_insert
` [PATCH v2 28/46] exec/breakpoint: Add CPUWatchpoint.hitlast
` [PATCH v2 29/46] exec/breakpoint: Merge CPUBreakpoint and CPUWatchpoint
` [PATCH v2 30/46] accel/tcg: Pass watchpoint hit to debug_excp_handler
` [PATCH v2 31/46] accel/tcg: Pass breakpoint "
` [PATCH v2 32/46] target/arm: Use CPUBreakpoint arg in arm_debug_excp_handler
` [PATCH v2 33/46] target/i386: Pass wp_hit to check_hw_breakpoints
` [PATCH v2 34/46] target/i386: Use CPUBreakpoint arg in breakpoint_handler
` [PATCH v2 35/46] target/ppc: "
` [PATCH v2 36/46] target/ppc: Simplify ppc_cpu_debug_check_breakpoint
` [PATCH v2 37/46] target/ppc: Simplify ppc_cpu_debug_check_watchpoint
` [PATCH v2 38/46] target/s390x: Use CPUBreakpoint arg in breakpoint_handler
` [PATCH v2 39/46] target/riscv: Simplify riscv_cpu_debug_excp_handler
` [PATCH v2 40/46] target/riscv: Set badaddr in riscv_cpu_debug_excp_handler
` [PATCH v2 41/46] target/riscv: Merge riscv_cpu_debug_check_{break, watch}point
` [PATCH v2 42/46] target/xtensa: Restrict xtensa_breakpoint_handler to system mode
` [PATCH v2 43/46] target/xtensa: Rename xtensa_breakpoint_handler
` [PATCH v2 44/46] target/xtensa: Simplify xtensa_cpu_debug_excp_handler
` [PATCH v2 45/46] accel/tcg: Clear BP_WATCHPOINT_HIT after use
` [PATCH v2 46/46] accel/tcg: Merge CPUState.{break,watch}point_hit
[PATCH] mm/slub: fix lost local objects when bulk remote free batch fills
2026-07-05 4:46 UTC (2+ messages)
docker-image-debian-all-test-cross errors
2026-07-05 4:41 UTC (3+ messages)
[PATCH v2] staging: media: atomisp: refactor pipe graph dump stage formatting
2026-07-05 4:39 UTC
[PATCH] diff: give --compact-summary a short synonym --sstat
2026-07-05 4:28 UTC
[PATCH] iio: accel: bmc150: free irq before teardown
2026-07-05 4:27 UTC
[PATCH v3] xfs: tie zoned sysfs lifetime to zone info
2026-07-05 4:23 UTC
❌ FAIL: Test report for master (7.2.0-rc1, upstream-mainline, 7404ce51)
2026-07-05 4:23 UTC
[PATCH v3 0/2] Makefile: link osxkeychain helper against Rust
2026-07-05 4:08 UTC (3+ messages)
` [PATCH v4 "
[PATCH v2 0/3] vbe: bound FIT external-data reads against the firmware area
2026-07-05 3:44 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] sandbox: vbe: size firmware1 area to fit the binman fw-update section
` [PATCH v3 2/3] vbe: bound FIT external-data offset and size before blk_read
` [PATCH v3 3/3] test: vbe: cover vbe_read_fit() external-data bounds checks
[PATCH v2] xfs: tear down zoned sysfs before freeing zone info
2026-07-05 3:44 UTC (3+ messages)
htmldocs: Documentation/userspace-api/seccomp_filter.rst:330: WARNING: Inline literal start-string without end-string. [docutils]
2026-07-05 3:43 UTC
[PATCH v3 0/7] ASoC: apple: mca: support simultaneous I2S capture on the frontend
2026-07-05 3:37 UTC (8+ messages)
` [PATCH v3 1/7] ASoC: apple: mca: increase SERDES reset delay
` [PATCH v3 2/7] ASoC: apple: mca: Separate data & clock port setup
` [PATCH v3 3/7] ASoC: apple: mca: Factor out mca_be_get_fe
` [PATCH v3 4/7] ASoC: apple: mca: Support FEs being clock consumers
` [PATCH v3 5/7] ASoC: apple: mca: Support capture on multiples BEs
` [PATCH v3 6/7] ASoC: apple: mca: Do not mark clocks in use for non-providers
` [PATCH v3 7/7] ASoC: apple: mca: Add delay after configuring clock
[RFC PATCH] ASoC: qcom: q6apm-lpass-dais: start the graph at prepare
2026-07-05 3:38 UTC
[PATCH] libbpf: Check full backing type size for bitfield dump
2026-07-05 3:38 UTC (2+ messages)
[PATCH v2] ASoC: qcom: sc8280xp: support Senary MI2S
2026-07-05 3:37 UTC
[PATCH] ASoC: qcom: sc8280xp: support Senary MI2S
2026-07-05 3:36 UTC (3+ messages)
[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
2026-07-05 3:36 UTC (2+ messages)
[PATCH] mtd: intel-dg: Fix runtime PM error path in probe
2026-07-05 3:31 UTC (2+ messages)
[PATCH] staging: media: atomisp: refactor pipe graph dump stage formatting
2026-07-05 3:28 UTC (3+ messages)
[Buildroot] [autobuild.buildroot.org] Daily results for 2026-07-04
2026-07-05 3:26 UTC
[PATCH] media: iris: prevent sys_error_handler from restarting core during remove
2026-07-05 3:25 UTC
[failures] revert-lib-fix-_parse_integer_limit-to-handle-overflow.patch removed from -mm tree
2026-07-05 3:25 UTC
[PATCH] parport: Mark daisy slave ports as announced
2026-07-05 3:21 UTC
[PATCH v4 0/2] media: Add Himax HM1092 mono NIR sensor driver
2026-07-05 3:13 UTC (3+ messages)
` [PATCH v4 1/2] media: dt-bindings: Add Himax HM1092 NIR sensor
` [PATCH v4 2/2] media: i2c: hm1092: add Himax HM1092 mono NIR sensor driver
[PATCH] octeon_ep_vf: Fix RX page leak on napi_build_skb() failure
2026-07-05 3:16 UTC
[PATCHv2] scsi: st: use kzalloc_array()
2026-07-05 3:14 UTC (2+ messages)
[PATCH v2 0/5] Keep tail page private zero at free and folio split time
2026-07-05 3:00 UTC (2+ messages)
[PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
2026-07-05 2:57 UTC (4+ messages)
[PATCH v7 0/2] ocfs2: validate xattr entry bounds
2026-07-05 2:53 UTC (3+ messages)
` [PATCH v7 1/2] ocfs2: validate inline xattrs during inode block validation
` [PATCH v7 2/2] ocfs2: validate external xattr entries when reading metadata
[PATCH v2 0/6] t: add greplint.pl and convert grep to test_grep
2026-07-05 2:49 UTC (4+ messages)
` [PATCH v3 "
Warning: kernel/seccomp.c:242 struct member 'redirect_capable' not described in 'seccomp_filter'
2026-07-05 2:42 UTC
[PATCH net-next v5 0/2] udp: fix FOU/GUE over multicast
2026-07-05 2:36 UTC (3+ messages)
` [PATCH net-next v5 1/2] udp: fix encapsulation packet resubmit in multicast deliver
` [PATCH net-next v5 2/2] selftests: net: add FOU multicast encapsulation resubmit test
+ mm-secretmem-disable-under-highmem.patch added to mm-new branch
2026-07-05 2:26 UTC
[PATCH] mm/secretmem: disable under HIGHMEM
2026-07-05 2:26 UTC (2+ messages)
+ radix-tree-fix-kmemleak-false-positives-on-tree-head-reassignment.patch added to mm-new branch
2026-07-05 2:12 UTC
+ radix-tree-fix-kmemleak-false-positives-on-tree-head-reassignment.patch added to mm-new branch
2026-07-05 2:11 UTC
[RFC] xdp: add device context to bpf_xdp_link_attach_failed tracepoint
2026-07-05 2:11 UTC (5+ messages)
[to-be-updated] radix-tree-fix-kmemleak-false-positives-on-tree-head-reassignment.patch removed from -mm tree
2026-07-05 2:10 UTC
+ mm-kmemleak-fix-checksum-computation-for-per-cpu-objects.patch added to mm-hotfixes-unstable branch
2026-07-05 2:09 UTC
+ mm-damon-core-disallow-overlapping-input-ranges-for-damon_set_regions.patch added to mm-hotfixes-unstable branch
2026-07-05 2:08 UTC
+ mm-hugetlb-fix-swap-entry-corruption-when-clearing-uffd-wp-at-fork.patch added to mm-hotfixes-unstable branch
2026-07-05 2:08 UTC
+ mm-damon-core-disallow-overlapping-input-ranges-for-damon_set_regions.patch added to mm-nonmm-unstable branch
2026-07-05 2:06 UTC
[PATCH v2 0/7] ASoC: apple: mca: support simultaneous I2S capture on the frontend
2026-07-05 2:05 UTC (4+ messages)
` [PATCH v2 4/7] ASoC: apple: mca: Support FEs being clock consumers
+ mm-damon-core-introduce-damon_probe_hits_mvsum.patch added to mm-new branch
2026-07-05 2:05 UTC
+ mm-damon-sysfs-schemes-set-probe-hits-as-pseudo-moving-sums.patch added to mm-new branch
2026-07-05 2:05 UTC
+ mm-damon-core-introduce-damon_probe_hits_mvsum.patch added to mm-new branch
2026-07-05 2:05 UTC
Warning: block/blk-cgroup.c:2071 function parameter 'nowait' not described in 'blkg_tryget_closest'
2026-07-05 2:00 UTC
[PATCH v2 0/2] riscv: spacemit: Add K3 PCIe/USB comb phy support
2026-07-05 1:59 UTC (5+ messages)
` [PATCH v2 2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3
[PATCH v2 0/2] iio: temperature: Add support for the STS30 temperature sensor
2026-07-05 1:57 UTC (6+ messages)
` [PATCH v2 2/2] iio: temperature: Add STS30 temperature sensor driver
[PATCH] vfio/pci: clear vdev->msi_perm after freeing it on init failure
2026-07-05 1:54 UTC (2+ messages)
[PATCH v3 0/6] riscv: spacemit: Add PCIe RC controller support for K3
2026-07-05 1:52 UTC (4+ messages)
` [PATCH v3 6/6] PCI: spacemit-k1: Add Spacemit K3 PCIe host controller support
[PATCH v2] arm: mvebu: Update docs for Allied Telesis x220
2026-07-05 1:50 UTC
[PATCH v3 00/11] mm: PMD-level swap entries for anonymous THPs
2026-07-05 1:43 UTC (2+ messages)
[PATCH v7 0/1] pps: improve PREEMPT_RT performance
2026-07-05 1:35 UTC (4+ messages)
` [PATCH v7 1/1] pps: pps-gpio: split IRQ handler into hardirq timestamper + threaded handler
[PATCH 0/6] mm: preparatory patches for PMD level swap entries
2026-07-05 1:31 UTC (3+ messages)
[PATCH 0/6] odb: refactor source-specific information in object info
2026-07-05 1:28 UTC (3+ messages)
` [PATCH v2 "
[PATCH 0/4] tracing: add ref_trace_final_put tracing
2026-07-05 1:20 UTC (10+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put
[PATCH] nfsd: Fix dentry refcount leak in nfsd_set_fh_dentry()
2026-07-05 1:16 UTC (2+ messages)
[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
2026-07-05 1:15 UTC (13+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 3/7] cpufreq: rcpufreq_dt: "
[PATCH] scsi: st: use kzalloc_array
2026-07-05 1:15 UTC (5+ messages)
[PATCH net] can: esd_usb: free_candev() after unlink_all_urbs() in disconnect
2026-07-05 1:13 UTC (2+ messages)
[PATCH v2 0/2] iio: inkern: Use namespaced exports
2026-07-05 1:07 UTC (6+ messages)
` [PATCH v2 2/2] "
+ pps-pps-gpio-split-irq-handler-into-hardirq-timestamper-threaded-handler.patch added to mm-nonmm-unstable branch
2026-07-05 1:06 UTC
[PATCH] perf stat: reject --field-separator and --json-output combination
2026-07-05 0:58 UTC
+ signal-avoid-unconditional-siginfo-copy-in-send_signal_locked.patch added to mm-nonmm-unstable branch
2026-07-05 0:59 UTC
[PATCH rdma v3 0/2] Add ZTE DingHai Ethernet Protocol Driver for RDMA
2026-07-05 0:55 UTC (3+ messages)
` [PATCH rdma v3 1/2] RDMA/zrdma: Add ZTE Dinghai "
[PATCH v2] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
2026-07-05 0:49 UTC (2+ messages)
[bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 96/121] drivers/media/platform/qcom/camss/camss-csiphy.c:798:29: warning: unused variable 'np'
2026-07-05 0:34 UTC
GPU reset when running the ROCm hsa runtime tests on gfx12 and next-20260701
2026-07-05 0:35 UTC (2+ messages)
` [Re] "
[PATCH net] sctp: validate the body of a STALE_COOKIE error before reading it
2026-07-05 0:30 UTC
[PATCH] clk: imx: imx8qxp: add missing MODULE_DEVICE_TABLE()
2026-07-05 0:28 UTC (2+ messages)
[PATCH] misc: fastrpc: add missing MODULE_DEVICE_TABLE()
2026-07-05 0:26 UTC (2+ messages)
[PATCH] vdpa: octeon_ep: add missing MODULE_DEVICE_TABLE()
2026-07-05 0:25 UTC
CARGO trouble appeared from 2.54.0 to 2.55.0
2026-07-05 0:21 UTC
[PATCH] net: xscale: ixp4xx: add missing MODULE_DEVICE_TABLE()
2026-07-05 0:19 UTC
[PATCH 0/2] iio: accel: kxsd9: fix use-after-free and PM leaks
2026-07-05 0:19 UTC (6+ messages)
` [PATCH 1/2] iio: accel: kxsd9: fix use-after-free on remove
` [PATCH 2/2] iio: accel: kxsd9: fix runtime PM leaks and unchecked returns
[PATCH] watchdog: via_wdt: add missing MODULE_DEVICE_TABLE()
2026-07-05 0:16 UTC
[PATCH] fbdev: sstfb: add missing MODULE_DEVICE_TABLE()
2026-07-05 0:14 UTC
[PATCH bluetooth] Bluetooth: qca: fix NVM tag length underflow in TLV parser
2026-07-05 0:04 UTC (2+ messages)
` "
[PATCH] Bluetooth: btusb: Add ASUS USB-BT540 and USB-BT600 for Realtek 8761CU
2026-07-05 0:03 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.