Skip to content

Commit 381483c

Browse files
committed
update to Linux upstream kernel 6.1.131
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
1 parent 8bddcc8 commit 381483c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

vmdb2-debian/kernel.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if test "X$HOSTTYPE" != "Xx86_64" ; then
1919
RPIPATCHES=1
2020
fi
2121

22-
KVER=6.1.130
23-
KVERR=6.1.130
22+
KVER=6.1.131
23+
KVERR=6.1.131
2424
CDIR=linux-$KVERR
2525
RVER=6.1.66
2626

@@ -77,13 +77,13 @@ if test "$RPIPATCHES" = 1 -a ! -d rpi-patches-$RVER ; then
7777
fi
7878

7979
if ! test -d $CDIR ; then
80-
#git clone --single-branch --depth 1 -b bookworm https://salsa.debian.org/kernel-team/linux.git $CDIR
80+
#git clone --single-branch --depth 1 -b debian/6.1/bookworm bookworm https://salsa.debian.org/kernel-team/linux.git $CDIR
8181
git clone --single-branch --depth 1 -b 6.1-stable-updates https://salsa.debian.org/carnil/linux.git $CDIR
8282
fi
8383
sed -i -e '/cplus_demangle/d' $CDIR/debian/rules.d/tools/perf/Makefile
8484
sed -i -e '/install-rtla)/d' $CDIR/debian/rules.real
8585
# Change Debian source to new version:
86-
sed -i -e '1 s/6.1.129-/6.1.130-/' $CDIR/debian/changelog
86+
sed -i -e '1 s/6.1.130-/6.1.131-/' $CDIR/debian/changelog
8787
sed -i -e '1 s/unstable/UNRELEASED/' $CDIR/debian/changelog
8888
sed -i -e '1 s/experimental/UNRELEASED/' $CDIR/debian/changelog
8989
#sed -i -e 's,^bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch,,g' $CDIR/debian/patches/series

0 commit comments

Comments
 (0)