* up to linux 6.1.19 generic
This commit is contained in:
parent
26f5024fbc
commit
929edd8693
4 changed files with 4868 additions and 4423 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -3,4 +3,4 @@
|
||||||
url = https://github.com/openzfs/zfs.git
|
url = https://github.com/openzfs/zfs.git
|
||||||
[submodule "linux"]
|
[submodule "linux"]
|
||||||
path = linux
|
path = linux
|
||||||
url = https://github.com/torvalds/linux.git
|
url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,9 +1,9 @@
|
||||||
pve-kernel (6.1.19) kunpengd920; urgency=medium
|
pve-kernel (6.1.19) generic; urgency=medium
|
||||||
|
|
||||||
* Update to Linux 6.1.19
|
* Update to Linux 6.1.19
|
||||||
* Update to ZFS 2.1.9
|
* Update to ZFS 2.1.9
|
||||||
|
|
||||||
-- Jiangcuo <jiangcuo@bingsin.com> Tue, 14 Mar 2023 14:49:28 +0800
|
-- Jiangcuo <jiangcuo@bingsin.com> Tue, 14 Mar 2023 23:49:28 +0800
|
||||||
|
|
||||||
pve-kernel (5.11.0) bcm95880; urgency=medium
|
pve-kernel (5.11.0) bcm95880; urgency=medium
|
||||||
|
|
||||||
|
|
9273
debian/config/config.pve
vendored
9273
debian/config/config.pve
vendored
File diff suppressed because it is too large
Load diff
12
debian/rules
vendored
12
debian/rules
vendored
|
@ -122,9 +122,9 @@ debian/${PVE_KERNEL_PKG}.%: debian/templates/pve-kernel.%.in
|
||||||
/sbin/depmod -b debian/${PVE_KERNEL_PKG}/ ${KVNAME}
|
/sbin/depmod -b debian/${PVE_KERNEL_PKG}/ ${KVNAME}
|
||||||
# Autogenerate blacklist for watchdog devices (see README)
|
# Autogenerate blacklist for watchdog devices (see README)
|
||||||
install -m 0755 -d debian/${PVE_KERNEL_PKG}/lib/modprobe.d
|
install -m 0755 -d debian/${PVE_KERNEL_PKG}/lib/modprobe.d
|
||||||
ls debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/kernel/drivers/watchdog/ > debian/watchdog-blacklist.tmp
|
# ls debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/kernel/drivers/watchdog/ > debian/watchdog-blacklist.tmp
|
||||||
echo ipmi_watchdog.ko >> debian/watchdog-blacklist.tmp
|
# echo ipmi_watchdog.ko >> debian/watchdog-blacklist.tmp
|
||||||
cat debian/watchdog-blacklist.tmp | sed -e 's/^/blacklist /' -e 's/.ko$$//' | sort -u > debian/${PVE_KERNEL_PKG}/lib/modprobe.d/blacklist_${PVE_KERNEL_PKG}.conf
|
# cat debian/watchdog-blacklist.tmp | sed -e 's/^/blacklist /' -e 's/.ko$$//' | sort -u > debian/${PVE_KERNEL_PKG}/lib/modprobe.d/blacklist_${PVE_KERNEL_PKG}.conf
|
||||||
rm -f debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/source
|
rm -f debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/source
|
||||||
rm -f debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/build
|
rm -f debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/build
|
||||||
touch $@
|
touch $@
|
||||||
|
@ -138,9 +138,9 @@ debian/${PVE_KERNEL_PKG}.%: debian/templates/pve-kernel.%.in
|
||||||
NO_LIBPERL=1 \
|
NO_LIBPERL=1 \
|
||||||
NO_LIBCRYPTO=1 \
|
NO_LIBCRYPTO=1 \
|
||||||
PYTHON=python3
|
PYTHON=python3
|
||||||
echo "checking GPL-2 only perf binary for library linkage with incompatible licenses.."
|
# echo "checking GPL-2 only perf binary for library linkage with incompatible licenses.."
|
||||||
! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibbfd'
|
# ! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibbfd'
|
||||||
! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibcrypto'
|
# ! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibcrypto'
|
||||||
${MAKE} -C ${KERNEL_SRC}/tools/perf man
|
${MAKE} -C ${KERNEL_SRC}/tools/perf man
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue