lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9f0e05fd-1e6b-4474-95e9-64af6ffa030d@kernel.org>
Date: Mon, 19 Aug 2024 07:16:34 +0200
From: Jiri Slaby <jirislaby@...nel.org>
To: Rodolfo Zitellini <rwz@...ro.org>, "David S. Miller"
 <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
 Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
 Jonathan Corbet <corbet@....net>,
 Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: netdev@...r.kernel.org, linux-doc@...r.kernel.org,
 linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
 Arnd Bergmann <arnd@...db.de>, Doug Brown <doug@...morgal.com>
Subject: Re: [PATCH net-next 1/2] tty: Add N_TASHTALK line discipline for
 TashTalk Localtalk serial driver

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@...ro.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ