Re: Linux 3.18.104

2018-04-10 Thread Greg KH
On Tue, Apr 10, 2018 at 12:58:11PM +0530, Harsh Shandilya wrote: > > > On 10 April 2018 12:43:46 PM IST, Greg KH 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 up

Re: Linux 3.18.104

2018-04-10 Thread Harsh Shandilya
On 10 April 2018 12:43:46 PM IST, Greg KH 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/k

Linux 3.18.104

2018-04-10 Thread Greg KH
ed, 2 insertions(+), 1 deletion(-) Greg Kroah-Hartman (2): net: fec: fix build error in fec driver Linux 3.18.104 signature.asc Description: PGP signature

Re: Linux 3.18.104

2018-04-10 Thread Greg KH
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