Skip to content

Commit e6e4cb7

Browse files
committed
update to upstream Linux kernel 6.12.8 and 6.1.123
Signed-off-by: Florian La Roche <[email protected]>
1 parent 9fdda5c commit e6e4cb7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

vmdb2-debian/kernel-6.12.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ if test "X$HOSTTYPE" != "Xx86_64" ; then
1919
RPIPATCHES=1
2020
fi
2121

22-
KVER=6.12.7
23-
KVERR=6.12.7
22+
KVER=6.12.8
23+
KVERR=6.12.8
2424
CDIR=linux-$KVERR
25-
RVER=6.12.6
25+
RVER=6.12.8
2626

2727
CROSS=0
2828
ARCH=
@@ -68,7 +68,7 @@ if test "$RPIPATCHES" = 1 -a ! -d rpi-patches-$RVER ; then
6868
popd
6969
fi
7070
cd $RDIR || exit 1
71-
git format-patch -o ../rpi-patches-$RVER e9d65b48ce1aba50e9ec7eab6d9f73d1ba88420e
71+
git format-patch -o ../rpi-patches-$RVER 77f85ccd3618f324d221f0faaed6d9cdc118c74a
7272
cd ..
7373
rm -fr $RDIR
7474
fi
@@ -79,7 +79,7 @@ if ! test -d $CDIR ; then
7979
fi
8080
sed -i -e '/install-rtla)/d' $CDIR/debian/rules.real
8181
# Change Debian source to new version:
82-
sed -i -e '1 s/6.12.6-/6.12.7-/' $CDIR/debian/changelog
82+
sed -i -e '1 s/6.12.8-/6.12.8-/' $CDIR/debian/changelog
8383
sed -i -e '1 s/unstable/UNRELEASED/' $CDIR/debian/changelog
8484
sed -i -e '1 s/experimental/UNRELEASED/' $CDIR/debian/changelog
8585
#sed -i -e 's,^bugfix/all/Revert-mmc-dw_mmc-Fix-IDMAC-operation-with-pages-big.patch,,g' $CDIR/debian/patches/series

vmdb2-debian/kernel.sh

+3-3
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.122
23-
KVERR=6.1.122
22+
KVER=6.1.123
23+
KVERR=6.1.123
2424
CDIR=linux-$KVERR
2525
RVER=6.1.66
2626

@@ -83,7 +83,7 @@ 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.122-/6.1.122-/' $CDIR/debian/changelog
86+
sed -i -e '1 s/6.1.123-/6.1.123-/' $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/wifi-mt76-do-not-run-mt76_unregister_device-on-unregistered-hw.patch,,g' $CDIR/debian/patches/series

0 commit comments

Comments
 (0)