Skip to content

Commit dd6607d

Browse files
committed
update to upstream Linux kernel 6.12.19
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
1 parent 3e91900 commit dd6607d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

vmdb2-debian/kernel-6.12.sh

Lines changed: 12 additions & 12 deletions
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.18
23-
KVERR=6.12.18
22+
KVER=6.12.19
23+
KVERR=6.12.19
2424
CDIR=linux-$KVERR
25-
RVER=6.12.17
25+
RVER=6.12.19
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 41b222412985dc8410b88fb7a0fda87e6640d4df
71+
git format-patch -o ../rpi-patches-$RVER e9cc806c0152fa9993f817cebf42989a3e2530bb
7272
cd ..
7373
rm -fr $RDIR
7474
fi
@@ -79,10 +79,10 @@ 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.17-/6.12.18-/' $CDIR/debian/changelog
82+
sed -i -e '1 s/6.12.18-/6.12.19-/' $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
85-
sed -i -e 's,^bugfix/arm64/phy-rockchip-naneng-combphy-compatible-reset-with-ol.patch,,g' $CDIR/debian/patches/series
85+
#sed -i -e 's,^bugfix/arm64/phy-rockchip-naneng-combphy-compatible-reset-with-ol.patch,,g' $CDIR/debian/patches/series
8686
#sed -i -e 's,0001-net-tcp-dccp-prepare-for-tw_timer-un-pinning.patch,,g' $CDIR/debian/patches-rt/series
8787
#exit 0
8888
mkdir -p orig
@@ -103,12 +103,12 @@ if test "$RPIPATCHES" = 1 ; then
103103
mkdir bugfix/rpi
104104
cp ../../../rpi-patches-$RVER/*.patch bugfix/rpi/
105105
sed -i -e 's/ README$//g' bugfix/rpi/0019-BCM2708-Add-core-Device-Tree-support.patch
106-
rm -f bugfix/rpi/0337-cfg80211-ship-debian-certificates-as-hex-files.patch
107-
rm -f bugfix/rpi/0415-i2c-designware-Use-SCL-rise-and-fall-times-in-DT.patch
108-
rm -f bugfix/rpi/0416-i2c-designware-Support-non-standard-bus-speeds.patch
109-
rm -f bugfix/rpi/0447-i2c-designware-Add-support-for-bus-clear-feature.patch
110-
rm -f bugfix/rpi/0448-i2c-designware-Make-the-SDA-hold-time-half-LCNT.patch
111-
rm -f bugfix/rpi/0850-dts-remove-README-from-Makefile.patch
106+
rm -f bugfix/rpi/0336-cfg80211-ship-debian-certificates-as-hex-files.patch
107+
rm -f bugfix/rpi/0414-i2c-designware-Use-SCL-rise-and-fall-times-in-DT.patch
108+
rm -f bugfix/rpi/0415-i2c-designware-Support-non-standard-bus-speeds.patch
109+
rm -f bugfix/rpi/0446-i2c-designware-Add-support-for-bus-clear-feature.patch
110+
rm -f bugfix/rpi/0447-i2c-designware-Make-the-SDA-hold-time-half-LCNT.patch
111+
rm -f bugfix/rpi/0848-dts-remove-README-from-Makefile.patch
112112
ls bugfix/rpi/*.patch >> series
113113
popd
114114
echo "CONFIG_PCIE_BRCMSTB=y" >> debian/config/config

0 commit comments

Comments
 (0)