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 X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1AE62C433E9 for ; Fri, 5 Feb 2021 21:06:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8ACF64FBA for ; Fri, 5 Feb 2021 21:06:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233437AbhBETXa (ORCPT ); Fri, 5 Feb 2021 14:23:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:42900 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233552AbhBETUj (ORCPT ); Fri, 5 Feb 2021 14:20:39 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6E13C64FB1; Fri, 5 Feb 2021 21:02:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1612558945; bh=vzHM+GB4d6cNHxt/eXwSgK8ie3TrlRUy0i2DzIfSIqU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=2IMkEBmnIJ3N9+KJfo5rYf3xEfWx9JNSithtGkCniKXlKzJ2yqtY/3pj+vuFYUo/w MXCq1GXFUIQh0/viPwqh8WGNR8iLVI39aUMgBYnXV4d0mMH8x9ZUDmCbR63shUv9GJ fyismZVQf1eJ/gpYA1d5I4cyT4o6fF4q6VapGdYY= Date: Fri, 5 Feb 2021 13:02:23 -0800 From: Andrew Morton To: Nathan Chancellor Cc: Kees Cook , Arnd Bergmann , Nick Desaulniers , "Kirill A. Shutemov" , Wei Yang , Arnd Bergmann , Vlastimil Babka , Dmitry Safonov <0x7f454c46@gmail.com>, Brian Geffon , linux-mm@kvack.org, linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com Subject: Re: [PATCH] mm/mremap: fix BUILD_BUG_ON() error in get_extent Message-Id: <20210205130223.37e6bf7fb8bfc773db9b5fda@linux-foundation.org> In-Reply-To: <20210205190005.GB461042@localhost> References: <20201230154104.522605-1-arnd@kernel.org> <20210112191634.GA1587546@ubuntu-m3-large-x86> <20210203184840.GA1711681@localhost> <202102031202.F0AEC4A7@keescook> <20210205190005.GB461042@localhost> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 5 Feb 2021 12:00:05 -0700 Nathan Chancellor wrote: > > > > Reviewed-by: Nathan Chancellor > > > > > > Ping? It is pretty late into the 5.11 cycle and this is still broken. > > > > I think we should just do the __always_inline. Who can take this? > > This should probably go through -mm, unless we get an ack then Nick and > I could take it. I added it to -mm on Wednesday.