All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc fixes for kernel v4.19
@ 2018-10-02 21:02 Helge Deller
  2018-10-02 21:16 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 12+ messages in thread
From: Helge Deller @ 2018-10-02 21:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Greg,

please pull a last set of fixes for the parisc architecture for kernel 4.19 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.19-3

The major change is for parisc64 to use a 64-bit suseconds_t type to
match what glibc expects for 64-bit userspace. It's an ABI change, but
since we don't have a 64-bit userspace on parisc yet, it won't introduce
a breakage.

Other than that we simply drop unused code and outdated gcc version
checks.

Thanks,
Helge

----------------------------------------------------------------
Arnd Bergmann (1):
      parisc64: change __kernel_suseconds_t to match glibc

Christoph Hellwig (1):
      parisc: remove the dead ccio-rm-dma driver

Helge Deller (1):
      parisc: Use PARISC_ITLB_TRAP constant in entry.S

Masahiro Yamada (1):
      parisc: remove check for minimum required GCC version

 arch/parisc/Makefile                       |   9 --
 arch/parisc/include/uapi/asm/posix_types.h |   3 -
 arch/parisc/kernel/entry.S                 |   2 +-
 drivers/parisc/Makefile                    |   3 -
 drivers/parisc/ccio-rm-dma.c               | 202 -----------------------------
 5 files changed, 1 insertion(+), 218 deletions(-)
 delete mode 100644 drivers/parisc/ccio-rm-dma.c

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

end of thread, other threads:[~2018-10-04 14:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 21:02 [GIT PULL] parisc fixes for kernel v4.19 Helge Deller
2018-10-02 21:16 ` Greg Kroah-Hartman
2018-10-02 21:46   ` Helge Deller
2018-10-02 22:24     ` Greg Kroah-Hartman
2018-10-03 14:47       ` Helge Deller
2018-10-03 18:16         ` Greg Kroah-Hartman
2018-10-03 19:49           ` Arnd Bergmann
2018-10-03 23:02             ` gregkh
2018-10-04  8:41               ` Helge Deller
2018-10-04 13:34                 ` Arnd Bergmann
2018-10-04 14:30                   ` Helge Deller
2018-10-04 14:38                     ` Helge Deller

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.