]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/crypto_user.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux.git] / crypto / crypto_user.c
index 5c291eedaa7029427513521ace34aea2cf9e1ff7..0e89b5457cab0b2d6f2ba684b23440b9b1544c4a 100644 (file)
@@ -271,7 +271,7 @@ static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh,
                return -ENOENT;
 
        err = -ENOMEM;
-       skb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC);
+       skb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL);
        if (!skb)
                goto drop_alg;