summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-04-16 15:40:12 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-16 07:25:10 -0400
commit500e5d2ad58f78d3aa5132081123955b6681bb8c (patch)
tree0af4fda14f47b594e996fe4214a080c880ca63e3 /recipes-networking/openvswitch/openvswitch-git/kernel_module.patch
parent97fea33badac9e674365744a559006b70d2e1222 (diff)
downloadmeta-virtualization-500e5d2ad58f78d3aa5132081123955b6681bb8c.tar.gz
openvswitch: refresh patches to fix QA warning
Refresh patches with devtool command to fix do_patch warning. Drop CVE-2017-9263.patch since it had been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/kernel_module.patch')
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/kernel_module.patch14
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch b/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch
index 033cfb8a..c177202f 100644
--- a/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch
@@ -1,13 +1,19 @@
1Specify install path for kernel module 1From adfd2380d71dff1a31efaf63cf7ac97470466ec9 Mon Sep 17 00:00:00 2001
2From: Amy Fong <amy.fong@windriver.com>
3Date: Thu, 29 Jan 2015 09:56:03 -0500
4Subject: [PATCH] Specify install path for kernel module
2 5
3Signed-off-by: Amy Fong <amy.fong@windriver.com> 6Signed-off-by: Amy Fong <amy.fong@windriver.com>
7
4--- 8---
5 datapath/linux/Makefile.main.in | 4 ++-- 9 datapath/linux/Makefile.main.in | 4 ++--
6 1 files changed, 2 insertions(+), 2 deletions(-) 10 1 file changed, 2 insertions(+), 2 deletions(-)
7 11
12diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in
13index 7d18253..63c520f 100644
8--- a/datapath/linux/Makefile.main.in 14--- a/datapath/linux/Makefile.main.in
9+++ b/datapath/linux/Makefile.main.in 15+++ b/datapath/linux/Makefile.main.in
10@@ -71,8 +71,8 @@ 16@@ -71,8 +71,8 @@ default:
11 $(MAKE) -C $(KSRC) M=$(builddir) modules 17 $(MAKE) -C $(KSRC) M=$(builddir) modules
12 18
13 modules_install: 19 modules_install: