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>] [day] [month] [year] [list]
Message-ID: <SG2PR01MB2951A22F0FB4B17E284898B19FA79@SG2PR01MB2951.apcprd01.prod.exchangelabs.com>
Date:   Thu,  9 Jun 2022 03:28:53 -0700
From:   Wang Wenhu <wenhu.wang@...mail.com>
To:     gregkh@...uxfoundation.org, christophe.leroy@...roup.eu
Cc:     mpe@...erman.id.au, linuxppc-dev@...ts.ozlabs.org,
        linux-kernel@...r.kernel.org, Wang Wenhu <wenhu.wang@...mail.com>
Subject: [PATCH 0/2] uio:ppc: cache-sram driver implementation

Patch 1 exports the symbol ioremap_coherent which is used by the driver.
Patch 2 is the implementation of uio driver for freescale mpc85xx.

Wang Wenhu (2):
  powerpc:mm: export symbol ioremap_coherent
  uio:powerpc:mpc85xx: l2-cache-sram uio driver implementation

 arch/powerpc/mm/ioremap.c             |   1 +
 drivers/uio/Kconfig                   |  10 +
 drivers/uio/Makefile                  |   1 +
 drivers/uio/uio_fsl_85xx_cache_sram.c | 286 ++++++++++++++++++++++++++
 4 files changed, 298 insertions(+)
 create mode 100644 drivers/uio/uio_fsl_85xx_cache_sram.c

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ