Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215777
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: fix various asm-generic abuses |
| Date | 2015-08-29 16:00 +0200 |
| Message-ID | <q2OPM-3Bw-19@gated-at.bofh.it> (permalink) |
| References | <q2mqt-51a-3@gated-at.bofh.it> <q2xlU-3Zh-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Aug 28, 2015 at 09:16:51PM +0200, Arnd Bergmann wrote: > On Friday 28 August 2015 09:27:13 Christoph Hellwig wrote: > > This fixes two trivial classes of asm-generic abuse. First two headers > > that are intended for drivers are moved to include/linux, and second > > various drivers that incorrectly use asm-generic headers directly are > > switched over to use the proper public headers. There are a few more > > asm-generic abuse, but they aren't quite as trivial so they will take > > a little more effort to fix. > > Thanks a lot, these all look really useful. My normal way of dealing > with asm-generic patches is to have changes go through the tree of > whichever maintainer needs the changes for their own work with my > Ack, but I guess in this case you don't actually have other patches > depending on them, right? No, there's nothing depending on it. > If driver maintainers want to pick individual patches from this series, > please add my > > Acked-by: Arnd Bergmann <arnd@arndb.de> > > otherwise let me know if I should put them into my asm-generic git > tree (which is currently empty, but part of linux-next). Note that the first two are something you should probably pick up either way as they aren't really specific to a driver. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
fix various asm-generic abuses Christoph Hellwig <hch@lst.de> - 2015-08-28 09:40 +0200
[PATCH 3/9] amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h> Christoph Hellwig <hch@lst.de> - 2015-08-28 09:40 +0200
Re: [PATCH 3/9] amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h> Oded Gabbay <oded.gabbay@gmail.com> - 2015-08-30 11:50 +0200
[PATCH 8/9] n_tracesink: stop including <asm-generic/bug> Christoph Hellwig <hch@lst.de> - 2015-08-28 09:40 +0200
[PATCH 2/9] move count_zeroes.h out of asm-generic Christoph Hellwig <hch@lst.de> - 2015-08-28 09:40 +0200
Re: fix various asm-generic abuses Arnd Bergmann <arnd@arndb.de> - 2015-08-28 21:20 +0200
Re: fix various asm-generic abuses Christoph Hellwig <hch@lst.de> - 2015-08-29 16:00 +0200
csiph-web