Skip to content

Commit

Permalink
update to upstream Linux kernel 6.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
laroche committed Sep 19, 2024
1 parent bca965d commit fb0c5aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions vmdb2-debian/kernel-6.10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions vmdb2-debian/kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb0c5aa

Please sign in to comment.