Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1560357pxy; Fri, 23 Apr 2021 10:57:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw2Jk2PLEP41u0tN1k9FTYTWZTdcN0UVJRYw3S/ix1abPH8Sw2ikAqtV8Rw48KykIvd8Dng X-Received: by 2002:a17:902:c392:b029:ec:b679:bfea with SMTP id g18-20020a170902c392b02900ecb679bfeamr4864123plg.59.1619200636615; Fri, 23 Apr 2021 10:57:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619200636; cv=none; d=google.com; s=arc-20160816; b=CZrm3J+9BX+4s8w5HUuQAy5YsS/6ioQTgCulRAwd2rqVvaHnKHwa1IsoKvzFIpiLx2 6PLyCBCZh0rbkIhR6EqkSoDFSPBUTQ3JZWqBLR+qKRDDZZh6eac0hQ/KelH3iiqkF/UT eAVZLVLvh202R56A2iVqkP0NMQxacxqKRuExbAVf1cwwb007rQz6CP/x0aV8F3lE1vF7 NHdmCB+IWzVcdrjWnkLdYRgBPDRZloacaJZpI12BhcQqKA6VyxRZs7EyvLmH7H88ekip aUSquIJZEB8dauG3mitDr5jFsKdzHVvnMEpIJS+iyiJ+FUxRMiUZjKlYVXC92TyU5d2V i5nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=nfesZqhJjtox8+T4DH9Qc4cXIVB6jKGN8iMWJA+NWhk=; b=iu8XwLtD3XF0B2MMyqfpBKL0uE5Exqx6dDt7FXQUlQZAF462kxbz6Xsa/u3MhZQri+ hbq7oB2c4r9ZcQDEmYlE5FprZzOKlioycwlRoUHy9XP6MfzioMbhyV8paHTCFs3I0vdJ MpkiZBSQomxyO3jHCeYxF9LwOfT0CMhNwCygLqxCgwHjnUjX31C/ZMGpYdiQf7dCHzZI KXPPBNFybFmR5kFrEj9ri25DPnUnXbaN3tfaD728z7O/GoxxFClC2XIjLtX8zjSsoG3s FeV51g/hNRWi4cxWAsrSA4ibNKIzLu9keMAp2d7TPRfF5NaFvnqP34lMV6v5ExAiQTAS 0p0g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 3si8417030pfh.268.2021.04.23.10.57.02; Fri, 23 Apr 2021 10:57:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243410AbhDWR4L (ORCPT + 99 others); Fri, 23 Apr 2021 13:56:11 -0400 Received: from mx2.suse.de ([195.135.220.15]:50986 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231400AbhDWR4I (ORCPT ); Fri, 23 Apr 2021 13:56:08 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 74A49B19D; Fri, 23 Apr 2021 17:55:30 +0000 (UTC) Date: Fri, 23 Apr 2021 19:55:28 +0200 From: Michal =?iso-8859-1?Q?Such=E1nek?= To: Yonghong Song Cc: linux-kernel@vger.kernel.org, Martin KaFai Lau , "David S. Miller" , Hideaki YOSHIFUJI , David Ahern , Jakub Kicinski , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Song Liu , John Fastabend , KP Singh , netdev@vger.kernel.org, bpf@vger.kernel.org Subject: Re: linux-next failing build due to missing cubictcp_state symbol Message-ID: <20210423175528.GF6564@kitsune.suse.cz> References: <20210423130530.GA6564@kitsune.suse.cz> <316e86f9-35cc-36b0-1594-00a09631c736@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <316e86f9-35cc-36b0-1594-00a09631c736@fb.com> User-Agent: Mutt/1.11.3 (2019-02-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 23, 2021 at 07:41:29AM -0700, Yonghong Song wrote: > > > On 4/23/21 6:05 AM, Michal Such?nek wrote: > > Hello, > > > > I see this build error in linux-next (config attached). > > > > [ 4939s] LD vmlinux > > [ 4959s] BTFIDS vmlinux > > [ 4959s] FAILED unresolved symbol cubictcp_state > > [ 4960s] make[1]: *** > > [/home/abuild/rpmbuild/BUILD/kernel-vanilla-5.12~rc8.next.20210422/linux-5.12-rc8-next-20210422/Makefile:1277: > > vmlinux] Error 255 > > [ 4960s] make: *** [../Makefile:222: __sub-make] Error 2 > > Looks like you have DYNAMIC_FTRACE config option enabled already. > Could you try a later version of pahole? Is this requireent new? I have pahole 1.20, and master does build without problems. If newer version is needed can a check be added? Thanks Michal