messages from 2026-07-08 02:11:17 to 2026-07-08 03:27:10 UTC [more...]
AF_ALG deprecation fallout
2026-07-08 3:01 UTC (4+ messages)
[PATCH] platform/x86/intel/vsec: reset state before re-enumerating
2026-07-08 3:26 UTC
[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
2026-07-08 3:26 UTC (7+ messages)
[PATCH v2] common/rc: support f2fs in _require_fanotify_ioerrors()
2026-07-08 3:25 UTC (4+ messages)
` [f2fs-dev] "
[PATCH v4] dmaengine: sun6i-dma: Fix use-after-free in error handling paths
2026-07-08 3:25 UTC
[Buildroot] [autobuild.buildroot.org] Daily results for 2026-07-07
2026-07-08 3:25 UTC
[PATCH i-g-t] tests/amdgpu: add compute scratch memory test
2026-07-08 3:24 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[PATCH v2] iio: accel: adxl372: replace manual bitfield ops with FIELD_GET()
2026-07-08 3:24 UTC (2+ messages)
[PATCH v4 0/6] Add support for IPQ5018 Bluetooth
2026-07-08 3:23 UTC (7+ messages)
` [PATCH v4 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
[PATCH v5] mkfs: simplify setup_proto file status checks
2026-07-08 3:23 UTC
[PATCH bpf 1/2] bpf, x86: Fix FineIBT #CP in BPF dispatcher's indirect-jump fallback
2026-07-08 3:22 UTC (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add XDP dispatcher FineIBT regression test
[PATCH v7] f2fs: protect gc task pointer during teardown
2026-07-08 3:21 UTC (3+ messages)
` [f2fs-dev] "
[PATCH v7 0/3] Makefile: link osxkeychain helper against Rust
2026-07-08 3:21 UTC (5+ messages)
` [PATCH v8 "
` [PATCH v8 1/3] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
` [PATCH v8 2/3] Makefile: support universal macOS builds via RUST_TARGETS
` [PATCH v8 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS
[PATCH bpf-next] selftests/bpf: Rename libarena struct bitmap to struct arena_bitmap
2026-07-08 3:20 UTC (2+ messages)
[PATCH] accel/qaic: reject BO sizes that overflow page count
2026-07-08 3:19 UTC
[PATCH v2 0/4] Fix error handling in HID device probe functions
2026-07-08 3:19 UTC (7+ messages)
` [PATCH v2 1/4] hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop
` [PATCH v2 2/4] hwmon: (gigabyte_waterforce) "
` [PATCH v2 3/4] hwmon: (nzxt-smart2) "
` [PATCH v2 4/4] hwmon: (nzxt-kraken3) "
[PATCH] erofs: relax sanity check for tail pclusters on ztailpacking images
2026-07-08 3:18 UTC (2+ messages)
` [PATCH v2] erofs: relax sanity check for tail pclusters due to ztailpacking
[PATCH v3 0/2] Add Lenovo ThinkEdge SE70 carrier board support
2026-07-08 3:17 UTC (6+ messages)
` [PATCH 2/2] arm64: tegra: Add Lenovo ThinkEdge SE70 device tree
` [External] "
` [External] Re: [PATCH v3 0/2] Add Lenovo ThinkEdge SE70 carrier board support
net/ipv4/esp4.c:237: Warning: missing closing `"'
2026-07-08 3:15 UTC
[samba-ksmbd:pali-patch8 1/1] fs/smb/client/reparse.c:430:48: error: passing argument 4 of 'tcon->ses->server->ops->set_EA' makes pointer from integer without a cast
2026-07-08 3:15 UTC
[PATCH v5 1/2] Makefile: add $(GITLIBS) prerequisite to osxkeychain
2026-07-08 3:15 UTC (2+ messages)
` [PATCH v7 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS
[PATCH] drm/panthor: add gpu_load debugfs node
2026-07-08 3:24 UTC
[PATCH v2] wifi: cfg80211: BUG on runaway wiphy work drains
2026-07-08 3:14 UTC
[PATCH 0/4] docs/zh_CN: update rust documentation translations
2026-07-08 3:13 UTC (2+ messages)
` [PATCH 1/4] docs/zh_CN: Update rust/quick-start.rst translation
[PATCH] libbpf: Limit bitfield dump reads to checked bytes
2026-07-08 3:12 UTC (3+ messages)
[PATCH v5 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-08 3:12 UTC (2+ messages)
[PATCH 00/18] Another attempt at HVO support on arm64
2026-07-08 3:11 UTC (19+ messages)
` [PATCH 01/18] hugetlb_vmemmap: Always flush TLB if needed upon PTE remapping
` [PATCH 02/18] hugetlb_vmemmap: Move vmemmap_get_tail up
` [PATCH 03/18] hugetlb_vmemmap: Leave pages partially HVOed upon restore failure
` [PATCH 04/18] hugetlb_vmemmap: Use try_update_vmemmap_pte to update in-use PTEs
` [PATCH 05/18] hugetlb_vmemmap: Allow architectures not to allow HVO at runtime
` [PATCH 06/18] arm64: Rename cpu_has_hw_af to system_has_hw_af
` [PATCH 07/18] arm64: Add system_supports_hvo
` [PATCH 08/18] arm64: Implement try_update_vmemmap_pte using the AF trick
` [PATCH 09/18] arm64: Prevent HVO if the HVO system feature is not enabled
` [PATCH 10/18] arm64: Support hugetlb vmemmap optimization
` [PATCH 11/18] hugetlb_vmemmap: Use try_populate_vmemmap_pmd for replacing in-use PMDs
` [PATCH 12/18] arm64: Implement try_populate_vmemmap_pmd using AF trick
` [PATCH 13/18] arm64: Drop BBML2_NOABORT requirement for HVO
` [PATCH 14/18] hugetlb_vmemmap: Rename mm/hugetlb_vmemmap.h to mm/hugetlb_vmemmap_internal.h
` [PATCH 15/18] hugetlb_vmemmap: Add a way to permanently disable HVO when needed
` [PATCH 16/18] arm64: Allow "optional" CPU features to be required sometimes
` [PATCH 17/18] arm64: Permit onlining of HVO-incompatible late CPUs if HVO is not in use
` [PATCH 18/18] arm64: Remove user-selectable HVO Kconfig
[PATCH] serial: 8250: serialize shared IRQ startup
2026-07-08 3:11 UTC (2+ messages)
` [PATCH v2] serial: 8250: fix shared IRQ startup race causing IRQ warning
[PATCH bpf-next v2 0/2] Fix for untrusted BTF pointer writes
2026-07-08 3:07 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject writes through untrusted BTF pointers
` [PATCH bpf-next v2 2/2] selftests/bpf: Add untrusted BTF write regression
[RFC PATCH v1.3 0/7] mm/damon: update probe hits for runtime parameter commits
2026-07-08 3:05 UTC (11+ messages)
` [RFC PATCH v1.3 1/7] mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
` [RFC PATCH v1.3 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH v1.3 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH v1.3 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH v1.3 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH v1.3 6/7] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH v1.3 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()
[PATCH v3] can: m_can: Use of_property_present() for wakeup-source
2026-07-08 3:05 UTC
[PATCH net 0/2] net: macb: fix TXUBR interrupt storm on link flapping
2026-07-08 3:05 UTC (5+ messages)
` [PATCH net 1/2] net: macb: reprogram TBQP after shuffling the TX ring on link-up
[PATCH v4] staging: media: atomisp: refactor pipe graph dump stage formatting
2026-07-08 3:04 UTC (5+ messages)
[PATCH] wifi: cfg80211: reinit wiphy work entries on runaway drain
2026-07-08 3:04 UTC (3+ messages)
[djwong-xfs:xfs-codex-fixes 119/122] fs/xfs/scrub/quota_repair.c:320:3: warning: label followed by a declaration is a C23 extension
2026-07-08 3:03 UTC
[PATCH] watchdog: airoha: Prevent division by zero when clock frequency is zero
2026-07-08 3:04 UTC (2+ messages)
[PATCH 0/1] libceph: fix a monmap use-after-free in ceph_compare_options()
2026-07-08 3:03 UTC (2+ messages)
` [PATCH 1/1] libceph: use RCU to protect monmap "
[PATCH v4] media: cec: Serialize exclusive follower delivery
2026-07-08 3:01 UTC
[PATCH v4] dma: at_hdmac: Fix use-after-free by proper tasklet cleanup
2026-07-08 2:59 UTC
[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
2026-07-08 2:59 UTC (4+ messages)
` [PATCH 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
` [PATCH 2/3] t/lib-httpd: make http-429 first-request check atomic
` [PATCH 3/3] t/README: document writing concurrency-safe helpers
[PATCH bpf-next v5 0/6] Mixing bpf2bpf and tailcalls for RV64
2026-07-08 2:57 UTC (7+ messages)
` [PATCH bpf-next v5 2/6] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v5 5/6] riscv, bpf: Mixing bpf2bpf and tailcalls
[PATCH v2 0/3] smb/server: improve async interim response handling for compound requests
2026-07-08 2:56 UTC (4+ messages)
` [PATCH v2 1/3] smb/server: send compound prefix before async pending response
` [PATCH v2 2/3] smb/server: introduce struct ksmbd_transport_write
` [PATCH v2 3/3] smb/server: use MSG_EOR for async interim response
[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-07-08 2:52 UTC (3+ messages)
` [PATCH v2 2/4] Drivers: hv: Add logical device ID registry for vPCI devices
[ebiggers:aes-modes-v1 20/33] security/keys/trusted-keys/trusted_dcp.c:190:2: error: call to undeclared function 'put_unaligned_le32'; ISO C99 and later do not support implicit function declarations
2026-07-08 2:50 UTC
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS fb05064017350d336d9eb30847b0becceeb8bce3
2026-07-08 2:50 UTC
[android-common:android-mainline-desktop 1/1] drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c:762:undefined reference to `crypto_unregister_rng'
2026-07-08 2:50 UTC
[PATCH] iio: accel: adxl372: replace manual bitfield ops with FIELD_GET()
2026-07-08 2:50 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS f9955df41cbe85e84f79e0b59fd91f4f1dc78a29
2026-07-08 2:48 UTC
[drm-xe:drm-xe-next] BUILD SUCCESS 0f800465ecabac95c434a98681124382bcec6207
2026-07-08 2:50 UTC
[PATCH] ACPI: TAD: Use devm_pm_runtime_set_active_enabled()
2026-07-08 2:49 UTC
[PATCH] ALSA: hda/realtek: Add inverted LED quirk for HP ZBook 8 G2a
2026-07-08 2:47 UTC
[RFC PATCH v5] ntfs: serialize attribute-list replacement with lookups
2026-07-08 2:46 UTC (3+ messages)
[PATCH] mm/migrate_device: avoid overflowing migrate_vma collection arrays
2026-07-08 2:45 UTC (2+ messages)
[PATCH v3 0/5] hw/riscv: Add support for Milk-V Duo board
2026-07-08 2:43 UTC (3+ messages)
` [PATCH v3 1/5] hw/char: Add dw8250 UART
[OE-core][PATCH 0/3] kernel: make the kernel toolchain switchable to clang
2026-07-08 2:44 UTC (6+ messages)
` [OE-core][PATCH 1/3] module.bbclass/make-mod-scripts: inhibit default dependencies
` [OE-core][PATCH 2/3] kernel-yocto: export CLANG_FLAGS for the kconfiglib config audit
` [OE-core][PATCH 3/3] kernel-arch: add KERNEL_TOOLCHAIN for building the kernel with clang
` [PATCH 0/3] kernel: make the kernel toolchain switchable to clang
[PATCH] sched: Remove unused tryget_task_struct()
2026-07-08 2:43 UTC (2+ messages)
[PATCH net] rds: drop incoming messages that cross network namespace boundaries
2026-07-08 2:43 UTC
[PATCH v7 00/16] Support Armv8 RAS Extensions for Kernel-first error handling
2026-07-08 2:41 UTC (2+ messages)
[PATCH v6 00/24] fix dynamic-debug classmaps API for DRM
2026-07-08 2:41 UTC (31+ messages)
` [PATCH v6 01/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v6 02/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v6 03/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v6 04/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v6 05/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v6 06/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v6 07/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v6 08/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v6 09/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v6 10/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v6 11/24] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v6 12/24] dyndbg: reduce verbose/debug clutter
` [PATCH v6 13/24] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v6 14/24] dyndbg: use KBUILD_MODFILE for unique builtin module names
` [PATCH v6 15/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v6 16/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v6 17/24] dyndbg: replace classmap list with an array-slice
` [PATCH v6 18/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v6 19/24] dyndbg: pin class param storage to u32
` [PATCH v6 20/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v6 21/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v6 22/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v6 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v6 24/24] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
[PATCH v3] dma: at_hdmac: Fix use-after-free by proper tasklet cleanup
2026-07-08 2:40 UTC (2+ messages)
[PATCH 0/2] ir: support IR for Amlogic A9 SoC
2026-07-08 2:39 UTC (5+ messages)
` [PATCH 2/2] arm64: dts: amlogic: a9: Add IR controller support
[PATCH 0/2] iommufd: Add AMD vIOMMU HW queue support
2026-07-08 2:39 UTC (3+ messages)
` [PATCH 1/2] iommufd: add hw_queue_init for guest-address queue setup
[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD REGRESSION 0dc30c418493b8f9416a707830b55e287acd10c2
2026-07-08 2:37 UTC
[davidhildenbrand:folded_pgtable 17/28] arch/nios2/mm/fault.c:231:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'p4d_k'
2026-07-08 2:37 UTC
[PATCH v3] dma: at_hdmac: Fix use-after-free by proper tasklet cleanup
2026-07-08 2:37 UTC (2+ messages)
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-08 2:36 UTC (10+ messages)
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
[PATCH v4 0/3] Test panthor sparse mappings
2026-07-08 2:36 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for Test panthor sparse mappings (rev3)
[PATCH v2] ALSA: control: preserve snd_card_file_add() error code in snd_ctl_open()
2026-07-08 2:35 UTC
[PATCH] KVM: x86: TDX: Use validated CPUID entry count for TD init
2026-07-08 2:35 UTC (2+ messages)
[PATCH] arm64: fixmap: Allow 256K early_ioremap() at any offset
2026-07-08 2:35 UTC
[tglx-devel:entry/rework 18/18] arch/powerpc/kernel/syscall.c:22:17: error: expected ')' before 'return'
2026-07-08 2:34 UTC
[f2fs-dev] [PATCH] inject.f2fs: fix injecting nat/sit journal in compact summary
2026-07-08 2:34 UTC (2+ messages)
blktests: call for agreement to relicense GPL-2.0 files
2026-07-08 2:34 UTC (2+ messages)
[PATCH v2 0/6] cxl: Support mixed-granularity region interleaves
2026-07-08 2:33 UTC (4+ messages)
` [PATCH v2 6/6] Documentation/cxl: Add region granularity and multi-level interleave guide
[PATCH i-g-t] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO
2026-07-08 2:32 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[RFC PATCH v1.2 0/7] mm/damon: update probe hits for runtime parameter commits
2026-07-08 2:32 UTC (2+ messages)
[PATCH 1/2 v3] fsck.erofs: add multi-threaded decompression
2026-07-08 2:31 UTC (3+ messages)
pull request: mm81x-driver-08-07-2026
2026-07-08 2:30 UTC
[STATUS] next/master - 5c73cd9f0819c1c44e373e3dabb68318b1de1a12
2026-07-08 2:30 UTC
[Patch v9 00/10] Perf tools: Support eGPRs/SSP/SIMD registers sampling
2026-07-08 2:30 UTC (10+ messages)
` [Patch v9 05/10] perf regs: Support x86 eGPRs/SSP sampling
` [Patch v9 07/10] perf regs: Enable dumping of SIMD registers
` [Patch v9 09/10] perf tests: Add x86 eGPRs/SSP registers sampling test
[PATCH] examples: Fix vm_power_manager scratch area to /run/dpdk/powermanager
2026-07-08 2:27 UTC (5+ messages)
[PATCH] docs: ABI: zram: fix spelling mistakes
2026-07-08 2:26 UTC (2+ messages)
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-07-08 2:25 UTC (3+ messages)
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?
[PATCH] usb: typec: ucsi: recover from silent PPM completion in sync_control
2026-07-08 2:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 1/4] kernel-arch: Add clang toolchain support
2026-07-08 2:19 UTC (2+ messages)
` [OE-core] "
[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
2026-07-08 2:17 UTC (5+ messages)
` [PATCH 3/3] riscv: dts: spacemit: k3: Add UFS support
[PATCH] fuse: drop redundant err assignments in fuse_dev_do_write()
2026-07-08 2:17 UTC
[PATCH] ALSA: control: preserve snd_card_file_add() error code in snd_ctl_open()
2026-07-08 2:17 UTC (3+ messages)
[PATCH v10] mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
2026-07-08 2:15 UTC
[PATCH 0/4] Fix error handling in HID device probe functions
2026-07-08 2:11 UTC (3+ messages)
` [PATCH 3/4] hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stop
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.