[packages/kernel-tools] - added usbip-nocommon patch (fix build with -fno-common)

qboosh qboosh at pld-linux.org
Sun Jun 21 16:06:09 CEST 2020


commit da263bb05e0e739d3e2895e59fcb1b0a2c763228
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 21 16:07:14 2020 +0200

    - added usbip-nocommon patch (fix build with -fno-common)

 kernel-tools-usbip-nocommon.patch | 12 ++++++++++++
 kernel-tools.spec                 |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index 8d8f951..4891c0c 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -41,6 +41,7 @@ Patch2:		regex.patch
 Patch3:		%{name}-perf-update.patch
 Patch4:		%{name}-perf-gtk2.patch
 Patch5:		%{name}-bpf-hashmap.patch
+Patch6:		%{name}-usbip-nocommon.patch
 URL:		https://www.kernel.org/
 BuildRequires:	bison
 BuildRequires:	docutils
@@ -406,6 +407,7 @@ cd linux-%{basever}
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %{__sed} -i -e '/^CFLAGS = /s/ -g / $(OPTFLAGS) /' tools/hv/Makefile
 %{__sed} -i -e '/^CFLAGS+=/s/ -O1 / $(OPTFLAGS) /' tools/thermal/tmon/Makefile
diff --git a/kernel-tools-usbip-nocommon.patch b/kernel-tools-usbip-nocommon.patch
new file mode 100644
index 0000000..c8399df
--- /dev/null
+++ b/kernel-tools-usbip-nocommon.patch
@@ -0,0 +1,12 @@
+It seems that vhci_driver should use its own udev_context instance, not the one from usbip_host_common.c
+--- linux-5.7/tools/usb/usbip/libsrc/vhci_driver.c.orig	2020-06-01 01:49:15.000000000 +0200
++++ linux-5.7/tools/usb/usbip/libsrc/vhci_driver.c	2020-06-21 16:02:34.325318086 +0200
+@@ -15,7 +15,7 @@
+ #define PROGNAME "libusbip"
+ 
+ struct usbip_vhci_driver *vhci_driver;
+-struct udev *udev_context;
++static struct udev *udev_context = NULL;
+ 
+ static struct usbip_imported_device *
+ imported_device_init(struct usbip_imported_device *idev, char *busid)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/da263bb05e0e739d3e2895e59fcb1b0a2c763228



More information about the pld-cvs-commit mailing list