From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 24/27] usb: gadget: u_uac1: Kill set_fs() usage Date: Fri, 2 Jun 2017 08:48:36 +0900 Message-ID: <20170601234836.GA21844@kroah.com> References: <20170601205850.24993-1-tiwai@suse.de> <20170601205850.24993-25-tiwai@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170601205850.24993-25-tiwai-l3A5Bk7waGM@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Takashi Iwai Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, Takashi Sakamoto , Mark Brown , Hans Verkuil , linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Felipe Balbi , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: alsa-devel@alsa-project.org On Thu, Jun 01, 2017 at 10:58:47PM +0200, Takashi Iwai wrote: > With the new API to perform the in-kernel buffer copy, we can get rid > of set_fs() usage in this driver, finally. > > Signed-off-by: Takashi Iwai > --- Acked-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:42482 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116AbdFBADA (ORCPT ); Thu, 1 Jun 2017 20:03:00 -0400 Date: Fri, 2 Jun 2017 08:48:36 +0900 From: Greg Kroah-Hartman To: Takashi Iwai Cc: alsa-devel@alsa-project.org, Takashi Sakamoto , Mark Brown , Hans Verkuil , linux-media@vger.kernel.org, Felipe Balbi , linux-usb@vger.kernel.org Subject: Re: [PATCH v2 24/27] usb: gadget: u_uac1: Kill set_fs() usage Message-ID: <20170601234836.GA21844@kroah.com> References: <20170601205850.24993-1-tiwai@suse.de> <20170601205850.24993-25-tiwai@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170601205850.24993-25-tiwai@suse.de> Sender: linux-media-owner@vger.kernel.org List-ID: On Thu, Jun 01, 2017 at 10:58:47PM +0200, Takashi Iwai wrote: > With the new API to perform the in-kernel buffer copy, we can get rid > of set_fs() usage in this driver, finally. > > Signed-off-by: Takashi Iwai > --- Acked-by: Greg Kroah-Hartman