Merge tag 'v3.10.77' into update
authorStricted <info@stricted.net>
Wed, 21 Mar 2018 21:44:34 +0000 (22:44 +0100)
committerStricted <info@stricted.net>
Wed, 21 Mar 2018 21:44:34 +0000 (22:44 +0100)
This is the 3.10.77 stable release

18 files changed:
1  2 
Makefile
arch/arm/include/asm/elf.h
arch/arm64/kernel/time.c
arch/x86/power/hibernate_32.c
arch/x86/power/hibernate_64.c
drivers/i2c/i2c-core.c
drivers/mtd/ubi/attach.c
drivers/mtd/ubi/cdev.c
drivers/mtd/ubi/eba.c
drivers/mtd/ubi/wl.c
drivers/usb/core/hub.c
drivers/usb/host/xhci-ring.c
drivers/video/console/Kconfig
fs/binfmt_elf.c
include/linux/usb.h
kernel/softirq.c
kernel/trace/ring_buffer.c
net/ipv4/tcp_output.c

diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 890890d67bfea2434074be83547be271764ee9b6,c08254016fe8b34d495793de03ffdd589e894a00..f4d9fe8837ebd4a58ab8fda813e557276c1b03f0
@@@ -1014,8 -998,8 +1014,13 @@@ int ubi_wl_put_fm_peb(struct ubi_devic
  static int wear_leveling_worker(struct ubi_device *ubi, struct ubi_work *wrk,
                                int cancel)
  {
++<<<<<<< HEAD
 +      int erase_e2=1, err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0;
 +      int vol_id = -1, uninitialized_var(lnum);
++=======
+       int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0;
+       int vol_id = -1, lnum = -1;
++>>>>>>> v3.10.77
  #ifdef CONFIG_MTD_UBI_FASTMAP
        int anchor = wrk->anchor;
  #endif
Simple merge
Simple merge
index 48fac1621a5965b8cc8fe735a0aeae43d78ef3e2,37e62c7b3273e8d4b5c3c8be1658504ebc5910ff..1eb53646129e6f1b0fdc445d09ffa92facb032b2
@@@ -4,10 -4,12 +4,13 @@@
  
  menu "Console display driver support"
  
 +if VT
  config VGA_CONSOLE
        bool "VGA text console" if EXPERT || !X86
-       depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER)
+       depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \
+               !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
+               (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
+               !ARM64
        default y
        help
          Saying Y here will allow you to use Linux in text mode through a
diff --cc fs/binfmt_elf.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge