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 9C7F7C433EF for ; Thu, 14 Apr 2022 07:17:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240229AbiDNHTq (ORCPT ); Thu, 14 Apr 2022 03:19:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239131AbiDNHTq (ORCPT ); Thu, 14 Apr 2022 03:19:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 897BB34BBD for ; Thu, 14 Apr 2022 00:17:22 -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 F228761EF3 for ; Thu, 14 Apr 2022 07:17:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9BA4C385A1; Thu, 14 Apr 2022 07:17:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649920641; bh=5DbMcHE4uPn10gYxZe5xflgX/ofK/bcxJ0dhcrp6jSw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PZT2Hv+Koh/riVAod8CZMQzuuoO7r5JfiSRTuQDNDP14DwhZWvmXg9ZIIRIF0JZtT 2bBNJYbG/WnXz6QcWpu0yHjwH9CuJfSwTO6IziOuOrh0P9MGIw8q80Q2k8TLy8kpoj +dRSq3+w+Z4N0FtcGAXCnUlYbW2V5vgNG4DjNyJE= Date: Thu, 14 Apr 2022 09:17:18 +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 On Thu, Apr 14, 2022 at 03:00:30PM +0800, cam enih wrote: > sorry for confusion. Again, please do not top-post. > 1. MR=merge request; We do not have merge requests in the kernel, so I do not understand what you are saying we do differently here. > 2. In this case, the change depends on a non-existing config option which I > believe can be detected at compile time. Specifically, please show us how we should have caught this so we can do that in the future. I do not see how this can be detected at compile time as it is no different from a normal config option not being selected. thanks, greg k-h