From patchwork Thu Aug 24 23:54:19 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: 717085 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 2924CC88CB2 for ; Thu, 24 Aug 2023 23:55:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236722AbjHXXyc (ORCPT ); Thu, 24 Aug 2023 19:54:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238641AbjHXXy1 (ORCPT ); Thu, 24 Aug 2023 19:54:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AB6919BE; Thu, 24 Aug 2023 16:54:25 -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 E58846206E; Thu, 24 Aug 2023 23:54:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C45EC433C7; Thu, 24 Aug 2023 23:54:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692921264; bh=OxK2+MP8e8tARBoIM2dWRgGfyxwZp6MH/GWc5Zd/Wtc=; h=Date:From:To:Cc:Subject:From; b=hD9MpVxBcrDVeXbhKTDSDHc18nI0xVC/3OqLrk4qd6lwktjtA8o9i/QBJj5PP2dns Z1VixJ3wzS5K4WXW337B2i/UyuUE2L7RbaHOooCYD0PKHcN9W+D3SPKn8q9g5F54hd 2w9BDuJsnR6TbVSMv7DMCErsQryndK9uv3o3C/Hk8kuqAnbpjpcfk1/jWH+sR1LuqM N3kYerUpNirk5jHj0GxfZAy6/6psxoXqQVtmuCbOlqUkt3k/V/K7OCLmRswLiR31he fEyfSiwZkPu1RWVIiuMojRI+NeHBZdNq0u6Rve/cTugkEZlJisouVbLKL7T0lfkzpP i/TbHDGXu4o/g== Date: Fri, 25 Aug 2023 01:54:19 +0200 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.5] media fixes Message-ID: <20230825015419.0848a4bc@coco.lan> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.5-4 For a potential array out-of-bounds at the mediatek's vcodec driver. Thanks! Mauro The following changes since commit 2908042a37b56d6a9a595eca946e187e9d2df39a: media: imx: imx7-media-csi: Fix applying format constraints (2023-08-09 13:31:37 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.5-4 for you to fetch changes up to e7f2e65699e2290fd547ec12a17008764e5d9620: media: vcodec: Fix potential array out-of-bounds in encoder queue_setup (2023-08-23 09:56:08 +0200) ---------------------------------------------------------------- media fixes for v6.5-rc8 ---------------------------------------------------------------- Wei Chen (1): media: vcodec: Fix potential array out-of-bounds in encoder queue_setup drivers/media/platform/mediatek/vcodec/mtk_vcodec_enc.c | 2 ++ 1 file changed, 2 insertions(+)