* Update to Linux 6.1.20
* delete CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT=y * builtin br_netfilter * Update to ZFS 2.1.9 * ready for proxmox ve 7.4-1
This commit is contained in:
parent
414517a6a5
commit
60fbd49547
3 changed files with 6964 additions and 4723 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -4,8 +4,9 @@ pve-kernel (6.1.20) generic; urgency=medium
|
|||
* delete CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT=y
|
||||
* builtin br_netfilter
|
||||
* Update to ZFS 2.1.9
|
||||
* ready for proxmox ve 7.4-1
|
||||
|
||||
-- Jiangcuo <jiangcuo@bingsin.com> Tue, 14 Mar 2023 23:49:28 +0800
|
||||
-- Jiangcuo <jiangcuo@bingsin.com> Tue, 28 Mar 2023 23:49:28 +0800
|
||||
|
||||
pve-kernel (6.1.19) generic; urgency=medium
|
||||
|
||||
|
|
11586
debian/config/config.pve
vendored
11586
debian/config/config.pve
vendored
File diff suppressed because it is too large
Load diff
98
debian/control
vendored
Normal file
98
debian/control
vendored
Normal file
|
@ -0,0 +1,98 @@
|
|||
Source: pve-kernel
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Fabian Mastenbroek <mail.fabianm@gmail.com>
|
||||
Build-Depends: asciidoc,
|
||||
automake,
|
||||
bc,
|
||||
bison,
|
||||
cpio,
|
||||
debhelper (>= 10~),
|
||||
dwarves (>= 1.16),
|
||||
flex,
|
||||
gcc (>= 8.3.0-6),
|
||||
git,
|
||||
kmod,
|
||||
libdw-dev,
|
||||
libelf-dev,
|
||||
libiberty-dev,
|
||||
libnuma-dev,
|
||||
libslang2-dev,
|
||||
libssl-dev,
|
||||
lz4,
|
||||
python3-minimal,
|
||||
python3-dev,
|
||||
quilt,
|
||||
rsync,
|
||||
xmlto,
|
||||
zlib1g-dev,
|
||||
zstd
|
||||
Build-Conflicts: pve-headers-6.1.20-generic,
|
||||
Vcs-Git: git://github.com/fabianishere/pve-generic-kernel.git
|
||||
Vcs-Browser: https://github.com/fabianishere/pve-generic-kernel
|
||||
|
||||
Package: linux-tools-6.1
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Depends: linux-base,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Linux kernel version specific tools for version 6.1
|
||||
This package provides the architecture dependent parts for kernel
|
||||
version locked tools (such as perf and x86_energy_perf_policy)
|
||||
|
||||
Package: pve-headers-6.1-generic
|
||||
Architecture: all
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Depends: pve-headers-6.1.20-generic,
|
||||
Description: Latest Proxmox Edge Kernel Headers
|
||||
This is a metapackage which will install the kernel headers
|
||||
for the latest available Proxmox Edge kernel from the 6.1
|
||||
series.
|
||||
|
||||
Package: pve-kernel-6.1-generic
|
||||
Architecture: all
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Depends: pve-firmware,
|
||||
pve-kernel-6.1.20-generic,
|
||||
Description: Latest Proxmox Edge Kernel Image
|
||||
This is a metapackage which will install the latest available
|
||||
Proxmox Edge kernel from the 6.1 series.
|
||||
|
||||
Package: pve-headers-6.1.20-generic
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Provides: linux-headers,
|
||||
linux-headers-2.6,
|
||||
Depends:
|
||||
Description: The Proxmox Edge Kernel Headers
|
||||
This package contains the Proxmox Edge Linux kernel headers
|
||||
|
||||
Package: pve-kernel-6.1.20-generic
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Provides: linux-image,
|
||||
linux-image-2.6,
|
||||
Suggests: pve-firmware,
|
||||
Depends: busybox,
|
||||
initramfs-tools,
|
||||
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
|
||||
Description: The Proxmox PVE Kernel Image
|
||||
This package contains the Linux kernel and initial ramdisk used for booting
|
||||
|
||||
Package: pve-kernel-libc-dev
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Provides: linux-libc-dev,
|
||||
Conflicts: linux-libc-dev,
|
||||
Replaces: linux-libc-dev,
|
||||
Depends: ${misc:Depends}
|
||||
Description: Linux support headers for userspace development
|
||||
This package provides userspaces headers from the Linux kernel. These headers
|
||||
are used by the installed headers for GNU libc and other system libraries.
|
Loading…
Reference in a new issue