Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1265747 > unrolled thread

[GIT PULL] parisc architecture updates for v4.4

Started byHelge Deller <deller@gmx.de>
First post2015-11-09 16:00 +0100
Last post2015-11-09 16:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] parisc architecture updates for v4.4 Helge Deller <deller@gmx.de> - 2015-11-09 16:00 +0100

#1265747 — [GIT PULL] parisc architecture updates for v4.4

FromHelge Deller <deller@gmx.de>
Date2015-11-09 16:00 +0100
Subject[GIT PULL] parisc architecture updates for v4.4
Message-ID<qsW5j-7Mk-17@gated-at.bofh.it>
Hi Linus,

please pull latest patches for the parisc architecture for kernel v4.4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.4-1

We have two patches in here:

1. The parisc uapi headers have been screwed up since quite some time. This
patch fixes some bugs (e.g. endianess not respected in compat_semid64_ds) and
cleans them up (e.g. uid_t was used instead of __kernel_uid_t) so that they can
be used by userspace again. This patch has been reviewed by Arnd Bergmann and
is scheduled for stable kernel series.

2. Drop the hpux_stat64 struct from stat.h, we do not support HP-UX binaries
since kernel 4.0.

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (2):
      parisc: Drop hpux_stat64 struct from stat.h header file
      parisc: Fixes and cleanups in kernel uapi header files

 arch/parisc/include/asm/compat.h           |  4 ++--
 arch/parisc/include/uapi/asm/ipcbuf.h      | 19 +++++++++++-------
 arch/parisc/include/uapi/asm/msgbuf.h      | 10 +++++-----
 arch/parisc/include/uapi/asm/posix_types.h |  2 ++
 arch/parisc/include/uapi/asm/sembuf.h      |  6 +++---
 arch/parisc/include/uapi/asm/shmbuf.h      |  8 ++++----
 arch/parisc/include/uapi/asm/stat.h        | 31 ------------------------------
 arch/parisc/mm/init.c                      | 16 +++++++++++++++
 8 files changed, 44 insertions(+), 52 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web