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 DC3DD76048; Mon, 29 Jan 2024 20:26:53 +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=1706560014; cv=none; b=JcnSRhUr0BpZ4ocUN0V/+fIGTZA3bzmILQy1EBWu2v6Gs52OGV3AAN0Hv2medqVSJNM8SShx/SGIyvOYKIGMh4DeSWghm4q+or9/kosluWmefGyqKivg6GQ8ZXCcKvacvam9gDI7TY/n3o6FatPQJHRtjD/RyOr92zOYvIlykbE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706560014; c=relaxed/simple; bh=30G65tljw/tJBwMTFx2tDliaqMNSFJuAgSbb75kyu5U=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=S/aOt2Uh3MzSEGD1iFVH19VWD8S4lBwxQ/iwCXibPzjaQ40uw7Q4KFgvEN4wIuMoINX9lshxxIUWXpqTWJWA8DUhowZTFk/mx5yRh6Vpyq1FdFdQuZiAGH3+eLP7R2+ZiQvxudIBNfk+wHEWFKbior8S7n+oK3+WG6OeXyr/uu4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=al9pC9Lu; 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="al9pC9Lu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA2B0C433F1; Mon, 29 Jan 2024 20:26:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706560013; bh=30G65tljw/tJBwMTFx2tDliaqMNSFJuAgSbb75kyu5U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=al9pC9Lu3KFW10x9B84NrzhDsftSFRDCJZ0f3O/jzI/eb9sjfyWFaMSOobqxSCUaH UVu6DQ4qTzeXkGPklD+uAcJreG3DAwPLVdo1vZa4v7hZWKmoJmzDkH+HHHH/k+xYta NGIF0zRhcWr+9W/tOu+bMwc6GFKLsnx9cNGAgmbY90ov4GcNJkE5eXxbvH8w/AkBDx YSvi5C4ql1aCk+IaK2Tu47nLOjnos9InsBbzXrlzeaUUbrD7addpi2fmi3VkfheLvb 9Z2w4jf1AXfTQdW3emp13eROLa+d4GyOwWEW2j70g5yfWMUlvj8n6ZbKIoHQwd1JHK qOw8pp+udcLcQ== Date: Mon, 29 Jan 2024 12:26:51 -0800 From: Jakub Kicinski To: Cristian Ciocaltea Cc: Andrew Lunn , Krzysztof Kozlowski , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Emil Renner Berthing , Samin Guo , Alexandre Torgue , Jose Abreu , Maxime Coquelin , Giuseppe Cavallaro , Jacob Keller , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, kernel@collabora.com Subject: Re: [PATCH v4 1/2] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible Message-ID: <20240129122651.4b3c7b8e@kernel.org> In-Reply-To: References: <20240126191319.1209821-1-cristian.ciocaltea@collabora.com> <20240126191319.1209821-2-cristian.ciocaltea@collabora.com> <0a6f6dcb-18b0-48d5-8955-76bce0e1295d@linaro.org> <56f3bd3c-c099-405b-837b-16d8aeb4cc4b@lunn.ch> <8c4cfc54-bd23-4d56-a4ae-9f3dd5cedb59@collabora.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 29 Jan 2024 20:51:43 +0200 Cristian Ciocaltea wrote: > > Well, b4 can do that: > > > > https://b4.docs.kernel.org/en/latest/contributor/trailers.html > > > > But i've no idea if the netdev tooling actual does. > > Jakub, please let me know how should we proceed further! > > The problem is that we ended up with a RESEND to include a missing R-b > tag from Rob, but afterwards we also got this new R-b from Krzysztof > here. If it's not possible for you to collect both tags, I could > prepare a v5 to avoid having another RESEND. First off, have another read of our rules: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#tl-dr :) IMHO forwarding the review tag to a newer version of the set yourself (like I just did) is fine. None of the tooling I know checks if that the person posting the tag matches the From: