Update to Linux 5.13
This commit is contained in:
parent
01cbdebf0a
commit
5845ba257b
4 changed files with 8 additions and 7 deletions
BIN
crack.bundle
BIN
crack.bundle
Binary file not shown.
|
@ -10,13 +10,13 @@ Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/net/core/dev.c b/net/core/dev.c
|
||||
index 449b45b843d4..9e247c1a065f 100644
|
||||
index ef8cf7619b..787d7dc1c7 100644
|
||||
--- a/net/core/dev.c
|
||||
+++ b/net/core/dev.c
|
||||
@@ -10258,7 +10258,7 @@ static void netdev_wait_allrefs(struct net_device *dev)
|
||||
refcnt = netdev_refcnt_read(dev);
|
||||
|
||||
if (refcnt && time_after(jiffies, warning_time + 10 * HZ)) {
|
||||
@@ -10488,7 +10488,7 @@ static void netdev_wait_allrefs(struct net_device *dev)
|
||||
if (refcnt != 1 &&
|
||||
time_after(jiffies, warning_time +
|
||||
netdev_unregister_timeout_secs * HZ)) {
|
||||
- pr_emerg("unregister_netdevice: waiting for %s to become free. Usage count = %d\n",
|
||||
+ pr_err("unregister_netdevice: waiting for %s to become free. Usage count = %d\n",
|
||||
dev->name, refcnt);
|
||||
|
|
3
debian/templates/control.in
vendored
3
debian/templates/control.in
vendored
|
@ -24,7 +24,8 @@ Build-Depends: asciidoc,
|
|||
quilt,
|
||||
rsync,
|
||||
xmlto,
|
||||
zlib1g-dev
|
||||
zlib1g-dev,
|
||||
zstd
|
||||
Build-Conflicts: pve-headers-@KVNAME@,
|
||||
Vcs-Git: git://github.com/fabianishere/pve-edge-kernel.git
|
||||
Vcs-Browser: https://github.com/fabianishere/pve-edge-kernel
|
||||
|
|
2
linux
2
linux
|
@ -1 +1 @@
|
|||
Subproject commit 9f4ad9e425a1d3b6a34617b8ea226d56a119a717
|
||||
Subproject commit 62fb9874f5da54fdb243003b386128037319b219
|
Loading…
Reference in a new issue