diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:10:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:12:40 +0000 |
commit | fbc787c3fed74f9a310515aed1d2d274e2a5e14e (patch) | |
tree | 02199b213dd11f90381f5cca4a0ace4b3cb45e39 /debian/patches-rt/0001-vduse-Remove-include-of-rwlock.h.patch | |
parent | Merging upstream version 6.1.82. (diff) | |
download | linux-fbc787c3fed74f9a310515aed1d2d274e2a5e14e.tar.xz linux-fbc787c3fed74f9a310515aed1d2d274e2a5e14e.zip |
Merging debian version 6.1.82-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0001-vduse-Remove-include-of-rwlock.h.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0001-vduse-Remove-include-of-rwlock.h.patch b/debian/patches-rt/0001-vduse-Remove-include-of-rwlock.h.patch index 891081a3a..e11997832 100644 --- a/debian/patches-rt/0001-vduse-Remove-include-of-rwlock.h.patch +++ b/debian/patches-rt/0001-vduse-Remove-include-of-rwlock.h.patch @@ -1,8 +1,8 @@ -From 52072a197524e62baa4ac9a5f33d15cd8b27fb17 Mon Sep 17 00:00:00 2001 +From cb00f3551d1076203c3d3e45bce547a22167e3d4 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Tue, 16 Aug 2022 09:45:22 +0200 -Subject: [PATCH 01/62] vduse: Remove include of rwlock.h -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz +Subject: [PATCH 01/64] vduse: Remove include of rwlock.h +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz rwlock.h should not be included directly. Instead linux/splinlock.h should be included. Including it directly will break the RT build. @@ -29,5 +29,5 @@ index 4e0e50e7ac15..173e979b84a9 100644 #define IOVA_START_PFN 1 -- -2.43.0 +2.44.0 |