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, 31 Oct 2013 17:22:53 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Grant Likely <grant.likely@...retlab.ca>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Thierry Reding <thierry.reding@...il.com>,
	Ruchika Gupta <ruchika.gupta@...escale.com>,
	Herbert Xu <herbert@...dor.apana.org.au>
Subject: linux-next: manual merge of the devicetree tree with the crypto
 tree

Hi Grant,

Today's linux-next merge of the devicetree tree got a conflict in
drivers/crypto/caam/jr.c between commit 313ea293e9c4 ("crypto: caam - Add
Platform driver for Job Ring") from the crypto tree and commit
f7578496a671 ("of/irq: Use irq_of_parse_and_map()") from the devicetree
tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

diff --cc drivers/crypto/caam/jr.c
index 636bb53125ab,517a16d87e4b..000000000000
--- a/drivers/crypto/caam/jr.c
+++ b/drivers/crypto/caam/jr.c
@@@ -480,7 -403,7 +480,7 @@@ static int caam_jr_probe(struct platfor
  		dma_set_mask(jrdev, DMA_BIT_MASK(32));
  
  	/* Identify the interrupt */
- 	jrpriv->irq = of_irq_to_resource(nprop, 0, NULL);
 -	jrpriv->irq = irq_of_parse_and_map(np, 0);
++	jrpriv->irq = irq_of_parse_and_map(nprop, 0);
  
  	/* Now do the platform independent part */
  	error = caam_jr_init(jrdev); /* now turn on hardware */

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ