Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp2790256pxy; Sun, 25 Apr 2021 04:19:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwgTcytkd+14maVtEVrsBxyz34HW6xcIRZAibIJMZS2sbcUWSR32soBfTpN78riFtxX/k9D X-Received: by 2002:a63:4a44:: with SMTP id j4mr12040371pgl.283.1619349550723; Sun, 25 Apr 2021 04:19:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619349550; cv=none; d=google.com; s=arc-20160816; b=1FxhQtR5iAwMi4U6xCN2izL6pEkeyVUJ7gJf8JN43+q4Vz2e+idftYWTfl23hSOqPP 9u9yEcylhWyZWSztdNu/JunRdNCKRCbb+C3HzC4neNn1yitPzocOW1kabolzaUgotYV8 PK9fhIet0OgYwPUhrF6da4zB4NeuIktc8bh6cOnzAJF4tj4qtZpHwliCdLGC2SXkibex l0AlWL1aTSJT/zQ+3GkRrM7U+fmsA7yPEdfPb+wXNpaSwH/g677eKtzvorC2bGcprVZo C6b7L+0v1KiAzm60Qz5xREgPEpYSv1H8Gp4+m+v9GpPCNzx+hCG44wXBXUH2CdziFMfe 0MBg== 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=GAk89wgwoeHj1N59JoyE6L19/LLDxmzEdwjJSfIljNI=; b=b7K7CtfEFY3+Xed5RqwNsIQfgM+YQl9iMrjS1wzw+qPReQ02a/9MBJAcjn0XQyHeky DusOXosb0SfsG4++wkuniBgXbhCGIdz9NSoIH1EtQNCrUOSlqkZXFbiXXD5Pz6mW+tF3 VBUoI9TtOdIi6yD/7Y3WN8kBvxZsWKnyfNG8CiJv5kAanILi/0pYRs/L/Lb4fDS/mJ3L EYSEkClJ+8A4B2IKD+9jzCeOe5hxJFls3VrMFoLg59f8B+mq5loNYD6zSJ3Kngg0PJ7q BJyScN6NMCxoWhIurIUOP6vAtBpgUCi+JrDlqrqp8mb/iKL1ZeLSV+z5Juk4COM1Lnnp GKvg== 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 w5si12989313pjh.156.2021.04.25.04.18.58; Sun, 25 Apr 2021 04:19:10 -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 S230034AbhDYLQa (ORCPT + 99 others); Sun, 25 Apr 2021 07:16:30 -0400 Received: from mx2.suse.de ([195.135.220.15]:34234 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229659AbhDYLQ3 (ORCPT ); Sun, 25 Apr 2021 07:16:29 -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 4C1D9B1DC; Sun, 25 Apr 2021 11:15:48 +0000 (UTC) Date: Sun, 25 Apr 2021 13:15:45 +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: <20210425111545.GL15381@kitsune.suse.cz> References: <20210423130530.GA6564@kitsune.suse.cz> <316e86f9-35cc-36b0-1594-00a09631c736@fb.com> <20210423175528.GF6564@kitsune.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210423175528.GF6564@kitsune.suse.cz> 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:55:28PM +0200, Michal Such?nek wrote: > 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? With dwarves 1.21 some architectures are fixed and some report other missing symbol. Definitely an improvenent. I see some new type support was added so it makes sense if that type is used the new dwarves are needed. Thanks Michal