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>] [day] [month] [year] [list]
Date:	Thu, 16 Sep 2010 14:03:14 +1000
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Arnd Bergmann <arnd@...db.de>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Dominik Brodowski <linux@...inikbrodowski.net>
Subject: linux-next: manual merge of the bkl-trivial tree with the pcmcia
 tree

Hi Arnd,

Today's linux-next merge of the bkl-trivial tree got a conflict in
drivers/char/pcmcia/cm4000_cs.c drivers/char/pcmcia/cm4040_cs.c between
commit 2cf3b10bf1a5b763c8acb54d61bbfb5fb1814dad ("pcmcia: avoid messages
on module (un)loading") from the pcmcia tree and commit
65c7297b0322453d238b2d23918a3a8b3a223c3b ("drivers: autoconvert trivial
BKL users to private mutex") from the bkl-trivial tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

diff --cc drivers/char/pcmcia/cm4000_cs.c
index c7b482d,7d091b6..0000000
--- a/drivers/char/pcmcia/cm4000_cs.c
+++ b/drivers/char/pcmcia/cm4000_cs.c
@@@ -54,6 -55,9 +54,8 @@@
  			   __func__ , ## args);		\
  	} while (0)
  
+ static DEFINE_MUTEX(cmm_mutex);
 -static char *version = "cm4000_cs.c v2.4.0gm6 - All bugs added by Harald Welte";
+ 
  #define	T_1SEC		(HZ)
  #define	T_10MSEC	msecs_to_jiffies(10)
  #define	T_20MSEC	msecs_to_jiffies(20)
diff --cc drivers/char/pcmcia/cm4040_cs.c
index bf2f046,04c0a89..0000000
--- a/drivers/char/pcmcia/cm4040_cs.c
+++ b/drivers/char/pcmcia/cm4040_cs.c
@@@ -48,6 -49,10 +48,8 @@@
  			   __func__ , ## args);		\
  	} while (0)
  
+ static DEFINE_MUTEX(cm4040_mutex);
 -static char *version =
 -"OMNIKEY CardMan 4040 v1.1.0gm5 - All bugs added by Harald Welte";
+ 
  #define	CCID_DRIVER_BULK_DEFAULT_TIMEOUT  	(150*HZ)
  #define	CCID_DRIVER_ASYNC_POWERUP_TIMEOUT 	(35*HZ)
  #define	CCID_DRIVER_MINIMUM_TIMEOUT 		(3*HZ)
--
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