2018-04-10 07:17:42

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Linux 3.18.104

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;a=summary

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


Attachments:
(No filename) (724.00 B)
signature.asc (849.00 B)
Download all attachments

2018-04-10 07:18:05

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: 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>


2018-04-10 07:32:46

by Harsh Shandilya

[permalink] [raw]
Subject: Re: Linux 3.18.104



On 10 April 2018 12:43:46 PM IST, Greg KH <[email protected]> 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;a=summary


OnePlus3T doesn't use the fec so nothing there to really test, but this builds fine.

>thanks,
>
>greg k-h
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

2018-04-10 08:32:53

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: Linux 3.18.104

On Tue, Apr 10, 2018 at 12:58:11PM +0530, Harsh Shandilya wrote:
>
>
> On 10 April 2018 12:43:46 PM IST, Greg KH <[email protected]> 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;a=summary
>
>
> 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