Merge tag 'v4.9.209' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux...
authorMauro (mdrjr) Ribeiro <mauro.ribeiro@hardkernel.com>
Wed, 8 Apr 2020 00:21:21 +0000 (21:21 -0300)
committerMauro (mdrjr) Ribeiro <mauro.ribeiro@hardkernel.com>
Wed, 8 Apr 2020 00:21:21 +0000 (21:21 -0300)
This is the 4.9.209 stable release

1  2 
Makefile
arch/arm64/include/asm/pgtable.h
arch/arm64/mm/fault.c
drivers/gpio/gpiolib.c
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
fs/pstore/ram.c
kernel/trace/ftrace.c
mm/mmap.c
net/ipv4/tcp_input.c
net/rfkill/core.c

diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge
  #include <linux/reset.h>
  #include <linux/of_mdio.h>
  #include "dwmac1000.h"
 +#ifdef CONFIG_AMLOGIC_ETH_PRIVE
 +#include "stmmac_platform.h"
 +#endif
 +#ifdef CONFIG_DWMAC_MESON
 +#include <phy_debug.h>
 +#endif
 +
 +#include <linux/suspend.h>
 +#define PM_SUSPEND_PREPARE      0x0003 /* Going to suspend the system */
  
- #define       STMMAC_ALIGN(x)         __ALIGN_KERNEL(x, SMP_CACHE_BYTES)
+ #define       STMMAC_ALIGN(x)         ALIGN(ALIGN(x, SMP_CACHE_BYTES), 16)
  #define       TSO_MAX_BUFF_SIZE       (SZ_16K - 1)
  
  /* Module parameters */
diff --cc fs/pstore/ram.c
Simple merge
Simple merge
diff --cc mm/mmap.c
Simple merge
Simple merge
Simple merge