Linux 3.14.40

2015-04-29 Thread Greg KH
otocols Greg Kroah-Hartman (1): Linux 3.14.40 Guenter Roeck (1): arc: mm: Fix build failure Ido Shamay (1): net/mlx4_en: Call register_netdevice in the proper location Janne Heikkinen (1): Bluetooth: Add USB device 04ca:3010 as Atheros AR3012 Jurgen Kramer (1): Blu

Re: Linux 3.14.40

2015-04-29 Thread Greg KH
diff --git a/Makefile b/Makefile index b40845e11b84..070e0ebb9231 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 39 +SUBLEVEL = 40 EXTRAVERSION = NAME = Remembering Coco diff --git a/arch/alpha/mm/fault.c b/arch/alpha/mm/fault.c index 98838a05ba6d