Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-31 13:54:47 to 2023-08-01 21:24:07 UTC [more...]

[PATCH v3 net-next 0/5] selftests: openvswitch: add flow programming cases
 2023-08-01 21:22 UTC  (5+ messages)
` [PATCH v3 net-next 1/5] selftests: openvswitch: add an initial flow programming case
` [PATCH v3 net-next 2/5] selftests: openvswitch: support key masks
` [PATCH v3 net-next 3/5] selftests: openvswitch: add a test for ipv4 forwarding
` [PATCH v3 net-next 5/5] selftests: openvswitch: add ct-nat test case with ipv4

[PATCH -next] kunit: fix possible memory leak in kunit_filter_suites()
 2023-08-01 21:22 UTC  (2+ messages)

[PATCH v4 1/4] kernel.h: Split out COUNT_ARGS() and CONCATENATE() to args.h
 2023-08-01 21:11 UTC  (2+ messages)

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-01 20:57 UTC  (37+ messages)
` [PATCH v3 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v3 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v3 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v3 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v3 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v3 20/36] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v3 22/36] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v3 23/36] arm64/signal: Expose GCS state in signal frames
` [PATCH v3 24/36] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v3 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v3 26/36] kselftest/arm64: Verify the GCS hwcap
` [PATCH v3 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v3 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v3 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v3 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v3 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v3 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v3 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v3 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v3 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v3 36/36] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-08-01 20:41 UTC  (19+ messages)

[PATCH v3 0/2] tools/nolibc: add pipe(), pipe2() and their testcase
 2023-08-01 20:17 UTC  (5+ messages)
` [PATCH v3 1/2] tools/nolibc: add pipe() and pipe2() support
` [PATCH v3 2/2] selftests/nolibc: add testcase for pipe

[PATCH v4 00/12] tools/nolibc: add 32/64-bit powerpc support
 2023-08-01 19:49 UTC  (13+ messages)
` [PATCH v4 01/12] tools/nolibc: add support for powerpc
` [PATCH v4 02/12] tools/nolibc: add support for powerpc64
` [PATCH v4 03/12] selftests/nolibc: fix up O= option support
` [PATCH v4 04/12] selftests/nolibc: add macros to reduce duplicated changes
` [PATCH v4 05/12] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v4 06/12] selftests/nolibc: add nolibc-test-config target
` [PATCH v4 07/12] selftests/nolibc: add help for "
` [PATCH v4 08/12] selftests/nolibc: add test support for ppc
` [PATCH v4 09/12] selftests/nolibc: add test support for ppc64le
` [PATCH v4 10/12] selftests/nolibc: add test support for ppc64
` [PATCH v4 11/12] selftests/nolibc: allow customize CROSS_COMPILE by architecture
` [PATCH v4 12/12] selftests/nolibc: customize CROSS_COMPILE for 32/64-bit powerpc

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-08-01 18:22 UTC  (12+ messages)
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-08-01 18:12 UTC  (20+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls

[PATCH v2 0/8] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-08-01 17:09 UTC  (15+ messages)
` [PATCH v2 1/8] mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
` [PATCH v2 2/8] smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
` [PATCH v2 3/8] kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()
` [PATCH v2 4/8] mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULT
` [PATCH v2 5/8] pgtable: improve pte_protnone() comment
` [PATCH v2 6/8] mm/huge_memory: remove stale NUMA hinting comment from follow_trans_huge_pmd()
` [PATCH v2 7/8] selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything got merged
` [PATCH v2 8/8] selftest/mm: ksm_functional_tests: Add PROT_NONE test

[PATCH v1 1/1] test_firmware: fix a memory leak with reqs buffer
 2023-08-01 17:07 UTC 

[PATCH] selftests: cgroup: fix test_kmem_basic false positives
 2023-08-01 16:39 UTC  (2+ messages)

[PATCH bpf-next v3] selftests/bpf: replace fall through comment by fallthrough pseudo-keyword
 2023-08-01 15:40 UTC  (2+ messages)

[PATCH v3 0/3] kunit: Expose some built-in features to modules
 2023-08-01 15:18 UTC  (8+ messages)
` [PATCH v3 1/3] kunit: Report the count of test suites in a module
` [PATCH v3 2/3] kunit: Make 'list' action available to kunit test modules
` [PATCH v3 3/3] kunit: Allow kunit test modules to use test filtering

[PATCH v2 0/2] tools/nolibc: add pipe(), pipe2() and their testcase
 2023-08-01 14:46 UTC  (11+ messages)
` [PATCH v2 2/2] selftests/nolibc: add testcase for pipe

[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2023-08-01 14:44 UTC  (3+ messages)
` [PATCH 2/3] rust: macros: add macro to easily run KUnit tests

[PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-01 14:26 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

W sprawie samochodu
 2023-07-31  8:35 UTC 

[PATCH v1 1/1] test_firmware: fix the memory leaks with the reqs buffer
 2023-08-01 11:41 UTC 

tools/nolibc: RFC: report and drop unused functions/data by gc-section
 2023-08-01 10:43 UTC  (3+ messages)

[PATCH v2 00/10] tools/nolibc: enable compiler warnings
 2023-08-01 10:17 UTC  (25+ messages)
` [PATCH v2 01/10] tools/nolibc: drop unused variables
` [PATCH v2 02/10] tools/nolibc: sys: avoid implicit sign cast
` [PATCH v2 03/10] tools/nolibc: stdint: use int for size_t on 32bit
` [PATCH v2 04/10] selftests/nolibc: drop unused variables
` [PATCH v2 05/10] selftests/nolibc: mark test helpers as potentially unused
` [PATCH v2 06/10] selftests/nolibc: make functions static if possible
` [PATCH v2 07/10] selftests/nolibc: avoid unused arguments warnings
` [PATCH v2 08/10] selftests/nolibc: avoid sign-compare warnings
` [PATCH v2 09/10] selftests/nolibc: test return value of read() in test_vfprintf
` [PATCH v2 10/10] selftests/nolibc: enable compiler warnings

[PATCH v1 1/1] test_firmware: prevent race conditions by a correct implementation of locking
 2023-08-01  9:57 UTC  (4+ messages)

[PATCH] selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config
 2023-08-01  9:43 UTC 

[syzbot] WARNING in btrfs_free_reserved_data_space_noquota
 2023-08-01  9:27 UTC  (2+ messages)
` [syzbot] [btrfs?] "

[PATCH] Modify the function to et the highest_perf value
 2023-08-01  8:52 UTC  (3+ messages)

[PATCH v2 1/1] test_firmware: prevent race conditions by a correct implementation of locking
 2023-08-01  8:14 UTC 

[PATCH -next v2] selftests/bpf: replace fall through comment by fallthrough pseudo-keyword
 2023-08-01  8:17 UTC  (5+ messages)

[PATCH -next] selftests/bpf: Use fallthrough pseudo-keyword
 2023-08-01  4:40 UTC  (2+ messages)

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-08-01  3:58 UTC  (7+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information

[PATCH bpf-next v4 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-01  3:47 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "

[RESEND PATCH v2] selftests:connector: Fix input argument error paths to skip
 2023-08-01  3:20 UTC  (6+ messages)

[PATCH net-next 0/4] mptcp: cleanup and improvements in the selftests
 2023-08-01  3:20 UTC  (2+ messages)

[RFC bpf-next v7 0/6] bpf: Force to MPTCP
 2023-08-01  0:43 UTC  (2+ messages)

[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-07-31 23:52 UTC  (17+ messages)
` [PATCH v4 bpf 1/2] bpf: fix skb_do_redirect return values
` [PATCH v4 bpf 2/2] bpf: selftests: add lwt redirect regression test cases

[PATCH -next] selftests: cgroup: Remove redundant if statements
 2023-07-31 23:42 UTC  (2+ messages)

Re: [PATCH 1/4] selftests/nolibc: drop unused test helpers
 2023-07-31 22:49 UTC  (6+ messages)
`  "

[PATCH next 0/3] Connector/proc_filter test fixes
 2023-07-31 21:55 UTC  (6+ messages)
` [PATCH next 1/3] selftests:connector: Fix Makefile to include KHDR_INCLUDES
` [PATCH next 2/3] selftests:connector: Add .gitignore and poupulate it with test

[PATCH v2 net-next 0/5] selftests: openvswitch: add flow programming cases
 2023-07-31 18:53 UTC  (4+ messages)
` [PATCH v2 net-next 5/5] selftests: openvswitch: add ct-nat test case with ipv4

[net-next 0/2] seg6: add NEXT-C-SID support for SRv6 End.X behavior
 2023-07-31 17:51 UTC  (3+ messages)
` [net-next 1/2] "
` [net-next 2/2] selftests: seg6: add selftest for NEXT-C-SID flavor in "

[bug report] selftest: Add test for SO_INCOMING_CPU
 2023-07-31 17:41 UTC  (2+ messages)

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-31 16:04 UTC  (11+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch

[bug report] selftests: cgroup: add test_zswap with no kmem bypass test
 2023-07-31 15:15 UTC  (2+ messages)

[PATCH -next] selftests/landlock: Fix selftest ptrace_test run fail
 2023-07-31 14:37 UTC  (6+ messages)

[PATCH] selftests/rseq: Fix unknown type name __weak for gcc 11.3.0
 2023-07-31 14:17 UTC 

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-31 13:56 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox