From patchwork Thu Jun 15 11:17:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 92507 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1q9kz6-002ozZ-74; Thu, 15 Jun 2023 11:17:49 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343794AbjFOLRq (ORCPT + 1 other); Thu, 15 Jun 2023 07:17:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343819AbjFOLRh (ORCPT ); Thu, 15 Jun 2023 07:17:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55CAC2D5D; Thu, 15 Jun 2023 04:17:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AF1E461D95; Thu, 15 Jun 2023 11:17:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8639C433C0; Thu, 15 Jun 2023 11:17:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686827847; bh=CAgZWGdb4N/GyJhEqPk/hvnqWKy+2W5s0qZ497CORwU=; h=Date:From:To:Cc:Subject:From; b=f5SaHHWj2cnBTSuGltkgWHTirhBD1KHQFixBQMM/1/BUl4YWPsR1AuhFN41CadrOj 40vh3b3x7fO9ajpnhm102j4xWVTlHOdBFtwzpw+Yq1Ecbf0ZUFLa883SJYyhgoRbyx WrJiRmVTES3nfkh425IBmVaVSsy5MCfyqg2Pn3lnoXTnIqTP90MTMn2cg6ZcL6daCd RNPAhqEl9qX4B2ayjutvu3Kpjcxcx+zKy7yx4lEgoCOXbESZyIifCUJvr6Wiz7Y1NT 2fCRgl5FPkBVmy1mpSdYG6kVvraijjsUSFoPArA+v+0MeG1Ttr+M/n+1jvNwIbHGqA pnD3N78nn/x0Q== Date: Thu, 15 Jun 2023 12:17:21 +0100 From: Mauro Carvalho Chehab To: Linus Torvalds Cc: Greg Kroah-Hartman , Andrew Morton , Linux Media Mailing List , Linux Kernel Mailing List Subject: [GIT PULL for v6.4-rc7] media fixes Message-ID: <20230615121721.1f901ebb@sal.lan> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -5.4 (-----) X-LSpam-Report: No, score=-5.4 required=5.0 tests=BAYES_00=-1.9,DKIMWL_WL_HIGH=0.001,DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,DKIM_VALID_EF=-0.1,MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_MED=-2.3 autolearn=ham autolearn_force=no Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-6 For a fix at dvb-core to avoid a race condition during DVB board register time. Regards, Mauro The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7: Linux 6.4-rc5 (2023-06-04 14:04:27 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-6 for you to fetch changes up to ec21a38df77a5aefbd2f70c48127003b6f259cf3: Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend" (2023-06-14 23:16:29 +0100) ---------------------------------------------------------------- media fixes for v6.4-rc7 ---------------------------------------------------------------- Mauro Carvalho Chehab (3): Merge tag 'v6.4-rc4' into v4l_for_linus Merge tag 'v6.4-rc5' into v4l_for_linus Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend" drivers/media/dvb-core/dvb_frontend.c | 53 ++++++----------------------------- include/media/dvb_frontend.h | 6 +--- 2 files changed, 10 insertions(+), 49 deletions(-)