From: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
To: Andy Shevchenko
<andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: Keith Busch <kbusch-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Jens Axboe <axboe-b10kYP2dOMg@public.gmane.org>,
Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>,
Sagi Grimberg <sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>,
Chaitanya Kulkarni
<chaitanya.kulkarni-Sjgp3cTcYWE@public.gmane.org>,
linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Greg Kroah-Hartman
<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Martin K. Petersen"
<martin.petersen-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>,
linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
bvanassche-HInyCGIudOg@public.gmane.org
Subject: Re: [PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24()
Date: Thu, 12 Mar 2020 15:05:42 +0100 [thread overview]
Message-ID: <20200312140542.GA17152@lst.de> (raw)
In-Reply-To: <20200312113941.81162-1-andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
On Thu, Mar 12, 2020 at 01:39:41PM +0200, Andy Shevchenko wrote:
> There are users in kernel that duplicate {get,put}_unaligned_{l,b}e24()
> implementation. Provide generic helpers once for all.
I have a vague memory of Bart sending a patch like this a while ago,
adding him to verify my theory.
Also is there any good to have this in asm-generic/ vs linux/?
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Keith Busch <kbusch@kernel.org>, Jens Axboe <axboe@fb.com>,
Christoph Hellwig <hch@lst.de>, Sagi Grimberg <sagi@grimberg.me>,
Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>,
linux-nvme@lists.infradead.org, Felipe Balbi <balbi@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org,
"Martin K. Petersen" <martin.petersen@oracle.com>,
linux-scsi@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
linux-arch@vger.kernel.org, bvanassche@acm.org
Subject: Re: [PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24()
Date: Thu, 12 Mar 2020 15:05:42 +0100 [thread overview]
Message-ID: <20200312140542.GA17152@lst.de> (raw)
Message-ID: <20200312140542.lyXVvAL8xWmkS55QSh376EdSSuqv_jMxyI2kaHC2R-8@z> (raw)
In-Reply-To: <20200312113941.81162-1-andriy.shevchenko@linux.intel.com>
On Thu, Mar 12, 2020 at 01:39:41PM +0200, Andy Shevchenko wrote:
> There are users in kernel that duplicate {get,put}_unaligned_{l,b}e24()
> implementation. Provide generic helpers once for all.
I have a vague memory of Bart sending a patch like this a while ago,
adding him to verify my theory.
Also is there any good to have this in asm-generic/ vs linux/?
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: linux-arch@vger.kernel.org, Felipe Balbi <balbi@kernel.org>,
Sagi Grimberg <sagi@grimberg.me>,
Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org, linux-nvme@lists.infradead.org,
Jens Axboe <axboe@fb.com>, Arnd Bergmann <arnd@arndb.de>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Keith Busch <kbusch@kernel.org>,
linux-scsi@vger.kernel.org, Christoph Hellwig <hch@lst.de>,
bvanassche@acm.org
Subject: Re: [PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24()
Date: Thu, 12 Mar 2020 15:05:42 +0100 [thread overview]
Message-ID: <20200312140542.GA17152@lst.de> (raw)
In-Reply-To: <20200312113941.81162-1-andriy.shevchenko@linux.intel.com>
On Thu, Mar 12, 2020 at 01:39:41PM +0200, Andy Shevchenko wrote:
> There are users in kernel that duplicate {get,put}_unaligned_{l,b}e24()
> implementation. Provide generic helpers once for all.
I have a vague memory of Bart sending a patch like this a while ago,
adding him to verify my theory.
Also is there any good to have this in asm-generic/ vs linux/?
_______________________________________________
linux-nvme mailing list
linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
next prev parent reply other threads:[~2020-03-12 14:05 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-12 11:39 [PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24() Andy Shevchenko
2020-03-12 11:39 ` [PATCH v1] asm-generic: Provide generic {get, put}_unaligned_{l, b}e24() Andy Shevchenko
2020-03-12 15:18 ` Bart Van Assche
2020-03-12 15:18 ` Bart Van Assche
2020-03-12 16:25 ` Andy Shevchenko
2020-03-12 16:25 ` Andy Shevchenko
2020-03-12 18:50 ` Bart Van Assche
2020-03-12 18:50 ` Bart Van Assche
[not found] ` <CAO+b5-rXUU9r-SrCWq2cYbBr5xFqyx4CUMb8xHZv2xYzEP6CyA@mail.gmail.com>
2020-03-13 0:38 ` Martin K. Petersen
2020-03-13 0:38 ` Martin K. Petersen
2020-03-13 0:38 ` Martin K. Petersen
[not found] ` <20200312113941.81162-1-andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2020-03-12 12:06 ` [PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24() Greg Kroah-Hartman
2020-03-12 12:06 ` Greg Kroah-Hartman
2020-03-12 12:06 ` Greg Kroah-Hartman
2020-03-12 14:05 ` Christoph Hellwig [this message]
2020-03-12 14:05 ` Christoph Hellwig
2020-03-12 14:05 ` Christoph Hellwig
2020-03-12 14:43 ` Andy Shevchenko
2020-03-12 14:43 ` Andy Shevchenko
2020-03-12 15:21 ` [PATCH v1] asm-generic: Provide generic {get, put}_unaligned_{l, b}e24() Bart Van Assche
2020-03-12 15:21 ` Bart Van Assche
2020-03-12 15:21 ` Bart Van Assche
2020-03-12 22:11 ` kbuild test robot
2020-03-12 22:41 ` kbuild test robot
2020-03-12 23:07 ` kbuild test robot
2020-03-12 23:10 ` kbuild test robot
2020-03-12 23:49 ` kbuild test robot
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=20200312140542.GA17152@lst.de \
--to=hch-jcswghmuv9g@public.gmane.org \
--cc=andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=axboe-b10kYP2dOMg@public.gmane.org \
--cc=balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=bvanassche-HInyCGIudOg@public.gmane.org \
--cc=chaitanya.kulkarni-Sjgp3cTcYWE@public.gmane.org \
--cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
--cc=kbusch-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=martin.petersen-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
--cc=sagi-NQWnxTmZq1alnMjI0IkVqw@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.