LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v2 0/9] nds32: fix allmodconfig build
@ 2018-04-20 13:31 Greentime Hu
  2018-04-20 13:31 ` [PATCH v2 1/9] nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue Greentime Hu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Greentime Hu @ 2018-04-20 13:31 UTC (permalink / raw)
  To: linux-kernel, arnd, greentime, green.hu, private, hch, vincentc, nickhu

Hi,
  This patchset is used to fix the allmodconfig building errors.

Changes in v2:
 - To fix the endian mismatch issue.
 - Use EXPORT_SYMBOL(save_stack_trace) like other architectures.

Greentime Hu (9):
  nds32: lib: To use generic lib instead of libgcc to prevent the symbol
        undefined issue.
  nds32: Fix building error when CONFIG_FREEZE is enabled.
  nds32: Fix building error of crypto/xor.c by adding xor.h
  nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining
    PAGE_SHARED
  nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range
    and flush_kernel_vmap_range
  nds32: Fix the symbols undefined issue by exporting them.
  nds32: Fix the unknown type u8 issue.
  nds32: Fix build failed because arch_trace_hardirqs_off is changed to 
       trace_hardirqs_off.
  nds32: Fix the allmodconfig build. To make sure
    CONFIG_CPU_LITTLE_ENDIAN     is default y

 arch/nds32/Kconfig                  |  7 +++++++
 arch/nds32/Kconfig.cpu              |  5 +++--
 arch/nds32/Makefile                 |  7 ++++---
 arch/nds32/include/asm/Kbuild       |  2 ++
 arch/nds32/include/asm/cacheflush.h |  2 ++
 arch/nds32/include/asm/io.h         |  2 ++
 arch/nds32/include/asm/page.h       |  3 +++
 arch/nds32/include/asm/pgtable.h    |  1 +
 arch/nds32/kernel/ex-entry.S        |  2 +-
 arch/nds32/kernel/stacktrace.c      |  2 ++
 arch/nds32/lib/copy_page.S          |  3 +++
 arch/nds32/mm/cacheflush.c          | 40 +++++++++++++++++++++++++++++++++++++
 arch/nds32/mm/init.c                |  1 +
 13 files changed, 71 insertions(+), 6 deletions(-)

-- 
1.9.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-04-20 13:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20 13:31 [PATCH v2 0/9] nds32: fix allmodconfig build Greentime Hu
2018-04-20 13:31 ` [PATCH v2 1/9] nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue Greentime Hu
2018-04-20 13:31 ` [PATCH v2 2/9] nds32: Fix building error when CONFIG_FREEZE is enabled Greentime Hu
2018-04-20 13:31 ` [PATCH v2 3/9] nds32: Fix building error of crypto/xor.c by adding xor.h Greentime Hu
2018-04-20 13:31 ` [PATCH v2 4/9] nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED Greentime Hu
2018-04-20 13:31 ` [PATCH v2 5/9] nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range Greentime Hu
2018-04-20 13:31 ` [PATCH v2 6/9] nds32: Fix the symbols undefined issue by exporting them Greentime Hu
2018-04-20 13:31 ` [PATCH v2 7/9] nds32: Fix the unknown type u8 issue Greentime Hu
2018-04-20 13:31 ` [PATCH v2 8/9] nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off Greentime Hu
2018-04-20 13:31 ` [PATCH v2 9/9] nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y Greentime Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).