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 14394C433F5 for ; Mon, 2 May 2022 08:46:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243394AbiEBItc (ORCPT ); Mon, 2 May 2022 04:49:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349872AbiEBIt0 (ORCPT ); Mon, 2 May 2022 04:49:26 -0400 Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63D156349; Mon, 2 May 2022 01:45:57 -0700 (PDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 7EF6D1C0B82; Mon, 2 May 2022 10:45:54 +0200 (CEST) Date: Mon, 2 May 2022 10:45:54 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: Hugh Dickins , stable@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Shi , "Kirill A. Shutemov" , Andrew Morton , Linus Torvalds , linux-mm@kvack.org Subject: Re: [PATCH AUTOSEL 13/14] mm/thp: ClearPageDoubleMap in first page_add_file_rmap() Message-ID: <20220502084554.GA358@ucw.cz> References: <20220428154222.1230793-1-gregkh@linuxfoundation.org> <20220428154222.1230793-13-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi! > > I've chosen to answer to this patch of my 3 in your 14 AUTOSELs, > > because this one is just an improvement, not at all a bugfix needed > > for stable (maybe AUTOSEL noticed "racy" or "safely" in the comments, > > and misunderstood). The "Fixes" was intended to help any humans who > > wanted to backport into their trees. > > This all was off of the Fixes: tag. Again, if these commits fix > something why are they not for stable? I'm a human asking to backport > these into the stable trees based on that :) I see this as a repeated pattern: People add Fixes: tag for trivial things that should not really go to stable (typo in comment?) and stable takes it is a serious bug that needs to be fixed in stable. Best regards, Pavel