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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 DFD44C352BE for ; Thu, 16 Apr 2020 17:13:42 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id A428B21924 for ; Thu, 16 Apr 2020 17:13:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="jksf0ahq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A428B21924 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 3EACB8E00D6; Thu, 16 Apr 2020 13:13:42 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 39B388E00BC; Thu, 16 Apr 2020 13:13:42 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 2B1E38E00D6; Thu, 16 Apr 2020 13:13:42 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0104.hostedemail.com [216.40.44.104]) by kanga.kvack.org (Postfix) with ESMTP id 114958E00BC for ; Thu, 16 Apr 2020 13:13:42 -0400 (EDT) Received: from smtpin09.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id C219C68A2 for ; Thu, 16 Apr 2020 17:13:41 +0000 (UTC) X-FDA: 76714365042.09.brain95_2039fe84fbc3b X-HE-Tag: brain95_2039fe84fbc3b X-Filterd-Recvd-Size: 2952 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by imf18.hostedemail.com (Postfix) with ESMTP for ; Thu, 16 Apr 2020 17:13:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.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=mri1NWhCMcPHRYwypLzON75E4Lrzzif/ya45nsbZ/oU=; b=jksf0ahqGNmUWjulQluYS7t4Uc M6kPD3+htw/cx88Rwvq662dmktLMv+WYU+fn6zqchl8XmGi/nvSiTmVeLtezVUCiiqSeSmgdQ+qyR 6EYaU37rhDfCqlgYCqlUjS92fxtIuiWOTGTLsPvI+qTElQ6ckyyhCcZHFkTpuH5sGsCaZPnOwI42T PATr/mDK7trq4VrppOkwjK8EKFmYKnHO1GLah4F6Yrefk5W7Dln246W7f08PM3PqO3JFhkp4zzRXZ iqLrT50Atre1PlJvHbOn32MjMtLujjq20RPn1lBqoZaGoGbroLyXbkqXy9lKVNGEugqMUvV9UFdvU k3xvgwxA==; Received: from willy by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jP855-0007ZZ-4z; Thu, 16 Apr 2020 17:13:39 +0000 Date: Thu, 16 Apr 2020 10:13:39 -0700 From: Matthew Wilcox To: Will Deacon Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, William Kucharski , lkp@intel.com Subject: Re: [PATCH v2 1/5] mm: Remove definition of clear_bit_unlock_is_negative_byte Message-ID: <20200416171339.GH5820@bombadil.infradead.org> References: <20200416154606.306-1-willy@infradead.org> <20200416154606.306-2-willy@infradead.org> <20200416170224.GB32685@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200416170224.GB32685@willie-the-truck> 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 Thu, Apr 16, 2020 at 06:02:24PM +0100, Will Deacon wrote: > On Thu, Apr 16, 2020 at 08:46:02AM -0700, Matthew Wilcox wrote: > > From: "Matthew Wilcox (Oracle)" > > This local definition hasn't been used since commit 84c6591103db > > ("locking/atomics, asm-generic/bitops/lock.h: Rewrite using > > atomic_fetch_*()") which provided a default definition. > > Ok, for my own curiosity I tried building for Alpha because I couldn't for > the life of me figure it out, and behold: > > mm/filemap.c: In function 'unlock_page': > mm/filemap.c:1271:6: error: implicit declaration of function 'clear_bit_unlock_is_negative_byte' [-Werror=implicit-function-declaration] > if (clear_bit_unlock_is_negative_byte(PG_locked, &page->flags)) > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: some warnings being treated as errors > > I had to enable CONFIG_SMP, so maybe the robot doesn't do that? > > Anyway, it's somewhat reassuring that it broke, if not unfortunate at the same > time! Thanks! The robot says it built two alpha configs, randconfig-a001-20200325 and defconfig. I imagine neither has SMP set. kbuild people, please can you add SMP and non-SMP options to the configs you test?