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, 17 Nov 2017 12:27:37 -0500
From:   David Kershner <david.kershner@...sys.com>
To:     <david.kershner@...sys.com>, <gregkh@...uxfoundation.org>,
        <jes.sorensen@...il.com>, <linux-kernel@...r.kernel.org>,
        <driverdev-devel@...uxdriverproject.org>,
        <sparmaintainer@...sys.com>, <erik.arfvidson@...il.com>,
        <wadgaonkarsam@...il.com>
Subject: [PATCH 0/2] drivers: Move visorbus from staging to drivers/visorbus

This patch series fixes an issue that was reported by Dan Carpenter, moves
the necessary include files to include/linux/visorbus and then moves the
visorbus driver from drivers/staging/unisys to drivers/visorbus.

Greg, thanks for the review of visorbus and for the assistance to get the
driver to this state.

David Kershner (1):
  drivers: visorbus: move driver out of staging

Tim Sell (1):
  staging: unisys: visorbus: address theoretical int overflows

 MAINTAINERS                                                      | 2 ++
 drivers/Kconfig                                                  | 2 ++
 drivers/Makefile                                                 | 1 +
 drivers/staging/unisys/Kconfig                                   | 1 -
 drivers/staging/unisys/Makefile                                  | 1 -
 drivers/staging/unisys/include/iochannel.h                       | 3 +--
 drivers/staging/unisys/visorhba/visorhba_main.c                  | 2 +-
 drivers/staging/unisys/visorinput/visorinput.c                   | 2 +-
 drivers/staging/unisys/visornic/visornic_main.c                  | 2 +-
 drivers/{staging/unisys => }/visorbus/Kconfig                    | 4 +++-
 drivers/{staging/unisys => }/visorbus/Makefile                   | 2 --
 drivers/{staging/unisys => }/visorbus/controlvmchannel.h         | 3 +--
 drivers/{staging/unisys => }/visorbus/vbuschannel.h              | 2 +-
 drivers/{staging/unisys => }/visorbus/visorbus_main.c            | 2 +-
 drivers/{staging/unisys => }/visorbus/visorbus_private.h         | 2 +-
 drivers/{staging/unisys => }/visorbus/visorchannel.c             | 2 +-
 drivers/{staging/unisys => }/visorbus/visorchipset.c             | 9 +++++----
 .../staging/unisys/include => include/linux/visorbus}/visorbus.h | 0
 .../unisys/include => include/linux/visorbus}/visorchannel.h     | 0
 19 files changed, 22 insertions(+), 20 deletions(-)
 rename drivers/{staging/unisys => }/visorbus/Kconfig (90%)
 rename drivers/{staging/unisys => }/visorbus/Makefile (81%)
 rename drivers/{staging/unisys => }/visorbus/controlvmchannel.h (99%)
 rename drivers/{staging/unisys => }/visorbus/vbuschannel.h (98%)
 rename drivers/{staging/unisys => }/visorbus/visorbus_main.c (99%)
 rename drivers/{staging/unisys => }/visorbus/visorbus_private.h (98%)
 rename drivers/{staging/unisys => }/visorbus/visorchannel.c (99%)
 rename drivers/{staging/unisys => }/visorbus/visorchipset.c (99%)
 rename {drivers/staging/unisys/include => include/linux/visorbus}/visorbus.h (100%)
 rename {drivers/staging/unisys/include => include/linux/visorbus}/visorchannel.h (100%)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ