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-next>] [day] [month] [year] [list]
Date: Mon,  6 May 2024 17:00:57 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Tony Lindgren <tony@...mide.com>,
	Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
	linux-kernel@...r.kernel.org,
	linux-serial@...r.kernel.org
Cc: Jiri Slaby <jirislaby@...nel.org>,
	unil V L <sunilvl@...tanamicro.com>
Subject: [PATCH v1 0/2] serial: 8250: Split out platform and RSA drivers

Split out RSA and platform drivers from 8250_core.c. After this
the core source code becomes indeed like a core library without
any specific drivers in it. It also helps with further development
of the platform driver part.

Andy Shevchenko (2):
  serial: 8250: Extract RSA bits
  serial: 8250: Extract platform driver

 drivers/tty/serial/8250/8250.h          |  29 +-
 drivers/tty/serial/8250/8250_core.c     | 464 +-----------------------
 drivers/tty/serial/8250/8250_platform.c | 339 +++++++++++++++++
 drivers/tty/serial/8250/8250_rsa.c      | 133 +++++++
 drivers/tty/serial/8250/Makefile        |   6 +-
 5 files changed, 513 insertions(+), 458 deletions(-)
 create mode 100644 drivers/tty/serial/8250/8250_platform.c
 create mode 100644 drivers/tty/serial/8250/8250_rsa.c

-- 
2.43.0.rc1.1336.g36b5255a03ac


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ