Show patches with: none      |   22357 patches
« 1 2 ... 72 73 74223 224 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,06/18] tools/nolibc: types.h: add RB_ flags for reboot() selftests/nolibc: allow run with minimal kernel config - - - --- 2023-07-07 Zhangjin Wu Accepted
[v4,05/18] selftests/nolibc: fix up int_fast16/32_t test cases for musl selftests/nolibc: allow run with minimal kernel config - 1 - --- 2023-07-07 Zhangjin Wu Accepted
[v4,04/18] selftests/nolibc: add _LARGEFILE64_SOURCE for musl selftests/nolibc: allow run with minimal kernel config - 1 - --- 2023-07-07 Zhangjin Wu Accepted
[v4,03/18] selftests/nolibc: gettid: restore for glibc and musl selftests/nolibc: allow run with minimal kernel config - 1 - --- 2023-07-07 Zhangjin Wu Accepted
[v4,02/18] selftests/nolibc: stat_fault: silence NULL argument warning with glibc selftests/nolibc: allow run with minimal kernel config - 1 - --- 2023-07-07 Zhangjin Wu Accepted
[v4,01/18] selftests/nolibc: add run-libc-test target selftests/nolibc: allow run with minimal kernel config - - - --- 2023-07-07 Zhangjin Wu Accepted
[bpf-next,v3,6/6] bpf: selftests: Add defrag selftests Support defragmenting IPv(4|6) packets in BPF - - - --- 2023-07-07 Daniel Xu New
[bpf-next,v3,5/6] bpf: selftests: Support custom type and proto for client sockets Support defragmenting IPv(4|6) packets in BPF - - - --- 2023-07-07 Daniel Xu Accepted
[bpf-next,v3,4/6] bpf: selftests: Support not connecting client socket Support defragmenting IPv(4|6) packets in BPF - - - --- 2023-07-07 Daniel Xu Accepted
[v6,15/15] selftests/nolibc: add mmap_munmap_good test case tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,14/15] selftests/nolibc: add munmap_bad test case tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,13/15] selftests/nolibc: add mmap_bad test case tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,12/15] selftests/nolibc: add sbrk_0 to test current brk getting tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,11/15] selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRER tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,10/15] selftests/nolibc: prepare: create /dev/zero tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,09/15] selftests/nolibc: export argv0 for some tests tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,08/15] tools/nolibc: clean up sbrk() routine tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,07/15] tools/nolibc: clean up mmap() routine tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,06/15] tools/nolibc: __sysret: support syscalls who return a pointer tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,05/15] tools/nolibc: add missing my_syscall6() for mips tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,04/15] tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,03/15] tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,02/15] toolc/nolibc: arch-*.h: clean up whitespaces after __asm__ tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v6,01/15] tools/nolibc: arch-*.h: fix up code indent errors tools/nolibc: add a new syscall helper - - - --- 2023-07-07 Zhangjin Wu Accepted
[v2,bpf-next] selftests/bpf: Corrected two typos [v2,bpf-next] selftests/bpf: Corrected two typos 2 - - --- 2023-07-07 Lu Hongfei Accepted
[bpf-next,v2,6/6] bpf: selftests: Add defrag selftests Support defragmenting IPv(4|6) packets in BPF - - - --- 2023-07-06 Daniel Xu New
[bpf-next,v2,5/6] bpf: selftests: Support custom type and proto for client sockets Support defragmenting IPv(4|6) packets in BPF - - - --- 2023-07-06 Daniel Xu Accepted
[bpf-next,v2,4/6] bpf: selftests: Support not connecting client socket Support defragmenting IPv(4|6) packets in BPF - - - --- 2023-07-06 Daniel Xu Accepted
[v3,8/8] selftests/mm: add uffd unit test for UFFDIO_POISON add UFFDIO_POISON to simulate memory poisoning with UFFD 1 - - --- 2023-07-06 Axel Rasmussen Accepted
[v3,7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers add UFFDIO_POISON to simulate memory poisoning with UFFD - - - --- 2023-07-06 Axel Rasmussen New
[v3,6/8] mm: userfaultfd: document and enable new UFFDIO_POISON feature add UFFDIO_POISON to simulate memory poisoning with UFFD 1 - - --- 2023-07-06 Axel Rasmussen Accepted
[v3,5/8] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs add UFFDIO_POISON to simulate memory poisoning with UFFD 1 - - --- 2023-07-06 Axel Rasmussen New
[v3,4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl add UFFDIO_POISON to simulate memory poisoning with UFFD 1 - - --- 2023-07-06 Axel Rasmussen New
[v3,3/8] mm: userfaultfd: extract file size check out into a helper add UFFDIO_POISON to simulate memory poisoning with UFFD - 1 - --- 2023-07-06 Axel Rasmussen Accepted
[v3,2/8] mm: userfaultfd: check for start + len overflow in validate_range add UFFDIO_POISON to simulate memory poisoning with UFFD - 1 - --- 2023-07-06 Axel Rasmussen New
[v3,1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general add UFFDIO_POISON to simulate memory poisoning with UFFD - - - --- 2023-07-06 Axel Rasmussen New
[RFC,GNUPG,2/2] Convert PGP signatures to the user asymmetric key signatures format Untitled series #763144 - - - --- 2023-07-06 Roberto Sassu New
[RFC,GNUPG,1/2] Convert PGP keys to the user asymmetric keys format [RFC,GNUPG,1/2] Convert PGP keys to the user asymmetric keys format - - - --- 2023-07-06 Roberto Sassu New
[RFC,10/10] selftests/bpf: Prepare a test for user asymmetric key signatures KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,09/10] bpf: Introduce bpf_verify_uasym_signature() kfunc KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,08/10] KEYS: Introduce load_uasym_keyring() KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,07/10] KEYS: asymmetric: Preload user asymmetric keys from a keyring blob KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,06/10] verification: Add verify_uasym_signature() and verify_uasym_sig_message() KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,05/10] KEYS: asymmetric: Introduce the user asymmetric key signature parser KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,04/10] KEYS: asymmetric: Introduce the user asymmetric key parser KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,03/10] KEYS: asymmetric: Introduce a parser for user asymmetric keys and sigs KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,02/10] crypto: Export signature encoding information KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[RFC,01/10] crypto: Export public key algorithm information KEYS: Introduce user asymmetric keys and signatures - - - --- 2023-07-06 Roberto Sassu New
[bpf-next] selftests/bpf: Bump and validate MAX_SYMS [bpf-next] selftests/bpf: Bump and validate MAX_SYMS 1 - - --- 2023-07-06 Björn Töpel Accepted
tools: testing: Corrected a clerical error tools: testing: Corrected a clerical error 1 - - --- 2023-07-06 Lu Hongfei New
[v1,5/5] selftests/nolibc: report: add newline before test failures selftests/nolibc: report: print test status - - - --- 2023-07-06 Zhangjin Wu New
[v1,4/5] selftests/nolibc: report: extrude the test status line selftests/nolibc: report: print test status - - - --- 2023-07-06 Zhangjin Wu New
[v1,3/5] selftests/nolibc: report: align passed, skipped and failed selftests/nolibc: report: print test status - - - --- 2023-07-06 Zhangjin Wu New
[v1,2/5] selftests/nolibc: report: print total tests selftests/nolibc: report: print test status - - - --- 2023-07-06 Zhangjin Wu Accepted
[v1,1/5] selftests/nolibc: report: print a summarized test status selftests/nolibc: report: print test status - - - --- 2023-07-06 Zhangjin Wu Accepted
[v23,5/5] selftests: mm: add pagemap ioctl tests Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-07-06 Muhammad Usama Anjum New
[v23,4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-07-06 Muhammad Usama Anjum New
[v23,3/5] tools headers UAPI: Update linux/fs.h with the kernel sources Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-07-06 Muhammad Usama Anjum New
[v23,2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-07-06 Muhammad Usama Anjum New
[v23,1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-07-06 Muhammad Usama Anjum New
[v1] tools: timers: fix freq average calculation [v1] tools: timers: fix freq average calculation 1 - - --- 2023-07-06 Minjie Du Accepted
[RESEND,v3,2/2] RISC-V: mm: Update documentation and include test RISC-V: mm: Make SV48 the default address space - - - --- 2023-07-05 Charlie Jenkins New
[RESEND,v3,1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57 RISC-V: mm: Make SV48 the default address space - - - --- 2023-07-05 Charlie Jenkins New
[v1] selftests:bpf:Fix repeated initialization [v1] selftests:bpf:Fix repeated initialization - - - --- 2023-07-05 Wang Ming New
kselftest/runner.sh: Propagate SIGTERM to runner child kselftest/runner.sh: Propagate SIGTERM to runner child - - - --- 2023-07-05 Björn Töpel Accepted
[bpf-next,2/2] selftests/bpf: Honor $(O) when figuring out paths BPF kselftest cross-build/RISC-V fixes - - - --- 2023-07-05 Björn Töpel Accepted
[bpf-next,1/2] selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some tests BPF kselftest cross-build/RISC-V fixes - - - --- 2023-07-05 Björn Töpel Accepted
[next] selftests: Fix spelling mistake "regesters" -> "registers" [next] selftests: Fix spelling mistake "regesters" -> "registers" - - - --- 2023-07-05 Colin Ian King New
[v2,2/2] selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED mm/memfd: fix sysctl MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED - - - --- 2023-07-05 Jeff Xu Accepted
[v2,1/2] mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED mm/memfd: fix sysctl MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED - - - --- 2023-07-05 Jeff Xu Accepted
[net,9/9] selftests: mptcp: pm_nl_ctl: fix 32-bit support mptcp: fixes for v6.5 - - - --- 2023-07-04 Matthieu Baerts Accepted
[net,8/9] selftests: mptcp: depend on SYN_COOKIES mptcp: fixes for v6.5 - - - --- 2023-07-04 Matthieu Baerts Accepted
[net,7/9] selftests: mptcp: userspace_pm: report errors with 'remove' tests mptcp: fixes for v6.5 1 - - --- 2023-07-04 Matthieu Baerts Accepted
[net,6/9] selftests: mptcp: userspace_pm: use correct server port mptcp: fixes for v6.5 1 - - --- 2023-07-04 Matthieu Baerts Accepted
[net,5/9] selftests: mptcp: sockopt: return error if wrong mark mptcp: fixes for v6.5 1 - - --- 2023-07-04 Matthieu Baerts Accepted
[net,4/9] selftests: mptcp: sockopt: use 'iptables-legacy' if available mptcp: fixes for v6.5 1 - - --- 2023-07-04 Matthieu Baerts Accepted
[net,3/9] selftests: mptcp: connect: fail if nft supposed to work mptcp: fixes for v6.5 1 - - --- 2023-07-04 Matthieu Baerts Accepted
[net,2/9] mptcp: do not rely on implicit state check in mptcp_listen() mptcp: fixes for v6.5 - 1 - --- 2023-07-04 Matthieu Baerts Accepted
[net,1/9] mptcp: ensure subflow is unhashed before cleaning the backlog mptcp: fixes for v6.5 - 1 - --- 2023-07-04 Matthieu Baerts Accepted
[bpf-next,v5,7/7] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper Add SO_REUSEPORT support for TC bpf_sk_assign - - - --- 2023-07-04 Lorenz Bauer New
[bpf-next,v5,6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign Add SO_REUSEPORT support for TC bpf_sk_assign - 1 - --- 2023-07-04 Lorenz Bauer New
[bpf-next,v5,5/7] net: remove duplicate sk_lookup helpers Add SO_REUSEPORT support for TC bpf_sk_assign - 1 - --- 2023-07-04 Lorenz Bauer Accepted
[bpf-next,v5,4/7] net: document inet[6]_lookup_reuseport sk_state requirements Add SO_REUSEPORT support for TC bpf_sk_assign - 1 - --- 2023-07-04 Lorenz Bauer Accepted
[bpf-next,v5,3/7] net: remove duplicate reuseport_lookup functions Add SO_REUSEPORT support for TC bpf_sk_assign - 1 - --- 2023-07-04 Lorenz Bauer Accepted
[bpf-next,v5,2/7] net: export inet_lookup_reuseport and inet6_lookup_reuseport Add SO_REUSEPORT support for TC bpf_sk_assign - 1 - --- 2023-07-04 Lorenz Bauer Accepted
[bpf-next,v5,1/7] udp: re-score reuseport groups when connected sockets are present Add SO_REUSEPORT support for TC bpf_sk_assign - 1 - --- 2023-07-04 Lorenz Bauer Accepted
[v1] tools: remove duplicate assignment [v1] tools: remove duplicate assignment - - - --- 2023-07-04 Minjie Du Accepted
x86: checksum: Fix unaligned checksums on < i686 x86: checksum: Fix unaligned checksums on < i686 - - - --- 2023-07-04 David Gow New
[2/2] arch: um: Use the x86 checksum implementation on 32-bit [1/2] asm-generic: current: Don't include thread-info.h if building asm - - - --- 2023-07-04 David Gow Accepted
[1/2] asm-generic: current: Don't include thread-info.h if building asm [1/2] asm-generic: current: Don't include thread-info.h if building asm 1 - - --- 2023-07-04 David Gow Accepted
[2/2] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt() bpf, net: Allow setting SO_TIMESTAMPING* from BPF - - - --- 2023-07-03 Jörn-Thorben Hinz New
[1/2] net: Implement missing getsockopt(SO_TIMESTAMPING_NEW) bpf, net: Allow setting SO_TIMESTAMPING* from BPF - - - --- 2023-07-03 Jörn-Thorben Hinz New
[v3,3/3] selftests: cgroup: Add cpuset migrations testcase cpuset: Allow setscheduler regardless of manipulated task - - - --- 2023-07-03 Michal Koutný Accepted
[v3,2/3] selftests: cgroup: Minor code reorganizations cpuset: Allow setscheduler regardless of manipulated task - 1 - --- 2023-07-03 Michal Koutný Accepted
[v3,1/3] cpuset: Allow setscheduler regardless of manipulated task cpuset: Allow setscheduler regardless of manipulated task - 1 - --- 2023-07-03 Michal Koutný Accepted
[2/2] selftests/bpf: Add test for bpf_rdtsc x86/BPF: Add new BPF helper call bpf_rdtsc - - - --- 2023-07-03 Tero Kristo New
[1/2] x86/tsc: Add new BPF helper call bpf_rdtsc x86/BPF: Add new BPF helper call bpf_rdtsc - - - --- 2023-07-03 Tero Kristo New
[PATCHv2] selftests/input: add tests for the EVIOCSCLOCKID ioctl [PATCHv2] selftests/input: add tests for the EVIOCSCLOCKID ioctl - 1 - --- 2023-07-03 Dana Elfassy Accepted
selftests/input: add tests for the EVIOCSCLOCKID ioctl selftests/input: add tests for the EVIOCSCLOCKID ioctl - - - --- 2023-07-03 Dana Elfassy Superseded
selftests/nolibc: simplify call to ioperm selftests/nolibc: simplify call to ioperm - - - --- 2023-07-03 Thomas Weißschuh Accepted
« 1 2 ... 72 73 74223 224 »