From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752340AbbKIOug (ORCPT ); Mon, 9 Nov 2015 09:50:36 -0500 Received: from mout.gmx.net ([212.227.15.15]:53562 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752117AbbKIOuU (ORCPT ); Mon, 9 Nov 2015 09:50:20 -0500 Date: Mon, 9 Nov 2015 15:50:05 +0100 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, James Bottomley , John David Anglin Subject: [GIT PULL] parisc architecture updates for v4.4 Message-ID: <20151109145005.GA12624@ls3530.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:pmrp8YgHphYlH7uIM7FKLUmdxlImzpnyCulBJZv3MEUmdPm1Ew7 VLJtCncF1K/wSYtfnENaPi7giYtAg3ixh78VKUYduhDjSMFNVjZkiIOwELXzVUkKthBmGrv iFpevZmGlkw6EPe1S4v/35cDLvZGhUpxxcjQoVkaCBS3Z9UDa5+xqtsSQku0OlDt7Xx8GLP 1gwmah9BLyIaIXR/uddhg== X-UI-Out-Filterresults: notjunk:1;V01:K0:ZYkbcNaJCaU=:ABCG44fBfd0X7eRVKTMVC5 YUgQ0zmWjnAZE3nLNYRXH0xcgkEJIMEMh11zlr5hwGr8m4rBeibbU+Nf9MS8YXrJaKQUgHjxV 6V9g6foDfZ7WYBpjdePSsMeitRx5CJaSkMxqZsjSHqi0IchcR2SIxhg6mFsU4L0pQ6gSqCvew +iTRpQQax61I3m/j+v/tSMzdG6PSAIkJoyOWfIwkkLMlFYpMY2W8xdFdW/g+Uiq2NfHwAH4Tn DhAshExruqyAU59p08xy7x/NXMZrMqm6B4E6/ww6hBL4p1PaUdJcbMy33cjd7VnICbgKytd+J G6lW7rJlbyVDmW+TDZYPfXvZ2/LMQwCY7NLnglraCp2YKgwKyG3oB1rAPgGthxrcdb3LW9P6q k3d5nGxbr+sw10DMtjpRJ0QEn+eRTGbUxAKZcuOM2D2/KtnrW9e6Up/QQCLuDGQM9F1v9j2Nj NIR2uExSxIwIuTrkNisiHeTuIJQdYIiDSLhm/K466RUrO+Al5F1GjkUxiUq/rmhR1O8SFCr2F PGC/layxWxTkfsdO1wVWmg1HPUID6ivPTX1/otP3yWeWdJBZ2BAQOqPYmPV9VjBcQ21UYl6fJ cw+NxA3IkZF+qg45tnEmT2aTwSdc4fwAb6QDz7Y7EP12GvzytuO4PhKHlSNcra+sUuXOhsjqx 1z8Gth36vaBag2iK+bPwdefXkSNERuTO6SIJiVuB8yhUXTdybGuCNe/dbvGaU0Wp5s8LSdZ15 huHJsimvKwvBQpwq+n4nOg6TbI49IWzo5pxYG0HXLKzhxlq8HG7ReuBYqdA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)