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] [day] [month] [year] [list]
Message-ID: <2025061941-dexterous-basket-fc7f@gregkh>
Date: Thu, 19 Jun 2025 11:40:00 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: hsyemail2@...il.com
Cc: johan@...nel.org, linux-usb@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Sheng-Yuan Huang <syhuang3@...oton.com>
Subject: Re: [PATCH v2 1/1] USB: serial: nct_usb_serial: add support for
 Nuvoton USB adapter

On Wed, Jun 04, 2025 at 10:51:54AM +0800, hsyemail2@...il.com wrote:
> From: Sheng-Yuan Huang <syhuang3@...oton.com>
> 
> Add support for the Nuvoton USB-to-serial adapter, which provides
> multiple serial ports over a single USB interface.
> 
> The device exposes one control endpoint, one bulk-in endpoint, and
> one bulk-out endpoint for data transfer. Port status is reported via
> an interrupt-in or bulk-in endpoint, depending on device configuration.
> 
> This driver implements basic TTY operations.
> 
> Signed-off-by: Sheng-Yuan Huang <syhuang3@...oton.com>
> ---
>  drivers/usb/serial/nct_usb_serial.c | 1480 +++++++++++++++++++++++++++
>  1 file changed, 1480 insertions(+)
>  create mode 100644 drivers/usb/serial/nct_usb_serial.c

This patch does not actually allow the .c file to be built, so how was
this tested?

confused,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ