messages from 2026-04-01 05:25:55 to 2026-04-01 17:36:39 UTC [more...]
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-01 17:36 UTC (72+ messages)
` [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
` [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
` [PATCH 13/33] rust: block: update `const_refs_to_static` "
` [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
` [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH 30/33] docs: rust: general-information: use real example
` [PATCH 31/33] rust: declare cfi_encoding for lru_status
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
2026-04-01 17:33 UTC (23+ messages)
` [PATCH v3 02/13] selftests/mm: fix hugetlb pathname construction in charge_reserved_hugetlb.sh
` [PATCH v3 03/13] selftests/mm: fix hugetlb pathname construction in hugetlb_reparenting_test.sh
` [PATCH v3 04/13] selftest/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v3 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [PATCH v3 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v3 10/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v3 11/13] selftests/mm: fix double increment in linked list cleanup in compaction_test
[PATCH net-next v2 0/7] Decouple receive and transmit enablement in team driver
2026-04-01 17:00 UTC (10+ messages)
` [PATCH net-next v2 1/7] net: team: Annotate reads and writes for mixed lock accessed values
` [PATCH net-next v2 2/7] net: team: Remove unused team_mode_op, port_enabled
` [PATCH net-next v2 3/7] net: team: Rename port_disabled team mode op to port_tx_disabled
` [PATCH net-next v2 4/7] selftests: net: Add tests for failover of team-aggregated ports
` [PATCH net-next v2 5/7] selftests: net: Add test for enablement of ports with teamd
` [PATCH net-next v2 6/7] net: team: Decouple rx and tx enablement in the team driver
` [PATCH net-next v2 7/7] selftests: net: Add tests for team driver decoupled tx and rx control
[PATCH 00/10] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-01 16:15 UTC (11+ messages)
` [PATCH 01/10] selftests/bpf: Fall back to distro build directory for test_kmods
` [PATCH 02/10] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH 03/10] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH 04/10] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH 05/10] selftests/bpf: Tolerate test file compilation failures
` [PATCH 06/10] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH 07/10] selftests/bpf: Tolerate benchmark build failures
` [PATCH 08/10] selftests/bpf: Provide weak definitions for cross-test uprobe functions
` [PATCH 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH 10/10] selftests/bpf: Tolerate missing files during install
[PATCH v3] selftests/x86: Fix sysret_rip assertion failure on FRED systems
2026-04-01 15:18 UTC (2+ messages)
[PATCH net-next v7] selftests: net: add tests for PPP
2026-04-01 15:45 UTC (3+ messages)
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-01 15:35 UTC (6+ messages)
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH bpf-next v3 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
2026-04-01 15:32 UTC (2+ messages)
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-04-01 15:32 UTC (8+ messages)
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
[PATCH v3] selftests/x86: Fix sysret_rip assertion failure on FRED systems
2026-04-01 14:36 UTC (2+ messages)
[PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
2026-04-01 14:53 UTC (5+ messages)
[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
2026-04-01 14:39 UTC (21+ messages)
` [PATCH v2 01/20] cxl: Add cxl_get_hdm_info() for HDM decoder metadata
` [PATCH v2 02/20] cxl: Declare cxl_find_regblock and cxl_probe_component_regs in public header
` [PATCH v2 03/20] cxl: Move component/HDM register defines to uapi/cxl/cxl_regs.h
` [PATCH v2 04/20] cxl: Split cxl_await_range_active() from media-ready wait
` [PATCH v2 05/20] cxl: Record BIR and BAR offset in cxl_register_map
` [PATCH v2 06/20] vfio: UAPI for CXL-capable PCI device assignment
` [PATCH v2 07/20] vfio/pci: Add CXL state to vfio_pci_core_device
` [PATCH v2 08/20] vfio/pci: Add CONFIG_VFIO_CXL_CORE and stub CXL hooks
` [PATCH v2 09/20] vfio/cxl: Detect CXL DVSEC and probe HDM block
` [PATCH v2 10/20] vfio/pci: Export config access helpers
` [PATCH v2 11/20] vfio/cxl: Introduce HDM decoder register emulation framework
` [PATCH v2 12/20] vfio/cxl: Wait for HDM ranges and create memdev
` [PATCH v2 13/20] vfio/cxl: CXL region management support
` [PATCH v2 14/20] vfio/cxl: DPA VFIO region with demand fault mmap and reset zap
` [PATCH v2 15/20] vfio/cxl: Virtualize CXL DVSEC config writes
` [PATCH v2 16/20] vfio/cxl: Register regions with VFIO layer
` [PATCH v2 17/20] vfio/pci: Advertise CXL cap and sparse component BAR to userspace
` [PATCH v2 18/20] vfio/cxl: Provide opt-out for CXL feature
` [PATCH v2 19/20] docs: vfio-pci: Document CXL Type-2 device passthrough
` [PATCH v2 20/20] selftests/vfio: Add CXL Type-2 VFIO assignment test
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-04-01 14:36 UTC (5+ messages)
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after Live Update
[PATCH bpf-next v7 0/3] libbpf: clarify raw-address single kprobe attach behavior
2026-04-01 14:29 UTC (4+ messages)
` [PATCH bpf-next v7 1/3] libbpf: use direct error codes for kprobe/uprobe attach
` [PATCH bpf-next v7 2/3] libbpf: clarify raw-address single kprobe attach behavior
` [PATCH bpf-next v7 3/3] selftests/bpf: add test for raw-address single kprobe attach
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-01 14:22 UTC (5+ messages)
` [PATCH v3 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
2026-04-01 14:09 UTC (7+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()
[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
2026-04-01 14:01 UTC (6+ messages)
[PATCH v7 0/7] selftests/mm: skip several tests when thp is not available
2026-04-01 13:46 UTC (8+ messages)
` [PATCH v7 4/7] selftests: ksft_exit_fail_perror: support printf style arguments
[PATCH 1/4] selftests/mm: respect build verbosity settings for 32/64-bit targets
2026-04-01 13:44 UTC (4+ messages)
` [PATCH 4/4] selftests/mm: fix cow/gup_longterm link failures when liburing flags are missing
[PATCH v6 0/2] firmware_loader: allow firmware_class.path to take multiple paths
2026-04-01 13:43 UTC (3+ messages)
` [PATCH v6 1/2] firmware_loader: add search_path= module option for multi-path firmware lookup
` [PATCH v6 2/2] selftests/firmware: add search path test for firmware_class.search_path=
[PATCH net 2/2] selftests: seg6: add test for dst_cache isolation in seg6 lwtunnel
2026-04-01 13:03 UTC (3+ messages)
[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
2026-04-01 12:23 UTC (8+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
` [RFC PATCH v2 2/3] vfs: transitive upgrade restrictions for fds
[PATCH v3 1/2] powerpc64/bpf: Implement fsession support
2026-04-01 14:10 UTC (4+ messages)
` [PATCH v3 2/2] powerpc32/bpf: Add "
[PATCH v1 0/1] Make the script complaint with 'sh' shell
2026-04-01 11:56 UTC (4+ messages)
` [PATCH v1 1/1] selftests/cpu-hotplug: Make the script complaint with sh shell
[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
2026-04-01 11:45 UTC (3+ messages)
[PATCH v3 0/4] powerpc/bpf: Add support for instruction array and indirect jump
2026-04-01 15:21 UTC (5+ messages)
` [PATCH v3 1/4] powerpc/bpf: Add support for instruction array
` [PATCH v3 2/4] selftest/bpf: Enable instruction array test for powerpc
` [PATCH v3 3/4] powerpc64/bpf: Add support for indirect jump
` [PATCH v3 4/4] selftest/bpf: Enable gotox tests for powerpc64
[PATCH v2 1/2] mm: prevent droppable mappings from being locked
2026-04-01 11:17 UTC (5+ messages)
` [PATCH v2 2/2] selftests/mm: verify droppable mappings cannot be locked
[PATCH bpf v5 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
2026-04-01 11:04 UTC (3+ messages)
` [PATCH bpf v5 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v5 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()
[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
2026-04-01 10:55 UTC (3+ messages)
` [PATCH v14 3/4] "
[PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
2026-04-01 10:22 UTC (5+ messages)
[PATCH bpf-next v6 0/3] libbpf: clarify raw-address single kprobe attach behavior
2026-04-01 10:18 UTC (7+ messages)
` [PATCH bpf-next v6 1/3] libbpf: use direct error codes for kprobe/uprobe attach
` [PATCH bpf-next v6 2/3] libbpf: clarify raw-address single kprobe attach behavior
` [PATCH bpf-next v6 3/3] selftests/bpf: add test for raw-address single kprobe attach
[PATCH v5] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
2026-04-01 9:05 UTC
[PATCH v4] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
2026-04-01 8:44 UTC (5+ messages)
[PATCH 0/8] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
2026-04-01 7:41 UTC (5+ messages)
` [PATCH 1/8] selftests: livepatch: test-syscall: Check for ARCH_HAS_SYSCALL_WRAPPER
[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
2026-04-01 7:36 UTC (6+ messages)
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
[PATCH net-next v2 0/5] net: bridge: mcast: add multicast exponential field encoding
2026-04-01 7:29 UTC (9+ messages)
` [PATCH net-next v2 1/5] ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
` [PATCH net-next v2 2/5] ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()
` [PATCH net-next v2 3/5] ipv4: igmp: encode multicast exponential fields
` [PATCH net-next v2 4/5] ipv6: mld: "
[PATCH v7 1/2] powerpc64/bpf: Implement JIT support for private stack
2026-04-01 10:32 UTC (2+ messages)
` [PATCH v7 2/2] selftests/bpf: Enable private stack tests for powerpc64
[PATCH net-next] selftests/net: Add two xdp tests to xdp.py
2026-04-01 5:27 UTC
[PATCH bpf-next v5 0/2] libbpf: clarify raw-address single kprobe attach behavior
2026-04-01 5:25 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: add test for raw-address single kprobe attach
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox