Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
KUnit Development
Conversations
About
KUnit Development
1–30 of 736
Mark all as read
Report abusive group
0 selected
Arthur Grillo
, …
Maxime Ripard
9
5:59 AM
[PATCH 0/3] Fix a couble of bugs in drm_kunit_helpers.c
Hi David, On Fri, Sep 22, 2023 at 04:00:21PM +0800, David Gow wrote: > On Wed, 20 Sept 2023 at 14:
unread,
[PATCH 0/3] Fix a couble of bugs in drm_kunit_helpers.c
Hi David, On Fri, Sep 22, 2023 at 04:00:21PM +0800, David Gow wrote: > On Wed, 20 Sept 2023 at 14:
5:59 AM
Ma Ke
, …
Daniel Latypov
5
Sep 22
[PATCH] list: test: potential dereference of null pointer
To avoid the failure of alloc, we could check the return value of kmalloc() and kzalloc(). Signed-off
unread,
[PATCH] list: test: potential dereference of null pointer
To avoid the failure of alloc, we could check the return value of kmalloc() and kzalloc(). Signed-off
Sep 22
David Howells
,
David Laight
34
Sep 22
[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
Add kunit tests to benchmark 256MiB copies to a UBUF iterator and an IOVEC iterator. This attaches a
unread,
[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
Add kunit tests to benchmark 256MiB copies to a UBUF iterator and an IOVEC iterator. This attaches a
Sep 22
Jinjie Ruan
, …
David Gow
34
Sep 22
[PATCH 0/4] kunit: Fix some bugs in kunit
On Fri, 22 Sept 2023 at 15:11, 'Jinjie Ruan' via KUnit Development <kunit-dev@googlegroups
unread,
[PATCH 0/4] kunit: Fix some bugs in kunit
On Fri, 22 Sept 2023 at 15:11, 'Jinjie Ruan' via KUnit Development <kunit-dev@googlegroups
Sep 22
kernel test robot
Sep 21
[linux-next:master] BUILD REGRESSION 940fcc189c51032dd0282cbee4497542c982ac59
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
unread,
[linux-next:master] BUILD REGRESSION 940fcc189c51032dd0282cbee4497542c982ac59
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
Sep 21
TARIQ NASIR SALMAN
Sep 20
PERSONAL AND CORPORATE LOAN FOR YOUR PROJECTS.
Dear, My name is Mr. Tariq-Nasir Salman, the director at Sheikh Zayed Investments and Loan, We are
unread,
PERSONAL AND CORPORATE LOAN FOR YOUR PROJECTS.
Dear, My name is Mr. Tariq-Nasir Salman, the director at Sheikh Zayed Investments and Loan, We are
Sep 20
kernel test robot
Sep 20
[linux-next:master] BUILD REGRESSION 926f75c8a5ab70567eb4c2d82fbc96963313e564
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
unread,
[linux-next:master] BUILD REGRESSION 926f75c8a5ab70567eb4c2d82fbc96963313e564
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
Sep 20
Maxime Ripard
, …
Daniel Vetter
9
Sep 20
[PATCH 0/2] drm/tests: Flag slow kunit tests as such
Kunit recently gained support to setup attributes, the first one being the speed of a given test,
unread,
[PATCH 0/2] drm/tests: Flag slow kunit tests as such
Kunit recently gained support to setup attributes, the first one being the speed of a given test,
Sep 20
Dan Carpenter
,
Rae Moar
2
Sep 19
[PATCH] kunit: Check for kunit_parse_glob_filter() failure
On Fri, Sep 15, 2023 at 8:58 AM Dan Carpenter <dan.ca...@linaro.org> wrote: > >
unread,
[PATCH] kunit: Check for kunit_parse_glob_filter() failure
On Fri, Sep 15, 2023 at 8:58 AM Dan Carpenter <dan.ca...@linaro.org> wrote: > >
Sep 19
David Gow
, …
Maxime Ripard
3
Sep 19
[RFC PATCH] kunit: Add a macro to wrap a deferred action function
On Fri, Sep 15, 2023 at 01:01:23PM +0800, David Gow wrote: > KUnit's deferred action API
unread,
[RFC PATCH] kunit: Add a macro to wrap a deferred action function
On Fri, Sep 15, 2023 at 01:01:23PM +0800, David Gow wrote: > KUnit's deferred action API
Sep 19
kernel test robot
Sep 18
[linux-next:master] BUILD REGRESSION 7fc7222d9680366edeecc219c21ca96310bdbc10
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
unread,
[linux-next:master] BUILD REGRESSION 7fc7222d9680366edeecc219c21ca96310bdbc10
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
Sep 18
Jinjie Ruan
, …
SeongJae Park
17
Sep 18
[PATCH RESEND 0/2] mm/damon/core-test: Fix memory leaks in core-test
When CONFIG_DAMON_KUNIT_TEST=y and making CONFIG_DEBUG_KMEMLEAK=y and CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN
unread,
[PATCH RESEND 0/2] mm/damon/core-test: Fix memory leaks in core-test
When CONFIG_DAMON_KUNIT_TEST=y and making CONFIG_DEBUG_KMEMLEAK=y and CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN
Sep 18
Jinjie Ruan
Sep 15
[PATCH] kunit: Fix a null-ptr-deref bug in kunit_run_case_catch_errors()
Inject fault while probing kunit-test.ko, the below null-ptr-deref occurs. In
unread,
[PATCH] kunit: Fix a null-ptr-deref bug in kunit_run_case_catch_errors()
Inject fault while probing kunit-test.ko, the below null-ptr-deref occurs. In
Sep 15
SeongJae Park
4
Sep 14
[RFC 0/8] mm/damon: provide pseudo-moving sum based access rate
Add a simple unit test for the pseudo moving-sum function (damon_moving_sum()). Signed-off-by:
unread,
[RFC 0/8] mm/damon: provide pseudo-moving sum based access rate
Add a simple unit test for the pseudo moving-sum function (damon_moving_sum()). Signed-off-by:
Sep 14
Rae Moar
2
Sep 14
[PATCH 1/2] kunit: tool: add parsing of test attributes
Output attributes in kunit.py results. Example of format: [21:33:23] =================== example (7
unread,
[PATCH 1/2] kunit: tool: add parsing of test attributes
Output attributes in kunit.py results. Example of format: [21:33:23] =================== example (7
Sep 14
Rae Moar
,
David Gow
4
Sep 14
[PATCH v2 1/2] kunit: add ability to run tests after boot using debugfs
On Sat, 9 Sept 2023 at 05:32, Rae Moar <rm...@google.com> wrote: > > Expand the
unread,
[PATCH v2 1/2] kunit: add ability to run tests after boot using debugfs
On Sat, 9 Sept 2023 at 05:32, Rae Moar <rm...@google.com> wrote: > > Expand the
Sep 14
Stephen Boyd
, …
Maxime Ripard
7
Sep 11
Re: [PATCH 0/2] clk: kunit: Fix the lockdep warnings
Quoting Maxime Ripard (2023-08-24 02:56:38) > Hi Stephen, > > On Wed, Aug 23, 2023 at 12:50:
unread,
Re: [PATCH 0/2] clk: kunit: Fix the lockdep warnings
Quoting Maxime Ripard (2023-08-24 02:56:38) > Hi Stephen, > > On Wed, Aug 23, 2023 at 12:50:
Sep 11
kernel test robot
Sep 11
[linux-next:master] BUILD REGRESSION 7bc675554773f09d88101bf1ccfc8537dc7c0be9
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
unread,
[linux-next:master] BUILD REGRESSION 7bc675554773f09d88101bf1ccfc8537dc7c0be9
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD:
Sep 11
Mauro Carvalho Chehab
, …
Rae Moar
9
Sep 6
[PATCH RFC 2/2] drm: add documentation for drm_buddy_test kUnit test
On Fri, Sep 1, 2023 at 3:11 AM Mauro Carvalho Chehab <mch...@kernel.org> wrote: > > Hi
unread,
[PATCH RFC 2/2] drm: add documentation for drm_buddy_test kUnit test
On Fri, Sep 1, 2023 at 3:11 AM Mauro Carvalho Chehab <mch...@kernel.org> wrote: > > Hi
Sep 6
Maxime Ripard
Sep 6
Re: [Intel-xe] [PATCH 2/3] drm/tests/drm_exec: Add a test for object freeing within drm_exec_fini()
On Tue, Sep 05, 2023 at 03:42:58PM +0200, Thomas Hellström wrote: > Hi, Maxime > > On 9/5/23
unread,
Re: [Intel-xe] [PATCH 2/3] drm/tests/drm_exec: Add a test for object freeing within drm_exec_fini()
On Tue, Sep 05, 2023 at 03:42:58PM +0200, Thomas Hellström wrote: > Hi, Maxime > > On 9/5/23
Sep 6
benj...@sipsolutions.net
, …
David Gow
6
Sep 6
[PATCH 1/2] kunit: add parameter generation macro using description from array
On Wed, 6 Sept 2023 at 15:07, Berg, Benjamin <benjam...@intel.com> wrote: > > Hi,
unread,
[PATCH 1/2] kunit: add parameter generation macro using description from array
On Wed, 6 Sept 2023 at 15:07, Berg, Benjamin <benjam...@intel.com> wrote: > > Hi,
Sep 6
Jinjie Ruan
, …
David Gow
25
Sep 5
[PATCH 0/4] kunit: Fix some bugs in kunit_filter_suites()
On Sun, 3 Sept 2023 at 15:11, 'Jinjie Ruan' via KUnit Development <kunit-dev@googlegroups.
unread,
[PATCH 0/4] kunit: Fix some bugs in kunit_filter_suites()
On Sun, 3 Sept 2023 at 15:11, 'Jinjie Ruan' via KUnit Development <kunit-dev@googlegroups.
Sep 5
Richard Fitzgerald
, …
David Gow
99
Sep 2
[PATCH v2 0/6] kunit: Add dynamically-extending log
On Mon, 28 Aug 2023 at 18:41, Richard Fitzgerald <r...@opensource.cirrus.com> wrote: > >
unread,
[PATCH v2 0/6] kunit: Add dynamically-extending log
On Mon, 28 Aug 2023 at 18:41, Richard Fitzgerald <r...@opensource.cirrus.com> wrote: > >
Sep 2
Michal Wajdeczko
,
David Gow
2
Aug 31
[PATCH] kunit: Reset test status on each param iteration
On Fri, 1 Sept 2023 at 05:49, Michal Wajdeczko <michal.w...@intel.com> wrote: > > If
unread,
[PATCH] kunit: Reset test status on each param iteration
On Fri, 1 Sept 2023 at 05:49, Michal Wajdeczko <michal.w...@intel.com> wrote: > > If
Aug 31
David Gow
, …
Rae Moar
3
Aug 30
[PATCH] kunit: test: Make filter strings in executor_test writable
On Tue, Aug 29, 2023 at 8:21 PM David Gow <davi...@google.com> wrote: > > KUnit's
unread,
[PATCH] kunit: test: Make filter strings in executor_test writable
On Tue, Aug 29, 2023 at 8:21 PM David Gow <davi...@google.com> wrote: > > KUnit's
Aug 30
Janusz Krzysztofik
,
David Gow
3
Aug 30
[RFC PATCH] kunit: Fix test log size limit too low for some tests
On Wednesday, 30 August 2023 11:23:43 CEST David Gow wrote: > On Wed, 30 Aug 2023 at 15:55, Janusz
unread,
[RFC PATCH] kunit: Fix test log size limit too low for some tests
On Wednesday, 30 August 2023 11:23:43 CEST David Gow wrote: > On Wed, 30 Aug 2023 at 15:55, Janusz
Aug 30
Rae Moar
, …
Guenter Roeck
47
Aug 29
[PATCH v1 0/9] kunit: Add test attributes API
On 8/29/23 17:24, David Gow wrote: > On Wed, 30 Aug 2023 at 06:46, Guenter Roeck <linux@roeck-
unread,
[PATCH v1 0/9] kunit: Add test attributes API
On 8/29/23 17:24, David Gow wrote: > On Wed, 30 Aug 2023 at 06:46, Guenter Roeck <linux@roeck-
Aug 29
Erika Jack
Aug 29
Kunit.dev : Assured Top position on Google at Minimal cost, Interested?
Hello, I hope you are doing well. I landed on your website while browsing through the internet. I can
unread,
Kunit.dev : Assured Top position on Google at Minimal cost, Interested?
Hello, I hope you are doing well. I landed on your website while browsing through the internet. I can
Aug 29
Richard Fitzgerald
Aug 28
[PATCH v6 04/10] kunit: string-stream-test: Add cases for string_stream newline appending
Add test cases for testing the string_stream feature that appends a newline to strings that do not
unread,
[PATCH v6 04/10] kunit: string-stream-test: Add cases for string_stream newline appending
Add test cases for testing the string_stream feature that appends a newline to strings that do not
Aug 28
Richard Fitzgerald
,
David Gow
3
Aug 25
[PATCH v5 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
On 25/08/2023 07:49, David Gow wrote: > On Thu, 24 Aug 2023 at 22:32, 'Richard Fitzgerald'
unread,
[PATCH v5 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
On 25/08/2023 07:49, David Gow wrote: > On Thu, 24 Aug 2023 at 22:32, 'Richard Fitzgerald'
Aug 25