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 43CB126528D for ; Wed, 25 Jun 2025 14:09:00 +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=1750860541; cv=none; b=Mjy4kAXNNGxnXzS7fpbdLvm0hxP4LjOfUZfHwKsU/sQAJgpnCNwUbEoRW3A4YoyGivXe5pm6pt+KYPY6xv6afNBREechdYex42ni/Lt8R3OUO5DJNL+m3CBC/DWMgRRP5MpNB78ckZXFTVYSJrbroX0ArUaSq1fO7u6GGs42gxU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750860541; c=relaxed/simple; bh=96ijwgDVlVySzUjfsKKyiT6Ty0Rx9+8ZCsB6Qk2PYzA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=mE7CfNMXLjhJKB6OtPC1YCGQnscECsyDZFrJsGdfg0zLdwsX2oilkLLJisxUyhMqlpaAV4B7m3OB5Ufp3Wi8lFUUp0eWKk4dB7aaL09c5SczdvLUtMx1payT43BeXJUCjFTh8AkRJQZuGjUzPLDjQFZOEvsN1UZG0xn9U8xeZMU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XYhIKb0S; 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="XYhIKb0S" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A97DCC4CEEA; Wed, 25 Jun 2025 14:09:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750860540; bh=96ijwgDVlVySzUjfsKKyiT6Ty0Rx9+8ZCsB6Qk2PYzA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XYhIKb0SeHfb2zUzemV45W3vhx/hU2EovjZ4+a7wMejmWxbyd1xD6Mq1renDx80gd XS/RxcPKIB0+5mJk69APUdsr/IrdamPQUPgLPV9kiqGzKF+YqTG5DOpx7vSU8/xsw3 9JGR77CbB5+5hAKKZoxboZ9n6N5GlkrFZfViUsmXBGug9his3lpc2s311+50EhMMtO 0A3pJm9z1vRBhoSJlXXhZehGWasu4+XWiT/UMDEQdDq5iGMAU/FhA6Qwl5pZf+e8x4 qrf+zEoODkSRtaAichP+0Vhx1K/mk9/PeCTTRme2QNJD21MMNVBhW/iyKhcJicW+yE 1aoClEcKkmobQ== From: Sasha Levin To: stable@vger.kernel.org Cc: Heiko Carstens , Sasha Levin Subject: Re: [PATCH 5.10.y] s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS Date: Wed, 25 Jun 2025 10:09:00 -0400 Message-Id: <20250624195532-505e3fa1210a6d89@stable.kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250623134240.1107347-1-hca@linux.ibm.com> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ Sasha's backport helper bot ] Hi, ✅ All tests passed successfully. No issues detected. No action required from the submitter. The upstream commit SHA1 provided is correct: 3b8b80e993766dc96d1a1c01c62f5d15fafc79b9 WARNING: Author mismatch between patch and upstream commit: Backport author: Heiko Carstens Commit author: Nathan Chancellor Status in newer kernel trees: 6.15.y | Present (exact SHA1) 6.12.y | Present (different SHA1: 593d852f7fe2) 6.6.y | Present (different SHA1: cefbf9f892ce) 6.1.y | Present (different SHA1: 62d33b9e68bd) 5.15.y | Not found Note: The patch differs from the upstream commit: --- 1: 3b8b80e993766 < -: ------------- s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS -: ------------- > 1: 1d0205496d23d s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-5.10.y | Success | Success |