Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1656904
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | untangle the <asm/siginfo.h> mess |
| Date | 2017-06-03 21:10 +0200 |
| Message-ID | <tOmAW-2vN-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
We currently have uapi versions of <asm/siginfo.h> which at least on a few architectures define bits of the userspace ABI before including an uapi asm-generic version, and also non-uapi versions which do almost nothing except for making sure other headers include the right uapi one before including an asm-generic that defined two prototypes and a few defines that aren't architecture specific in any. This series completely gets rid of the non-uapi versions and cleans up various small bits on the way. Note that Thomas has some posix-timers work overlapping with this, so it might make sense to take these through the tip tree.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
untangle the <asm/siginfo.h> mess Christoph Hellwig <hch@lst.de> - 2017-06-03 21:10 +0200
[PATCH 5/5] remove non-uapi <asm/siginfo.h> Christoph Hellwig <hch@lst.de> - 2017-06-03 21:10 +0200
Re: [PATCH 5/5] remove non-uapi <asm/siginfo.h> Thomas Gleixner <tglx@linutronix.de> - 2017-06-04 15:20 +0200
Re: [PATCH 5/5] remove non-uapi <asm/siginfo.h> Christoph Hellwig <hch@lst.de> - 2017-06-05 09:20 +0200
Re: [PATCH 5/5] remove non-uapi <asm/siginfo.h> Thomas Gleixner <tglx@linutronix.de> - 2017-06-05 10:10 +0200
[tip:timers/core] signal: Remove non-uapi <asm/siginfo.h> tip-bot for Christoph Hellwig <tipbot@zytor.com> - 2017-06-05 10:20 +0200
[PATCH 2/5] ia64: remove HAVE_ARCH_COPY_SIGINFO Christoph Hellwig <hch@lst.de> - 2017-06-03 21:10 +0200
[tip:timers/core] ia64: Remove HAVE_ARCH_COPY_SIGINFO tip-bot for Christoph Hellwig <tipbot@zytor.com> - 2017-06-05 10:20 +0200
[PATCH 1/5] sparc: simplify <asm/siginfo.h> Christoph Hellwig <hch@lst.de> - 2017-06-03 21:10 +0200
Re: [PATCH 1/5] sparc: simplify <asm/siginfo.h> David Miller <davem@davemloft.net> - 2017-06-03 23:20 +0200
[tip:timers/core] sparc: Simplify <asm/siginfo.h> tip-bot for Christoph Hellwig <tipbot@zytor.com> - 2017-06-05 10:20 +0200
Re: untangle the <asm/siginfo.h> mess Arnd Bergmann <arnd@arndb.de> - 2017-06-06 13:00 +0200
csiph-web