messages from 2025-09-18 16:22:01 to 2025-09-22 18:35:55 UTC [more...]
[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
2025-09-22 18:35 UTC (15+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management
[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
2025-09-22 18:13 UTC (4+ messages)
[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
2025-09-22 17:05 UTC (25+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
` [External] : "
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v5 05/15] iommupt: Add iova_to_phys op
[PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test
2025-09-22 16:46 UTC (2+ messages)
[PATCH RFC bpf-next 0/6] Add the the capability to load HW RX checsum in eBPF programs
2025-09-22 15:56 UTC (13+ messages)
` [PATCH RFC bpf-next 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH RFC bpf-next 2/6] net: xdp: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next 3/6] veth: Add xmo_rx_checksum callback to veth driver
` [PATCH RFC bpf-next 4/6] net: ice: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next 5/6] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH RFC bpf-next 6/6] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
[PATCH][next] selftests/clone3: Fix spelling mistake "supportd" -> "supported"
2025-09-22 12:09 UTC
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once
[PATCH 1/2] selftests/acct: add cleanup for leftover process_log binary
2025-09-22 9:10 UTC (2+ messages)
` [PATCH 2/2] selftests/cachestat: add cleanup for leftover tmpshmcstat binary
[PATCH v2 00/11] Start porting UML to nolibc
2025-09-22 7:41 UTC (31+ messages)
` [PATCH v2 01/11] tools compiler.h: fix __used definition
` [PATCH v2 02/11] um: use tools/include for user files
` [PATCH v2 03/11] tools/nolibc/stdio: remove perror if NOLIBC_IGNORE_ERRNO is set
` [PATCH v2 04/11] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH v2 05/11] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH v2 06/11] tools/nolibc: add option to disable runtime
` [PATCH v2 07/11] um: add infrastructure to build files using nolibc
` [PATCH v2 08/11] um: use nolibc for the --showconfig implementation
` [PATCH v2 09/11] tools/nolibc: add uio.h with readv and writev
` [PATCH v2 10/11] tools/nolibc: add ptrace support
` [PATCH v2 11/11] um: switch ptrace FP register access to nolibc
[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
2025-09-22 6:26 UTC (12+ messages)
` [PATCH 2/2] "
[PATCH v3 00/36] sparc64: vdso: Switch to the generic vDSO library
2025-09-22 2:44 UTC (7+ messages)
` [PATCH v3 07/36] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
[PATCH RESEND] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
2025-09-22 0:41 UTC
[PATCH net-next v2 0/6] netconsole: support automatic target recovery
2025-09-21 21:55 UTC (7+ messages)
` [PATCH net-next v2 1/6] netconsole: add target_state enum
` [PATCH net-next v2 2/6] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next v2 3/6] netconsole: add STATE_DEACTIVATED to track targets disabled by low level
` [PATCH net-next v2 4/6] netpoll: add wrapper around __netpoll_setup with dev reference
` [PATCH net-next v2 5/6] netconsole: resume previously deactivated target
` [PATCH net-next v2 6/6] selftests: netconsole: validate target reactivation
[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
2025-09-21 21:08 UTC (12+ messages)
[PATCH] selftests/kexec: Add .gitignore for generated binary
2025-09-21 17:29 UTC
[PATCH] selftests/cachestat: Add file tmpshmcstat to .gitignore
2025-09-21 17:08 UTC
[PATCH RFC 0/3] arm64/gcs: Allow reuse of user managed shadow stacks
2025-09-21 13:21 UTC (4+ messages)
` [PATCH RFC 1/3] arm64/gcs: Support reuse of GCS for exited threads
` [PATCH RFC 2/3] kselftest/arm64: Validate PR_SHADOW_STACK_EXIT_TOKEN in basic-gcs
` [PATCH RFC 3/3] kselftest/arm64: Add PR_SHADOW_STACK_EXIT_TOKEN to gcs-locking
[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
2025-09-21 11:36 UTC (9+ messages)
[PATCH] selftests/timers: Skip some posix_timers tests on kernels < 6.13
2025-09-21 7:59 UTC (2+ messages)
[PATCH v2] selftests/timers: Consolidate and fix 32-bit overflow in timespec_sub
2025-09-21 7:49 UTC (2+ messages)
[PATCH 00/32] ns: support file handles
2025-09-21 7:35 UTC (3+ messages)
` [PATCH 25/32] ns: add to_<type>_ns() to respective headers
[PATCH net-next v3] selftests: forwarding: Reorder (ar)ping arguments to obey POSIX getopt
2025-09-21 6:41 UTC (3+ messages)
[PATCH v2] selftests: ublk: fix behavior when fio is not installed
2025-09-21 5:18 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
2025-09-20 19:52 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: selftests: Remove a duplicate register listing "
` [PATCH 2/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 "
[PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
2025-09-20 18:58 UTC (7+ messages)
` [PATCH v7 6/6] mm/memfd: security hook for memfd_create
[PATCH v3 0/8] riscv: Add Zalasr ISA extension support
2025-09-20 14:52 UTC (15+ messages)
` [PATCH v3 1/8] riscv: add ISA extension parsing for Zalasr
` [PATCH v3 2/8] dt-bindings: riscv: Add Zalasr ISA extension description
` [PATCH v3 3/8] riscv: hwprobe: Export Zalasr extension
` [PATCH v3 4/8] riscv: Introduce Zalasr instructions
` [PATCH v3 5/8] riscv: Use Zalasr for smp_load_acquire/smp_store_release
` [PATCH v3 6/8] riscv: Apply acquire/release semantics to arch_xchg/arch_cmpxchg operations
` [PATCH v3 7/8] RISC-V: KVM: Allow Zalasr extensions for Guest/VM
` [PATCH v3 8/8] KVM: riscv: selftests: Add Zalasr extensions to get-reg-list test
` [External] Re: [PATCH v3 0/8] riscv: Add Zalasr ISA extension support
[PATCH] selftests: Fix Makefile to run targets even the ones in SKIP_TARGETS
2025-09-20 4:19 UTC
[PATCH net v5 0/4] net: netpoll: fix memory leak and add comprehensive selftests
2025-09-20 0:49 UTC (3+ messages)
` [PATCH net v5 4/4] selftest: netcons: add test for netconsole over bonded interfaces
[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
2025-09-19 22:15 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
` [PATCH bpf-next v2 2/3] selftests/bpf: Add test for overwrite "
` [PATCH bpf-next v2 3/3] selftests/bpf/benchs: Add producer and overwrite bench for "
[PATCH v4 0/2] arm64: Support FEAT_LSFE (Large System Float Extension)
2025-09-19 18:38 UTC (7+ messages)
` [PATCH v4 1/2] KVM: arm64: Expose FEAT_LSFE to guests
` (subset) "
` [PATCH v4 2/2] kselftest/arm64: Add lsfe to the hwcaps test
[PATCH v2 0/3] selftests: ublk: kublk: fix feature list
2025-09-19 17:06 UTC (6+ messages)
` [PATCH v2 1/3] selftests: ublk: kublk: simplify feat_map definition
` [PATCH v2 2/3] selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
` [PATCH v2 3/3] selftests: ublk: add test to verify that feat_map is complete
[PATCH v2] selftests/kexec: Ignore selftest binary
2025-09-19 17:01 UTC
[PATCH][next] selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
2025-09-19 16:57 UTC
[PATCH v8 00/29] KVM: arm64: Implement support for SME
2025-09-19 15:53 UTC (4+ messages)
` [PATCH v8 06/29] KVM: arm64: Introduce non-UNDEF FGT control
[PATCH 0/3] Fix a race with fput during eventq abort
2025-09-19 13:43 UTC (13+ messages)
` [PATCH 1/3] iommufd: Fix race during abort for file descriptors
` [PATCH 2/3] iommufd: WARN if an object is aborted with an elevated refcount
` [PATCH 3/3] iommufd/selftest: Update the fail_nth limit
[PATCH V2 0/8] Add selftests for mshare
2025-09-19 13:06 UTC (8+ messages)
` [PATCH V2 1/8] mshare: Add selftests
` [PATCH V2 2/8] mshare: selftests: Adding config fragments
` [PATCH V2 4/8] mshare: selftests: Add test case shared memory
` [PATCH V2 5/8] mshare: selftests: Add test case ioctl unmap
` [PATCH V2 6/8] mshare: selftests: Add some helper functions for configuring and retrieving cgroup
` [PATCH V2 7/8] mshare: selftests: Add test case to demostrate the swapping of mshare memory
` [PATCH V2 8/8] mshare: selftests: Add test case to demostrate that mshare partly supports THP
[PATCH v2 00/33] ns: support file handles
2025-09-19 12:28 UTC (6+ messages)
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
[PATCH v21 0/8] fork: Support shadow stacks in clone3()
2025-09-19 12:10 UTC (7+ messages)
` [PATCH v21 4/8] fork: Add shadow stack support to clone3()
[PATCH net-next 0/6] mptcp: pm: netlink: announce server-side flag
2025-09-19 12:09 UTC (7+ messages)
` [PATCH net-next 1/6] mptcp: pm: netlink: only add server-side attr when true
` [PATCH net-next 2/6] mptcp: pm: netlink: announce server-side flag
` [PATCH net-next 3/6] mptcp: pm: netlink: deprecate server-side attribute
` [PATCH net-next 4/6] selftests: mptcp: pm: get server-side flag
` [PATCH net-next 5/6] mptcp: use _BITUL() instead of (1 << x)
` [PATCH net-next 6/6] mptcp: remove unused returned value of check_data_fin
[PATCH bpf-next 0/5] selftests/bpf: Extend sockmap_redir to test no-redir SK_DROP/SK_PASS
2025-09-19 11:29 UTC (11+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: sockmap_redir: Fix OOB handling
` [PATCH bpf-next 3/5] selftests/bpf: sockmap_redir: Rename functions
` [PATCH bpf-next 4/5] selftests/bpf: sockmap_redir: Let test specify skel's redirect_type
` [PATCH bpf-next 5/5] selftests/bpf: sockmap_redir: Support no-redirect SK_DROP/SK_PASS
[RESEND PATCH] selftests/filesystems: Fix build warning on anon_inode_test
2025-09-19 10:49 UTC
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-19 8:44 UTC (4+ messages)
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
2025-09-19 8:30 UTC (2+ messages)
[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
2025-09-19 8:25 UTC (2+ messages)
[PATCH] selftests: riscv: Add README for RISC-V KSelfTest
2025-09-19 1:32 UTC (2+ messages)
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-18 20:59 UTC (10+ messages)
[PATCH] selftests: always install UAPI headers to the correct directory
2025-09-18 18:06 UTC (2+ messages)
[PATCH 0/5] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
2025-09-18 16:43 UTC (2+ messages)
kselftest and cargo
2025-09-18 16:35 UTC (6+ messages)
[PATCH v2 net-next 00/14] AccECN protocol case handling series
2025-09-18 16:21 UTC (5+ messages)
` [PATCH v2 net-next 10/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v2 net-next 12/14] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v2 net-next 13/14] tcp: accecn: stop sending AccECN opt when loss ACK w/ option
` [PATCH v2 net-next 14/14] tcp: accecn: enable AccECN
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