From 68d96ed8e5aa022446bfeb9f3f1076dfb376e63a Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 19 Feb 2023 18:30:57 +0100 Subject: [PATCH] linux: Add version 5.15.94 Add version 5.15.94 and remove version 5.15.89. The kernel mariux-5.15.94-447 contains patches to rate limit the "scsi_dma_map failed: request for %d bytes" warnings messages. --- linux-5.15.89-445.bee => linux-5.15.94-447.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename linux-5.15.89-445.bee => linux-5.15.94-447.bee (92%) diff --git a/linux-5.15.89-445.bee b/linux-5.15.94-447.bee similarity index 92% rename from linux-5.15.89-445.bee rename to linux-5.15.94-447.bee index 4d50ef556..ea2424505 100755 --- a/linux-5.15.89-445.bee +++ b/linux-5.15.94-447.bee @@ -10,7 +10,7 @@ KERNELVERSION=${KERNELVERSION}${PKGEXTRAVERSION_DASH} echo $KERNELVERSION #SRCURL[0]="https://github.molgen.mpg.de/mariux64/linux/archive/refs/tags/mariux-$KERNELVERSION-$PKGREVISION.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/77597078ddd3447d777e4a251d43b8a9/mariux-5.15.89-445.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/3ca1edded3502e9d2c30debb35b83c18/mariux-5.15.94-447.tar.gz" KERNELLOCAL=".mx64.${PKGREVISION}" FULLKERNELVERSION="${KERNELVERSION}${KERNELLOCAL}"