All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: bhe@redhat.com, christophe.leroy@csgroup.eu,
	hbathini@linux.ibm.com, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, kexec@lists.infradead.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.9-2 tag
Date: Sat, 23 Mar 2024 11:54:50 +1100	[thread overview]
Message-ID: <87zfupix7p.fsf@mail.lhotse> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull some more powerpc updates for 6.9. These were posted before the
merge window but had complicated dependencies and/or conflicts with other
content that has gone into 6.9.

cheers

The following changes since commit 66a27abac311a30edbbb65fe8c41ff1b13876faa:

  Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2024-03-15 17:53:48 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.9-2

for you to fetch changes up to 5c4233cc0920cc90787aafe950b90f6c57a35b88:

  powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency (2024-03-17 13:34:00 +1100)

- ------------------------------------------------------------------
powerpc updates for 6.9 #2

 - Handle errors in mark_rodata_ro() and mark_initmem_nx().

 - Make struct crash_mem available without CONFIG_CRASH_DUMP.

Thanks to: Christophe Leroy, Hari Bathini.

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()

Hari Bathini (3):
      kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMP
      powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
      powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency


 arch/powerpc/Kconfig                 |   9 +-
 arch/powerpc/include/asm/kexec.h     |  98 +++----
 arch/powerpc/kernel/prom.c           |   2 +-
 arch/powerpc/kernel/setup-common.c   |   2 +-
 arch/powerpc/kernel/smp.c            |   4 +-
 arch/powerpc/kexec/Makefile          |   3 +-
 arch/powerpc/kexec/core.c            |   4 +
 arch/powerpc/kexec/elf_64.c          |   4 +-
 arch/powerpc/kexec/file_load_64.c    | 269 ++++++++++----------
 arch/powerpc/mm/book3s32/mmu.c       |   7 +-
 arch/powerpc/mm/mmu_decl.h           |   8 +-
 arch/powerpc/mm/nohash/8xx.c         |  33 ++-
 arch/powerpc/mm/nohash/e500.c        |  10 +-
 arch/powerpc/mm/pgtable_32.c         |  38 ++-
 arch/powerpc/platforms/powernv/smp.c |   2 +-
 include/linux/crash_core.h           |  12 +-
 16 files changed, 274 insertions(+), 231 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmX+Jw4ACgkQUevqPMjh
pYA6WA/+PVlWRRhMWDZ0BEMFKtVMwUlGJWSZGNGqX/5ZV40lcTIsuIruw8C6VY11
Hq1J+CafM3H7LnqzYwruAYhpBYwb1Oje6IK208XiKH+eUmCzzk+hLfjGdbNbkTOx
6xBqoV3Hjj+p4H6QRXYkZQihQDHy9IfuBGNtoaTaiVuqg9NOT9PLnVNYaI11uLBP
qRS08hkORyJEOO/QRjoVXyXdP7pOwl1EbuYYg805BZ9NFlp7j105yT8XjKQ1X5w+
yF4b2eSV78/Z55dpnBM1GqJqkOSaQjq42PKS+JNSBRpgVDZiLzTdVgWBHY1Q2zho
H5XH9RHvT789vtGsXxhYqvSOSMsM+LgdZo82ZQuqHDA5djmwoMOVXcb/NkyVZ0o3
E+glLdWe6X+0B8Fhx2PH4R5j5j1r3/B2Ighf9Qz60rXNCnbUfT8ZJefyUZg6pHMg
Y/YwdftiqBRnVsK1VSvMrIW3/Sk47QHlM2d7B11R9sVw85zlVwg4FHFXlGtoVpFS
cWZityzVY10wKcblhHYt0/X0n2eeMhjyZuq9lvgls2zypr1qxJ+x/URVVM4hzbNH
P+1qvVUp9mHfSmUGqC5OWv/365BhPQy2t7vkK1NYmmfee2r2umHEY9zphu/yysUg
OQvE+v0F7fETuYg/QTWLlsusEyU0uBCoJOxeB2M6KacrNZfE64A=
=SfuI
-----END PGP SIGNATURE-----

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: bhe@redhat.com, kexec@lists.infradead.org,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	hbathini@linux.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.9-2 tag
Date: Sat, 23 Mar 2024 11:54:50 +1100	[thread overview]
Message-ID: <87zfupix7p.fsf@mail.lhotse> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull some more powerpc updates for 6.9. These were posted before the
merge window but had complicated dependencies and/or conflicts with other
content that has gone into 6.9.

cheers

The following changes since commit 66a27abac311a30edbbb65fe8c41ff1b13876faa:

  Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2024-03-15 17:53:48 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.9-2

for you to fetch changes up to 5c4233cc0920cc90787aafe950b90f6c57a35b88:

  powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency (2024-03-17 13:34:00 +1100)

- ------------------------------------------------------------------
powerpc updates for 6.9 #2

 - Handle errors in mark_rodata_ro() and mark_initmem_nx().

 - Make struct crash_mem available without CONFIG_CRASH_DUMP.

Thanks to: Christophe Leroy, Hari Bathini.

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()

Hari Bathini (3):
      kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMP
      powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
      powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency


 arch/powerpc/Kconfig                 |   9 +-
 arch/powerpc/include/asm/kexec.h     |  98 +++----
 arch/powerpc/kernel/prom.c           |   2 +-
 arch/powerpc/kernel/setup-common.c   |   2 +-
 arch/powerpc/kernel/smp.c            |   4 +-
 arch/powerpc/kexec/Makefile          |   3 +-
 arch/powerpc/kexec/core.c            |   4 +
 arch/powerpc/kexec/elf_64.c          |   4 +-
 arch/powerpc/kexec/file_load_64.c    | 269 ++++++++++----------
 arch/powerpc/mm/book3s32/mmu.c       |   7 +-
 arch/powerpc/mm/mmu_decl.h           |   8 +-
 arch/powerpc/mm/nohash/8xx.c         |  33 ++-
 arch/powerpc/mm/nohash/e500.c        |  10 +-
 arch/powerpc/mm/pgtable_32.c         |  38 ++-
 arch/powerpc/platforms/powernv/smp.c |   2 +-
 include/linux/crash_core.h           |  12 +-
 16 files changed, 274 insertions(+), 231 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmX+Jw4ACgkQUevqPMjh
pYA6WA/+PVlWRRhMWDZ0BEMFKtVMwUlGJWSZGNGqX/5ZV40lcTIsuIruw8C6VY11
Hq1J+CafM3H7LnqzYwruAYhpBYwb1Oje6IK208XiKH+eUmCzzk+hLfjGdbNbkTOx
6xBqoV3Hjj+p4H6QRXYkZQihQDHy9IfuBGNtoaTaiVuqg9NOT9PLnVNYaI11uLBP
qRS08hkORyJEOO/QRjoVXyXdP7pOwl1EbuYYg805BZ9NFlp7j105yT8XjKQ1X5w+
yF4b2eSV78/Z55dpnBM1GqJqkOSaQjq42PKS+JNSBRpgVDZiLzTdVgWBHY1Q2zho
H5XH9RHvT789vtGsXxhYqvSOSMsM+LgdZo82ZQuqHDA5djmwoMOVXcb/NkyVZ0o3
E+glLdWe6X+0B8Fhx2PH4R5j5j1r3/B2Ighf9Qz60rXNCnbUfT8ZJefyUZg6pHMg
Y/YwdftiqBRnVsK1VSvMrIW3/Sk47QHlM2d7B11R9sVw85zlVwg4FHFXlGtoVpFS
cWZityzVY10wKcblhHYt0/X0n2eeMhjyZuq9lvgls2zypr1qxJ+x/URVVM4hzbNH
P+1qvVUp9mHfSmUGqC5OWv/365BhPQy2t7vkK1NYmmfee2r2umHEY9zphu/yysUg
OQvE+v0F7fETuYg/QTWLlsusEyU0uBCoJOxeB2M6KacrNZfE64A=
=SfuI
-----END PGP SIGNATURE-----

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: bhe@redhat.com, christophe.leroy@csgroup.eu,
	hbathini@linux.ibm.com, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, kexec@lists.infradead.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.9-2 tag
Date: Sat, 23 Mar 2024 11:54:50 +1100	[thread overview]
Message-ID: <87zfupix7p.fsf@mail.lhotse> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull some more powerpc updates for 6.9. These were posted before the
merge window but had complicated dependencies and/or conflicts with other
content that has gone into 6.9.

cheers

The following changes since commit 66a27abac311a30edbbb65fe8c41ff1b13876faa:

  Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2024-03-15 17:53:48 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.9-2

for you to fetch changes up to 5c4233cc0920cc90787aafe950b90f6c57a35b88:

  powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency (2024-03-17 13:34:00 +1100)

- ------------------------------------------------------------------
powerpc updates for 6.9 #2

 - Handle errors in mark_rodata_ro() and mark_initmem_nx().

 - Make struct crash_mem available without CONFIG_CRASH_DUMP.

Thanks to: Christophe Leroy, Hari Bathini.

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()

Hari Bathini (3):
      kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMP
      powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
      powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency


 arch/powerpc/Kconfig                 |   9 +-
 arch/powerpc/include/asm/kexec.h     |  98 +++----
 arch/powerpc/kernel/prom.c           |   2 +-
 arch/powerpc/kernel/setup-common.c   |   2 +-
 arch/powerpc/kernel/smp.c            |   4 +-
 arch/powerpc/kexec/Makefile          |   3 +-
 arch/powerpc/kexec/core.c            |   4 +
 arch/powerpc/kexec/elf_64.c          |   4 +-
 arch/powerpc/kexec/file_load_64.c    | 269 ++++++++++----------
 arch/powerpc/mm/book3s32/mmu.c       |   7 +-
 arch/powerpc/mm/mmu_decl.h           |   8 +-
 arch/powerpc/mm/nohash/8xx.c         |  33 ++-
 arch/powerpc/mm/nohash/e500.c        |  10 +-
 arch/powerpc/mm/pgtable_32.c         |  38 ++-
 arch/powerpc/platforms/powernv/smp.c |   2 +-
 include/linux/crash_core.h           |  12 +-
 16 files changed, 274 insertions(+), 231 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmX+Jw4ACgkQUevqPMjh
pYA6WA/+PVlWRRhMWDZ0BEMFKtVMwUlGJWSZGNGqX/5ZV40lcTIsuIruw8C6VY11
Hq1J+CafM3H7LnqzYwruAYhpBYwb1Oje6IK208XiKH+eUmCzzk+hLfjGdbNbkTOx
6xBqoV3Hjj+p4H6QRXYkZQihQDHy9IfuBGNtoaTaiVuqg9NOT9PLnVNYaI11uLBP
qRS08hkORyJEOO/QRjoVXyXdP7pOwl1EbuYYg805BZ9NFlp7j105yT8XjKQ1X5w+
yF4b2eSV78/Z55dpnBM1GqJqkOSaQjq42PKS+JNSBRpgVDZiLzTdVgWBHY1Q2zho
H5XH9RHvT789vtGsXxhYqvSOSMsM+LgdZo82ZQuqHDA5djmwoMOVXcb/NkyVZ0o3
E+glLdWe6X+0B8Fhx2PH4R5j5j1r3/B2Ighf9Qz60rXNCnbUfT8ZJefyUZg6pHMg
Y/YwdftiqBRnVsK1VSvMrIW3/Sk47QHlM2d7B11R9sVw85zlVwg4FHFXlGtoVpFS
cWZityzVY10wKcblhHYt0/X0n2eeMhjyZuq9lvgls2zypr1qxJ+x/URVVM4hzbNH
P+1qvVUp9mHfSmUGqC5OWv/365BhPQy2t7vkK1NYmmfee2r2umHEY9zphu/yysUg
OQvE+v0F7fETuYg/QTWLlsusEyU0uBCoJOxeB2M6KacrNZfE64A=
=SfuI
-----END PGP SIGNATURE-----

             reply	other threads:[~2024-03-23  0:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-23  0:54 Michael Ellerman [this message]
2024-03-23  0:54 ` [GIT PULL] Please pull powerpc/linux.git powerpc-6.9-2 tag Michael Ellerman
2024-03-23  0:54 ` Michael Ellerman
2024-03-23 16:24 ` pr-tracker-bot
2024-03-23 16:24   ` pr-tracker-bot
2024-03-23 16:24   ` pr-tracker-bot

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=87zfupix7p.fsf@mail.lhotse \
    --to=mpe@ellerman.id.au \
    --cc=bhe@redhat.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=hbathini@linux.ibm.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.