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:	Tue, 23 Sep 2008 16:25:55 -0700
From:	<gregkh@...e.de>
To:	hjk@...utronix.de, gregkh@...e.de, linux-kernel@...r.kernel.org,
	ukleinek@...len.de
Subject: patch uio-change-driver-name-of-uio_pdrv.patch added to gregkh-2.6 tree


This is a note to let you know that I've just added the patch titled

    Subject: UIO: Change driver name of uio_pdrv

to my gregkh-2.6 tree.  Its filename is

    uio-change-driver-name-of-uio_pdrv.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From hjk@...utronix.de  Tue Sep 23 15:59:56 2008
From: "Hans J. Koch" <hjk@...utronix.de>
Date: Thu, 18 Sep 2008 23:03:07 +0200
Subject: UIO: Change driver name of uio_pdrv
To: Greg KH <gregkh@...e.de>
Cc: Uwe Kleine-König <ukleinek@...len.de>, LKML <linux-kernel@...r.kernel.org>
Message-ID: <20080918210306.GC2991@...al>
Content-Disposition: inline


The generic UIO platform device driver should be given a unique driver ID and
not just "uio". This is especially important since we now have a similar driver
named uio_pdrv_genirq. Currently, there's no user of this driver in the
mainline kernel.

Signed-off-by: Hans J. Koch <hjk@...utronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>

---
 drivers/uio/uio_pdrv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/uio/uio_pdrv.c
+++ b/drivers/uio/uio_pdrv.c
@@ -12,7 +12,7 @@
 #include <linux/uio_driver.h>
 #include <linux/stringify.h>
 
-#define DRIVER_NAME "uio"
+#define DRIVER_NAME "uio_pdrv"
 
 struct uio_platdata {
 	struct uio_info *uioinfo;


Patches currently in gregkh-2.6 which might be from hjk@...utronix.de are

bad/uio-irq.patch
driver-core/uio-add-alignment-warnings-for-uio-mem.patch
driver-core/uio-add-automata-sercos3-pci-card-support.patch
driver-core/uio-change-driver-name-of-uio_pdrv.patch
--
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