Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1344702
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the akpm-current tree |
| Date | 2016-02-26 22:40 +0100 |
| Message-ID | <r6yhc-RJ-37@gated-at.bofh.it> (permalink) |
| References | <r6jrP-6ZV-1@gated-at.bofh.it> <r6x1M-6H-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 26 Feb 2016 12:10:06 -0800 Dave Hansen <dave.hansen@linux.intel.com> 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 <sfr@canb.auug.org.au>
> > ---
> > 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 <dave.hansen@linux.intel.com>
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.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the akpm-current tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-02-26 06:50 +0100
Re: linux-next: build failure after merge of the akpm-current tree Dave Hansen <dave.hansen@linux.intel.com> - 2016-02-26 17:20 +0100
Re: linux-next: build failure after merge of the akpm-current tree Dave Hansen <dave.hansen@linux.intel.com> - 2016-02-26 21:20 +0100
Re: linux-next: build failure after merge of the akpm-current tree Andrew Morton <akpm@linux-foundation.org> - 2016-02-26 22:40 +0100
Re: linux-next: build failure after merge of the akpm-current tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-02-26 23:50 +0100
csiph-web