[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250731110727.5de9db79@canb.auug.org.au>
Date: Thu, 31 Jul 2025 11:07:27 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: "Paul E. McKenney" <paulmck@...nel.org>, Linux Kernel Mailing List
<linux-kernel@...r.kernel.org>, Linux Next Mailing List
<linux-next@...r.kernel.org>, "Mike Rapoport (Microsoft)" <rppt@...nel.org>
Subject: Re: linux-next: manual merge of the paulmck tree with the
mm-nonmm-unstable tree
Hi all,
On Tue, 29 Jul 2025 10:42:45 +1000 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>
> Today's linux-next merge of the paulmck tree got a conflict in:
>
> lib/Kconfig.debug
>
> between commit:
>
> c2d288f7ab13 ("kho: add test for kexec handover")
>
> from the mm-nonmm-unstable tree and commit:
>
> d19e9fa61f60 ("lib: Add trivial kunit test for ratelimit")
>
> from the paulmck 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.
>
>
> diff --cc lib/Kconfig.debug
> index 54f11c2713b9,d69d27f80834..000000000000
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@@ -3235,27 -3225,17 +3235,38 @@@ config TEST_OBJPOO
>
> If unsure, say N.
>
> +config TEST_KEXEC_HANDOVER
> + bool "Test for Kexec HandOver"
> + default n
> + depends on KEXEC_HANDOVER
> + help
> + This option enables test for Kexec HandOver (KHO).
> + The test consists of two parts: saving kernel data before kexec and
> + restoring the data after kexec and verifying that it was properly
> + handed over. This test module creates and saves data on the boot of
> + the first kernel and restores and verifies the data on the boot of
> + kexec'ed kernel.
> +
> + For detailed documentation about KHO, see Documentation/core-api/kho.
> +
> + To run the test run:
> +
> + tools/testing/selftests/kho/vmtest.sh -h
> +
> + If unsure, say N.
> +
> +
> + config RATELIMIT_KUNIT_TEST
> + tristate "KUnit Test for correctness and stress of ratelimit" if !KUNIT_ALL_TESTS
> + depends on KUNIT
> + default KUNIT_ALL_TESTS
> + help
> + This builds the "test_ratelimit" module that should be used
> + for correctness verification and concurrent testings of rate
> + limiting.
> +
> + If unsure, say N.
> +
> config INT_POW_KUNIT_TEST
> tristate "Integer exponentiation (int_pow) test" if !KUNIT_ALL_TESTS
> depends on KUNIT
This is now a conflict between the mm-nonmm-unstable tree and Linus' tree.
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists