From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:53656 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727970AbeIJScO (ORCPT ); Mon, 10 Sep 2018 14:32:14 -0400 Date: Mon, 10 Sep 2018 15:37:58 +0200 From: Greg Kroah-Hartman To: Sebastian Andrzej Siewior Cc: Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-usb@vger.kernel.org, Mauro Carvalho Chehab , tglx@linutronix.de Subject: Re: [PATCH 0/3] media: use irqsave() in USB's complete callback + remove local_irq_save Message-ID: <20180910133758.GC8309@kroah.com> References: <20180910092000.14693-1-bigeasy@linutronix.de> <20180910062557.46bfa38b@coco.lan> <20180910093030.l4waocm34cwux54j@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180910093030.l4waocm34cwux54j@linutronix.de> Sender: linux-media-owner@vger.kernel.org List-ID: On Mon, Sep 10, 2018 at 11:30:30AM +0200, Sebastian Andrzej Siewior wrote: > On 2018-09-10 06:25:57 [-0300], Mauro Carvalho Chehab wrote: > > Em Mon, 10 Sep 2018 11:19:57 +0200 > > Sebastian Andrzej Siewior escreveu: > > > > > I've been looking at my queue and compared to v4.19-rc3. As it turns > > > out, everything was merged except for > > > > > > media: em28xx-audio: use irqsave() in USB's complete > > > media: tm6000: use irqsave() in USB's complete callback > > > > > > I haven't seen any reply to those two patches (like asking for changes) > > > so I assume that those two just fell through the cracks. > > > > > > The last one is the final removal of the local_irq_save() statement once > > > all drivers were audited & fixed. > > > > I suspect that it is better to merge it via sound tree, due to > > patch 3/3. > > Sound? Sound like alsa? Or did you mean USB? > > > So, for patches 1 and 2: > > > > Acked-by: Mauro Carvalho Chehab > > Thank you. It would be nice if this would hit Linus in this cycle :) I can take these all through my tree, but no, it's too late for 4.19 for the last patch. Sorry, this is a 4.20 change as it touches the core USB code. thanks, greg k-h