public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/platform changes for v6.10
@ 2024-05-13  8:03 Ingo Molnar
  2024-05-13  8:07 ` [GIT PULL] Documentation/maintainer-tip: Clarify merge window policy Ingo Molnar
  2024-05-14  2:51 ` [GIT PULL] x86/platform changes for v6.10 pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Ingo Molnar @ 2024-05-13  8:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, the arch/x86 maintainers


Linus,

Please pull the latest x86/platform Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-2024-05-13

   # HEAD: 801549ed6abe7586eb9ad0cf7147b0bef383ad22 x86/platform/olpc-xo1-sci: Convert to platform remove callback returning void

x86/platform changes for v6.10:

 - Improve the DeviceTree (OF) NUMA enumeration code to
   address kernel warnings & mis-mappings on DeviceTree platforms.

 - Migrate x86 platform drivers to the .remove_new callback API

 - Misc cleanups & fixes

 Thanks,

	Ingo

------------------>
Saurabh Sengar (4):
      x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment
      x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by default
      x86/of: Map NUMA node to CPUs as per DeviceTree
      x86/of: Change x86_dtb_parse_smp_config() to static

Uwe Kleine-König (3):
      x86/platform/iris: Convert to platform remove callback returning void
      x86/platform/olpc-x01-pm: Convert to platform remove callback returning void
      x86/platform/olpc-xo1-sci: Convert to platform remove callback returning void


 arch/x86/hyperv/hv_vtl.c              |  1 -
 arch/x86/include/asm/prom.h           |  9 ++-------
 arch/x86/kernel/devicetree.c          | 24 ++++++++++++++----------
 arch/x86/platform/ce4100/ce4100.c     |  1 -
 arch/x86/platform/iris/iris.c         |  5 ++---
 arch/x86/platform/olpc/olpc-xo1-pm.c  |  7 +++----
 arch/x86/platform/olpc/olpc-xo1-sci.c |  5 ++---
 7 files changed, 23 insertions(+), 29 deletions(-)

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

* [GIT PULL] Documentation/maintainer-tip: Clarify merge window policy
  2024-05-13  8:03 [GIT PULL] x86/platform changes for v6.10 Ingo Molnar
@ 2024-05-13  8:07 ` Ingo Molnar
  2024-05-14  2:51   ` pr-tracker-bot
  2024-05-14  2:51 ` [GIT PULL] x86/platform changes for v6.10 pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2024-05-13  8:07 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Borislav Petkov,
	Dave Hansen

Linus,

Please pull the latest x86/misc Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-misc-2024-05-13

   # HEAD: bdc42c8b9befcef6368be345004cee3da1ace955 Documentation/maintainer-tip: Clarify merge window policy

Update the -tip maintainers merge policy document wrt. merge window timing.

 Thanks,

	Ingo

------------------>
Dave Hansen (1):
      Documentation/maintainer-tip: Clarify merge window policy


 Documentation/process/maintainer-tip.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst
index 497bb39727c8..64739968afa6 100644
--- a/Documentation/process/maintainer-tip.rst
+++ b/Documentation/process/maintainer-tip.rst
@@ -409,20 +409,20 @@ See :ref:`resend_reminders`.
 Merge window
 ^^^^^^^^^^^^
 
-Please do not expect large patch series to be handled during the merge
-window or even during the week before.  Such patches should be submitted in
-mergeable state *at* *least* a week before the merge window opens.
-Exceptions are made for bug fixes and *sometimes* for small standalone
-drivers for new hardware or minimally invasive patches for hardware
-enablement.
+Please do not expect patches to be reviewed or merged by tip
+maintainers around or during the merge window.  The trees are closed
+to all but urgent fixes during this time.  They reopen once the merge
+window closes and a new -rc1 kernel has been released.
+
+Large series should be submitted in mergeable state *at* *least* a week
+before the merge window opens.  Exceptions are made for bug fixes and
+*sometimes* for small standalone drivers for new hardware or minimally
+invasive patches for hardware enablement.
 
 During the merge window, the maintainers instead focus on following the
 upstream changes, fixing merge window fallout, collecting bug fixes, and
 allowing themselves a breath. Please respect that.
 
-The release candidate -rc1 is the starting point for new patches to be
-applied which are targeted for the next merge window.
-
 So called _urgent_ branches will be merged into mainline during the
 stabilization phase of each release.
 

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

* Re: [GIT PULL] x86/platform changes for v6.10
  2024-05-13  8:03 [GIT PULL] x86/platform changes for v6.10 Ingo Molnar
  2024-05-13  8:07 ` [GIT PULL] Documentation/maintainer-tip: Clarify merge window policy Ingo Molnar
@ 2024-05-14  2:51 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-05-14  2:51 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers

The pull request you sent on Mon, 13 May 2024 10:03:17 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-2024-05-13

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5f487cd8290f3ae742cee18d92f2bb0063dc471c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] Documentation/maintainer-tip: Clarify merge window policy
  2024-05-13  8:07 ` [GIT PULL] Documentation/maintainer-tip: Clarify merge window policy Ingo Molnar
@ 2024-05-14  2:51   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-05-14  2:51 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Peter Zijlstra, Thomas Gleixner,
	Borislav Petkov, Dave Hansen

The pull request you sent on Mon, 13 May 2024 10:07:06 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-misc-2024-05-13

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/019040fb8144fd24097e8260ec0fe231634bfc81

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-05-14  2:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13  8:03 [GIT PULL] x86/platform changes for v6.10 Ingo Molnar
2024-05-13  8:07 ` [GIT PULL] Documentation/maintainer-tip: Clarify merge window policy Ingo Molnar
2024-05-14  2:51   ` pr-tracker-bot
2024-05-14  2:51 ` [GIT PULL] x86/platform changes for v6.10 pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox