From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6741A33B6CC; Fri, 6 Feb 2026 12:30:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770381047; cv=none; b=psLoyj07gnMQLRty1Cut7JbROFD/HE1xoPpu9khAD8laCkRxrW0nXSbnI+aGStwvvP4rRG7zHpWbivANT1W5elDVozeV+KCxmMSwvrRrucs16HPXbth1H1YhuLQIj3mQUZBYVPWwEQgD0qt6YoJkkrwiV4iV0M5/zArxgzhqCLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770381047; c=relaxed/simple; bh=9WHTS71miiLscPr6JhfGIdStsTFEspi/SQVyYk3RoSI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=J+53RymJPm1Jcg3r2jRQPtX9/AUwp5WDHE0yoKCP99YS91Wp2eSNRtEegzFSs2q8TeRaqCB6er/409xJbBaOKW9oq00urcRjC/y88PBOt25G1Kaenz9TuoJ3PSbbpIxss+P+5ImoUEizlYMuh73MDATWqjNYkxWhJ5x28ic8frM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rk0vVuOx; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="rk0vVuOx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45215C116C6; Fri, 6 Feb 2026 12:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770381046; bh=9WHTS71miiLscPr6JhfGIdStsTFEspi/SQVyYk3RoSI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rk0vVuOxBgWlqARFaSyW2/r5eaJ9gTuxdKdi9nzGQfssNdHG06DlUplNsFm6vmHoC ox20YVHOii/cI02wGGF4X5cjOs4AZ+496nTRNlVDSHlGibWlXGhVEUJVLGBB/MpPBC N5sTLSN+ymRKE+mobwf22bBBvTpIqqOtpJpIWEeo= Date: Fri, 6 Feb 2026 13:30:43 +0100 From: Greg Kroah-Hartman To: Jeffrin Thalakkottoor Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@nabladev.com, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org, achill@achill.org, sr@sladewatkins.com Subject: Re: [PATCH 5.10 000/160] 5.10.249-rc2 review Message-ID: <2026020619-eccentric-retaining-86ef@gregkh> References: <20260205143430.733102763@linuxfoundation.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Feb 06, 2026 at 05:49:46PM +0530, Jeffrin Thalakkottoor wrote: > build error for 5.10.249-rc2 > > ----------------------------------------------------- > make[4]: *** No rule to make target > '/home/jeffrin/kernel/linux-stable-rc/tools/include/linux/compiler_types.h', > needed by '/home/jeffrin/kernel/linux-stable-rc/tools/bpf/resolve_btfids/libbpf/staticobjs/libbpf.o'. > Stop. > make[3]: *** [Makefile:179: > /home/jeffrin/kernel/linux-stable-rc/tools/bpf/resolve_btfids/libbpf/staticobjs/libbpf-in.o] > Error 2 > make[2]: *** [Makefile:48: > /home/jeffrin/kernel/linux-stable-rc/tools/bpf/resolve_btfids//libbpf/libbpf.a] > Error 2 > make[2]: *** Waiting for unfinished jobs.... > make[1]: *** [Makefile:71: bpf/resolve_btfids] Error 2 > make: *** [Makefile:1978: tools/bpf/resolve_btfids] Error 2 > > ------------------------------------------------------------> What config causes this? What target are you building, libbpf? thanks, greg k-h