From patchwork Thu Nov 9 15:00:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anastasia Belova X-Patchwork-Id: 743289 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 4F582C4167B for ; Thu, 9 Nov 2023 15:00:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234451AbjKIPAu (ORCPT ); Thu, 9 Nov 2023 10:00:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231882AbjKIPAu (ORCPT ); Thu, 9 Nov 2023 10:00:50 -0500 Received: from mail.astralinux.ru (mail.astralinux.ru [217.74.38.119]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F99D3588; Thu, 9 Nov 2023 07:00:45 -0800 (PST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.astralinux.ru (Postfix) with ESMTP id 7366918652F9; Thu, 9 Nov 2023 18:00:41 +0300 (MSK) Received: from mail.astralinux.ru ([127.0.0.1]) by localhost (rbta-msk-vsrv-mail01.astralinux.ru [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id YpPGjExAS4yP; Thu, 9 Nov 2023 18:00:41 +0300 (MSK) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.astralinux.ru (Postfix) with ESMTP id 1C7E518633F8; Thu, 9 Nov 2023 18:00:41 +0300 (MSK) X-Virus-Scanned: amavisd-new at astralinux.ru Received: from mail.astralinux.ru ([127.0.0.1]) by localhost (rbta-msk-vsrv-mail01.astralinux.ru [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ASjcS8G33HKl; Thu, 9 Nov 2023 18:00:41 +0300 (MSK) Received: from rbta-msk-lt-106062.astralinux.ru (unknown [10.177.14.192]) by mail.astralinux.ru (Postfix) with ESMTPSA id 91241186505E; Thu, 9 Nov 2023 18:00:39 +0300 (MSK) From: Anastasia Belova To: stable@vger.kernel.org, "Greg Kroah-Hartman ." Cc: Anastasia Belova , lvc-project@linuxtesting.org, Mauro Carvalho Chehab , Sakari Ailus , Hans de Goede , Andy Shevchenko , Tsuchiya Yuto , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 5.10/5.15 0/1] media: atomisp: add error checking to atomisp_create_pipes_stream() Date: Thu, 9 Nov 2023 18:00:00 +0300 Message-Id: <20231109150001.22891-1-abelova@astralinux.ru> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org atomisp_create_pipes_stream does not handle errors in __create_pipes and __create_streams in versions 5.10 and 5.15. The following patch may fix it. Found by Linux Verification Center (linuxtesting.org) with Svace.