> Add new file zsda_sym_session.c, zsda_symsession.h > and modify drivers/common/zsda/meson.build > > Signed-off-by: Hanxiao Li <li.hanx...@zte.com.cn> > --- > drivers/common/zsda/meson.build | 16 +- > drivers/crypto/zsda/zsda_sym_session.c | 503 +++++++++++++++++++++++++ > drivers/crypto/zsda/zsda_sym_session.h | 82 ++++
No documentation added in the complete patchset. Add cover letter. Add release notes. Also, it is not a good practice to enable compilation in the last patch. Each of the patches should be getting compiled individually as well. Do not add code which is not getting compiled/used in individual patches. > 3 files changed, 599 insertions(+), 2 deletions(-) > create mode 100644 drivers/crypto/zsda/zsda_sym_session.c > create mode 100644 drivers/crypto/zsda/zsda_sym_session.h >