Re: [PATCH] kunit: fixes backtrace suppression test module description

2025-03-31 Thread Dan Carpenter
On Sun, Mar 30, 2025 at 01:11:59PM +0800, David Gow wrote: > On Sat, 29 Mar 2025 at 23:06, Alessandro Carminati > wrote: > > > > Adds module description to the backtrace suppression test > > > > Fixes: ("19f3496") kunit: add test cases for backtrace warning suppression > > > > Signed-off-by: Ale

Re: [PATCH] kunit: fixes backtrace suppression test module description

2025-03-29 Thread David Gow
On Sat, 29 Mar 2025 at 23:06, Alessandro Carminati wrote: > > Adds module description to the backtrace suppression test > > Fixes: ("19f3496") kunit: add test cases for backtrace warning suppression > > Signed-off-by: Alessandro Carminati > --- The "Fixes" tag here should be immediately before

[PATCH] kunit: fixes backtrace suppression test module description

2025-03-29 Thread Alessandro Carminati
Adds module description to the backtrace suppression test Fixes: ("19f3496") kunit: add test cases for backtrace warning suppression Signed-off-by: Alessandro Carminati --- lib/kunit/backtrace-suppression-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/kunit/backtrace-suppressio