Thomas Lamprecht
dcb887c2c5
rebase patches on top of Ubuntu-5.15.0-104.114
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-03-29 15:21:30 +01:00
Thomas Lamprecht
9f1d723ebd
rebase patches on top of Ubuntu-5.15.0-100.110
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-08 18:49:26 +01:00
Thomas Lamprecht
37677d8bb5
rebase patches on top of Ubuntu-5.15.0-94.104
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-01-23 12:09:08 +01:00
Thomas Lamprecht
dec49aeaec
rebase patches on top of Ubuntu-5.15.0-90.100
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-11-09 10:28:40 +01:00
Thomas Lamprecht
689d5e3eb2
rebase patches on top of Ubuntu-5.15.0-88.98
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-10-03 19:22:23 +02:00
Thomas Lamprecht
3bf225e636
update sources to Ubuntu-5.15.0-82.91
...
To disable CONFIG_GDS_FORCE_MITIGATION again
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-08-29 15:44:52 +02:00
Thomas Lamprecht
8c992dd41c
refresh patches for current submodule state
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-08-29 15:41:11 +02:00
Thomas Lamprecht
237da8e53e
backport Zenbleed stop-gap fix CVE-2023-20593
...
the actual fix is the microcode update, but this is a stop-gap (with
a performance penalty) setting a chicken bit on affected CPUs that do
not have the new enough microcode loaded, disabling some features.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-07-20 12:08:33 +02:00
Thomas Lamprecht
6f85177a4f
update kernel submodule to Ubuntu-5.15.0-77.84
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-17 11:56:56 +02:00
Thomas Lamprecht
3d06789d88
backport "netfilter: nf_tables: deactivate anonymous set from preparation phase"
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-10 13:13:52 +02:00
Thomas Lamprecht
548f585b45
update kernel to Proxmox-5.15.107-1 and refresh patches
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-20 13:28:47 +02:00
Thomas Lamprecht
c1caadf9e8
backport "igb: revert rtnl_lock() that causes deadlock"
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-12 13:22:23 +02:00
Thomas Lamprecht
d87c01a486
update to Proxmox-5.15.104-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-29 17:51:21 +02:00
Thomas Lamprecht
3917b25d81
update submodule and patches to Proxmox-5.15.102-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-14 14:59:14 +01:00
Thomas Lamprecht
4ca240afd7
update submodule and patches for Ubuntu-5.15.0-68.75
...
based on Linux 5.15.87
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-14 10:44:44 +01:00
Thomas Lamprecht
f20a494e2f
wireless: Add Debian wireless-regdb certificates
...
so that plain Debian crda + wireless-regdb can work, alternatively we
could disable CRDA and bake in the regdb directly in the kernel,
using the CFG80211_INTERNAL_REGDB KConfig.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-02-10 12:55:32 +01:00
Thomas Lamprecht
d0141aeccb
update to v5.15.83
...
with v5.15.78 from ubuntu's master-next and the v5.15.78..v5.15.83
part cherry-picked from upstream stable linux-5.15.y branch
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-12-14 14:07:14 +01:00
Thomas Lamprecht
3cf1727216
backport a few fixes-fixes
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-14 20:16:30 +01:00
Thomas Lamprecht
1de3bb1f40
update patches for Ubuntu-5.15.0-54.60
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-14 20:05:01 +01:00
Fiona Ebner
561d6d8499
backport patch to fix TSC scaling for SVM
...
The following issue reported on the community forum [0] is likely
fixed by this.
In my case, loading a VM snapshot that originally was taken on an
Intel CPU on my AMD-based host often caused problems in other VMs. In
particular, it often led to CPU stalls, and sometimes clock jumps far
into the future. With this backport applied, everything seems to run
smoothly even after loading the "bad" snapshot 10 times.
The backport from upstream commit 11d39e8cc43e ("KVM: SVM: fix tsc
scaling cache logic consisted of dropping the parts for nested TSC
scaling, which is not yet present in our kernel, renaming the constant
for the default ratio, and some context changes.
[0] https://forum.proxmox.com/threads/112756/
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-10-24 09:27:02 +02:00
Thomas Lamprecht
3da8ec8523
backport some fixes-fixes
...
Ubuntu's latest tag updated from v5.15.60 to v5.15.64 and one
advantage of them trailing upstream stable 5.15.y is that we can
backport fixes of fixes that got in with that commit range.
Found with the report of:
git log --decorate v5.15..v5.15.73 | \
~/gitdm/stablefixes --fixed-after v5.15.64 --regressed-before v5.15.64
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-10-13 14:28:12 +02:00
Thomas Lamprecht
95d22b9bec
rebase patches on top of Ubuntu-5.15.0-51.57
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-10-13 10:28:51 +02:00
Thomas Lamprecht
92d3915d3b
rebase patches on top of Ubuntu-5.15.0-49.55
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-09-19 17:51:55 +02:00
Thomas Lamprecht
bb7155fd8f
backport fixes of regressions from newer stable kernels
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-08-29 18:09:47 +02:00
Thomas Lamprecht
96f7973c9b
update submodule to Ubuntu-5.15.0-48.54 and rebase patches
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-08-26 16:53:06 +02:00
Thomas Lamprecht
832507353a
update SMM shadow fixes to v3
...
Link: https://lore.kernel.org/kvm/20220803155011.43721-1-mlevitsk@redhat.com/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-08-08 16:00:28 +02:00
Thomas Lamprecht
f6df304f26
backport "SMM emulation and interrupt shadow fixes"
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-07-27 13:45:07 +02:00
Thomas Lamprecht
f663b7d85c
rebase patches on top of Ubuntu-5.15.0-45.48
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-07-20 17:21:06 +02:00
Thomas Lamprecht
4af054d560
rebase patches on top of Ubuntu-5.15.0-41.44
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-06-22 17:17:43 +02:00
Thomas Lamprecht
0594faab65
import Ubuntu-5.15.0-40.43 and update patches
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-06-17 13:42:23 +02:00
Thomas Lamprecht
ad0a766ee2
backport netfilter nf_table sanitiation fixes
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-06-08 18:15:27 +02:00
Thomas Lamprecht
c8298fb299
fix #4083 : backport "EDAC/amd64: Add PCI device IDs for family 19h model 50h"
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-06-02 13:48:16 +02:00
Thomas Lamprecht
c1964433a1
update ubuntu to Ubuntu-5.15.0-36.37
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-06-02 13:12:12 +02:00
Thomas Lamprecht
b321611251
fix #4039 : backport aquantia atlantic NIC fixes
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-05-11 07:57:40 +02:00
Thomas Lamprecht
eea5de8e26
cherry pick "NFSv4.1 provide mount option to toggle trunking discovery"
...
we got lots of reports with QNAP NFS being broken, and the commit
this cherry picked one fixes got backported to 5.15 by canonical, so
its def. worth a try.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-05-05 13:53:16 +02:00
Thomas Lamprecht
6ef2b41a1e
rebase patches on top of Ubuntu-5.15.0-29.30
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-05-04 12:31:19 +02:00
Thomas Lamprecht
842d7097a9
backport "io_uring: fix race between timeout flush and removal"
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-04-22 18:07:19 +02:00
Thomas Lamprecht
1615b3ee92
rebase patches on top of Ubuntu-5.15.0-24.24
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-03-29 10:31:51 +02:00
Thomas Lamprecht
d03ea6b3bd
add buildsys fix for clean target
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-03-12 16:21:13 +01:00
Thomas Lamprecht
f641ad1603
rebase patches on top of Ubuntu-5.15.0-23.23
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-03-12 15:13:49 +01:00
Thomas Lamprecht
74eb34c8f9
bump version to 5.15.19-3
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-03-07 18:23:21 +01:00
Thomas Lamprecht
09d62646a4
backport simplefb/fbdev memory regio release improvements
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-02-08 12:18:54 +01:00
Thomas Lamprecht
23de619687
rebase patches on top of Ubuntu-5.15.0-20.20
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-02-04 06:08:27 +01:00
Thomas Lamprecht
55227d53ae
rebase patches on top of Ubuntu-5.15.0-19.19
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-31 09:40:02 +01:00
Thomas Lamprecht
fc0472a18f
backport "vfs: fs_context: fix up param length parsing in legacy_parse_param"
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-20 16:55:55 +01:00
Thomas Lamprecht
76ce1e5017
drop -ERESTARTSYS handling in blkdev_get_by_dev patch
...
ZFS 2.1.2 handles this internally
(commit 16da688f2518526389e6bff8370684a1a2a1469c)
Originally-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-11 12:06:48 +01:00
Thomas Lamprecht
75d6cb4562
update blk cgroup format patch
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-11 09:46:51 +01:00
Thomas Lamprecht
51eaefb494
cherry-pick "blk-cgroup: always terminate io.stat lines"
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-11 08:13:33 +01:00
Thomas Lamprecht
0a77aa18e1
rebase patches on top of Ubuntu-5.15.0-16.16
...
(generated with debian/scripts/import-upstream-tag)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-11 06:28:45 +01:00
Thomas Lamprecht
818dfceac5
patches: make disable split btf diff a full-blown patch
...
else our update-to-tag rebase script fails to "git-am" this one
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-11 06:28:23 +01:00