summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2017-06-23 18:08:10 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-06-26 10:14:36 +0200
commit6c395a58430faf47655e8e2ce95bcd7ee3e027a4 (patch)
tree6393979b8283f029fc9541d990fdf4613a0fa4fc
parent40d186df2dc94bcb1b8b0204f691678b9fa87466 (diff)
downloadenea-kernel-cache-6c395a58430faf47655e8e2ce95bcd7ee3e027a4.tar.gz
linux-yocto: Remove ClearLinux patch causing ixgbevf issueyocto-4.9
Remove one of the ClearLinux patches because it was causing the ixgbevf module in the guest kernel to be initialized incorrectly, throwing the following errors: ixgbevf 0000:00:02.0: Unable to allocate MSI-X interrupts ixgbevf: probe of 0000:00:02.0 failed with error -12 The ClearLinux patch is specific for the guest only. Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--patches/boot_time_opt/guest_boot_time_opt.scc3
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/boot_time_opt/guest_boot_time_opt.scc b/patches/boot_time_opt/guest_boot_time_opt.scc
index f35eb6a..3636c01 100644
--- a/patches/boot_time_opt/guest_boot_time_opt.scc
+++ b/patches/boot_time_opt/guest_boot_time_opt.scc
@@ -4,7 +4,8 @@ define KFEATURE_COMPATIBILITY all
4patch 0103-sysrq-skip-synchronize_rcu-if-there-is-no-old-op.patch 4patch 0103-sysrq-skip-synchronize_rcu-if-there-is-no-old-op.patch
5patch 0104-fbcon-enable-no-blink-by-default.patch 5patch 0104-fbcon-enable-no-blink-by-default.patch
6patch 0105-vmstats-wakeups.patch 6patch 0105-vmstats-wakeups.patch
7patch 0106-pci-probe.patch 7# Remove patch because it causes ixgvbevf to not initialize correctly in the guest
8#patch 0106-pci-probe.patch
8patch 0107-cgroup.patch 9patch 0107-cgroup.patch
9patch 0108-smpboot-reuse-timer-calibration.patch 10patch 0108-smpboot-reuse-timer-calibration.patch
10patch 0109-perf.patch 11patch 0109-perf.patch