public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-26 23:49:15 to 2021-09-09 11:55:45 UTC [more...]

[PATCH AUTOSEL 5.14 051/252] selftests: firmware: Fix ignored return val of asprintf() warn
 2021-09-09 11:39 UTC  (7+ messages)
` [PATCH AUTOSEL 5.14 137/252] selftests/bpf: Fix xdp_tx.c prog section name
` [PATCH AUTOSEL 5.14 170/252] selftests/bpf: Correctly display subtest skip status
` [PATCH AUTOSEL 5.14 171/252] selftests/bpf: Fix flaky send_signal test
` [PATCH AUTOSEL 5.14 174/252] selftests: nci: Fix the code for next nlattr offset
` [PATCH AUTOSEL 5.14 175/252] selftests: nci: Fix the wrong condition
` [PATCH AUTOSEL 5.14 178/252] kselftest/arm64: pac: Fix skipping of tests on systems without PAC

[REGRESSION] lkft kselftest for next-20210908
 2021-09-09 10:33 UTC 

[RFC v4 net-next 0/2] Add RTNL interface for SyncE
 2021-09-09 10:15 UTC  (31+ messages)
` [PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
` [PATCH net-next 2/2] ice: add support for reading SyncE DPLL state

[PATCH v2] kunit: fix reference count leak in kfree_at_end
 2021-09-09  7:24 UTC 

[PATCH] kunit: fix reference count leak in kfree_at_end
 2021-09-09  6:54 UTC  (2+ messages)

[PATCH 0/3] kunit: allow running test suites/cases individually
 2021-09-09  0:10 UTC  (4+ messages)
` [PATCH 1/3] kunit: add 'kunit.action' param to allow listing out tests
` [PATCH 2/3] kunit: tool: factor exec + parse steps into a function
` [PATCH 3/3] kunit: tool: support running each suite/test separately

[PATCH 5/5][RFC] selftests/pfru: add test for Platform Firmware Runtime Update and Telemetry
 2021-09-08  9:08 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: Fix build of task_pt_regs test for arm64
 2021-09-07 15:30 UTC  (3+ messages)

[REGRESSION] lkft kselftest for next-20210907
 2021-09-07 14:47 UTC 

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-07 14:38 UTC  (7+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest

Fixing up at least some fallout from '-Werror'
 2021-09-07  9:52 UTC  (4+ messages)

[REGRESSION] lkft kselftest for next-20210906
 2021-09-07  8:23 UTC 

[PATCH v3 0/6] KVM: my debug patch queue
 2021-09-06 21:03 UTC  (9+ messages)
` [PATCH v3 2/6] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v3 3/6] KVM: SVM: implement force_intercept_exceptions_mask
` [PATCH v3 6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ

[PATCH 0/6] test_hash.c: refactor into KUnit
 2021-09-05 23:32 UTC  (13+ messages)
` [PATCH 1/6] hash.h: remove unused define directive
` [PATCH 2/6] test_hash.c: move common definitions to top of file
` [PATCH 3/6] test_hash.c: split test_int_hash into arch-specific functions
` [PATCH 6/6] test_hash.c: refactor into kunit

proc-pid-vm.c:214:19: warning: 'str_vsyscall' defined but not used
 2021-09-05 14:30 UTC 

udmabuf.c:30:17: warning: implicit declaration of function 'open'
 2021-09-05 14:28 UTC 

[REGRESSION] lkft kselftest for next-20210903
 2021-09-04  5:33 UTC 

[GIT PULL] Kselftest update for Linux 5.15-rc1
 2021-09-03 23:12 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix build of task_pt_regs tests for arm64
 2021-09-03 16:51 UTC  (5+ messages)

[PATCH] kunit: tool: better handling of quasi-bool args (--json, --raw_output)
 2021-09-03 16:14 UTC 

[RFCv3 00/15] tcp: Initial support for RFC5925 auth option
 2021-09-03 14:26 UTC  (4+ messages)
` [RFCv3 01/15] tcp: authopt: Initial support and key management

[PATCH v5] lib: add basic KUnit test for lib/math
 2021-09-03  2:26 UTC  (2+ messages)

[PATCH v2] selftests/gpio: Fix gpio compiling error
 2021-09-03  1:22 UTC 

[PATCH] selftests/gpio: Fix gpio compiling error
 2021-09-02 21:08 UTC  (4+ messages)

[V3][PATCH] selftests/x86: Fix error: variably modified 'altstack_data' at file scope
 2021-09-02 21:05 UTC  (3+ messages)

KernelCI Hackfest #2 - Sept 6-10 2021
 2021-09-02 20:24 UTC  (3+ messages)

KernelCI Hackfest #2 - Sept 6-10 2021
 2021-09-02 20:22 UTC 

[REGRESSION] lkft kselftest for next-20210902
 2021-09-02 20:19 UTC 

[GIT PULL] KUnit update for Linux 5.15-rc1
 2021-09-02 20:05 UTC  (2+ messages)

[REGRESSION] lkft kselftest for next-20210901
 2021-09-02 18:03 UTC 

[PATCH v3 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-02 15:28 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH v3 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH v3 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH v3 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH v3 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[PATCH] kselftests/sched: cleanup the child processes
 2021-09-02 11:25 UTC  (2+ messages)

[PATCH v3] kunit: tool: improve compatibility of kunit_parser with KTAP specification
 2021-09-01 19:06 UTC 

RFC - kernel test result specification (KTAP)
 2021-09-01 12:01 UTC  (12+ messages)

[RFC v2 net-next 0/2] Add RTNL interface for SyncE
 2021-09-01  2:56 UTC  (21+ messages)
` [RFC v2 net-next 1/2] rtnetlink: Add new RTM_GETSYNCESTATE message to get SyncE status
` [RFC v2 net-next 2/2] ice: add support for reading SyncE DPLL state

[PATCH v3 1/2] kunit: drop assumption in kunit-log-test about current suite
 2021-08-31 20:54 UTC  (4+ messages)
` [PATCH v3 2/2] kunit: tool: allow filtering test cases via glob

[PATCH v3 0/2] kselftests: clean configs
 2021-08-31 16:50 UTC  (5+ messages)
` [PATCH v3 1/2] selftests/sync: Remove the deprecated config SYNC
` [PATCH v3 2/2] selftests/cpufreq: Rename DEBUG_PI_LIST to DEBUG_PLIST

[REGRESSION] lkft kselftest for next-20210831
 2021-08-31 16:02 UTC 

[PATCH net-next 0/2] Add RTNL interface for SyncE EEC state
 2021-08-31 13:44 UTC  (4+ messages)
` [PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
` [PATCH net-next 2/2] ice: add support for reading SyncE DPLL state

[RFC v3 net-next 0/2] Add RTNL interface for SyncE
 2021-08-31 11:33 UTC  (6+ messages)
` [RFC v3 net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
` [RFC v3 net-next 2/2] ice: add support for reading SyncE DPLL state

[PATCH] selftest: gpio: undeclared variable
 2021-08-31 10:47 UTC 

Testing & Fuzzing Micro-Conference at Linux Plumbers Conference 2021
 2021-08-31 10:25 UTC 

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-31  9:29 UTC  (12+ messages)
` [RFC net-next 1/7] ptp: Add interface for acquiring DPLL state

[REGRESSION] lkft kselftest for next-20210830
 2021-08-31  8:01 UTC 

[PATCH 0/2] selftests: tool: update format of kselftest TAP results to improve compatibility with KTAP
 2021-08-31  2:26 UTC  (7+ messages)
` [PATCH 1/2] selftests: tool: Add subtest header line and change indentation format in TAP results
` [PATCH 2/2] Revert "selftests: Remove KSFT_TAP_LEVEL"

[PATCH v2] kunit: tool: improve compatibility of kunit_parser with KTAP specification
 2021-08-30 20:15 UTC  (4+ messages)

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-30 17:59 UTC  (11+ messages)
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-30 16:15 UTC  (6+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()

[PATCH v2] lib: use of kunit in test_parman.c
 2021-08-29 21:34 UTC  (3+ messages)

[PATCH 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-08-29 21:30 UTC  (5+ messages)
` [PATCH net-next 0/3] "
  ` [PATCH net-next 2/3] net: netfilter: "

[net-next, v4, 00/11] ptp: support virtual clocks and timestamping
 2021-08-29 17:04 UTC  (3+ messages)
` [net-next, v4, 05/11] ethtool: add a new command for getting PHC virtual clocks

[RFC net-next 0/2] Add RTNL interface for SyncE
 2021-08-29  8:19 UTC  (5+ messages)
` [RFC net-next 1/2] rtnetlink: Add new RTM_GETSYNCESTATE message to get SyncE status
` [RFC net-next 2/2] ice: add support for reading SyncE DPLL state

[PATCH linux-next] tests: remove unneeded conversions to bool
 2021-08-28  6:16 UTC 

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-28  0:06 UTC  (10+ messages)
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[PATCH v2 0/3] kselftests: clean configs
 2021-08-27 17:00 UTC  (7+ messages)
` [PATCH v2 1/3] selftests/sync: Remove the deprecated config SYNC
` [PATCH v2 3/3] selftests/wireguard: Rename DEBUG_PI_LIST to DEBUG_PLIST

[PATCH -next] selftests/powerpc: Remove duplicated include from tm-poison.c
 2021-08-27 13:15 UTC  (2+ messages)

[PATCH] selftests/bpf: fix potential unreleased lock
 2021-08-27  7:41 UTC 


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