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 8BF6A3FB07B; Mon, 2 Mar 2026 14:32:24 +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=1772461944; cv=none; b=eY2hbfoDy+g3HKaGT4V5u/F2AXeKXJja8qvgZihmmShKu39WtrUiVdvPc/Hz9dBJrHSkr2FPIIttoomURca4Wr3KPTqxceMeGLbJA5SriGMmTjBuzbBIahM3y9KTCuSP0ZXHTyVKSyLbyyu3T6vBDt621pnXQruxWAmhbN2m1N8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772461944; c=relaxed/simple; bh=h6k0adrxzs8tkznFMKKZtLodMFWceJNPI6vZne9JVG4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=KGfBubfjXqq5g3CbAja+wYG9ZzG5ojcDS6LFTeE73zI5HSmTwCi4k/Te89UBe5X6mNtjya8um6cGwg+9awoFZujZ1epZL0d0zfj98BJUld7YHl2m+A9W8dezpE0BD2WnG6NOCbGYsx7tE0lDbxSTyIdd1aexVpG9SrsHS6VAdiI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=F1Gjp0Yh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="F1Gjp0Yh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85585C19423; Mon, 2 Mar 2026 14:32:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772461944; bh=h6k0adrxzs8tkznFMKKZtLodMFWceJNPI6vZne9JVG4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=F1Gjp0Yhe+m74gNVLN5sOY5kAfHd6jtg9FuSHLyYTgdE0nVMLHDFxNQFFrUZMhSQP 0dqIC0KksYWl++2xlAULAYrCn6i2dpJgDz17hkce/InpwKVpx3HaPxrSw8XjYi9oSJ uRtwaado77UamHltgEpz+BEcSRYdVRE7DYJYuau6MCLKQHbrz1+SLuH80Bd2cwRx8q BBsY4/T9k1u9tKNmnn38Fyq6kYRsve8jvpDzBpodzAmw2Egp8uqF5VKBJolA5LaClj EApG5RPYxGeEaUn2uHTmTGHAsps2XbTu6hC8RU0PFSTXOIWaQuw3r9vPGY9AvmbnCH orH3DddAAtdFA== Date: Mon, 2 Mar 2026 06:32:22 -0800 From: Jakub Kicinski To: Linus =?UTF-8?B?TMO8c3Npbmc=?= Cc: bridge@lists.linux.dev, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Nikolay Aleksandrov , Ido Schimmel , Andrew Lunn , Simon Horman , Paolo Abeni , Eric Dumazet , "David S . Miller" , Kuniyuki Iwashima , Stanislav Fomichev , Xiao Liang , shuah@kernel.org Subject: Re: [PATCH net-next v3 02/14] net: bridge: mcast: track active state, adding tests Message-ID: <20260302063222.068b000b@kernel.org> In-Reply-To: References: <20260302054008.21638-1-linus.luessing@c0d3.blue> <20260302054008.21638-3-linus.luessing@c0d3.blue> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 2 Mar 2026 09:08:58 +0100 Linus L=C3=BCssing wrote: > But why does shellcheck list so many errors with > "This function is never invoked." Even though they are invoked > with my above command? It can't understand the functions called by run_tests. We should probably disable that specific warning. > I also don't get what netdev/check_selftest wants from me. I only > see "FAILED" here? https://netdev-ctrl.bots.linux.dev/logs/build/1059784/= 14444497/check_selftest/summary This one want alphabetical sort of the selftests in the Makefile --=20 pw-bot: cr