Skip to content

Commit

Permalink
update to upstream Linux kernel 6.11.10
Browse files Browse the repository at this point in the history
Signed-off-by: Florian La Roche <[email protected]>
  • Loading branch information
laroche committed Nov 23, 2024
1 parent bab2c9f commit b8f32df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions vmdb2-debian/kernel-6.11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ if test "X$HOSTTYPE" != "Xx86_64" ; then
RPIPATCHES=1
fi

KVER=6.11.9
KVERR=6.11.9
KVER=6.11.10
KVERR=6.11.10
CDIR=linux-$KVERR
RVER=6.11.7
RVER=6.11.9

CROSS=0
ARCH=
Expand Down Expand Up @@ -68,7 +68,7 @@ if test "$RPIPATCHES" = 1 -a ! -d rpi-patches-$RVER ; then
popd
fi
cd $RDIR || exit 1
git format-patch -o ../rpi-patches-$RVER b1cbf9151204cd222ac09efa193a02d0dc9f6ce3
git format-patch -o ../rpi-patches-$RVER a2316c84887afe399bf463ce356d4f69e88113a2
cd ..
rm -fr $RDIR
fi
Expand All @@ -79,10 +79,10 @@ 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.11.8-/6.11.9-/' $CDIR/debian/changelog
sed -i -e '1 s/6.11.10-/6.11.10-/' $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,^features/all/security-perf-allow-further-restriction-of-perf_event_open.patch,,g' $CDIR/debian/patches/series
sed -i -e 's,^bugfix/all/Revert-mmc-dw_mmc-Fix-IDMAC-operation-with-pages-big.patch,,g' $CDIR/debian/patches/series
#sed -i -e 's,0001-net-tcp-dccp-prepare-for-tw_timer-un-pinning.patch,,g' $CDIR/debian/patches-rt/series
#exit 0
mkdir -p orig
Expand All @@ -104,7 +104,7 @@ if test "$RPIPATCHES" = 1 ; then
cp ../../../rpi-patches-$RVER/*.patch bugfix/rpi/
sed -i -e 's/ README$//g' bugfix/rpi/0043-BCM2708-Add-core-Device-Tree-support.patch
rm -f bugfix/rpi/0385-cfg80211-ship-debian-certificates-as-hex-files.patch
rm -f bugfix/rpi/0566-i2c-designware-Add-support-for-bus-clear-feature.patch
#rm -f bugfix/rpi/0566-i2c-designware-Add-support-for-bus-clear-feature.patch
ls bugfix/rpi/*.patch >> series
popd
echo "CONFIG_PCIE_BRCMSTB=y" >> debian/config/config
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.118
KVERR=6.1.118
KVER=6.1.119
KVERR=6.1.119
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.117-/6.1.118-/' $CDIR/debian/changelog
sed -i -e '1 s/6.1.119-/6.1.119-/' $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/wifi-mt76-do-not-run-mt76_unregister_device-on-unregistered-hw.patch,,g' $CDIR/debian/patches/series
Expand Down

0 comments on commit b8f32df

Please sign in to comment.