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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 36226C433E0 for ; Sat, 23 May 2020 15:08:52 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id CC3E12071C for ; Sat, 23 May 2020 15:08:51 +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="mkEKmCtl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC3E12071C 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 2FC0080008; Sat, 23 May 2020 11:08:51 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 2AC5380007; Sat, 23 May 2020 11:08:51 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 1C27480008; Sat, 23 May 2020 11:08:51 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0023.hostedemail.com [216.40.44.23]) by kanga.kvack.org (Postfix) with ESMTP id 046EB80007 for ; Sat, 23 May 2020 11:08:50 -0400 (EDT) Received: from smtpin03.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id B48DB180AD817 for ; Sat, 23 May 2020 15:08:50 +0000 (UTC) X-FDA: 76848316020.03.air56_4d291da36062e X-HE-Tag: air56_4d291da36062e X-Filterd-Recvd-Size: 6414 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by imf34.hostedemail.com (Postfix) with ESMTP for ; Sat, 23 May 2020 15:08:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To: Subject:Sender:Reply-To:Cc:Content-ID:Content-Description; bh=+L1qyjeYez4naHDlqKEQbGA3dUqIQLDkuxoqpeTg+yU=; b=mkEKmCtliH+55rZa+ipwPcNydW KUDIjF1IVH5CRKZVarYUmqPVt1DebfFDImGBfPnLWgtiULFkkWwqPtCf9nH6LrAv5jgzcFsMnTpga BANYf6hhvxkAXJBCf+5QGmwEAWGZfMce6wNj95EtRmfQXS5S4XnRpY2Ifl33zSS0yqmDFWrjzgJ14 QAhpTu+NaoQiHrjqtGAVv+jSNJ8x7D0yzW0MZeSCEYECHAAfcvomHoX4YQ6Y/ODowCbLsUrph7Qdi 1/JYPHAM+4TpXTdf3cfjuJPWAQ4Mi/ND1/krdbgbl7pzNxUjYu7f0EWbr9Yn4KcLnKyJuGRubzJjB IBTFUwvA==; Received: from [2601:1c0:6280:3f0::19c2] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jcVlM-0004y7-QT; Sat, 23 May 2020 15:08:36 +0000 Subject: Re: mmotm 2020-05-22-20-35 uploaded (phy/intel/phy-intel-combo.c) To: Andrew Morton , broonie@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, mhocko@suse.cz, mm-commits@vger.kernel.org, sfr@canb.auug.org.au, Kishon Vijay Abraham I , Vinod Koul References: <20200523033645.-uo7X483o%akpm@linux-foundation.org> From: Randy Dunlap Message-ID: <9960b5aa-4a8e-15a4-6e0b-63561f760d3a@infradead.org> Date: Sat, 23 May 2020 08:08:33 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200523033645.-uo7X483o%akpm@linux-foundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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 5/22/20 8:36 PM, Andrew Morton wrote: > The mm-of-the-moment snapshot 2020-05-22-20-35 has been uploaded to >=20 > http://www.ozlabs.org/~akpm/mmotm/ >=20 > mmotm-readme.txt says >=20 > README for mm-of-the-moment: >=20 > http://www.ozlabs.org/~akpm/mmotm/ >=20 > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. >=20 > You will need quilt to apply these patches to the latest Linus release = (5.x > or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated= in > http://ozlabs.org/~akpm/mmotm/series >=20 > The file broken-out.tar.gz contains two datestamp files: .DATE and > .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss= , > followed by the base kernel version against which this patch series is = to > be applied. >=20 > This tree is partially included in linux-next. To see which patches ar= e > included in linux-next, consult the `series' file. Only the patches > within the #NEXT_PATCHES_START/#NEXT_PATCHES_END markers are included i= n > linux-next. >=20 >=20 on i386: CC drivers/phy/intel/phy-intel-combo.o In file included from ../include/linux/build_bug.h:5:0, from ../include/linux/bitfield.h:10, from ../drivers/phy/intel/phy-intel-combo.c:8: ../drivers/phy/intel/phy-intel-combo.c: In function =E2=80=98combo_phy_w3= 2_off_mask=E2=80=99: ../include/linux/compiler.h:447:38: error: call to =E2=80=98__compiletime= _assert_39=E2=80=99 declared with attribute error: FIELD_PREP: mask is no= t constant _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ ../include/linux/compiler.h:428:4: note: in definition of macro =E2=80=98= __compiletime_assert=E2=80=99 prefix ## suffix(); \ ^~~~~~ ../include/linux/compiler.h:447:2: note: in expansion of macro =E2=80=98_= compiletime_assert=E2=80=99 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro =E2=80=98= compiletime_assert=E2=80=99 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ ../include/linux/bitfield.h:46:3: note: in expansion of macro =E2=80=98BU= ILD_BUG_ON_MSG=E2=80=99 BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \ ^~~~~~~~~~~~~~~~ ../include/linux/bitfield.h:94:3: note: in expansion of macro =E2=80=98__= BF_FIELD_CHECK=E2=80=99 __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^~~~~~~~~~~~~~~~ ../drivers/phy/intel/phy-intel-combo.c:137:13: note: in expansion of macr= o =E2=80=98FIELD_PREP=E2=80=99 reg_val |=3D FIELD_PREP(mask, val); ^~~~~~~~~~ ../include/linux/compiler.h:447:38: error: call to =E2=80=98__compiletime= _assert_43=E2=80=99 declared with attribute error: BUILD_BUG_ON failed: (= ((mask) + (1ULL << (__builtin_ffsll(mask) - 1))) & (((mask) + (1ULL << (_= _builtin_ffsll(mask) - 1))) - 1)) !=3D 0 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ ../include/linux/compiler.h:428:4: note: in definition of macro =E2=80=98= __compiletime_assert=E2=80=99 prefix ## suffix(); \ ^~~~~~ ../include/linux/compiler.h:447:2: note: in expansion of macro =E2=80=98_= compiletime_assert=E2=80=99 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro =E2=80=98= compiletime_assert=E2=80=99 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:2: note: in expansion of macro =E2=80=98B= UILD_BUG_ON_MSG=E2=80=99 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:21:2: note: in expansion of macro =E2=80=98B= UILD_BUG_ON=E2=80=99 BUILD_BUG_ON(((n) & ((n) - 1)) !=3D 0) ^~~~~~~~~~~~ ../include/linux/bitfield.h:54:3: note: in expansion of macro =E2=80=98__= BUILD_BUG_ON_NOT_POWER_OF_2=E2=80=99 __BUILD_BUG_ON_NOT_POWER_OF_2((_mask) + \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/bitfield.h:94:3: note: in expansion of macro =E2=80=98__= BF_FIELD_CHECK=E2=80=99 __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^~~~~~~~~~~~~~~~ ../drivers/phy/intel/phy-intel-combo.c:137:13: note: in expansion of macr= o =E2=80=98FIELD_PREP=E2=80=99 reg_val |=3D FIELD_PREP(mask, val); ^~~~~~~~~~ --=20 ~Randy Reported-by: Randy Dunlap