Skip to content

Commit

Permalink
update to upstream Linux kernel 6.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: Florian La Roche <[email protected]>
  • Loading branch information
laroche committed Oct 11, 2024
1 parent 063f1a7 commit 7bd5b07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 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.2
KVERR=6.11.2
KVER=6.11.3
KVERR=6.11.3
CDIR=linux-$KVERR
RVER=6.11.1
RVER=6.11.3

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 7424ab40896c2af234a185e13529fbc048835d24
git format-patch -o ../rpi-patches-$RVER 8e24a758d14c0b1cd42ab0aea980a1030eea811f
cd ..
rm -fr $RDIR
fi
Expand All @@ -79,10 +79,11 @@ 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.2-/6.11.2-/' $CDIR/debian/changelog
sed -i -e '1 s/6.11.2-/6.11.3-/' $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
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/tools-rtla-fix-installation-from-out-of-tree-build.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 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.111
KVERR=6.1.111
KVER=6.1.112
KVERR=6.1.112
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.110-/6.1.111-/' $CDIR/debian/changelog
sed -i -e '1 s/6.1.112-/6.1.112-/' $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 7bd5b07

Please sign in to comment.