Prev: [patch] fcntl: return -EFAULT if copy_to_user fails
Next: fcntl: return -EFAULT if copy_to_user fails
From: Herbert Xu on 3 Jun 2010 06:10 Hi Linus: This push fixes build failures for of_device drivers as well as a couple of bugs in the n2 driver. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Anatolij Gustschin (1): crypto: crypto4xx - Fix build breakage David S. Miller (3): n2_crypto: Fix build after of_device/of_platform_driver changes. n2_crypto: Fix MAU kmem_cache name. n2_crypto: Plumb fallback ahash requests properly. drivers/crypto/amcc/crypto4xx_core.c | 6 +- drivers/crypto/n2_core.c | 123 ++++++++++++++++++---------------- 2 files changed, 68 insertions(+), 61 deletions(-) Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert(a)gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Linus Torvalds on 3 Jun 2010 12:40 On Thu, 3 Jun 2010, Herbert Xu wrote: > > Please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git "Already up-to-date." Forgot to push? (I also checked master, so it's not that mirroring is slow) Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Herbert Xu on 3 Jun 2010 18:00
On Thu, Jun 03, 2010 at 09:26:38AM -0700, Linus Torvalds wrote: > > > On Thu, 3 Jun 2010, Herbert Xu wrote: > > > > Please pull from > > > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git > > "Already up-to-date." Forgot to push? (I also checked master, so it's not > that mirroring is slow) Sorry, I pushed my tree to my home directory on master but not to /pub :) Should work now. Thanks! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert(a)gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |