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 C6F0376C87 for ; Mon, 29 Jan 2024 17:45:26 +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=1706550326; cv=none; b=OWzth1A98FjDBg3RdBQmBmQmcOi9yevsSDmQKzfdi6CIYB+Snz8/WxcMICvn+aP1e6jdBotnvxUUqKL9ye06hsh0OWjF0NqEIhdmwlOniHglg5OrB0CRce1KO5O5tTNY88Lri9iLJwNCAgDawdBloLZNiu5WW1oi1F+82W6UUjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706550326; c=relaxed/simple; bh=RoAgDl9YkrPT80LsXfwgN+DR/Vjp62ly2cwn32dx/fg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eK5a1UfN0IV6prrLP+t9En+jQH3KpvQFjr+20R3lKn9M608WMlhKRE3JuBlp964d5/hU+EjQ6rTvloHchG9I2pqVP+DJa3tWvJbB7kONxz5nMZ0h1ts7uDI98RPY/WufFPCvsHEzYWBo6USV2yWLUtyEKFQgJiRKWRTv1vsnJdQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=fO68IfSF; 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="fO68IfSF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4646CC433C7; Mon, 29 Jan 2024 17:45:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706550326; bh=RoAgDl9YkrPT80LsXfwgN+DR/Vjp62ly2cwn32dx/fg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fO68IfSFus08nFkZ6GKgFEnRJM2XRrbeOkWe8mO/AHYHFBcKatW6advYl9gQ6IhfS PhcQNkZSlrbk9s7f6yx7Oko8ZhSdwgOKvIhv3RuS3U2clVOxwmTBvdO5H9S8iCCRHN z5Cd/j6FZ6ev46Rce5sWjZvenCvFULghUtnpyBqo= Date: Mon, 29 Jan 2024 12:45:24 -0500 From: Konstantin Ryabitsev To: =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= Cc: Linus Walleij , Vladimir Oltean , Luiz Angelo Daros de Luca , netdev@vger.kernel.org, alsi@bang-olufsen.dk, andrew@lunn.ch, f.fainelli@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Subject: Re: [PATCH net-next v3 0/8] net: dsa: realtek: variants to drivers, interfaces to a common module Message-ID: <20240129-astute-winged-barnacle-eeffad@lemur> References: <20231223005253.17891-1-luizluca@gmail.com> <20240115215432.o3mfcyyfhooxbvt5@skbuf> <9183aa21-6efb-4e90-96f8-bc1fedf5ceab@arinc9.com> 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sun, Jan 21, 2024 at 01:13:36AM +0300, Arınç ÜNAL wrote: > I've had trouble with every mail provider's SMTP server that I've ever used > for submitting patches, so the web endpoint is a godsend. It would've been > great if b4 supported openssh keys to submit patches via the web endpoint. The only reason it's not currently supported is because we don't have a recent enough version of openssh on the system where the endpoint is listening. This will change in the near future, at which point using ssh keys will be possible. > Patatt at least supports it to sign patches. I've got a single ed25519 > openssh keypair I use across all my devices, now I'll have to backup > another key pair. Or create a new key and authenticate with the web > endpoint on each device. > > Safe to say, I will submit my next patch series using b4. Thanks for > telling me about this tool Linus! \o/ Please feel free to provide any feedback you have to the tools@kernel.org list. -K