* Upstream patch to add kernel-side support for AEAD Netlink interface
  (kernel-patch/add-aead-algif_skcipher.diff)

* Upstream module in rng/ to add kernel-side support for random number generator
  Netlink interface

* Remove marked symbols at the beginning of kcapi-kernel-if.c once they are
  added to a system header file.

* Include linux/cryptouser.h once available in user space and remove header
  file copy from libkcapi code base.

* activate _kcapi_common_getinfo once kernel support is in for crypto_user.c:
--- a/crypto/crypto_user.c
+++ b/crypto/crypto_user.c
@@ -201,10 +201,7 @@ static int crypto_report(struct sk_buff *in_skb, struct nlm
        if (!null_terminated(p->cru_name) || !null_terminated(p->cru_driver_name
                return -EINVAL;
 
-       if (!p->cru_driver_name[0])
-               return -EINVAL;
-
-       alg = crypto_alg_match(p, 1);
+       alg = crypto_alg_match(p, 0);
        if (!alg)
                return -ENOENT;
 
