[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201012195649.2047671f@canb.auug.org.au>
Date: Mon, 12 Oct 2020 19:56:49 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Andrew Morton <akpm@...ux-foundation.org>,
Shuah Khan <skhan@...uxfoundation.org>,
Brendan Higgins <brendanhiggins@...gle.com>
Cc: David Gow <davidgow@...gle.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Patricia Alfonso <trishalfonso@...gle.com>
Subject: linux-next: manual merge of the akpm-current tree with the
kunit-next tree
Hi all,
Today's linux-next merge of the akpm-current tree got a conflict in:
lib/kunit/test.c
between commit:
45dcbb6f5ef7 ("kunit: test: add test plan to KUnit TAP format")
from the kunit-next tree and commit:
e685acc91080 ("KUnit: KASAN Integration")
from the akpm-current tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
--
Cheers,
Stephen Rothwell
diff --cc lib/kunit/test.c
index de07876b6601,dcc35fd30d95..000000000000
--- a/lib/kunit/test.c
+++ b/lib/kunit/test.c
@@@ -15,11 -16,16 +16,6 @@@
#include "string-stream.h"
#include "try-catch-impl.h"
- static void kunit_set_failure(struct kunit *test)
-static void kunit_print_tap_version(void)
--{
- WRITE_ONCE(test->success, false);
- static bool kunit_has_printed_tap_version;
-
- if (!kunit_has_printed_tap_version) {
- pr_info("TAP version 14\n");
- kunit_has_printed_tap_version = true;
- }
--}
--
/*
* Append formatted message to log, size of which is limited to
* KUNIT_LOG_SIZE bytes (including null terminating byte).
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists