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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 29 Apr 2007 18:43:49 +0200
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Thomas Gleixner <tglx@...utronix.de>
CC:	LKML <linux-kernel@...r.kernel.org>, Andrew Morton <akpm@...l.org>,
	linux1394-devel <linux1394-devel@...ts.sourceforge.net>
Subject: Re: [patch 5/9] IEEE1394: Spinlock initializer cleanup

Thomas Gleixner wrote:
> --- linux-2.6.orig/drivers/ieee1394/ieee1394_transactions.c
> +++ linux-2.6/drivers/ieee1394/ieee1394_transactions.c
> @@ -32,7 +32,7 @@
>  #ifndef HPSB_DEBUG_TLABELS
>  static
>  #endif
> -spinlock_t hpsb_tlabel_lock = SPIN_LOCK_UNLOCKED;
> +DEFINE_SPINLOCK(hpsb_tlabel_lock);

We've got already an identical patch from Milind Arun Choudhary,
http://git.kernel.org/?p=linux/kernel/git/ieee1394/linux1394-2.6.git;a=commitdiff;h=ca79b9d41152ff8605ed5503fd4cbfe0ea60ee7f
in linux1394-2.6.git/master and hence in -mm.  It'll be part of the post
2.6.21 pull request I'll send out RSN, unless your patch bypasses me
somehow.
-- 
Stefan Richter
-=====-=-=== -=-- ===-=
http://arcgraph.de/sr/
-
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