Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.mixmin.net!border2.nntp.ams1.giganews.com!nntp.giganews.com!news.panservice.it!bofh.it!news.nic.it!robomod From: Andrew Morton Newsgroups: linux.kernel Subject: Re: linux-next: build failure after merge of the akpm-current tree Date: Fri, 26 Feb 2016 22:40:02 +0100 Message-ID: References: X-Original-To: Dave Hansen X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 36 Organization: linux.* mail to news gateway X-Original-Cc: Stephen Rothwell , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Helge Deller X-Original-Date: Fri, 26 Feb 2016 13:33:50 -0800 X-Original-Message-ID: <20160226133350.911293e1582f07134febdf48@linux-foundation.org> X-Original-References: <20160226164406.065a1ffc@canb.auug.org.au> <56D0B11E.2050402@linux.intel.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1344702 On Fri, 26 Feb 2016 12:10:06 -0800 Dave Hansen wrote: > On 02/25/2016 09:44 PM, Stephen Rothwell wrote: > > Fixes: cd0ea35ff551 ("signals, pkeys: Notify userspace about protection key faults") > > Signed-off-by: Stephen Rothwell > > --- > > arch/ia64/include/uapi/asm/siginfo.h | 2 +- > > arch/mips/include/uapi/asm/siginfo.h | 2 +- > > include/uapi/asm-generic/siginfo.h | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/arch/ia64/include/uapi/asm/siginfo.h b/arch/ia64/include/uapi/asm/siginfo.h > > index 0151cfab929d..0c660bbccd3f 100644 > > --- a/arch/ia64/include/uapi/asm/siginfo.h > > +++ b/arch/ia64/include/uapi/asm/siginfo.h > > @@ -70,7 +70,7 @@ typedef struct siginfo { > > void __user *_upper; > > } _addr_bnd; > > /* used when si_code=SEGV_PKUERR */ > > - u64 _pkey; > > + int _pkey; > > }; > > } _sigfault; > > Considering Peter's feedback on my 'unsigned long' approach, I'm fine > with your patch, Stephen. Can it just be picked up in to the tip tree? > > Acked-by: Dave Hansen I've moved add-compile-time-check-for-__arch_si_preamble_size.patch to be after linux-next and have added this patch (as add-compile-time-check-for-__arch_si_preamble_size-fix.patch) to be folded into add-compile-time-check-for-__arch_si_preamble_size.patch later on. So no -tip changes should be needed.