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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67A3FC433F5 for ; Sat, 2 Oct 2021 17:16:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 47D98610A3 for ; Sat, 2 Oct 2021 17:16:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233662AbhJBRSm (ORCPT ); Sat, 2 Oct 2021 13:18:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233451AbhJBRSl (ORCPT ); Sat, 2 Oct 2021 13:18:41 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 804DFC0613EC for ; Sat, 2 Oct 2021 10:16:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=bqShy79e/Z6K5vfk14zyDLtX0I5IPDlQiZpIZhz37d8=; b=GcMWFnNkUKLx/mRl8xq1PX+bU5 EDLMvoLX89jugtardbhC1/9q6x/xHccn1pK6+RpNG48SSwRchXjKo22uklJMATbzE4j17dDHSGUD9 ozMLLgnboaT9CjjiCa21/qIJcktW/4pO9Q/gL+s2jE5Vf4yhvsSMgCYBBDglLnclLhpVHmYUg+SvR f3FwSu8h22ioKbLZ/S4UQJYkpWgn2HxOEUOiTTJ8YyWrAvXb+aAFNEd1Q1KlcPzNgDWMDiNwfEoLd rR+MnH5pRFDcijbBI4RqeGoAipy1eRLYKgdQXWP++ojX3S62bpAx7KXgmogdNOJdUtW2bBbp6iWZk JCLBgM/A==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWicA-00FEXG-Av; Sat, 02 Oct 2021 17:16:10 +0000 Date: Sat, 2 Oct 2021 18:15:58 +0100 From: Matthew Wilcox To: Eric Dumazet Cc: Andrew Morton , Eric Dumazet , linux-kernel , linux-mm , syzbot , "Huang, Ying" , Mel Gorman Subject: Re: [PATCH v2] mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind() Message-ID: References: <20211001215630.810592-1-eric.dumazet@gmail.com> <20211001154949.98956c092734590e781ce672@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 01, 2021 at 04:37:40PM -0700, Eric Dumazet wrote: > > > Issue came with commit bda420b98505 ("numa balancing: migrate on > > > fault among multiple bound nodes") > > > > No cc:stable? What's the worst-case user-visible impact here? > > I added the more precise tag : Fixes: bda420b98505 ("numa balancing: > migrate on fault among multiple bound nodes") > I only put Fixes: tag, so that stable teams can use their automation just fine. > > worst-case impact, I am not sure if any application ever used this > undocumented combinations of flags ? > Also, it is generally advised that accessing garbage values has > undocumented behavior. > A host could for example crash (it certainly does with KMSAN) mm has special stable rules; fixes only get backported if explicitly requested instead of automatically like most of the rest of the kernel.