From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 5F1664CCDE8 for ; Thu, 10 Sep 2026 16:51:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789059083; cv=none; b=o4eyXlfrVh9YOZw5gLK6zS9fG/lPRIZQctMLOePDoivk+BkLNQaQTr1N2MZd69NqjypzzOTmVrXChiFiOKFxpUx6gjyj3uhI3MVvoAqrHXUPhpZ6U32j+UFM6NfVHe4G45B9fdkcIkkxunYyu+gSTyEZgRg1hhQzhJLof4N55cA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789059083; c=relaxed/simple; bh=HrCbYNmgcS+z2LSJ5VdsjxHeTs6NHzzFMJ25U0e9i20=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=gc8EbjzW5Q6VzeM+ND/UVxijHpp8QUtzvmc1Pk6g+KJ/p7ofiykc3fU7aWoiyDu04Crw2UZKtXDt/IQ8X6xXmp4+/81o5Vh2xa8sJChTw7LTOug5RmIehHCp6JSCmA8A36LGOVjFFpaaJxDwgljVe6Fmv8bUa/q83j4MgjARAh8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=ZY3VVNAi; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ZY3VVNAi" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 6CE464E40106; Thu, 10 Sep 2026 16:51:17 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id C295D5FC38; Thu, 10 Sep 2026 16:51:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 091FB11C787F4; Thu, 10 Sep 2026 18:51:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1789059071; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=Puo/f4i5KVDLdRJ1D40f76FmqplugDPSVWcD8oF1klI=; b=ZY3VVNAiQVBAedQVFDK4t8gmBE9DeejapVidrSilggvhAF1lOCdp3Bs7ZdT2GlHgW/bZNS pq3bRy7yAuXX381iQr4lV4gF+kuSDQ+d9EBuGV81OfJZO+MOkO0DYa2kBrJs9IMTeaGKoq UnzZbDJ8sg7qeANclkyyRuYXUDRIOuAEwskwstfWmjXBt05JP1ClKIuQ066M6nlKoizhdQ UgOELVh8TxxV5x4gHzFG27ZzAFq2umiPPNIgHGt3fxrGnEthaRXPuGNsVU/CjTxsHTIufA WNOa6ryDKkhmH7pzn3hl2VzU9NZ5WzCeg3MrpMXxjg53J6Jgxcbb0vjM2wxcFg== Message-ID: Date: Thu, 10 Sep 2026 18:51:06 +0200 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next] tools: ynl: Fix out-of-tree build for ynltool To: Jakub Kicinski Cc: Andrew Lunn , davem@davemloft.net, Eric Dumazet , Paolo Abeni , Bobby Eshleman , Donald Hunter , Simon Horman , Shuah Khan , matttbe@kernel.org, Stanislav Fomichev , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, linux-kselftest@vger.kernel.org References: <20260909071155.1234922-1-maxime.chevallier@bootlin.com> <20260910085931.3c64f2ab@kernel.org> Content-Language: en-US From: Maxime Chevallier In-Reply-To: <20260910085931.3c64f2ab@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hi, On 9/10/26 17:59, Jakub Kicinski wrote: > On Wed, 9 Sep 2026 09:11:54 +0200 Maxime Chevallier (Netdev > Foundation) wrote: >> thomas.petazzoni@bootlin.com, linux-kselftest@vger.kernel.org >> Subject: [PATCH net-next] tools: ynl: Fix out-of-tree build for ynltool > > Hi Maxime, thanks for the quick fix. Looks like this did not hit > netdev, unfortunately. It reached lore but via a different ML, > and our patchwork only trails netdev itself. Please repost. Dammit, seems like most of the patches I sent yesterday failed in a similar fashion :( I'll resend right-away, sorry about that, Maxime