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 52BC5C433EF for ; Thu, 14 Apr 2022 05:57:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234212AbiDNF7o (ORCPT ); Thu, 14 Apr 2022 01:59:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239954AbiDNF7o (ORCPT ); Thu, 14 Apr 2022 01:59:44 -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 CB4D3369C8 for ; Wed, 13 Apr 2022 22:57:20 -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 6D56161E6D for ; Thu, 14 Apr 2022 05:57:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70109C385A1; Thu, 14 Apr 2022 05:57:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649915839; bh=YU8i33JkD4KGkiK3QaTTW8/5XfZup6lX2fAZDLml2rw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BwzAGOlBWrOqrGpvCRvVrdplLW1VVZcoLw8CpEygVNYqdaCGkOq/AZ1ugQ0wWc5+I 3A0v22o1ybhGo/rB5JauNzX7UdJAblkbAO+oGH4dkkDRNMjubEpemOLlYUsU/nSOpS /5ZWqIjdcxMhjDXUaJHPWFiIVQ8Cd7GBEyOJ1OvI= Date: Thu, 14 Apr 2022 07:57:17 +0200 From: Greg Kroah-Hartman To: cam enih Cc: Sasha Levin , Randy Dunlap , stable@vger.kernel.org, KY Srinivasan , Haiyang Zhang Subject: Re: stable 5.10: please revert c4dc584a2d4c8d74b054f09d67e0a076767bdee5 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? On Thu, Apr 14, 2022 at 01:50:05PM +0800, cam enih wrote: > thanks everyone. > > two suggestions: > > 1. To avoid this issue from future dot builds of LTS, i would suggest to > avoid MRs of any config/module dependency changes, unless the scope of > impact limits to the scope of MR itself. What is a "mr"? > 2. this issue can fail-fast by checking the dependency in compile time. And how could we have tested this? confused, greg k-h