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 748861DDA1E for ; Tue, 22 Apr 2025 19:17:23 +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=1745349443; cv=none; b=tIRxmoV4OKSPZDohfhOyWM3R9DVKIRLmo87I2SXo4dlIcK1aJ6n0ZJg6cwJ7ZElEEY1Khk4ZPXQMC/r0nLuc+UjDcuYuuRlrcLlPNY8XtPwQhCBkcCxuE7JMOqxXSRf+IRHZMs2l9Wn3NQdlgNAcB0vhWOcrAbKKJBXtMkXy3uA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745349443; c=relaxed/simple; bh=3WvsCYtWJMc4hM52AGdDgTqYbvpYgpgDP1fa7eIr/b0=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=cSGbEjcJywoXZciOpz0F9cHgaIm7uMiIHaRSQHclLvGRjIOEY8o+It3AQq6SRaJFR4PU9WJPAg/72hH/yb6yIZSu5o66z0iwHprwHBd52nkFW/y/62yBy1FjjfWUQdEAi35fAuexN67xA/eokh/y9y+pkKuQ0ZSkNG/pMj3q/c8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ROaJIyYb; 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="ROaJIyYb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 53A1EC4CEE9; Tue, 22 Apr 2025 19:17:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745349442; bh=3WvsCYtWJMc4hM52AGdDgTqYbvpYgpgDP1fa7eIr/b0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ROaJIyYb6alta5ubzR4wQtKnNtsd6oD1NWYpXGA+Ud+hbpgjC5uQeaDd5moGNYk3Z Lmjnpztrv6xkbiKojmGPwVjYn/buf9oiYimooCyZBlcZziZB9OtiNnTOHaFW3RCqkh MuR+Wy3vjWDo579eXh60NkVAcbmv8c/OFQEimEWnog+wNdDahxuR8djH+CYDshDZoY VDdpjLlfh6V2gtNlNZ//alBJwvRbjBeYgBGV5Nrk0RPFFvPyGXQtXxdT+wmwB/ndNN Aqf5voXpjsIInJIWSDRRl6HQRs90Cm7tloGa35rI0GNdOHJB9kG0WM+GvmbxToq59w yDUWlIDlEF96g== From: Sasha Levin To: stable@vger.kernel.org Cc: Huacai Chen , Sasha Levin Subject: Re: [PATCH 6.1&6.6 V4 1/3] sign-file,extract-cert: move common SSL helper functions to a header Date: Tue, 22 Apr 2025 15:17:17 -0400 Message-Id: <20250422132532-7ec41846b08adfab@stable.kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250422123135.1784083-2-chenhuacai@loongson.cn> 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: 300e6d4116f956b035281ec94297dc4dc8d4e1d3 WARNING: Author mismatch between patch and upstream commit: Backport author: Huacai Chen Commit author: Jan Stancek Status in newer kernel trees: 6.14.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Not found Note: The patch differs from the upstream commit: --- 1: 300e6d4116f95 ! 1: 18d2cf948caec sign-file,extract-cert: move common SSL helper functions to a header @@ Metadata ## Commit message ## sign-file,extract-cert: move common SSL helper functions to a header + commit 300e6d4116f956b035281ec94297dc4dc8d4e1d3 upstream. + Couple error handling helpers are repeated in both tools, so move them to a common header. @@ Commit message Tested-by: R Nageswara Sastry Reviewed-by: Neal Gompa Signed-off-by: Jarkko Sakkinen + Signed-off-by: Huacai Chen ## MAINTAINERS ## @@ MAINTAINERS: S: Maintained --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |