[GIT PULL] m68k updates for 5.12 (take two)
From: Geert Uytterhoeven
Date: Sun Mar 07 2021 - 05:08:51 EST
Hi Linus,
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v5.12-tag2
for you to fetch changes up to a65a802aadba072ca7514fc0c301fd7fdc6fc6cb:
m68k: Fix virt_addr_valid() W=1 compiler warnings (2021-03-06 14:15:07 +0100)
----------------------------------------------------------------
m68k updates for v5.12 (take two)
- Fix virt_addr_valid() W=1 compiler warnings.
This is a single non-critical fix. As the build bots are now testing
all new code with W=1, these warnings are popping up everywhere,
confusing people. Hence I think it makes sense to silence it as soon as
possible.
Note that I have just rebased this single commit to v5.12-rc2, to avoid
the swapfile bug. Should be safe, as this file has not been touched
since v5.11-rc1.
Thanks for pulling!
----------------------------------------------------------------
Geert Uytterhoeven (1):
m68k: Fix virt_addr_valid() W=1 compiler warnings
arch/m68k/include/asm/page_mm.h | 2 +-
arch/m68k/include/asm/page_no.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds