From patchwork Tue May 31 08:26:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 577594 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB654C433F5 for ; Tue, 31 May 2022 08:26:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244842AbiEaI0R (ORCPT ); Tue, 31 May 2022 04:26:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234747AbiEaI0L (ORCPT ); Tue, 31 May 2022 04:26:11 -0400 Received: from gofer.mess.org (gofer.mess.org [88.97.38.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9575997295 for ; Tue, 31 May 2022 01:26:09 -0700 (PDT) Received: by gofer.mess.org (Postfix, from userid 1000) id 55954101D12; Tue, 31 May 2022 09:26:07 +0100 (BST) Date: Tue, 31 May 2022 09:26:07 +0100 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v5.20] rc fixes Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The following changes since commit 340ce50f75a6bdfe6d1850ca49ef37a8e2765dd1: media: hantro: Enable HOLD_CAPTURE_BUF for H.264 (2022-05-17 10:11:19 +0200) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.20a for you to fetch changes up to 6f64f2b6e4f9d86f567395b1714f5c4de59edf91: media: rc: Directly use ida_free() (2022-05-30 16:35:19 +0100) ---------------------------------------------------------------- v5.20a ---------------------------------------------------------------- Oliver Neukum (11): igorplugusb: respect DMA coherency igorplugusb: prevent use after free in probe error igorplugusb: break cyclical race on disconnect igorplugusb: remove superfluous usb_unlink_urb() iguanair: no superfluous usb_unlink_urb() imon_raw: respect DMA coherency redrat3: no unnecessary GFP_ATOMIC streamzap: avoid unnecessary GFP_ATOMIC xbox_remote: xbox_remote_initialize() cannot fail ttusbir: NOIO during resume ttusbir: avoid unnecessary usb_unlink_urb() keliu (1): media: rc: Directly use ida_free() drivers/media/rc/igorplugusb.c | 19 +++++++++++++------ drivers/media/rc/iguanair.c | 5 +---- drivers/media/rc/imon_raw.c | 16 ++++++++++++---- drivers/media/rc/lirc_dev.c | 6 +++--- drivers/media/rc/rc-main.c | 6 +++--- drivers/media/rc/redrat3.c | 4 ++-- drivers/media/rc/streamzap.c | 2 +- drivers/media/rc/ttusbir.c | 4 +--- drivers/media/rc/xbox_remote.c | 10 +++------- 9 files changed, 39 insertions(+), 33 deletions(-)