From mboxrd@z Thu Jan 1 00:00:00 1970 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 70479C433EF for ; Tue, 26 Apr 2022 14:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347184AbiDZOlt (ORCPT ); Tue, 26 Apr 2022 10:41:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229910AbiDZOlo (ORCPT ); Tue, 26 Apr 2022 10:41:44 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D50D17E237 for ; Tue, 26 Apr 2022 07:38:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Transfer-Encoding:Content-Type :In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID: Sender:Reply-To:Content-ID:Content-Description; bh=YPlBzACKUB8wXraJXLmwAPmmIpbYGIOYqXxfVUBevLo=; b=a1sPbYoHIqKOhbOPaAASsIHvek QfxRrxj5H77TojuJY/d3l4j81/EuJbrFwoqxZ4jSLn/IIHP7TA5Y+FZ6j2mY5MwSYv2JB4BGS8SbD hWPv/aF9ZuQB2NhsXgt9HNlxdwxmSz+HpHRXu5Vdj4ynj+MUwVMDezPZQm2bcpIb0U3BDeItdpxEB HrQzN6AYBS+h+e3AIKp64MMs2TTBlg7UDv4ZEj8n5+GVHSUUk8Nkdb44J7k7SwbgFea0LIkOdYfqK UbuUq9qfsirhhqG30dmKQ+H9jTcBHn7FFCe/YpglCscITkWe9TagRtN4LbkOsKgWWFYCXcaPyJESO ICNqB9Cw==; Received: from [2601:1c0:6280:3f0::aa0b] by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1njMKj-008oVR-1n; Tue, 26 Apr 2022 14:38:29 +0000 Message-ID: Date: Tue, 26 Apr 2022 07:38:23 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH] Revert "net: micrel: fix KS8851_MLL Kconfig" Content-Language: en-US To: Greg KH , Marek Vasut Cc: stable@vger.kernel.org, "David S . Miller" , Jakub Kicinski , Paolo Abeni , Sasha Levin References: <20220425214859.256650-1-marex@denx.de> From: Randy Dunlap In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 4/26/22 00:09, Greg KH wrote: > On Tue, Apr 26, 2022 at 08:37:30AM +0200, Greg KH wrote: >> On Mon, Apr 25, 2022 at 11:48:59PM +0200, Marek Vasut wrote: >>> This reverts commit 1ff5359afa5ec0dd09fe76183dc4fa24b50e4125. >>> >>> The upstream commit c3efcedd272a ("net: micrel: fix KS8851_MLL Kconfig") >>> depends on e5f31552674e ("ethernet: fix PTP_1588_CLOCK dependencies") >>> which is not part of Linux 5.10.y . Revert the aforementioned commit to >>> prevent breakage in 5.10.y . >> >> As the original change went into 4.9.311, 4.14.276, 4.19.239, and >> 5.4.190, is this change also needed in those branches? > > The answer to that seems yes, so I'll go queue this up everywhere. Yes, agreed. -- ~Randy