* 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.

* Use -pedantic compilation flag in Makefile once the af_alg_aead_assoc is moved
  to a system header file

* Discuss with Herbert Xu whether the function pad_iv is needed: can we remove
  the check for the IV size in algif_skcipher.c.
