diff --git a/vmdb2-debian/kernel-6.10.sh b/vmdb2-debian/kernel-6.10.sh index 8653415..6acd79b 100755 --- a/vmdb2-debian/kernel-6.10.sh +++ b/vmdb2-debian/kernel-6.10.sh @@ -19,8 +19,8 @@ if test "X$HOSTTYPE" != "Xx86_64" ; then RPIPATCHES=1 fi -KVER=6.10.10 -KVERR=6.10.10 +KVER=6.10.11 +KVERR=6.10.11 CDIR=linux-$KVERR RVER=6.10.10 @@ -79,7 +79,7 @@ if ! test -d $CDIR ; then fi sed -i -e '/install-rtla)/d' $CDIR/debian/rules.real # Change Debian source to new version: -sed -i -e '1 s/6.10.9-/6.10.10-/' $CDIR/debian/changelog +sed -i -e '1 s/6.10.10-/6.10.11-/' $CDIR/debian/changelog sed -i -e '1 s/unstable/UNRELEASED/' $CDIR/debian/changelog sed -i -e '1 s/experimental/UNRELEASED/' $CDIR/debian/changelog #sed -i -e 's,^bugfix/all/net-drop-bad-gso-csum_start-and-offset-in-virtio_net.patch,,g' $CDIR/debian/patches/series diff --git a/vmdb2-debian/kernel.sh b/vmdb2-debian/kernel.sh index 5705cb0..f9f2b39 100755 --- a/vmdb2-debian/kernel.sh +++ b/vmdb2-debian/kernel.sh @@ -19,8 +19,8 @@ if test "X$HOSTTYPE" != "Xx86_64" ; then RPIPATCHES=1 fi -KVER=6.1.110 -KVERR=6.1.110 +KVER=6.1.111 +KVERR=6.1.111 CDIR=linux-$KVERR RVER=6.1.66 @@ -83,7 +83,7 @@ fi sed -i -e '/cplus_demangle/d' $CDIR/debian/rules.d/tools/perf/Makefile sed -i -e '/install-rtla)/d' $CDIR/debian/rules.real # Change Debian source to new version: -sed -i -e '1 s/6.1.109-/6.1.110-/' $CDIR/debian/changelog +sed -i -e '1 s/6.1.110-/6.1.111-/' $CDIR/debian/changelog sed -i -e '1 s/unstable/UNRELEASED/' $CDIR/debian/changelog sed -i -e '1 s/experimental/UNRELEASED/' $CDIR/debian/changelog #sed -i -e 's,^bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch,,g' $CDIR/debian/patches/series