linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-4.21-2 tag
@ 2019-01-04 13:00 Michael Ellerman
  2019-01-05 11:53 ` Michael Ellerman
  2019-01-05 20:20 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Ellerman @ 2019-01-04 13:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: chunkeey, diana.craciun, linux-kernel, linuxppc-dev, malat

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Linus,

Please pull some powerpc fixes for 4.21:

The following changes since commit 96d4f267e40f9509e8a66e2b39e8b95655617693:

  Remove 'type' argument from access_ok() function (2019-01-03 18:57:57 -0800)

are available in the git repository at:

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

for you to fetch changes up to 074400a7be61250d9f0ccec07d5c35ffec4d8d22:

  powerpc: Drop use of 'type' from access_ok() (2019-01-04 23:07:59 +1100)

- ------------------------------------------------------------------
powerpc fixes for 4.21 #2

A fix for the recent access_ok() change, which broke the build. We recently
added a use of type in order to squash a warning elsewhere about type being
unused.

A handful of other minor build fixes, and one defconfig update.

Thanks to:
  Christian Lamparter, Christophe Leroy, Diana Craciun, Mathieu Malaterre.

- ------------------------------------------------------------------
Christian Lamparter (1):
      powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usage

Diana Craciun (1):
      powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'

Mathieu Malaterre (1):
      powerpc: Drop use of 'type' from access_ok()

Michael Ellerman (4):
      powerpc/4xx/ocm: Fix phys_addr_t printf warnings
      powerpc/configs: Add PPC4xx_OCM to ppc40x_defconfig
      KVM: PPC: Book3S HV: radix: Fix uninitialized var build error
      Merge branch 'master' into fixes


 arch/powerpc/configs/ppc40x_defconfig  |  1 +
 arch/powerpc/include/asm/uaccess.h     |  2 +-
 arch/powerpc/kernel/head_booke.h       | 18 ++++++++++++------
 arch/powerpc/kvm/book3s_64_mmu_radix.c |  2 +-
 arch/powerpc/platforms/4xx/ocm.c       | 10 +++++-----
 5 files changed, 20 insertions(+), 13 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIcBAEBAgAGBQJcL1eOAAoJEFHr6jzI4aWA86wP/3V5zlUNtsyXpcCx60PNIMya
6z6oWVKoM92nMIyfWuoxKBEbylSyixFSxOsKoiVJDyigW5WWNjsPQ1KOUD2OVn0V
OQhj2aDXwUtxdlQ5dK0H9lodsUKUEw1/saqcgi2OS8iDDa8kJIEemDe29Omf5DyE
U2RKl++nhAfK8BLfMRCAIqL+TVZq9Zy+zNwbVtsmj7lAlw+Csb4KV3YvlJ7b6pjD
Ntm6O3X8sy7GtJdMpeBDOMTbWuvIQpefVH135jS1IjJZbrafZK6a4gQ9cs5mx68d
+/nyzkcjy83eRGkv3QY5Y+vEa0wkFdBb6Nf0MH63xCPVYVjom6pRUGL+RPldi2GO
bmieDXavlicX9y+BCQSKASTzNo2uR2heF31aCnr6bsOSeT8ZNGbIwgHuGGqrzN+8
qLQb00hA0uKlbNgPpNoyYO5K3khntR348HfH0Uwlm3Nttvn1TEh87c9L19FcdlMw
SlA6kpJ6328FkEv5FUPu7v7764dPgOQNImPKnsYdhbUxhHnDMx33LzsUEQQcYWpM
3nsKQMW1yqMH2BG8u9LQtZErFanX+RNm81OsP38F8nvGe1RJkoq7R7MSooZ9tzs2
Ymf8W+KNofKmXVAPh7AyKQzpy0a/sEqAXmtTPBf7bsdwU5PQB0+LMf0yzyZpEp2U
3eFcseqDoO32ScDZQUYt
=Y+yv
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-4.21-2 tag
  2019-01-04 13:00 [GIT PULL] Please pull powerpc/linux.git powerpc-4.21-2 tag Michael Ellerman
@ 2019-01-05 11:53 ` Michael Ellerman
  2019-01-05 19:50   ` Linus Torvalds
  2019-01-05 20:20 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Ellerman @ 2019-01-05 11:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: chunkeey, diana.craciun, linux-kernel, linuxppc-dev, malat

Hi Linus,

Michael Ellerman <mpe@ellerman.id.au> writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Linus,
>
> Please pull some powerpc fixes for 4.21:
...
>
> for you to fetch changes up to 074400a7be61250d9f0ccec07d5c35ffec4d8d22:
>
>   powerpc: Drop use of 'type' from access_ok() (2019-01-04 23:07:59 +1100)

I see you've fixed this in your tree already.

If you want to skip this pull and avoid having two fixes for the
access_ok() stuff in the history that would be fine by me.

The rest of this pull request is all very minor and could wait until
next week, I could pull out the redundant access_ok() fix and generate a
new tag later in the week.

cheers


> - ------------------------------------------------------------------
> powerpc fixes for 4.21 #2
>
> A fix for the recent access_ok() change, which broke the build. We recently
> added a use of type in order to squash a warning elsewhere about type being
> unused.
>
> A handful of other minor build fixes, and one defconfig update.
>
> Thanks to:
>   Christian Lamparter, Christophe Leroy, Diana Craciun, Mathieu Malaterre.
>
> - ------------------------------------------------------------------
> Christian Lamparter (1):
>       powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usage
>
> Diana Craciun (1):
>       powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'
>
> Mathieu Malaterre (1):
>       powerpc: Drop use of 'type' from access_ok()
>
> Michael Ellerman (4):
>       powerpc/4xx/ocm: Fix phys_addr_t printf warnings
>       powerpc/configs: Add PPC4xx_OCM to ppc40x_defconfig
>       KVM: PPC: Book3S HV: radix: Fix uninitialized var build error
>       Merge branch 'master' into fixes
>
>
>  arch/powerpc/configs/ppc40x_defconfig  |  1 +
>  arch/powerpc/include/asm/uaccess.h     |  2 +-
>  arch/powerpc/kernel/head_booke.h       | 18 ++++++++++++------
>  arch/powerpc/kvm/book3s_64_mmu_radix.c |  2 +-
>  arch/powerpc/platforms/4xx/ocm.c       | 10 +++++-----
>  5 files changed, 20 insertions(+), 13 deletions(-)
> -----BEGIN PGP SIGNATURE-----
>
> iQIcBAEBAgAGBQJcL1eOAAoJEFHr6jzI4aWA86wP/3V5zlUNtsyXpcCx60PNIMya
> 6z6oWVKoM92nMIyfWuoxKBEbylSyixFSxOsKoiVJDyigW5WWNjsPQ1KOUD2OVn0V
> OQhj2aDXwUtxdlQ5dK0H9lodsUKUEw1/saqcgi2OS8iDDa8kJIEemDe29Omf5DyE
> U2RKl++nhAfK8BLfMRCAIqL+TVZq9Zy+zNwbVtsmj7lAlw+Csb4KV3YvlJ7b6pjD
> Ntm6O3X8sy7GtJdMpeBDOMTbWuvIQpefVH135jS1IjJZbrafZK6a4gQ9cs5mx68d
> +/nyzkcjy83eRGkv3QY5Y+vEa0wkFdBb6Nf0MH63xCPVYVjom6pRUGL+RPldi2GO
> bmieDXavlicX9y+BCQSKASTzNo2uR2heF31aCnr6bsOSeT8ZNGbIwgHuGGqrzN+8
> qLQb00hA0uKlbNgPpNoyYO5K3khntR348HfH0Uwlm3Nttvn1TEh87c9L19FcdlMw
> SlA6kpJ6328FkEv5FUPu7v7764dPgOQNImPKnsYdhbUxhHnDMx33LzsUEQQcYWpM
> 3nsKQMW1yqMH2BG8u9LQtZErFanX+RNm81OsP38F8nvGe1RJkoq7R7MSooZ9tzs2
> Ymf8W+KNofKmXVAPh7AyKQzpy0a/sEqAXmtTPBf7bsdwU5PQB0+LMf0yzyZpEp2U
> 3eFcseqDoO32ScDZQUYt
> =Y+yv
> -----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-4.21-2 tag
  2019-01-05 11:53 ` Michael Ellerman
@ 2019-01-05 19:50   ` Linus Torvalds
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2019-01-05 19:50 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: chunkeey, diana.craciun, Linux List Kernel Mailing, linuxppc-dev,
	Mathieu Malaterre

On Sat, Jan 5, 2019 at 3:53 AM Michael Ellerman <mpe@ellerman.id.au> wrote:
> >   powerpc: Drop use of 'type' from access_ok() (2019-01-04 23:07:59 +1100)
>
> I see you've fixed this in your tree already.

No problem. It was my mess-up to begin with, and I just did the
obvious resolution (only difference between our fixes was whitespace,
and that I obviously also fixed up sparc32 as well).

                 Linus

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-4.21-2 tag
  2019-01-04 13:00 [GIT PULL] Please pull powerpc/linux.git powerpc-4.21-2 tag Michael Ellerman
  2019-01-05 11:53 ` Michael Ellerman
@ 2019-01-05 20:20 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-01-05 20:20 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, chunkeey, diana.craciun, linux-kernel,
	linuxppc-dev, malat

The pull request you sent on Sat, 05 Jan 2019 00:00:03 +1100:

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

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

Thank you!

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

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

end of thread, other threads:[~2019-01-05 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 13:00 [GIT PULL] Please pull powerpc/linux.git powerpc-4.21-2 tag Michael Ellerman
2019-01-05 11:53 ` Michael Ellerman
2019-01-05 19:50   ` Linus Torvalds
2019-01-05 20:20 ` 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;
as well as URLs for NNTP newsgroup(s).