public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb•auug.org.au>
To: Thomas Gleixner <tglx@linutronix•de>,
	Ingo Molnar <mingo@kernel•org>, "H. Peter Anvin" <hpa@zytor•com>,
	Peter Zijlstra <peterz@infradead•org>,
	"Cc: Andrew Morton" <akpm@linux-foundation•org>
Cc: Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
	Linux Next Mailing List <linux-next@vger•kernel.org>,
	Marco Elver <elver@google•com>,
	Pasha Tatashin <pasha.tatashin@soleen•com>
Subject: linux-next: manual merge of the tip tree with the mm-nonmm-stable tree
Date: Wed, 7 Jan 2026 13:11:12 +1100	[thread overview]
Message-ID: <20260107131112.69183629@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 2436 bytes --]

Hi all,

Today's linux-next merge of the tip tree got a conflict in:

  lib/Kconfig.debug

between commit:

  e8a6a3f8fc19 ("tests/liveupdate: add in-kernel liveupdate test")

from the mm-nonmm-stable tree and commit:

  9b00c1609dee ("compiler-context-analysis: Add test stub")

from the tip 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/Kconfig.debug
index 36564f85bc95,22ea11f24e92..000000000000
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@@ -2802,29 -2827,20 +2824,43 @@@ config LINEAR_RANGES_TES
  
  	  If unsure, say N.
  
 +config LIVEUPDATE_TEST
 +	bool "Live Update Kernel Test"
 +	default n
 +	depends on LIVEUPDATE
 +	help
 +	  Enable a built-in kernel test module for the Live Update
 +	  Orchestrator.
 +
 +	  This module validates the File-Lifecycle-Bound subsystem by
 +	  registering a set of mock FLB objects with any real file handlers
 +	  that support live update (such as the memfd handler).
 +
 +	  When live update operations are performed, this test module will
 +	  output messages to the kernel log (dmesg), confirming that its
 +	  registration and various callback functions (preserve, retrieve,
 +	  finish, etc.) are being invoked correctly.
 +
 +	  This is a debugging and regression testing tool for developers
 +	  working on the Live Update subsystem. It should not be enabled in
 +	  production kernels.
 +
 +	  If unsure, say N
 +
+ config CONTEXT_ANALYSIS_TEST
+ 	bool "Compiler context-analysis warnings test"
+ 	depends on EXPERT
+ 	help
+ 	  This builds the test for compiler-based context analysis. The test
+ 	  does not add executable code to the kernel, but is meant to test that
+ 	  common patterns supported by the analysis do not result in false
+ 	  positive warnings.
+ 
+ 	  When adding support for new context locks, it is strongly recommended
+ 	  to add supported patterns to this test.
+ 
+ 	  If unsure, say N.
+ 
  config CMDLINE_KUNIT_TEST
  	tristate "KUnit test for cmdline API" if !KUNIT_ALL_TESTS
  	depends on KUNIT

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

                 reply	other threads:[~2026-01-07  2:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260107131112.69183629@canb.auug.org.au \
    --to=sfr@canb$(echo .)auug.org.au \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=elver@google$(echo .)com \
    --cc=hpa@zytor$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=mingo@kernel$(echo .)org \
    --cc=pasha.tatashin@soleen$(echo .)com \
    --cc=peterz@infradead$(echo .)org \
    --cc=tglx@linutronix$(echo .)de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox