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-prev] [day] [month] [year] [list]
Date:	Wed, 27 May 2015 00:12:08 +0000
From:	Hartley Sweeten <HartleyS@...ionengravers.com>
To:	Ian Abbott <abbotti@....co.uk>,
	"driverdev-devel@...uxdriverproject.org" 
	<driverdev-devel@...uxdriverproject.org>
CC:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 0/4] staging: comedi: 8255: fix cleanup and split module

On Friday, May 22, 2015 8:22 AM, Ian Abbott wrote:
> These patches are for the Comedi "8255" driver module (including the
> creation of a new "comedi_8255" module split off from it).
>
> Patch 1 fixes a problem cleaning up on failure in the Comedi "8255" driver.
>
> Patch 2 is just a minor change to header file inclusion.
>
> Patch 3 is a documentation fix.
>
> Patch 4 splits off the "8255 subdevice helper" functionality of the
> driver module (which is used by other Comedi driver modules), into a
> separate module called "comedi_8255", leaving the existing "8255" module
> as the Comedi driver for "standalone" 8255 devices.
>
> 1) staging: comedi: 8255: fix I/O region leak on failure
> 2) staging: comedi: 8255.h: don't include "../comedidev.h"
> 3) staging: comedi: 8255: document callback parameters better
> 4) staging: comedi: comedi_8255: new module split from 8255
>
>  drivers/staging/comedi/Kconfig               |  18 +-
>  drivers/staging/comedi/drivers/8255.c        | 232 ++--------------------
>  drivers/staging/comedi/drivers/8255.h        |  19 +-
>  drivers/staging/comedi/drivers/Makefile      |   3 +-
>  drivers/staging/comedi/drivers/comedi_8255.c | 285 +++++++++++++++++++++++++++
>  5 files changed, 322 insertions(+), 235 deletions(-)

Reviewed-by: H Hartley Sweeten <hsweeten@...ionengravers.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ