From: Jiri Slaby <jirislaby@kernel.org>
To: Rodolfo Zitellini <rwz@xhero.org>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Jonathan Corbet <corbet@lwn.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: netdev@vger.kernel.org, linux-doc@vger.kernel.org,
linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
Arnd Bergmann <arnd@arndb.de>, Doug Brown <doug@schmorgal.com>
Subject: Re: [PATCH net-next 1/2] tty: Add N_TASHTALK line discipline for TashTalk Localtalk serial driver
Date: Mon, 19 Aug 2024 07:16:34 +0200 [thread overview]
Message-ID: <9f0e05fd-1e6b-4474-95e9-64af6ffa030d@kernel.org> (raw)
In-Reply-To: <20240817093258.9220-1-rwz@xhero.org>
Where is 2/2?
It cannot be seen:
https://lore.kernel.org/all/20240817093258.9220-1-rwz@xhero.org/#r
On 17. 08. 24, 11:32, Rodolfo Zitellini wrote:
> This is the patch for the line discipline
>
> Signed-off-by: Rodolfo Zitellini <rwz@xhero.org>
>
> ---
> include/uapi/linux/tty.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h
> index 68aeae2addec..bac4c0af67e6 100644
> --- a/include/uapi/linux/tty.h
> +++ b/include/uapi/linux/tty.h
> @@ -39,8 +39,9 @@
> #define N_MCTP 28 /* MCTP-over-serial */
> #define N_DEVELOPMENT 29 /* Manual out-of-tree testing */
> #define N_CAN327 30 /* ELM327 based OBD-II interfaces */
> +#define N_TASHTALK 31 /* TashTalk LocalTalk driver */
>
> /* Always the newest line discipline + 1 */
> -#define NR_LDISCS 31
> +#define NR_LDISCS 32
>
> #endif /* _UAPI_LINUX_TTY_H */
--
js
next prev parent reply other threads:[~2024-08-19 5:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-17 9:32 [PATCH net-next 1/2] tty: Add N_TASHTALK line discipline for TashTalk Localtalk serial driver Rodolfo Zitellini
2024-08-17 11:03 ` Greg Kroah-Hartman
2024-08-17 13:15 ` Rodolfo Zitellini
2024-08-19 5:16 ` Jiri Slaby [this message]
2024-08-19 5:32 ` Jiri Slaby
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9f0e05fd-1e6b-4474-95e9-64af6ffa030d@kernel.org \
--to=jirislaby@kernel.org \
--cc=arnd@arndb.de \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=doug@schmorgal.com \
--cc=edumazet@google.com \
--cc=gregkh@linuxfoundation.org \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rwz@xhero.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).