backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Resurrect backports Integration Mode
@ 2021-11-24  5:54 Thomas Pedersen
  2021-11-24  5:54 ` [PATCH 1/7] backport: refresh integration patch Thomas Pedersen
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Thomas Pedersen @ 2021-11-24  5:54 UTC (permalink / raw)
  To: backports; +Cc: Hauke Mehrtens, Luis Rodriguez, Thomas Pedersen

The backports integration mode[0] seems to have suffered some bitrot and
doesn't currently work. Integration mode can be convenient in certain
use cases and build flows though, so this patch set tries to fixup the
integration mode.

These changes were developed and tested for backporting a v5.10
backports + linux branch to a v4.19 kernel. v5.15-rc6 backports + linux
was successfully built against v4.19.

0: https://backports.wiki.kernel.org/index.php/Documentation/integration

Thomas Pedersen (7):
  backport: refresh integration patch
  backport: resurrect integrations
  gentree: try to make patch operation idempotent in case of --clean
  gentree: do not prefix Kernel.local symbols
  lib/bpversion: calculate Kconfig.versions for next major version
  backport: expose BP_MODULES in package mode only
  kconfig: fix select conversion for BPAUTO_ symbols in integration mode

 backport/Kconfig.integrate                    | 11 ++--
 backport/Kconfig.package                      | 10 +--
 backport/Kconfig.package.hacks                |  9 +++
 backport/Kconfig.sources                      | 18 +++---
 backport/compat/Kconfig                       |  9 ---
 gentree.py                                    | 62 +++++++++++++------
 .../0001-enable-backports-built-in.patch      | 34 +++++-----
 lib/bpversion.py                              | 11 +++-
 lib/kconfig.py                                |  5 +-
 9 files changed, 96 insertions(+), 73 deletions(-)

-- 
2.30.2

--
To unsubscribe from this list: send the line "unsubscribe backports" in

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-02-04 21:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24  5:54 [PATCH 0/7] Resurrect backports Integration Mode Thomas Pedersen
2021-11-24  5:54 ` [PATCH 1/7] backport: refresh integration patch Thomas Pedersen
2021-11-28 21:50   ` Hauke Mehrtens
2021-12-02 19:51     ` Thomas Pedersen
2021-11-24  5:55 ` [PATCH 2/7] backport: resurrect integrations Thomas Pedersen
2021-11-24  5:55 ` [PATCH 3/7] gentree: try to make patch operation idempotent in case of --clean Thomas Pedersen
2021-11-24  5:55 ` [PATCH 4/7] gentree: do not prefix Kernel.local symbols Thomas Pedersen
2021-11-24  5:55 ` [PATCH 5/7] lib/bpversion: calculate Kconfig.versions for next major version Thomas Pedersen
2021-11-24  5:55 ` [PATCH 6/7] backport: expose BP_MODULES in package mode only Thomas Pedersen
2021-11-24  5:55 ` [PATCH 7/7] kconfig: fix select conversion for BPAUTO_ symbols in integration mode Thomas Pedersen
2021-11-24 13:57 ` [PATCH 0/7] Resurrect backports Integration Mode Luis Chamberlain
2021-11-25  4:00   ` Thomas Pedersen
2022-02-04  2:22     ` Luis Chamberlain
2022-02-04 21:41       ` Luis Chamberlain
2021-11-28 21:52 ` Hauke Mehrtens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).