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 15C961DE2A0 for ; Mon, 2 Dec 2024 19:16:05 +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=1733166966; cv=none; b=RIBrAtQSF7x926ZcP0rKHiBH8b0P5CKh5n0J/keTNEyJPkPg51xjts6qxeBC6KhS8cvU6+qAjpgJ4k8D+/CdHXCLZfwOp2bSkfnIpDqtowhnMoQtmYLcBH8futtx8k5L4j2LhURVvt3FuOV2/K5A2Df/eIW/PG8Q7eMWx9BMirc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733166966; c=relaxed/simple; bh=qyGiwptkESZqOcrcdSsgb0wWefGfSB8D+7FW+S/t/Jg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eAPEAzj4ntijoRnckPYb5jqFeClXBnPucc8XMtlWbhO0mIVi1oWMwscqN4tmpq8Q92S39kO5sAPJ4hbKNZMd3QdrsFfFcyhdpJMLEl9qVNoLsd4AOB9LnOvsXc6c/9GjncTd9xFkfO2PSLw1F7jVKfSvAbXmk6qMgVVQe0i79gk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UeEJczg6; 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="UeEJczg6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B870C4CED1; Mon, 2 Dec 2024 19:16:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733166965; bh=qyGiwptkESZqOcrcdSsgb0wWefGfSB8D+7FW+S/t/Jg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UeEJczg62JVHnQL8zMNrRAItXRI8FTowdy11L1pYSId3zGkzH5QdHu072UqtI0axw K88bMbne9wVbCMQOM9vd3LS+nUKR6CcwZGpyFxNCRls08Q1XSx5YOxY7JCQGCNYQv4 ourBVTG6qmUWq4drMAVDrijV4vJX0Z5kHdRmICcXxDOkA6kmQhlWODrfwUe3AsMeDh h0HGs0L2hpqElcxbBdvkZEM1srawDB5veKuMvKk9+1/UEqcziaGdkbsguZlejYpkDA JIwUkMiWmccgvng9dIL/qvyN0nYDNnQ2RQElcUgrOTynt9Ft7g9qkicRne5TEVvIc+ dEE72MjNqwdkg== From: Sasha Levin To: stable@vger.kernel.org Cc: =?UTF-8?q?Cs=C3=B3k=C3=A1s=2C=20Bence?= , Sasha Levin Subject: Re: [PATCH 6.12 v3 2/3] net: fec: refactor PPS channel configuration Date: Mon, 2 Dec 2024 14:16:02 -0500 Message-ID: <20241202130945-a900ad2d7ca76def@stable.kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241202155800.3564611-3-csokas.bence@prolan.hu> 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, Found matching upstream commit: bf8ca67e21671e7a56e31da45360480b28f185f1 WARNING: Author mismatch between patch and found commit: Backport author: =?UTF-8?q?Cs=C3=B3k=C3=A1s=2C=20Bence?= Commit author: Francesco Dolcini Status in newer kernel trees: 6.12.y | Not found Note: The patch differs from the upstream commit: --- 1: bf8ca67e21671 ! 1: e7045250bbe8e net: fec: refactor PPS channel configuration @@ Commit message Reviewed-by: Csókás, Bence Signed-off-by: Paolo Abeni + (cherry picked from commit bf8ca67e21671e7a56e31da45360480b28f185f1) + ## drivers/net/ethernet/freescale/fec_ptp.c ## @@ #define FEC_CC_MULT (1 << 31) --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success | 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 E65441F8EE3 for ; Tue, 3 Dec 2024 18:13:22 +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=1733249603; cv=none; b=LJ1WwUh6yntm2k22IavTCV2jRygxTxwZKdrnwOrl4mPR2XH/uHE8PBTIg19WEZxmnxa5yFhGUPs9eYK9joTipKTxxBOIqf0bQ1BZw3R2BIe3sY7QtUhww2zU9SOi7LxSBLXr5adp9QJWFSg2bOsQcASLNRiRpK7CXu5C03JPVLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733249603; c=relaxed/simple; bh=qyGiwptkESZqOcrcdSsgb0wWefGfSB8D+7FW+S/t/Jg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=iuBD8URimFw7J08iH8NjnVIVPuMf/1Rw1AKJBD6vtx+r0+H/y6TzgcJpnDAME5CuJYu2u7af7YwvPmASX7ewyrOvmr9pP60R1/wCsueDvgO1tmHwKAC/wI/H04F4kHQDX7AqwmyWWhGFhu6sS79lmaQYAoOPZtLzvMROBxSg/ww= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GN9peWlo; 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="GN9peWlo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C58AC4CECF; Tue, 3 Dec 2024 18:13:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733249602; bh=qyGiwptkESZqOcrcdSsgb0wWefGfSB8D+7FW+S/t/Jg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GN9peWloTqDtidCu7sYeeBR1+pFgOJvBWshS40jPLTBsA0+yP9lxg2RutoN4usQYL stpz2O5QTb0TYfpOM0HIWjlXcAABsC1kdWwUJMTrUG+mv4OkF+GBKrIH1aot0weYEw FUy2eRxNcHeUyb40LAuKEx7gA9sza77vlHYEde6paPc7zLiiq6ck+Z5OH7Z7MBh4bf ZCpkiLvz/wsebDrmnc6bxHxKL5eO0A68p7pJ7mZ/ABeifpXVFMWxgl8keuL4ewu5GX blmZxR+OEhxksuMlWlO7ldGCvApms8QgV+8sL5/2LD/rKg7gf5IXDDqvqPx3F4UU17 0++PHafuDOOow== From: Sasha Levin To: stable@vger.kernel.org Cc: =?UTF-8?q?Cs=C3=B3k=C3=A1s=2C=20Bence?= , Sasha Levin Subject: Re: [PATCH 6.12 v3 2/3] net: fec: refactor PPS channel configuration Date: Tue, 3 Dec 2024 13:13:20 -0500 Message-ID: <20241202130945-a900ad2d7ca76def@stable.kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241202155800.3564611-3-csokas.bence@prolan.hu> 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 Message-ID: <20241203181320.-q7LBsF_GyEqsJw5YOqnkR3jmgNa-nuZ9KezJqYTOhk@z> [ Sasha's backport helper bot ] Hi, Found matching upstream commit: bf8ca67e21671e7a56e31da45360480b28f185f1 WARNING: Author mismatch between patch and found commit: Backport author: =?UTF-8?q?Cs=C3=B3k=C3=A1s=2C=20Bence?= Commit author: Francesco Dolcini Status in newer kernel trees: 6.12.y | Not found Note: The patch differs from the upstream commit: --- 1: bf8ca67e21671 ! 1: e7045250bbe8e net: fec: refactor PPS channel configuration @@ Commit message Reviewed-by: Csókás, Bence Signed-off-by: Paolo Abeni + (cherry picked from commit bf8ca67e21671e7a56e31da45360480b28f185f1) + ## drivers/net/ethernet/freescale/fec_ptp.c ## @@ #define FEC_CC_MULT (1 << 31) --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success |