From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24() Date: Thu, 12 Mar 2020 15:05:42 +0100 Message-ID: <20200312140542.GA17152@lst.de> References: <20200312113941.81162-1-andriy.shevchenko@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200312113941.81162-1-andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andy Shevchenko Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Felipe Balbi , Greg Kroah-Hartman , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Martin K. Petersen" , linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Arnd Bergmann , linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, bvanassche-HInyCGIudOg@public.gmane.org List-Id: linux-arch.vger.kernel.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/? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:37499 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727123AbgCLOFq (ORCPT ); Thu, 12 Mar 2020 10:05:46 -0400 Date: Thu, 12 Mar 2020 15:05:42 +0100 From: Christoph Hellwig Subject: Re: [PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24() Message-ID: <20200312140542.GA17152@lst.de> References: <20200312113941.81162-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200312113941.81162-1-andriy.shevchenko@linux.intel.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Andy Shevchenko Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , linux-nvme@lists.infradead.org, Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, "Martin K. Petersen" , linux-scsi@vger.kernel.org, Arnd Bergmann , linux-arch@vger.kernel.org, bvanassche@acm.org Message-ID: <20200312140542.lyXVvAL8xWmkS55QSh376EdSSuqv_jMxyI2kaHC2R-8@z> 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/?