mbox series

[for-3.18,0/5] Stable commits picked up from lede project

Message ID 1499168664-25980-1-git-send-email-amit.pundir@linaro.org
Headers show
Series Stable commits picked up from lede project | expand

Message

Amit Pundir July 4, 2017, 11:44 a.m. UTC
Hi Greg,

For your consideration, stable commits taken from lede
source tree https://git.lede-project.org/?p=source.git
for 3.18.y.

Cherry-picked and build tested on Linux v3.18.59 for
ARCH=arm/arm64 + allmodconfig.

Regards,
Amit Pundir


Felix Fietkau (1):
  bgmac: add check for oversized packets

Jonas Gorski (1):
  usb: ehci-orion: fix probe for !GENERIC_PHY

Rafał Miłecki (2):
  bgmac: fix device initialization on Northstar SoCs (condition typo)
  bgmac: reset & enable Ethernet core before using it

Yousong Zhou (1):
  MIPS: UAPI: Ignore __arch_swab{16,32,64} when using MIPS16

 arch/mips/include/uapi/asm/swab.h     |  7 ++++---
 drivers/net/ethernet/broadcom/bgmac.c | 17 +++++++++++++++--
 drivers/usb/host/ehci-orion.c         |  3 ++-
 3 files changed, 21 insertions(+), 6 deletions(-)

-- 
2.7.4

Comments

Greg Kroah-Hartman July 7, 2017, 9:05 a.m. UTC | #1
On Tue, Jul 04, 2017 at 05:14:19PM +0530, Amit Pundir wrote:
> Hi Greg,

> 

> For your consideration, stable commits taken from lede

> source tree https://git.lede-project.org/?p=source.git

> for 3.18.y.

> 

> Cherry-picked and build tested on Linux v3.18.59 for

> ARCH=arm/arm64 + allmodconfig.


All now queued up, thanks.

greg k-h