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, 26 Aug 2016 09:34:56 +0200
From:   Johannes Thumshirn <jthumshirn@...e.de>
To:     Greg KH <gregkh@...uxfoundation.org>
Cc:     Andreas Werner <andreas.werner@....de>,
        Linux Kernel Mailinglist <linux-kernel@...r.kernel.org>,
        Johannes Thumshirn <jthumshirn@...e.de>
Subject: [RESEND PATCH 0/4] mcb changes for v4.8 or v4.9

Hi Greg,

This is a re-send for my mcb-for-v4.8 series from Tue, 5 Jul 2016
15:39:49 +0200. I understand that it might be to late to in the rc
phase to include it in v4.8 so I think it's good to target them to
v4.9.

A highlight would be Andy's patches to support MCB FPGA carrier
devices on the LPC bus.

There are two more patches by me that just do removal of dead code or
add some type safety.

All this is tested on real hardware as well as on a prototyped Qemu
implementation, and passes a 'make C=1 W=1' run.

The changes are also available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jth/linux.git tags/for-v4.8

Thanks,
	Johannes


Andreas Werner (2):
  mcb: Added support for LPC or non PCI based MCB carrier
  mcb: Added bar descriptor support for non PCI bus MCB carrier

Johannes Thumshirn (2):
  mcb: Introduce type safety for to_mcb_*
  mcb: remove sub-device handling code

 drivers/mcb/Kconfig        |   9 +++
 drivers/mcb/Makefile       |   1 +
 drivers/mcb/mcb-core.c     |  17 -----
 drivers/mcb/mcb-internal.h |   9 +++
 drivers/mcb/mcb-lpc.c      | 158 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/mcb/mcb-parse.c    | 126 ++++++++++++++++++++++++++++++++----
 include/linux/mcb.h        |  22 +++++--
 7 files changed, 304 insertions(+), 38 deletions(-)
 create mode 100644 drivers/mcb/mcb-lpc.c

-- 
2.9.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ