Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1312290
| From | James Hogan <james.hogan@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers |
| Date | 2016-01-19 15:30 +0100 |
| Message-ID | <qSFsf-Eb-35@gated-at.bofh.it> (permalink) |
| References | <qSEFQ-4S-25@gated-at.bofh.it> <qSEFQ-4S-23@gated-at.bofh.it> <qSF8S-w0-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Tue, Jan 19, 2016 at 03:09:14PM +0100, Arnd Bergmann wrote:
> On Tuesday 19 January 2016 13:37:50 James Hogan wrote:
> > When a header file is removed from generic-y (often accompanied by the
> > addition of an arch specific header), the generated wrapper file will
> > persist, and in some cases may still take precedence over the new arch
> > header.
> >
> > For example commit f1fe2d21f4e1 ("MIPS: Add definitions for extended
> > context") removed ucontext.h from generic-y in arch/mips/include/asm/,
> > and added an arch/mips/include/uapi/asm/ucontext.h. The continued use of
> > the wrapper when reusing a dirty build tree resulted in build failures
> > in arch/mips/kernel/signal.c:
> >
> > arch/mips/kernel/signal.c: In function ‘sc_to_extcontext’:
> > arch/mips/kernel/signal.c:142:12: error: ‘struct ucontext’ has no member named ‘uc_extcontext’
> > return &uc->uc_extcontext;
> > ^
> >
> > Fix by detecting and removing wrapper headers in generated header
> > directories that do not correspond to a filename in generic-y, genhdr-y,
> > or the newly introduced generated-y.
>
> Good idea.
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks Arnd
> Can you merge this through the mips tree, or do you need me to pick it
> up through asm-generic?
I was envisaging the kbuild tree tbh, but I don't really mind how it
gets merged. This patch depends on patch 1, which adds generated-y to
x86 so we don't delete their other generated headers, but other than
that it doesn't really have any dependencies.
Cheers
James
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers James Hogan <james.hogan@imgtec.com> - 2016-01-19 14:40 +0100
Re: [PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers Arnd Bergmann <arnd@arndb.de> - 2016-01-19 15:10 +0100
Re: [PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers Arnd Bergmann <arnd@arndb.de> - 2016-01-19 15:30 +0100
Re: [PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers James Hogan <james.hogan@imgtec.com> - 2016-01-19 15:30 +0100
Re: [PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers Florian Fainelli <f.fainelli@gmail.com> - 2016-01-20 20:00 +0100
Re: [PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers Paul Burton <paul.burton@imgtec.com> - 2016-01-21 01:10 +0100
Re: [PATCH v2 2/2] kbuild: Remove stale asm-generic wrappers James Hogan <james.hogan@imgtec.com> - 2016-01-21 11:20 +0100
csiph-web