* Update to Linux v6.1.24
This commit is contained in:
parent
a75541f558
commit
4502ac9a01
4 changed files with 293 additions and 115 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
pve-kernel (6.1.24) generic; urgency=medium
|
||||
|
||||
* Update to Linux 6.1.24
|
||||
* Delete PSCI checker
|
||||
|
||||
-- Jiangcuo <jiangcuo@bingsin.com> Wed, 17 Apr 2023 16:15:18 +0800
|
||||
|
||||
pve-kernel (6.1.21) generic; urgency=medium
|
||||
|
||||
* Update to Linux 6.1.21
|
||||
|
|
301
debian/config/config.pve
vendored
301
debian/config/config.pve
vendored
File diff suppressed because it is too large
Load diff
98
debian/control
vendored
98
debian/control
vendored
|
@ -1,98 +0,0 @@
|
|||
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.21-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.21-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.21-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.21-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.21-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.
|
2
linux
2
linux
|
@ -1 +1 @@
|
|||
Subproject commit e3a87a10f2591f296d1a50c5af6820e2181d564a
|
||||
Subproject commit 0102425ac76bd184704c698cab7cb4fe37997556
|
Loading…
Reference in a new issue