build/debian: Bump kernel version to latest stable (6.1.123-1) am: 6c1aaf3985 am: f8f81549b9

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3460347

Change-Id: I99b510ce22aedbecf33ffb1c3dc078b76e9ebd95
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/debian/build.sh b/build/debian/build.sh
index 1c7dd93..da01695 100755
--- a/build/debian/build.sh
+++ b/build/debian/build.sh
@@ -227,7 +227,11 @@
 
 	# NOTE: 6.1 is the latest LTS kernel for which Debian's kernel build scripts
 	#       work on Python 3.10, the default version on our Ubuntu 22.04 builders.
-	local debian_kver="6.1.119-1"
+	#
+	#       We track the latest Debian stable kernel version for the 6.1 branch,
+	#       which can be found at:
+	#       https://packages.debian.org/stable/linux-source-6.1
+	local debian_kver="6.1.123-1"
 
 	local dsc_file="linux_${debian_kver}.dsc"
 	local orig_ksrc_file="linux_${debian_kver%-*}.orig.tar.xz"