Skip to content

Commit

Permalink
update to upstream Linux kernel 6.12.9 and 6.1.124
Browse files Browse the repository at this point in the history
Signed-off-by: Florian La Roche <[email protected]>
  • Loading branch information
laroche committed Jan 11, 2025
1 parent e6e4cb7 commit 67d48d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions vmdb2-debian/kernel-6.12.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.12.8
KVERR=6.12.8
KVER=6.12.9
KVERR=6.12.9
CDIR=linux-$KVERR
RVER=6.12.8

Expand Down Expand Up @@ -79,7 +79,7 @@ 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.12.8-/6.12.8-/' $CDIR/debian/changelog
sed -i -e '1 s/6.12.8-/6.12.9-/' $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/Revert-mmc-dw_mmc-Fix-IDMAC-operation-with-pages-big.patch,,g' $CDIR/debian/patches/series
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.123
KVERR=6.1.123
KVER=6.1.124
KVERR=6.1.124
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.123-/6.1.123-/' $CDIR/debian/changelog
sed -i -e '1 s/6.1.123-/6.1.124-/' $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 67d48d5

Please sign in to comment.