mbox series

[stable,v5.15.y,0/1] crypto: add __init/__exit annotations to init/exit funcs

Message ID 20230214195300.2432989-1-saeed.mirzamohammadi@oracle.com
Headers show
Series crypto: add __init/__exit annotations to init/exit funcs | expand

Message

Saeed Mirzamohammadi Feb. 14, 2023, 7:52 p.m. UTC
Add missing patch in stable v5.15.y that fixes missing __init/__exit
macros for crypto algorithms.

Commit Data:
  commit-id        : 33837be33367172d66d1f2bd6964cc41448e6e7c
  subject          : crypto: add __init/__exit annotations to init/exit funcs
  author           : xiujianfeng@huawei.com
  author date      : 2022-09-15 03:36:15

Xiu Jianfeng (1):
  crypto: add __init/__exit annotations to init/exit funcs

 crypto/async_tx/raid6test.c | 4 ++--
 crypto/curve25519-generic.c | 4 ++--
 crypto/dh.c                 | 4 ++--
 crypto/ecdh.c               | 4 ++--
 crypto/ecdsa.c              | 4 ++--
 crypto/rsa.c                | 4 ++--
 crypto/sm2.c                | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)