From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B06291E519 for ; Wed, 4 Dec 2024 16:53:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733331189; cv=none; b=tCr6bhou9cb4fgoltKpjaCKFWK9CtVOSb/PT3XFM9C/XRLyuDLQ8SG9g1CnwSdRtPcpBbX2PnDEOhusk2qo+SWkNg9V8d2zYWAyPUqznTkeUitE2OzQnCtdjqXqWSlEzylVzZnBve2S0tfDtS3/+EfblRziC8m3WN7vRYyqi+d4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733331189; c=relaxed/simple; bh=MFIiNJmyBHMSKbsD5SQGqIoECy1BSCRrS2gSe1x8Z/o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=B16W+YD1SojfrZ3J3wEsOAquwwxUhnF2D3roQ30Vb91UWWpW+nH2f+ERYKjojVGSh+KZISPCvDLp3FHusBiR2IZFnYm+U2RzMPFCviRTeCzWGp6FRZPjIn1H2A0Vqtd8BskjTQbhKOuDh10rRZmC+GFm79wW7fsh9we/uakZank= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jO/2g/kP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jO/2g/kP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7890C4CECD; Wed, 4 Dec 2024 16:53:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733331189; bh=MFIiNJmyBHMSKbsD5SQGqIoECy1BSCRrS2gSe1x8Z/o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jO/2g/kPrrdtcsX/zQXtr43GQX93izsKqzy7B4y7N304zXyt54xYCXvSKRtjVUzX3 zWnZ2iquEcDt0WJ7Tj4tubd9favxSxGT7EpOVvb54cmjBx4fZeDHVdDmDS8F63V7wv bzUHxzMKWAxWcnsDzh9fBm3RPyLuhlFeGMF8BdckoQw73sQraXT4t8zz+vgt5F1v2X K0tiJpkOCu6I1B09DZHNGTaCCB7wqROvdOsRoMm83eNfcAgOw2csck+0Gnw4Ykr3Wy lgtbdpC8Swd5pjSIeIrgz1oJcNSsDVLO5Rd/7/AlYSY/HFtWLYkwLYKzcvwII8YfV1 5TtUOO0sUq3pQ== From: Sasha Levin To: stable@vger.kernel.org Cc: Jakub Acs , Sasha Levin Subject: Re: [PATCH v2 6.1] udf: Fold udf_getblk() into udf_bread() Date: Wed, 4 Dec 2024 10:41:49 -0500 Message-ID: <20241204065657-de0ff92045247001@stable.kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241204093226.60654-1-acsjakub@amazon.com> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit [ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: 32f123a3f34283f9c6446de87861696f0502b02e WARNING: Author mismatch between patch and upstream commit: Backport author: Jakub Acs Commit author: Jan Kara Status in newer kernel trees: 6.12.y | Present (exact SHA1) 6.11.y | Present (exact SHA1) 6.6.y | Present (exact SHA1) 6.1.y | Not found Note: The patch differs from the upstream commit: --- 1: 32f123a3f3428 < -: ------------- udf: Fold udf_getblk() into udf_bread() -: ------------- > 1: 9087b1856465c udf: Fold udf_getblk() into udf_bread() --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.1.y | Success | Failed | Build Errors: Build error for stable/linux-6.1.y: fs/udf/inode.c: In function 'udf_bread': fs/udf/inode.c:1097:9: error: expected ';' before 'bh' 1097 | bh = sb_getblk(inode->i_sb, dummy.b_blocknr); | ^~ make[3]: *** [scripts/Makefile.build:250: fs/udf/inode.o] Error 1 make[3]: Target 'fs/udf/' not remade because of errors. make[2]: *** [scripts/Makefile.build:503: fs/udf] Error 2 make[2]: Target 'fs/' not remade because of errors. make[1]: *** [scripts/Makefile.build:503: fs] Error 2 make[1]: Target './' not remade because of errors. make: *** [Makefile:2009: .] Error 2 make: Target '__all' not remade because of errors. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0997019DF66 for ; Wed, 4 Dec 2024 23:22:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733354568; cv=none; b=cGP6hBGii+WZZNkyGg2j5xhz2LsFYaJg9N9q097aDyqOLeDFjzRVOEOCVksIQtiKHI31Zxsuw0g82dxOIcCwfui81RbRxQAFS2b4BejzsCx1lEb2T3E2amq9tzGfiAtmZrdpPtkEr134ULxx9wMnvEIEw8J+zRyatdRAptRvaSY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733354568; c=relaxed/simple; bh=MFIiNJmyBHMSKbsD5SQGqIoECy1BSCRrS2gSe1x8Z/o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=oEpR2OcjnYPNBzU8jIMZ6UGL9VNtTYxWgUPPYKExCLAVgutuWfIv6w+2sBosoTCgKUMBZq0otAMesCk3RfNxOjo/UcwneF4UC5rCR5U+gFONdfXwXGnsG5LYmExSjrKtCyyZIBpCMlYAu/HG2xzFXygR/2C+GP6Hu8Lbd92EPAY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KW/CTtqO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KW/CTtqO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16CF0C4CECD; Wed, 4 Dec 2024 23:22:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733354567; bh=MFIiNJmyBHMSKbsD5SQGqIoECy1BSCRrS2gSe1x8Z/o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KW/CTtqOwJmjzjqfTbfaxJroD6DFd8m/MsQzg1fqAXZZWKX9nJ6E8LcVzcsD5IZ15 fb903iIIUsFGH3rkCnAzfqGoiyZhvkMMHTKQy6bYixENeUKva1chCB1QUXvjc3kITi vlw9Zk1cNkTFPeU4ujyXdq978mxy35QwQ8XYQGrAbD7HKLBhgiQfH7utarLDALgPis NEjUf8gfOk6mWFcdvzuPxEsdC0W42Hay2dysXyiPsncdB87B0aRkNzC7wMiabdkFS4 yzY/RkK3KDCnar//mBmnaqQTTADZUmxq7z4xVV31Ygy9ieqTDHJXRZPGrhYaE66zJ0 kGq+Ma9x9rtNQ== From: Sasha Levin To: stable@vger.kernel.org Cc: Jakub Acs , Sasha Levin Subject: Re: [PATCH v2 6.1] udf: Fold udf_getblk() into udf_bread() Date: Wed, 4 Dec 2024 17:11:27 -0500 Message-ID: <20241204065657-de0ff92045247001@stable.kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241204093226.60654-1-acsjakub@amazon.com> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <20241204221127.vVgv-iNuLip892nbnDH8VOpzzWFX2ExHkdTYZA7csbY@z> [ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: 32f123a3f34283f9c6446de87861696f0502b02e WARNING: Author mismatch between patch and upstream commit: Backport author: Jakub Acs Commit author: Jan Kara Status in newer kernel trees: 6.12.y | Present (exact SHA1) 6.11.y | Present (exact SHA1) 6.6.y | Present (exact SHA1) 6.1.y | Not found Note: The patch differs from the upstream commit: --- 1: 32f123a3f3428 < -: ------------- udf: Fold udf_getblk() into udf_bread() -: ------------- > 1: 9087b1856465c udf: Fold udf_getblk() into udf_bread() --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.1.y | Success | Failed | Build Errors: Build error for stable/linux-6.1.y: fs/udf/inode.c: In function 'udf_bread': fs/udf/inode.c:1097:9: error: expected ';' before 'bh' 1097 | bh = sb_getblk(inode->i_sb, dummy.b_blocknr); | ^~ make[3]: *** [scripts/Makefile.build:250: fs/udf/inode.o] Error 1 make[3]: Target 'fs/udf/' not remade because of errors. make[2]: *** [scripts/Makefile.build:503: fs/udf] Error 2 make[2]: Target 'fs/' not remade because of errors. make[1]: *** [scripts/Makefile.build:503: fs] Error 2 make[1]: Target './' not remade because of errors. make: *** [Makefile:2009: .] Error 2 make: Target '__all' not remade because of errors.