Merge tag 'v4.13-rc7' into mtd/next
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 28 Aug 2017 16:04:15 +0000 (18:04 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 28 Aug 2017 16:04:15 +0000 (18:04 +0200)
Merge v4.13-rc7 back to resolve merge conflicts in
drivers/mtd/nand/nandsim.c and include/asm-generic/vmlinux.lds.h.

1  2 
include/asm-generic/vmlinux.lds.h

  
  /*
   * .data section
-  * LD_DEAD_CODE_DATA_ELIMINATION option enables -fdata-sections generates
-  * .data.identifier which needs to be pulled in with .data, but don't want to
-  * pull in .data..stuff which has its own requirements. Same for bss.
   */
  #define DATA_DATA                                                     \
-       *(.data .data.[0-9a-zA-Z_]*)                                    \
 +      *(.xiptext)                                                     \
+       *(DATA_MAIN)                                                    \
        *(.ref.data)                                                    \
        *(.data..shared_aligned) /* percpu related */                   \
        MEM_KEEP(init.data)                                             \