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:	Fri, 06 Jun 2008 15:51:37 -0700
From:	<gregkh@...e.de>
To:	harvey.harrison@...il.com, gregkh@...e.de,
	linux-kernel@...r.kernel.org, viro@...IV.linux.org.uk
Subject: patch usb-digi_accelport.c-trivial-sparse-lock-annotation.patch added to gregkh-2.6 tree


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

     Subject: USB: digi_accelport.c trivial sparse lock annotation

to my gregkh-2.6 tree.  Its filename is

     usb-digi_accelport.c-trivial-sparse-lock-annotation.patch

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


>From harvey.harrison@...il.com  Fri Jun  6 15:16:54 2008
From: Harvey Harrison <harvey.harrison@...il.com>
Date: Fri, 30 May 2008 10:18:53 -0700
Subject: USB: digi_accelport.c trivial sparse lock annotation
To: Greg KH <gregkh@...e.de>
Cc: LKML <linux-kernel@...r.kernel.org>, Al Viro <viro@...IV.linux.org.uk>
Message-ID: <1212167934.28403.196.camel@...ck>


Signed-off-by: Harvey Harrison <harvey.harrison@...il.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>

---
 drivers/usb/serial/digi_acceleport.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/usb/serial/digi_acceleport.c
+++ b/drivers/usb/serial/digi_acceleport.c
@@ -571,6 +571,7 @@ static struct usb_serial_driver digi_acc
 static long cond_wait_interruptible_timeout_irqrestore(
 	wait_queue_head_t *q, long timeout,
 	spinlock_t *lock, unsigned long flags)
+__releases(lock)
 {
 	DEFINE_WAIT(wait);
 


Patches currently in gregkh-2.6 which might be from harvey.harrison@...il.com are

usb/usb-use-get_unaligned_-helpers-for-kl5kusb105-driver.patch
usb/usb-cp2101.c-fix-sparse-signedness-mismatch-warnings.patch
usb/usb-digi_accelport.c-trivial-sparse-lock-annotation.patch
usb/usb-speedtch.c-fix-sparse-shadowed-variable-warning.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

Powered by Openwall GNU/*/Linux Powered by OpenVZ