Hi Greg,
I ran into these seemingly useful commits while I was looking for status of lede's v4.9 patches in upstream kernel.
88d1fa7 ARM: dts: BCM5301X: Fix memory start address
a3078e5 MIPS: Generic: Fix big endian CPUs on generic machine
74c82da Input: drv260x - fix initializing overdrive voltage
a1b9435 power: supply: bq2415x: check for NULL acpi_id to avoid null pointer dereference
d08876f [media] stk-webcam: fix an endian bug in stk_camera_read_reg()
c73e442 net: thunderx: avoid dereferencing xcv when NULL
90427ef ipv6: fix flow labels when the traffic class is non-0
e26bfeb fscache: Fix dead object requeue
20d6f0c MIPS: ath79: Fix error handling
73fbc1e MIPS: fix mem=X@Y commandline processing
de96ec2 OF: Prevent unaligned access in of_alias_scan()
a5b60de6 mwifiex: Avoid skipping WEP key deletion for AP
7f62259 ath10k: fix reading sram contents for QCA4019
4cfffcf irqchip/mips-gic: Fix local interrupts
a34d0a0 ath9k_hw: check if the chip failed to wake up
dbfcef6b jbd2: fix use after free in kjournald2()
0878fff net: phy: Do not perform software reset for Generic PHY
0e3d3e5 NFSv4.1 fix infinite loop on IO BAD_STATEID error
a6040bc serial: mxs-auart: Fix baudrate calculation
31ca2c6 tty/serial: atmel: fix race condition (TX+DMA)
497e1e1 tty/serial: atmel: fix TX path in atmel_console_write()
Cherry-picked and build tested on top of lede patches submitted in my earlier email, for ARCH=arm/arm64/x86_64 + allmodconfig. To be applied from the list from top to bottom.
Regards, Amit Pundir
On Tue, Apr 04, 2017 at 12:13:38AM +0530, Amit Pundir wrote:
Hi Greg,
I ran into these seemingly useful commits while I was looking for status of lede's v4.9 patches in upstream kernel.
88d1fa7 ARM: dts: BCM5301X: Fix memory start address
a3078e5 MIPS: Generic: Fix big endian CPUs on generic machine
74c82da Input: drv260x - fix initializing overdrive voltage
a1b9435 power: supply: bq2415x: check for NULL acpi_id to avoid null pointer dereference
d08876f [media] stk-webcam: fix an endian bug in stk_camera_read_reg()
c73e442 net: thunderx: avoid dereferencing xcv when NULL
90427ef ipv6: fix flow labels when the traffic class is non-0
e26bfeb fscache: Fix dead object requeue
20d6f0c MIPS: ath79: Fix error handling
73fbc1e MIPS: fix mem=X@Y commandline processing
de96ec2 OF: Prevent unaligned access in of_alias_scan()
a5b60de6 mwifiex: Avoid skipping WEP key deletion for AP
7f62259 ath10k: fix reading sram contents for QCA4019
4cfffcf irqchip/mips-gic: Fix local interrupts
a34d0a0 ath9k_hw: check if the chip failed to wake up
dbfcef6b jbd2: fix use after free in kjournald2()
0878fff net: phy: Do not perform software reset for Generic PHY
0e3d3e5 NFSv4.1 fix infinite loop on IO BAD_STATEID error
a6040bc serial: mxs-auart: Fix baudrate calculation
31ca2c6 tty/serial: atmel: fix race condition (TX+DMA)
497e1e1 tty/serial: atmel: fix TX path in atmel_console_write()
Cherry-picked and build tested on top of lede patches submitted in my earlier email, for ARCH=arm/arm64/x86_64 + allmodconfig. To be applied from the list from top to bottom.
Digging this old email out...
I've now queued up the remaining patches in this list that were not in 4.9.y already.
thanks!
greg k-h