From 9e71471ce7353a027d65013721d6cf51ca5ef2fd Mon Sep 17 00:00:00 2001 From: Ramesh Thomas Date: Thu, 25 Jan 2024 21:05:34 -0500 Subject: [PATCH] accel-config: accel-config: release 4.1.5 Changes: Nimish Mishra - Free driver_name in case of error adding wq Tony Zhu - change op config default value because of kernel change - set read buffer allowed from 0 to 8 - disable enabled devices before unloading iaa_crypto Signed-off-by: Ramesh Thomas --- debian/changelog | 12 ++++++++++++ git-version | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f45b815b..a0310925 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +accel-config (4.1.5-1) unstable; urgency=medium + + [ Nimish Mishra ] + * Free driver_name in case of error adding wq + + [ Tony Zhu ] + * change op config default value because of kernel change + * set read buffer allowed from 0 to 8 + * disable enabled devices before unloading iaa_crypto + + -- Ramesh Thomas Thu, 25 Jan 2024 21:03:54 -0500 + accel-config (4.1.4-1) unstable; urgency=medium * [ Ramesh Thomas ] diff --git a/git-version b/git-version index c1e30ff8..74e9b5d0 100755 --- a/git-version +++ b/git-version @@ -19,7 +19,7 @@ dirty() { fi } -DEF_VER=4.1.4 +DEF_VER=4.1.5 LF=' '