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 9EDEAC433F5 for ; Tue, 26 Apr 2022 06:37:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245375AbiDZGkp (ORCPT ); Tue, 26 Apr 2022 02:40:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245355AbiDZGkl (ORCPT ); Tue, 26 Apr 2022 02:40:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB8F71AF32 for ; Mon, 25 Apr 2022 23:37:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4F9826127D for ; Tue, 26 Apr 2022 06:37:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B03DC385A4; Tue, 26 Apr 2022 06:37:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1650955053; bh=iiZLC4Ed3Ol3J5eqPx2Ex8jn4WPY33xiLabTGML8MFU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MzXGxkSC1rzqO8vxfFppEw3pJYjqtlKHbvOPHjGQioqF0IBrVr8AfwvARzskj0RF+ bHvRe7fBbAWrfmdPOWshO1//8CZZ7B6Dxsgqe+fhjUhOkzdjz4+X9MKKfiVdXPgl2f 8XhpYpUabyrREITA9fno6xY7AVJzqEb6Waaa/8pw= Date: Tue, 26 Apr 2022 08:37:30 +0200 From: Greg KH To: Marek Vasut Cc: stable@vger.kernel.org, "David S . Miller" , Jakub Kicinski , Paolo Abeni , Randy Dunlap , Sasha Levin Subject: Re: [PATCH] Revert "net: micrel: fix KS8851_MLL Kconfig" Message-ID: References: <20220425214859.256650-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220425214859.256650-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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? thanks, greg k-h