All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.7-2 tag
@ 2023-11-12  1:25 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2023-11-12  1:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linuxppc-dev, nathanl, tzimmermann

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

Hi Linus,

Please pull a few more powerpc updates for 6.7:

The following changes since commit 707df298cbde200b939c70be2577b20775fe3345:

  Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2023-11-03 10:07:39 -1000)

are available in the git repository at:

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

for you to fetch changes up to 644b6025bcaff59737270d812c70302f5a8d4a8f:

  powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc (2023-11-07 13:13:45 +1100)

- ------------------------------------------------------------------
powerpc fixes for 6.7 #2

 - Finish a refactor of pgprot_framebuffer() which dependend on some changes
   that were merged via the drm tree.

 - Fix some kernel-doc warnings to quieten the bots.

Thanks to: Nathan Lynch, Thomas Zimmermann.

- ------------------------------------------------------------------
Nathan Lynch (2):
      powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
      powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc

Thomas Zimmermann (3):
      powerpc/machdep: Remove trailing whitespaces
      powerpc: Remove file parameter from phys_mem_access_prot()
      powerpc/fb: Call internal __phys_mem_access_prot() in fbdev code


 arch/powerpc/include/asm/fb.h                   |  7 +------
 arch/powerpc/include/asm/machdep.h              | 13 ++++++-------
 arch/powerpc/include/asm/pci.h                  |  4 +---
 arch/powerpc/include/asm/pgtable.h              | 10 ++++++++--
 arch/powerpc/kernel/pci-common.c                |  3 +--
 arch/powerpc/kernel/rtas-proc.c                 |  2 ++
 arch/powerpc/mm/mem.c                           |  8 ++++----
 arch/powerpc/platforms/pseries/rtas-work-area.c |  1 +
 8 files changed, 24 insertions(+), 24 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmVQKR4ACgkQUevqPMjh
pYCHnw//bL9g7D/SOM6cLCTFs3INADo4Tvur/Y6KzIywDGMlGAcrScwbfcplfUIZ
vjGuUdJE2VRGsoNBineyovM6njXHhQ48cpgD7smr3giU1Qz3UlrNlzIqO5N23AlO
USHFRT1enP/pv9LelapiVJocVXiqatY+nIhzJjj+yvsVYSI+5Aq+4f83jM0JvHzK
y3yNgQm0xZZy86tOkm4jQZ4UKg5M4Ua92dCxKkgwshC2gsLI+TXIxRaP1PM3NDn8
3FZtrDzj9QR0ABooLDzh5rcndU+Un1VoFJgkzlBBPh3Ad0AQ0xQxOwPAlEicrru+
uEo5/bL+CsHdvd/tgf/x+3zjhNtDCx1p7Onz2Zp/iTzGWNq1BpB356AWSnjCIOdv
neg1kH+t+pMWf5NPOs+Idn6glKXK8eICMW6Mm1xlFzqV6YLObGVSOOzZJ5ehR8nN
OdZ3l+U6KyaEnLmpAhNfbh2cPue56JvnzPINpm5vleSvTN2OaajlMVjunwxt7YJl
MBNVHawaVYLUXXS6gmFo7/0q0QXAjpHYPQOhiLETLsV2vhbF25wmmphbakj63rlH
NokpCxRf0KZ5k0sT3GNhiETFJ0//jbyUgFKAh9PfmIusv0Haqu4/GZgwXy9+cazq
V9kQnQjpeUm3FxcUKRtQ9YZSXGdIuwXsIpy54dfcRtcUF7UX+5I=
=Cqjh
-----END PGP SIGNATURE-----

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

* [GIT PULL] Please pull powerpc/linux.git powerpc-6.7-2 tag
@ 2023-11-12  1:25 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2023-11-12  1:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: nathanl, linuxppc-dev, linux-kernel, tzimmermann

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

Hi Linus,

Please pull a few more powerpc updates for 6.7:

The following changes since commit 707df298cbde200b939c70be2577b20775fe3345:

  Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2023-11-03 10:07:39 -1000)

are available in the git repository at:

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

for you to fetch changes up to 644b6025bcaff59737270d812c70302f5a8d4a8f:

  powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc (2023-11-07 13:13:45 +1100)

- ------------------------------------------------------------------
powerpc fixes for 6.7 #2

 - Finish a refactor of pgprot_framebuffer() which dependend on some changes
   that were merged via the drm tree.

 - Fix some kernel-doc warnings to quieten the bots.

Thanks to: Nathan Lynch, Thomas Zimmermann.

- ------------------------------------------------------------------
Nathan Lynch (2):
      powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
      powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc

Thomas Zimmermann (3):
      powerpc/machdep: Remove trailing whitespaces
      powerpc: Remove file parameter from phys_mem_access_prot()
      powerpc/fb: Call internal __phys_mem_access_prot() in fbdev code


 arch/powerpc/include/asm/fb.h                   |  7 +------
 arch/powerpc/include/asm/machdep.h              | 13 ++++++-------
 arch/powerpc/include/asm/pci.h                  |  4 +---
 arch/powerpc/include/asm/pgtable.h              | 10 ++++++++--
 arch/powerpc/kernel/pci-common.c                |  3 +--
 arch/powerpc/kernel/rtas-proc.c                 |  2 ++
 arch/powerpc/mm/mem.c                           |  8 ++++----
 arch/powerpc/platforms/pseries/rtas-work-area.c |  1 +
 8 files changed, 24 insertions(+), 24 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmVQKR4ACgkQUevqPMjh
pYCHnw//bL9g7D/SOM6cLCTFs3INADo4Tvur/Y6KzIywDGMlGAcrScwbfcplfUIZ
vjGuUdJE2VRGsoNBineyovM6njXHhQ48cpgD7smr3giU1Qz3UlrNlzIqO5N23AlO
USHFRT1enP/pv9LelapiVJocVXiqatY+nIhzJjj+yvsVYSI+5Aq+4f83jM0JvHzK
y3yNgQm0xZZy86tOkm4jQZ4UKg5M4Ua92dCxKkgwshC2gsLI+TXIxRaP1PM3NDn8
3FZtrDzj9QR0ABooLDzh5rcndU+Un1VoFJgkzlBBPh3Ad0AQ0xQxOwPAlEicrru+
uEo5/bL+CsHdvd/tgf/x+3zjhNtDCx1p7Onz2Zp/iTzGWNq1BpB356AWSnjCIOdv
neg1kH+t+pMWf5NPOs+Idn6glKXK8eICMW6Mm1xlFzqV6YLObGVSOOzZJ5ehR8nN
OdZ3l+U6KyaEnLmpAhNfbh2cPue56JvnzPINpm5vleSvTN2OaajlMVjunwxt7YJl
MBNVHawaVYLUXXS6gmFo7/0q0QXAjpHYPQOhiLETLsV2vhbF25wmmphbakj63rlH
NokpCxRf0KZ5k0sT3GNhiETFJ0//jbyUgFKAh9PfmIusv0Haqu4/GZgwXy9+cazq
V9kQnQjpeUm3FxcUKRtQ9YZSXGdIuwXsIpy54dfcRtcUF7UX+5I=
=Cqjh
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.7-2 tag
  2023-11-12  1:25 ` Michael Ellerman
@ 2023-11-12 19:18   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-11-12 19:18 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, nathanl, linuxppc-dev, linux-kernel, tzimmermann

The pull request you sent on Sun, 12 Nov 2023 12:25:12 +1100:

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

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

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] Please pull powerpc/linux.git powerpc-6.7-2 tag
@ 2023-11-12 19:18   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-11-12 19:18 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: nathanl, linuxppc-dev, Linus Torvalds, linux-kernel, tzimmermann

The pull request you sent on Sun, 12 Nov 2023 12:25:12 +1100:

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

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

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:[~2023-11-12 19:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-12  1:25 [GIT PULL] Please pull powerpc/linux.git powerpc-6.7-2 tag Michael Ellerman
2023-11-12  1:25 ` Michael Ellerman
2023-11-12 19:18 ` pr-tracker-bot
2023-11-12 19:18   ` pr-tracker-bot

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.