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: alexander.deucher@amd.com, dan@danny.cz,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-6 tag
Date: Fri, 29 Jul 2022 22:49:59 +1000	[thread overview]
Message-ID: <87mtcsaxs8.fsf@mpe.ellerman.id.au> (raw)

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

Hi Linus,

Please pull two more powerpc fixes for 5.19.

Notably the re-enablement of the new amdgpu display engine, which was previously causing
build errors.

Restricting it to compilers using 128-bit long double seems to have fixed the build
failures people were seeing, while still allowing it to build with distribution compilers.

It's survived several days in linux-next. There was one report of a new build failure, but
that was a genuine failure that has already been fixed:

  https://lore.kernel.org/amd-gfx/20220728203347.2019728-1-Rodrigo.Siqueira@amd.com/

cheers


The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28:

  Linux 5.19-rc7 (2022-07-17 13:30:22 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.19-6

for you to fetch changes up to c653c591789b3acfa4bf6ae45d5af4f330e50a91:

  drm/amdgpu: Re-enable DCN for 64-bit powerpc (2022-07-26 08:25:38 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.19 #6

 - Re-enable the new amdgpu display engine for powerpc, as long as the compiler is
   correctly configured.

 - Disable stack variable initialisation in prom_init to fix GCC 12 allmodconfig.

Thanks to: Dan Horák, Sudip Mukherjee.

- ------------------------------------------------------------------
Michael Ellerman (3):
      powerpc/64s: Disable stack variable initialisation for prom_init
      Merge tag 'v5.19-rc7' into fixes
      drm/amdgpu: Re-enable DCN for 64-bit powerpc


 arch/powerpc/Kconfig                | 4 ++++
 arch/powerpc/kernel/Makefile        | 1 +
 drivers/gpu/drm/amd/display/Kconfig | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmLj1tkACgkQUevqPMjh
pYCa4BAAjoZx05wxNVch2/p50TejvE1RNN63wQr3FZTsixn4I0fNM2uVwoZ/v3uy
EosAcNlJCqD3ZkseCYSVZABN9i41NGAiWkZOaOBA8Gk99PXJz0+sg4RrqE2ikoyT
n0EqcvtyvciBEp/vt1Hrn+MvkVoPdilwRJHCVKSPfiQg7n/kSnRJ1gmhjap8Tjy2
8riyHE2526WCl1cZsP+9us8JsTIpiFfjbLCOPv4wq/D6jqzEE5Aewu8euPhaNuXk
w6F5dUQ9pxAxMue2edpGVmIUTaPU+zwr9gxVQbd4nIVXl2A2HeAySuVgzWW3DdwR
zw4GbviQdHQVac7BiSGWLlpXg0jzXUFbWRZj3QWz9L90WlxNDdSO90gcTMjzkqj/
G3SpfTuNMphdMldwJ+TNS1g3LYJtBC5iV9Cuhq125uW3lMnZZ1BBaeIJTnemr3dY
qK4lxYTUT/UwdH+9qgIa6KZ+guGyu8UIe1GxUcHBlozvP7OoDijsSEChAQ1mNw41
zQUPcnCCTZ0ZlDG9kHF4FmXvrOQy682AajKapPwxUiOPKRDzc8QHMK6igLY3sdA5
lOdQlClTHCSa1yx5U+f3PSaS/eDkfThSFtJSOQvdIGz7fpeLuV8bWSJR+JYErLBT
uVZj0Pej4Ah4IaG1hMfJshq7+arghhULQqqbKMj4BqhwvP0i/rA=
=7HNO
-----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: alexander.deucher@amd.com, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, dan@danny.cz
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-6 tag
Date: Fri, 29 Jul 2022 22:49:59 +1000	[thread overview]
Message-ID: <87mtcsaxs8.fsf@mpe.ellerman.id.au> (raw)

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

Hi Linus,

Please pull two more powerpc fixes for 5.19.

Notably the re-enablement of the new amdgpu display engine, which was previously causing
build errors.

Restricting it to compilers using 128-bit long double seems to have fixed the build
failures people were seeing, while still allowing it to build with distribution compilers.

It's survived several days in linux-next. There was one report of a new build failure, but
that was a genuine failure that has already been fixed:

  https://lore.kernel.org/amd-gfx/20220728203347.2019728-1-Rodrigo.Siqueira@amd.com/

cheers


The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28:

  Linux 5.19-rc7 (2022-07-17 13:30:22 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.19-6

for you to fetch changes up to c653c591789b3acfa4bf6ae45d5af4f330e50a91:

  drm/amdgpu: Re-enable DCN for 64-bit powerpc (2022-07-26 08:25:38 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.19 #6

 - Re-enable the new amdgpu display engine for powerpc, as long as the compiler is
   correctly configured.

 - Disable stack variable initialisation in prom_init to fix GCC 12 allmodconfig.

Thanks to: Dan Horák, Sudip Mukherjee.

- ------------------------------------------------------------------
Michael Ellerman (3):
      powerpc/64s: Disable stack variable initialisation for prom_init
      Merge tag 'v5.19-rc7' into fixes
      drm/amdgpu: Re-enable DCN for 64-bit powerpc


 arch/powerpc/Kconfig                | 4 ++++
 arch/powerpc/kernel/Makefile        | 1 +
 drivers/gpu/drm/amd/display/Kconfig | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmLj1tkACgkQUevqPMjh
pYCa4BAAjoZx05wxNVch2/p50TejvE1RNN63wQr3FZTsixn4I0fNM2uVwoZ/v3uy
EosAcNlJCqD3ZkseCYSVZABN9i41NGAiWkZOaOBA8Gk99PXJz0+sg4RrqE2ikoyT
n0EqcvtyvciBEp/vt1Hrn+MvkVoPdilwRJHCVKSPfiQg7n/kSnRJ1gmhjap8Tjy2
8riyHE2526WCl1cZsP+9us8JsTIpiFfjbLCOPv4wq/D6jqzEE5Aewu8euPhaNuXk
w6F5dUQ9pxAxMue2edpGVmIUTaPU+zwr9gxVQbd4nIVXl2A2HeAySuVgzWW3DdwR
zw4GbviQdHQVac7BiSGWLlpXg0jzXUFbWRZj3QWz9L90WlxNDdSO90gcTMjzkqj/
G3SpfTuNMphdMldwJ+TNS1g3LYJtBC5iV9Cuhq125uW3lMnZZ1BBaeIJTnemr3dY
qK4lxYTUT/UwdH+9qgIa6KZ+guGyu8UIe1GxUcHBlozvP7OoDijsSEChAQ1mNw41
zQUPcnCCTZ0ZlDG9kHF4FmXvrOQy682AajKapPwxUiOPKRDzc8QHMK6igLY3sdA5
lOdQlClTHCSa1yx5U+f3PSaS/eDkfThSFtJSOQvdIGz7fpeLuV8bWSJR+JYErLBT
uVZj0Pej4Ah4IaG1hMfJshq7+arghhULQqqbKMj4BqhwvP0i/rA=
=7HNO
-----END PGP SIGNATURE-----

             reply	other threads:[~2022-07-29 12:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-29 12:49 Michael Ellerman [this message]
2022-07-29 12:49 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-6 tag Michael Ellerman
2022-07-29 18:35 ` pr-tracker-bot
2022-07-29 18:35   ` 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=87mtcsaxs8.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=alexander.deucher@amd.com \
    --cc=dan@danny.cz \
    --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.