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=-16.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 A6F11C433DB for ; Wed, 3 Feb 2021 18:48:47 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 0796064F7E for ; Wed, 3 Feb 2021 18:48:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0796064F7E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 475F26B0005; Wed, 3 Feb 2021 13:48:46 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 4245E6B0006; Wed, 3 Feb 2021 13:48:46 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 33BEB6B006E; Wed, 3 Feb 2021 13:48:46 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0052.hostedemail.com [216.40.44.52]) by kanga.kvack.org (Postfix) with ESMTP id 1D4BD6B0005 for ; Wed, 3 Feb 2021 13:48:46 -0500 (EST) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id CABA7824999B for ; Wed, 3 Feb 2021 18:48:45 +0000 (UTC) X-FDA: 77777843010.18.verse34_6207abe275d5 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin18.hostedemail.com (Postfix) with ESMTP id 63ECD100ED0F8 for ; Wed, 3 Feb 2021 18:48:45 +0000 (UTC) X-HE-Tag: verse34_6207abe275d5 X-Filterd-Recvd-Size: 3786 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf42.hostedemail.com (Postfix) with ESMTP for ; Wed, 3 Feb 2021 18:48:44 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 910D464DE1; Wed, 3 Feb 2021 18:48:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612378123; bh=XKJddM4Inmkq4KHX8HcKQt/b0ST36GmjTbUJvWsFPEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qG6MVI5QKtlfKG59JK4dlrshVDoU5GrypplHguciDCYsSA05Nv42GHR1zf5kWOmDo uaqjGMYTFGprge8U9k8NPAnSlcZ4EScKgyZ78jHBDeFfVu8saJ+86mkoSEPZVI034O SAVJXN3R6MpqCI17EKTJgw4j88MdF1OB5PItvWqO4leBYuJhxRKf8tA0KmeLa4qo4Q L6H3oKDckOyxw+SF9lrkGTSSGATSuzUXd06/4gin7hkfiRPGLads5kEb5jpm37ispN zrXdnZw0x38PoXhK4ZNtg+2eQlXYqBqaHe0xgFF6jQdq5FLkgIgEjwapW/VT3qgqbK e+wZNWpnknc7A== Date: Wed, 3 Feb 2021 11:48:40 -0700 From: Nathan Chancellor To: Arnd Bergmann , Andrew Morton , Nick Desaulniers , Kees Cook Cc: "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: <20210203184840.GA1711681@localhost> References: <20201230154104.522605-1-arnd@kernel.org> <20210112191634.GA1587546@ubuntu-m3-large-x86> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210112191634.GA1587546@ubuntu-m3-large-x86> X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, Jan 12, 2021 at 12:16:34PM -0700, Nathan Chancellor wrote: > On Wed, Dec 30, 2020 at 04:40:40PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > clang cannt evaluate this function argument at compile time > > when the function is not inlined, which leads to a link > > time failure: > > > > ld.lld: error: undefined symbol: __compiletime_assert_414 > > >>> referenced by mremap.c > > >>> mremap.o:(get_extent) in archive mm/built-in.a > > > > Mark the function as __always_inline to avoid it. > > > > Fixes: 9ad9718bfa41 ("mm/mremap: calculate extent in one place") > > Signed-off-by: Arnd Bergmann > > I would like to see some movement on getting this fixed in 5.11. As it > stands, this is one of three __compiletime_assert references with > CONFIG_UBSAN_UNSIGNED_OVERFLOW. If we want to keep the BUILD_BUG() > around, I think this is fine. Alternatively, turning it into a runtime > check would be fine too. > > Reviewed-by: Nathan Chancellor Ping? It is pretty late into the 5.11 cycle and this is still broken. Cheers, Nathan > > --- > > mm/mremap.c | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/mm/mremap.c b/mm/mremap.c > > index c5590afe7165..1cb464a07184 100644 > > --- a/mm/mremap.c > > +++ b/mm/mremap.c > > @@ -336,8 +336,9 @@ enum pgt_entry { > > * valid. Else returns a smaller extent bounded by the end of the source and > > * destination pgt_entry. > > */ > > -static unsigned long get_extent(enum pgt_entry entry, unsigned long old_addr, > > - unsigned long old_end, unsigned long new_addr) > > +static __always_inline unsigned long get_extent(enum pgt_entry entry, > > + unsigned long old_addr, unsigned long old_end, > > + unsigned long new_addr) > > { > > unsigned long next, extent, mask, size; > > > > -- > > 2.29.2 >