3cd12006bb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
46 lines
1.7 KiB
Diff
46 lines
1.7 KiB
Diff
From 4f0d9b095c0ec101e7dfb2c7af84084f955d308e Mon Sep 17 00:00:00 2001
|
|
Message-Id: <4f0d9b095c0ec101e7dfb2c7af84084f955d308e.1507220784.git.Jim.Somerville@windriver.com>
|
|
In-Reply-To: <08db0b379c2009e0d5bc0c20427267fa07d75e5a.1507220784.git.Jim.Somerville@windriver.com>
|
|
References: <08db0b379c2009e0d5bc0c20427267fa07d75e5a.1507220784.git.Jim.Somerville@windriver.com>
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Tue, 9 May 2017 13:10:23 -0400
|
|
Subject: [PATCH 03/25] Make kernel start eth devices at offset
|
|
|
|
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
|
|
---
|
|
SPECS/kernel.spec | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
|
|
index 0fc23c5..13dc572 100644
|
|
--- a/SPECS/kernel.spec
|
|
+++ b/SPECS/kernel.spec
|
|
@@ -4,7 +4,7 @@
|
|
Summary: The Linux kernel
|
|
|
|
# This is the WRS patch release
|
|
-%define patch_rel 2
|
|
+%define patch_rel 3
|
|
%define buildid .%{patch_rel}.tis
|
|
|
|
# For a kernel released for public testing, released_kernel should be 1.
|
|
@@ -428,6 +428,7 @@ Patch40006: ixgbe-RXC-nextp-bounds-check.patch
|
|
Patch40007: PCI-Add-ACS-quirk-for-Intel-Fortville-NICs.patch
|
|
Patch40008: affine-compute-kernel-threads.patch
|
|
Patch40009: Affine-irqs-and-workqueues-with-kthread_cpus.patch
|
|
+Patch40010: Make-kernel-start-eth-devices-at-offset.patch
|
|
|
|
BuildRoot: %{_tmppath}/kernel-%{KVRA}-root
|
|
|
|
@@ -753,6 +754,7 @@ ApplyOptionalPatch ixgbe-RXC-nextp-bounds-check.patch
|
|
ApplyOptionalPatch PCI-Add-ACS-quirk-for-Intel-Fortville-NICs.patch
|
|
ApplyOptionalPatch affine-compute-kernel-threads.patch
|
|
ApplyOptionalPatch Affine-irqs-and-workqueues-with-kthread_cpus.patch
|
|
+ApplyOptionalPatch Make-kernel-start-eth-devices-at-offset.patch
|
|
|
|
# Any further pre-build tree manipulations happen here.
|
|
|
|
--
|
|
1.8.3.1
|
|
|