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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 037E4C433EF for ; Wed, 9 Feb 2022 00:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239528AbiBIAVo (ORCPT ); Tue, 8 Feb 2022 19:21:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232503AbiBIAVn (ORCPT ); Tue, 8 Feb 2022 19:21:43 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0F9FC061576; Tue, 8 Feb 2022 16:21:40 -0800 (PST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4JtgXy2ywQz4xcp; Wed, 9 Feb 2022 11:21:37 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1644366098; bh=OAelZNQ28TFoQ+fesqVaaW/qWkf9ydcEeD63ov+iiic=; h=Date:From:To:Cc:Subject:From; b=XJjQlKELk/ORoICQBAZwCKz1+VQ/af51WYIGVZ6N78rwbgPl0HbULfJPPmSybkMfP C4mD0RV+8LMqzvmDK3QcmzhobB1uFowKPwDQhhA5a5GZRR0qW5sCrBrxfS4gF550yp MJplO0EqghXyhJZntMrYsRnlUAG2ITGCcMWidCOqnBQAdSQdktk73D6YY3R6D8Yxji UY782NN1EPn9j5GTIAVmA22qi26FfT2pir6fir3LZvjKylpW/fM778td7m/hHQx/1n aC0pvABXksJJJbcgtp3hp2FcU3FkIbTRNB+0ibUPoyoU9t3l6l0Eb0Dd8bRpCVcrHT RTgY6W6Caj/PQ== Date: Wed, 9 Feb 2022 11:21:35 +1100 From: Stephen Rothwell To: Daniel Borkmann , Alexei Starovoitov , Andrii Nakryiko , bpf , Networking Cc: Song Liu , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build failure after merge of the bpf-next tree Message-ID: <20220209112135.7fec872f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/K.I5wuzZ3aVsh8RZY5/KK/1"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/K.I5wuzZ3aVsh8RZY5/KK/1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the bpf-next tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: kernel/bpf/core.c:830:23: error: variably modified 'bitmap' at file scope 830 | unsigned long bitmap[BITS_TO_LONGS(BPF_PROG_CHUNK_COUNT)]; | ^~~~~~ Caused by commit 57631054fae6 ("bpf: Introduce bpf_prog_pack allocator") I have used the bpf-next tree from next-20220208 for today. --=20 Cheers, Stephen Rothwell --Sig_/K.I5wuzZ3aVsh8RZY5/KK/1 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmIDCQ8ACgkQAVBC80lX 0GwjQAf8DYpys4P4GjraUETbZo4yF2ktnc45XHh4gcknKVcjDeW4OnOhTuWG2E6y HAmHkJGTTZ+UHcT8WoRX3+likwzxSLnh2lzdqoV0uooFj7R9W7q+JBHwW4XWJLDY WCBBrcFPB+mH/ALwMNvHWl6Qvl3vJGNKA6QFsi2fc55q1ilNO1dWn76HRRz0fm1/ twUfltkCrYOi+nlSTYL+1XoI3YM4ucN27Zk/IXQLHFhWANJEpKMAzmPI9oUam7X5 zYcGkCo/h44YDn1eSaIs1ELZA8R29cz/5sUuLkpfyqG/s7sPH0gwDYWxymw5Hb8f CyB5QPU4XeWY6bAtTaYyZdht1Gqpkw== =sshk -----END PGP SIGNATURE----- --Sig_/K.I5wuzZ3aVsh8RZY5/KK/1--