From patchwork Mon Sep 10 09:19:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Sewior X-Patchwork-Id: 10593747 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8189D3E9D for ; Mon, 10 Sep 2018 09:20:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7375828E11 for ; Mon, 10 Sep 2018 09:20:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6735828E2E; Mon, 10 Sep 2018 09:20:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9714228E11 for ; Mon, 10 Sep 2018 09:20:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727635AbeIJONL (ORCPT ); Mon, 10 Sep 2018 10:13:11 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:38752 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726081AbeIJONL (ORCPT ); Mon, 10 Sep 2018 10:13:11 -0400 Received: from localhost ([127.0.0.1] helo=bazinga.breakpoint.cc) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1fzIMW-0003a3-G0; Mon, 10 Sep 2018 11:20:04 +0200 From: Sebastian Andrzej Siewior To: linux-media@vger.kernel.org, linux-usb@vger.kernel.org Cc: Mauro Carvalho Chehab , Greg Kroah-Hartman , tglx@linutronix.de Subject: [PATCH 0/3] media: use irqsave() in USB's complete callback + remove local_irq_save Date: Mon, 10 Sep 2018 11:19:57 +0200 Message-Id: <20180910092000.14693-1-bigeasy@linutronix.de> X-Mailer: git-send-email 2.19.0.rc2 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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. Sebastian Acked-by: Mauro Carvalho Chehab