messages from 2025-10-08 13:03:36 to 2025-10-14 05:24:21 UTC [more...]
[PATCH][v3] hung_task: Panic after fixed number of hung tasks
2025-10-14 5:23 UTC (5+ messages)
` [PATCH v3] "
` [外部邮件] "
[PATCH net-next v5 1/2] net/tls: support setting the maximum payload size
2025-10-14 5:18 UTC (2+ messages)
` [PATCH net-next v5 2/2] selftests: tls: add tls record_size_limit test
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-10-14 1:51 UTC (5+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v4 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v4 3/3] Documentation: kvm: new UAPI for handling SEA
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-13 23:51 UTC (6+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
` [PATCH v3 2/5] mm/selftests: add max_vma_count tests
` [PATCH v3 3/5] mm: introduce vma_count_remaining()
` [PATCH v3 4/5] mm: rename mm_struct::map_count to vma_count
` [PATCH v3 5/5] mm/tracing: introduce trace_mm_insufficient_vma_slots event
[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
2025-10-13 23:22 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
[PATCH v20 00/28] riscv control-flow integrity for usermode
2025-10-13 21:56 UTC (29+ messages)
` [PATCH v20 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v20 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v20 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v20 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v20 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v20 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v20 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v20 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v20 09/28] riscv/mm: write protect and shadow stack
` [PATCH v20 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v20 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v20 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v20 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v20 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v20 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v20 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v20 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v20 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v20 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v20 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v20 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v20 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v20 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v20 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v20 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v20 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v20 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v2] vdso: Remove struct getcpu_cache
2025-10-13 21:09 UTC (7+ messages)
[PATCH net v7 0/4] net: netpoll: fix memory leak and add comprehensive selftests
2025-10-13 18:11 UTC (6+ messages)
` [PATCH net v7 4/4] selftest: netcons: add test for netconsole over bonded interfaces
[PATCH v2 4/4] selftests/riscv: Add Zicbop prefetch test
2025-10-13 17:41 UTC (4+ messages)
[PATCH v4 net-next 00/13] AccECN protocol case handling series
2025-10-13 17:03 UTC (14+ messages)
` [PATCH v4 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 03/13] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v4 net-next 04/13] tcp: disable RFC3168 fallback identifier "
` [PATCH v4 net-next 05/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v4 net-next 06/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v4 net-next 07/13] tcp: move increment of num_retrans
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 09/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v4 net-next 10/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v4 net-next 11/13] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v4 net-next 13/13] tcp: accecn: enable AccECN
[PATCH 0/2] KVM: x86: selftests: add L1TF exploit test
2025-10-13 15:36 UTC (4+ messages)
` [PATCH 1/2] selftests: fix installing nested TEST_GEN_MODS_DIR
` [PATCH 2/2] KVM: x86: selftests: add an L1TF exploit test
[PATCH v2 0/4] KVM ARM64 pre_fault_memory
2025-10-13 15:15 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Add pre_fault_memory implementation
` [PATCH v2 2/4] KVM: selftests: Fix unaligned mmap allocations
` [PATCH v2 3/4] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v2 4/4] KVM: selftests: Add option for different backing in pre-fault tests
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-10-13 14:30 UTC (10+ messages)
[PATCH] selftests: livepatch: use canonical ftrace path
2025-10-13 14:28 UTC (2+ messages)
[PATCH 0/2] selftests/verification: Add initial RV tests
2025-10-13 11:56 UTC (3+ messages)
[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
2025-10-13 9:51 UTC
[PATCH v2 0/2] Optimize the allocation of vector regset
2025-10-13 9:12 UTC (3+ messages)
` [PATCH v2 1/2] riscv: ptrace: "
` [PATCH v2 2/2] selftests: riscv: Add test for the Vector ptrace interface
[PATCH net repost] selftests: net: check jq command is supported
2025-10-13 8:00 UTC
[PATCH net v3] selftests: drv-net: update remaining Python init files
2025-10-12 18:10 UTC (3+ messages)
[PATCH v3 0/5] tracing: fprobe: list-style filters,
2025-10-12 14:40 UTC (14+ messages)
` [PATCH v3 1/5] docs: tracing: fprobe: document list filters and :entry/:exit
` [PATCH v3 2/5] tracing: fprobe: require explicit [GROUP/]EVENT for list/wildcard
` [PATCH v3 3/5] tracing: fprobe: support comma-separated symbols and :entry/:exit
[PATCH bpf v3 0/2] bpf: Avoid RCU context warning when unpinning htab with internal structs
2025-10-11 15:09 UTC (5+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add test for unpinning htab with internal timer struct
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-10-11 14:32 UTC (13+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[PATCH net-next] selftests: net: check jq command is supported
2025-10-11 3:26 UTC (4+ messages)
[PATCH v1] selftests: cachestat: Fix warning on declaration under label
2025-10-10 20:07 UTC (2+ messages)
[PATCH] filelock: add .gitignore
2025-10-10 17:11 UTC (2+ messages)
[PATCH bpf-next v4 0/2] Add kfuncs bpf_strcasestr and bpf_strncasestr
2025-10-10 17:10 UTC (2+ messages)
[PATCH v3 0/4] selftests/resctrl: Enable MBM and MBA tests on AMD
2025-10-10 15:38 UTC (3+ messages)
` "
[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
2025-10-10 15:29 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v4 net-next 00/13] AccECN protocol case handling series
2025-10-10 14:55 UTC (16+ messages)
` [PATCH v4 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 03/13] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v4 net-next 04/13] tcp: disable RFC3168 fallback identifier "
` [PATCH v4 net-next 05/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v4 net-next 06/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v4 net-next 07/13] tcp: move increment of num_retrans
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 09/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v4 net-next 10/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v4 net-next 11/13] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v4 net-next 13/13] tcp: accecn: enable AccECN
[PATCH] selftests/run_kselftest.sh: Add --error-on-fail flag
2025-10-10 9:32 UTC (3+ messages)
[linux-next20251003] tmp2 selftests resulting in Kernel OOPs
2025-10-10 3:32 UTC (5+ messages)
` [bisected][linux-next20251003] "
[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
2025-10-09 16:59 UTC (4+ messages)
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests
[PATCH AUTOSEL 6.17-6.16] rust: kunit: allow `cfg` on `test`s
2025-10-09 15:55 UTC (2+ messages)
` [PATCH AUTOSEL 6.17] kunit: Enable PCI on UML without triggering WARN()
[PATCH v2 00/37] mm: remove nth_page()
2025-10-09 13:05 UTC (13+ messages)
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` (bisected) "
[PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
2025-10-09 11:44 UTC (4+ messages)
[PATCH v5 12/15] iommupt: Add the x86 64 bit page table format
2025-10-09 11:43 UTC (4+ messages)
[PATCH RFC 00/35] mm: remove nth_page()
2025-10-09 10:30 UTC (6+ messages)
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
[PATCH 1/1] Use new `--output-format=doctest` rustdoc command line flag to improve doctest handling
2025-10-09 9:14 UTC
[PATCH bpf-next v3 1/2] bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
2025-10-09 1:38 UTC (3+ messages)
[PATCH bpf-next v4 1/2] bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
2025-10-09 1:23 UTC (2+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test "
update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
2025-10-09 1:07 UTC (2+ messages)
[PATCH 00/11] vdso: Various cleanups
2025-10-09 1:06 UTC (2+ messages)
[PATCH net v2 4/9] selftests: drv-net: xdp: rename netnl to ethnl
2025-10-08 23:35 UTC (10+ messages)
` [PATCH net v2 5/9] selftests: drv-net: xdp: add test for interface level qstats
` [PATCH net v2 7/9] selftests: drv-net: fix linter warnings in pp_alloc_fail
` [PATCH net v2 8/9] selftests: drv-net: pp_alloc_fail: lower traffic expectations
` [PATCH net v2 9/9] selftests: drv-net: pp_alloc_fail: add necessary optoins to config
[PATCH net v2] selftests: drv-net: update remaining Python init files
2025-10-08 18:53 UTC (3+ messages)
[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-08 15:29 UTC (20+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
2025-10-08 14:37 UTC (3+ messages)
` [PATCH v6 01/15] genpt: Generic Page Table base API
[PATCH 0/2] HID: multitouch: fix sticky-fingers quirks
2025-10-08 14:06 UTC (3+ messages)
` [PATCH 1/2] HID: multitouch: fix sticky fingers
` [PATCH 2/2] selftests/hid: add tests for missing release on the Dell Synaptics
[PATCH v2] Fix to avoid the usage of the `res` variable uninitialized in the following macro expansions
2025-10-08 13:30 UTC (4+ messages)
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;
as well as URLs for NNTP newsgroup(s).