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:   Fri, 19 Aug 2016 15:32:11 -0700
From:   Omer Khaliq <okhaliq@...iumnetworks.com>
To:     <linux-kernel@...r.kernel.org>, <linux-pci@...r.kernel.org>,
        <linux-crypto@...r.kernel.org>, <linux-arm-kernel@...r.kernel.org>,
        <bhelgaas@...gle.com>, <mpm@...enic.com>,
        <herbert@...dor.apana.org.au>, <Ananth.Jasty@...ium.com>,
        <david.daney@...ium.com>
CC:     Omer Khaliq <okhaliq@...iumnetworks.com>
Subject: [PATCH 0/2] hwrng/PCI/IOV: Add driver for Cavium Thunder RNG

There is a hardware error rendering the FDL field incorrect for the some Thunder RNG devices.  The first patch adds infrastructure to fix the problem.

The second patch adds the driver.

David Daney (1):
  PCI/IOV: Add function to allow Function Dependency Link override.

Omer Khaliq (1):
  hwrng: thunderx: Add Cavium HWRNG driver for ThunderX SoC.

 drivers/char/hw_random/Kconfig         |  13 +++++
 drivers/char/hw_random/Makefile        |   1 +
 drivers/char/hw_random/cavium-rng-vf.c | 102 ++++++++++++++++++++++++++++++++
 drivers/char/hw_random/cavium-rng.c    | 103 +++++++++++++++++++++++++++++++++
 drivers/pci/iov.c                      |  14 +++++
 include/linux/pci.h                    |   1 +
 6 files changed, 234 insertions(+)
 create mode 100644 drivers/char/hw_random/cavium-rng-vf.c
 create mode 100644 drivers/char/hw_random/cavium-rng.c

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ