mbox series

[for-4.4,00/16] Stable commits picked up from lede project

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

Message

Amit Pundir June 30, 2017, 5:46 a.m. UTC
Hi Greg,

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

Cherry-picked and build tested on Linux v4.4.74 for
ARCH=arm/arm64/x86/x86_64/mips + allmodconfig.

Regards,
Amit Pundir


David S. Miller (1):
  bgmac: Fix reversed test of build_skb() return value.

Felix Fietkau (1):
  MIPS: ath79: fix regression in PCI window initialization

Florian Fainelli (4):
  net: korina: Fix NAPI versus resources freeing
  net: bgmac: Fix SOF bit checking
  net: bgmac: Start transmit queue in bgmac_open
  net: bgmac: Remove superflous netif_carrier_on()

Gregory CLEMENT (1):
  net: mvneta: Fix for_each_present_cpu usage

John Crispin (3):
  MIPS: ralink: MT7688 pinmux fixes
  MIPS: ralink: fix USB frequency scaling
  MIPS: ralink: Fix invalid assignment of SoC type

Jon Mason (1):
  ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags

Rafał Miłecki (2):
  mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only
  mtd: bcm47xxpart: don't fail because of bit-flips

wangweidong (1):
  bgmac: fix a missing check for build_skb

Álvaro Fernández Rojas (2):
  MIPS: ralink: fix MT7628 pinmux typos
  MIPS: ralink: fix MT7628 wled_an pinmux gpio

 arch/arm/boot/dts/bcm5301x.dtsi       |  4 +-
 arch/mips/ath79/common.c              | 16 +++----
 arch/mips/ralink/mt7620.c             | 84 ++++++++++++++++++++++-------------
 arch/mips/ralink/rt288x.c             |  2 +-
 drivers/mtd/bcm47xxpart.c             | 42 ++++++++++--------
 drivers/net/ethernet/broadcom/bgmac.c | 13 ++++--
 drivers/net/ethernet/korina.c         |  8 ++--
 drivers/net/ethernet/marvell/mvneta.c |  8 ++--
 8 files changed, 104 insertions(+), 73 deletions(-)

-- 
2.7.4

Comments

Greg Kroah-Hartman July 3, 2017, 9:51 a.m. UTC | #1
On Fri, Jun 30, 2017 at 11:16:24AM +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 4.4.y.

> 

> Cherry-picked and build tested on Linux v4.4.74 for

> ARCH=arm/arm64/x86/x86_64/mips + allmodconfig.


All now queued up, thanks.

greg k-h