I'm announcing the release of the 3.18.104 kernel.
Only users who had build errors in 3.18.103 need to upgrade, this is a single-bugfix-only release.
The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summar...
thanks,
greg k-h
------------
Makefile | 2 +- drivers/net/ethernet/freescale/fec_main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
Greg Kroah-Hartman (2): net: fec: fix build error in fec driver Linux 3.18.104
diff --git a/Makefile b/Makefile index 2df4a1163714..2eae8b1039aa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 18 -SUBLEVEL = 103 +SUBLEVEL = 104 EXTRAVERSION = NAME = Diseased Newt
diff --git a/drivers/net/ethernet/freescale/fec_main.c b/drivers/net/ethernet/freescale/fec_main.c index f17b427d91bd..02262b8e57ee 100644 --- a/drivers/net/ethernet/freescale/fec_main.c +++ b/drivers/net/ethernet/freescale/fec_main.c @@ -58,6 +58,7 @@ #include <linux/if_vlan.h> #include <linux/pinctrl/consumer.h> #include <linux/prefetch.h> +#include <linux/pm_runtime.h>
#include <asm/cacheflush.h>
On 10 April 2018 12:43:46 PM IST, Greg KH gregkh@linuxfoundation.org wrote:
I'm announcing the release of the 3.18.104 kernel.
Only users who had build errors in 3.18.103 need to upgrade, this is a single-bugfix-only release.
The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summar...
OnePlus3T doesn't use the fec so nothing there to really test, but this builds fine.
thanks,
greg k-h
On Tue, Apr 10, 2018 at 12:58:11PM +0530, Harsh Shandilya wrote:
On 10 April 2018 12:43:46 PM IST, Greg KH gregkh@linuxfoundation.org wrote:
I'm announcing the release of the 3.18.104 kernel.
Only users who had build errors in 3.18.103 need to upgrade, this is a single-bugfix-only release.
The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summar...
OnePlus3T doesn't use the fec so nothing there to really test, but this builds fine.
Thanks for at least test-building this :)
greg k-h
linux-stable-mirror@lists.linaro.org