From c3e875ba661051f9e684b52d22264181e01b8f18 Mon Sep 17 00:00:00 2001 From: JJL772 Date: Tue, 1 Apr 2025 14:51:44 -0700 Subject: [PATCH 1/3] Forgot to remove dkms deb file from artifact list --- .github/workflows/aes_ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/aes_ci.yml b/.github/workflows/aes_ci.yml index 6363f8a..015ab22 100644 --- a/.github/workflows/aes_ci.yml +++ b/.github/workflows/aes_ci.yml @@ -204,5 +204,4 @@ jobs: GH_REPO_TOKEN: ${{ secrets.GH_TOKEN }} run: | - python scripts/uploadTag.py --tag=$VERSION --repo=$GIT_REPO --file=/var/lib/dkms/${MODULE}/${VERSION}/deb/${MODULE}-dkms_${VERSION}_all.deb python scripts/uploadTag.py --tag=$VERSION --repo=$GIT_REPO --file=${MODULE}-${VERSION}.tgz From 46a232f9d0b77e5872a9f6bb42bf793d6b5cd854 Mon Sep 17 00:00:00 2001 From: Jeremy Lorelli Date: Fri, 4 Apr 2025 12:12:25 -0700 Subject: [PATCH 2/3] Bump DMA_VERSION to 7 --- include/DmaDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/DmaDriver.h b/include/DmaDriver.h index 97c00e8..3228c3e 100755 --- a/include/DmaDriver.h +++ b/include/DmaDriver.h @@ -31,7 +31,7 @@ #endif /* API Version */ -#define DMA_VERSION 0x06 +#define DMA_VERSION 0x07 /* Error values */ #define DMA_ERR_FIFO 0x01 From 3f97a72bd80daf8b834c1c01c3c557f04bd830f1 Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Mon, 7 Apr 2025 12:49:22 -0700 Subject: [PATCH 3/3] Revert DMA_VERSION back to 6 --- include/DmaDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/DmaDriver.h b/include/DmaDriver.h index 3228c3e..97c00e8 100755 --- a/include/DmaDriver.h +++ b/include/DmaDriver.h @@ -31,7 +31,7 @@ #endif /* API Version */ -#define DMA_VERSION 0x07 +#define DMA_VERSION 0x06 /* Error values */ #define DMA_ERR_FIFO 0x01