From: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
To: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
oded.gabbay-5C7GfCeVMHo@public.gmane.org,
dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
james_p_freyensee-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
drbd-dev-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org,
Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>,
mitake-uo9agqpHHEbPUJYwFPjUlCGn5s73+xxf@public.gmane.org
Subject: Re: fix various asm-generic abuses
Date: Sat, 29 Aug 2015 15:49:37 +0200 [thread overview]
Message-ID: <20150829134937.GA13103@lst.de> (raw)
In-Reply-To: <22516156.tfGZvl13aG@wuerfel>
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-r2nGTMty4D4@public.gmane.org>
>
> 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.
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Christoph Hellwig <hch@lst.de>,
mitake@dcl.info.waseda.ac.jp, dhowells@redhat.com,
herbert@gondor.apana.org.au, oded.gabbay@amd.com,
eli@mellanox.com, james_p_freyensee@linux.intel.com,
linux-gpio@vger.kernel.org, drbd-dev@lists.linbit.com,
linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: fix various asm-generic abuses
Date: Sat, 29 Aug 2015 15:49:37 +0200 [thread overview]
Message-ID: <20150829134937.GA13103@lst.de> (raw)
Message-ID: <20150829134937.WYNRq1pDYnpxvfJ7qPyTwYKPcS9oJ4b9_Y1mhtPvk2s@z> (raw)
In-Reply-To: <22516156.tfGZvl13aG@wuerfel>
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.
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arch@vger.kernel.org, herbert@gondor.apana.org.au,
linux-kernel@vger.kernel.org, oded.gabbay@amd.com,
dhowells@redhat.com, linux-gpio@vger.kernel.org,
eli@mellanox.com, james_p_freyensee@linux.intel.com,
drbd-dev@lists.linbit.com, Christoph Hellwig <hch@lst.de>,
mitake@dcl.info.waseda.ac.jp
Subject: Re: [Drbd-dev] fix various asm-generic abuses
Date: Sat, 29 Aug 2015 15:49:37 +0200 [thread overview]
Message-ID: <20150829134937.GA13103@lst.de> (raw)
In-Reply-To: <22516156.tfGZvl13aG@wuerfel>
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.
next prev parent reply other threads:[~2015-08-29 13:49 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 7:27 fix various asm-generic abuses Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
[not found] ` <1440746842-19029-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2015-08-28 7:27 ` [PATCH 1/9] move io-64-nonatomic*.h out of asm-generic Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 7:27 ` Christoph Hellwig
2015-08-28 18:19 ` Darren Hart
2015-08-28 18:19 ` [Drbd-dev] " Darren Hart
2015-09-01 11:34 ` Hitoshi Mitake
2015-09-01 11:34 ` [Drbd-dev] " Hitoshi Mitake
2015-08-28 7:27 ` [PATCH 2/9] move count_zeroes.h " Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 7:27 ` Christoph Hellwig
2015-08-28 7:27 ` [PATCH 3/9] amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h> Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-30 9:43 ` Oded Gabbay
2015-08-30 9:43 ` [Drbd-dev] " Oded Gabbay
2015-08-28 7:27 ` [PATCH 4/9] drbd: stop including <asm-generic/kmap_types.h> Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 7:27 ` [PATCH 5/9] hifn_795x: " Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 13:14 ` Herbert Xu
2015-08-28 13:14 ` [Drbd-dev] " Herbert Xu
2015-08-28 7:27 ` [PATCH 6/9] mlx5: " Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 7:27 ` [PATCH 7/9] n_tracerouter: stop including <asm-generic/bug> Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 7:27 ` [PATCH 8/9] n_tracesink: " Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 7:27 ` [PATCH 9/9] gpio-mxc: " Christoph Hellwig
2015-08-28 7:27 ` [Drbd-dev] " Christoph Hellwig
2015-08-28 19:16 ` fix various asm-generic abuses Arnd Bergmann
2015-08-28 19:16 ` [Drbd-dev] " Arnd Bergmann
2015-08-29 13:49 ` Christoph Hellwig [this message]
2015-08-29 13:49 ` Christoph Hellwig
2015-08-29 13:49 ` Christoph Hellwig
2015-10-14 14:41 ` Arnd Bergmann
2015-10-14 14:41 ` [Drbd-dev] " Arnd Bergmann
2015-10-06 8:38 ` Christoph Hellwig
2015-10-06 8:38 ` [Drbd-dev] " Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150829134937.GA13103@lst.de \
--to=hch-jcswghmuv9g@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=drbd-dev-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org \
--cc=eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org \
--cc=james_p_freyensee-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mitake-uo9agqpHHEbPUJYwFPjUlCGn5s73+xxf@public.gmane.org \
--cc=oded.gabbay-5C7GfCeVMHo@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.