1
0
Эх сурвалжийг харах

Add Linux 5.19 (#299)

This change adds a release for Linux 5.19 for the Proxmox Edge kernels.
Fabian Mastenbroek 3 жил өмнө
parent
commit
458f87fda1

+ 1 - 1
.github/workflows/watch.yml

@@ -11,7 +11,7 @@ jobs:
     runs-on: [ubuntu-latest]
     runs-on: [ubuntu-latest]
     strategy:
     strategy:
       matrix:
       matrix:
-        branch: ['v5.18.x']
+        branch: ['v5.19.x', 'v5.18.x']
     steps:
     steps:
     - name: Checkout Sources
     - name: Checkout Sources
       uses: actions/checkout@v2
       uses: actions/checkout@v2

+ 1 - 1
README.md

@@ -2,8 +2,8 @@
 Custom Linux kernels for Proxmox VE.
 Custom Linux kernels for Proxmox VE.
 
 
 #### Available Versions
 #### Available Versions
+1. Linux 5.19
 1. Linux 5.18
 1. Linux 5.18
-1. Linux 5.17 **[EOL]**
 
 
 Older builds are still available at the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases) page.
 Older builds are still available at the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases) page.
 
 

BIN
crack.bundle


+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+pve-kernel (5.19.0-1) edge; urgency=medium
+
+  * Update to Linux 5.19
+
+ -- Fabian Mastenbroek <[email protected]>  Wed, 03 Aug 2022 16:00:00 +0000
+
 pve-kernel (5.18.0-1) edge; urgency=medium
 pve-kernel (5.18.0-1) edge; urgency=medium
 
 
   * Update to Linux 5.18
   * Update to Linux 5.18

+ 0 - 69
debian/patches/pve/0009-blk-cgroup-always-terminate-io.stat-lines.patch

@@ -1,69 +0,0 @@
-From 3607849df47822151b05df440759e2dc70160755 Mon Sep 17 00:00:00 2001
-From: Wolfgang Bumiller <[email protected]>
-Date: Tue, 11 Jan 2022 09:31:59 +0100
-Subject: blk-cgroup: always terminate io.stat lines
-
-With the removal of seq_get_buf in blkcg_print_one_stat, we
-cannot make adding the newline conditional on there being
-relevant stats because the name was already written out
-unconditionally.
-Otherwise we may end up with multiple device names in one
-line which is confusing and doesn't follow the nested-keyed
-file format.
-
-Signed-off-by: Wolfgang Bumiller <[email protected]>
-Fixes: 252c651a4c85 ("blk-cgroup: stop using seq_get_buf")
-Acked-by: Tejun Heo <[email protected]>
-Link: https://lore.kernel.org/r/[email protected]
-Signed-off-by: Jens Axboe <[email protected]>
----
- block/blk-cgroup.c | 9 ++-------
- 1 file changed, 2 insertions(+), 7 deletions(-)
-
-(limited to 'block/blk-cgroup.c')
-
-diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
-index a91f8ae18b49b..204442fad33cf 100644
---- a/block/blk-cgroup.c
-+++ b/block/blk-cgroup.c
-@@ -949,7 +949,6 @@ static void blkcg_print_one_stat(struct blkcg_gq *blkg, struct seq_file *s)
- {
- 	struct blkg_iostat_set *bis = &blkg->iostat;
- 	u64 rbytes, wbytes, rios, wios, dbytes, dios;
--	bool has_stats = false;
- 	const char *dname;
- 	unsigned seq;
- 	int i;
-@@ -975,14 +974,12 @@ static void blkcg_print_one_stat(struct blkcg_gq *blkg, struct seq_file *s)
- 	} while (u64_stats_fetch_retry(&bis->sync, seq));
- 
- 	if (rbytes || wbytes || rios || wios) {
--		has_stats = true;
- 		seq_printf(s, "rbytes=%llu wbytes=%llu rios=%llu wios=%llu dbytes=%llu dios=%llu",
- 			rbytes, wbytes, rios, wios,
- 			dbytes, dios);
- 	}
- 
- 	if (blkcg_debug_stats && atomic_read(&blkg->use_delay)) {
--		has_stats = true;
- 		seq_printf(s, " use_delay=%d delay_nsec=%llu",
- 			atomic_read(&blkg->use_delay),
- 			atomic64_read(&blkg->delay_nsec));
-@@ -994,12 +991,10 @@ static void blkcg_print_one_stat(struct blkcg_gq *blkg, struct seq_file *s)
- 		if (!blkg->pd[i] || !pol->pd_stat_fn)
- 			continue;
- 
--		if (pol->pd_stat_fn(blkg->pd[i], s))
--			has_stats = true;
-+		pol->pd_stat_fn(blkg->pd[i], s);
- 	}
- 
--	if (has_stats)
--		seq_printf(s, "\n");
-+	seq_puts(s, "\n");
- }
- 
- static int blkcg_print_stat(struct seq_file *sf, void *v)
--- 
-cgit 
-

+ 0 - 1
debian/patches/series.linux

@@ -11,4 +11,3 @@ pve/0005-net-core-downgrade-unregister_netdevice-refcount-lea.patch
 # pve/0006-Revert-PCI-Coalesce-host-bridge-contiguous-apertures.patch
 # pve/0006-Revert-PCI-Coalesce-host-bridge-contiguous-apertures.patch
 # pve/0007-PCI-Reinstate-PCI-Coalesce-host-bridge-contiguous-ap.patch
 # pve/0007-PCI-Reinstate-PCI-Coalesce-host-bridge-contiguous-ap.patch
 pve/0008-do-not-generate-split-BTF-type-info-per-default.patch
 pve/0008-do-not-generate-split-BTF-type-info-per-default.patch
-pve/0009-blk-cgroup-always-terminate-io.stat-lines.patch

+ 1 - 1
linux

@@ -1 +1 @@
-Subproject commit 4b0986a3613c92f4ec1bdc7f60ec66fea135991f
+Subproject commit 3d7cb6b04c3f3115719235cc6866b10326de34cd