linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] nds32 fixes for 4.18
@ 2018-07-09  8:19 Greentime Hu
  2018-07-17  6:34 ` Greentime Hu
  0 siblings, 1 reply; 3+ messages in thread
From: Greentime Hu @ 2018-07-09  8:19 UTC (permalink / raw)
  To: greentime, linux-kernel; +Cc: green.hu

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git tags/nds32-for-linus-4.18

for you to fetch changes up to 987553894f0ce8c1d83578136603a89009f42d35:

  nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when make allyesconfig (2018-07-05 16:13:47 +0800)

----------------------------------------------------------------
nds32 patches for 4.18

Here is the nds32 patch set based on 4.18-rc1.
Contained in here are the bug fixes and building error fixes for nds32.

These are the LTP20170427 testing results.

Total Tests: 1902
Total Skipped Tests: 593
Total Failures: 418
Kernel Version: 4.18.0-rc1-00006-g987553894f0c-dirty
Machine Architecture: nds32

Signed-off-by: Greentime Hu <greentime@andestech.com>

----------------------------------------------------------------

Greentime Hu (4):
  nds32: To implement these icache invalidation APIs since nds32 cores
    don't snoop data cache. This issue is found by Guo Ren. Based on the
    Documentation/core-api/cachetlb.rst and it says:
  nds32: Fix the dts pointer is not passed correctly issue.
  nds32: To simplify the implementation of update_mmu_cache()
  nds32: fix build error "relocation truncated to fit:
    R_NDS32_25_PCREL_RELA" when make allyesconfig

Guenter Roeck (1):
  nds32: Fix build error caused by configuration flag rename

Luc Van Oostenryck (1):
  nds32: define __NDS32_E[BL]__ for sparse

 arch/nds32/Kconfig                  |  12 ++---
 arch/nds32/Makefile                 |   2 +
 arch/nds32/include/asm/cacheflush.h |   9 +++-
 arch/nds32/include/asm/futex.h      |   2 +-
 arch/nds32/kernel/setup.c           |   3 +-
 arch/nds32/mm/cacheflush.c          | 100 +++++++++++++++---------------------
 6 files changed, 58 insertions(+), 70 deletions(-)

-- 
2.16.2


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

* Re: [GIT PULL] nds32 fixes for 4.18
  2018-07-09  8:19 [GIT PULL] nds32 fixes for 4.18 Greentime Hu
@ 2018-07-17  6:34 ` Greentime Hu
  2018-07-20  6:31   ` Greentime Hu
  0 siblings, 1 reply; 3+ messages in thread
From: Greentime Hu @ 2018-07-17  6:34 UTC (permalink / raw)
  To: Greentime, Linux Kernel Mailing List

Hi Linus,
Greentime Hu <green.hu@gmail.com> 於 2018年7月9日 週一 下午4:19寫道:
>
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the Git repository at:
>
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git tags/nds32-for-linus-4.18
>
> for you to fetch changes up to 987553894f0ce8c1d83578136603a89009f42d35:
>
>   nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when make allyesconfig (2018-07-05 16:13:47 +0800)
>
> ----------------------------------------------------------------
> nds32 patches for 4.18
>
> Here is the nds32 patch set based on 4.18-rc1.
> Contained in here are the bug fixes and building error fixes for nds32.
>
> These are the LTP20170427 testing results.
>
> Total Tests: 1902
> Total Skipped Tests: 593
> Total Failures: 418
> Kernel Version: 4.18.0-rc1-00006-g987553894f0c-dirty
> Machine Architecture: nds32
>
> Signed-off-by: Greentime Hu <greentime@andestech.com>
>
> ----------------------------------------------------------------
>
> Greentime Hu (4):
>   nds32: To implement these icache invalidation APIs since nds32 cores
>     don't snoop data cache. This issue is found by Guo Ren. Based on the
>     Documentation/core-api/cachetlb.rst and it says:
>   nds32: Fix the dts pointer is not passed correctly issue.
>   nds32: To simplify the implementation of update_mmu_cache()
>   nds32: fix build error "relocation truncated to fit:
>     R_NDS32_25_PCREL_RELA" when make allyesconfig
>
> Guenter Roeck (1):
>   nds32: Fix build error caused by configuration flag rename
>
> Luc Van Oostenryck (1):
>   nds32: define __NDS32_E[BL]__ for sparse
>
>  arch/nds32/Kconfig                  |  12 ++---
>  arch/nds32/Makefile                 |   2 +
>  arch/nds32/include/asm/cacheflush.h |   9 +++-
>  arch/nds32/include/asm/futex.h      |   2 +-
>  arch/nds32/kernel/setup.c           |   3 +-
>  arch/nds32/mm/cacheflush.c          | 100 +++++++++++++++---------------------
>  6 files changed, 58 insertions(+), 70 deletions(-)
>

Ping.

Did this please-pull get lost or is there another reason that prevents
the upstream integration?

Thank you. :)

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

* Re: [GIT PULL] nds32 fixes for 4.18
  2018-07-17  6:34 ` Greentime Hu
@ 2018-07-20  6:31   ` Greentime Hu
  0 siblings, 0 replies; 3+ messages in thread
From: Greentime Hu @ 2018-07-20  6:31 UTC (permalink / raw)
  To: Greentime, Linux Kernel Mailing List, Linus Torvalds

Greentime Hu <green.hu@gmail.com> 於 2018年7月17日 週二 下午2:34寫道:
>
> Hi Linus,
> Greentime Hu <green.hu@gmail.com> 於 2018年7月9日 週一 下午4:19寫道:
> >
> > The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> >
> >   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> >
> > are available in the Git repository at:
> >
> >   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git tags/nds32-for-linus-4.18
> >
> > for you to fetch changes up to 987553894f0ce8c1d83578136603a89009f42d35:
> >
> >   nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when make allyesconfig (2018-07-05 16:13:47 +0800)
> >
> > ----------------------------------------------------------------
> > nds32 patches for 4.18
> >
> > Here is the nds32 patch set based on 4.18-rc1.
> > Contained in here are the bug fixes and building error fixes for nds32.
> >
> > These are the LTP20170427 testing results.
> >
> > Total Tests: 1902
> > Total Skipped Tests: 593
> > Total Failures: 418
> > Kernel Version: 4.18.0-rc1-00006-g987553894f0c-dirty
> > Machine Architecture: nds32
> >
> > Signed-off-by: Greentime Hu <greentime@andestech.com>
> >
> > ----------------------------------------------------------------
> >
> > Greentime Hu (4):
> >   nds32: To implement these icache invalidation APIs since nds32 cores
> >     don't snoop data cache. This issue is found by Guo Ren. Based on the
> >     Documentation/core-api/cachetlb.rst and it says:
> >   nds32: Fix the dts pointer is not passed correctly issue.
> >   nds32: To simplify the implementation of update_mmu_cache()
> >   nds32: fix build error "relocation truncated to fit:
> >     R_NDS32_25_PCREL_RELA" when make allyesconfig
> >
> > Guenter Roeck (1):
> >   nds32: Fix build error caused by configuration flag rename
> >
> > Luc Van Oostenryck (1):
> >   nds32: define __NDS32_E[BL]__ for sparse
> >
> >  arch/nds32/Kconfig                  |  12 ++---
> >  arch/nds32/Makefile                 |   2 +
> >  arch/nds32/include/asm/cacheflush.h |   9 +++-
> >  arch/nds32/include/asm/futex.h      |   2 +-
> >  arch/nds32/kernel/setup.c           |   3 +-
> >  arch/nds32/mm/cacheflush.c          | 100 +++++++++++++++---------------------
> >  6 files changed, 58 insertions(+), 70 deletions(-)
> >
>
> Ping.
>
> Did this please-pull get lost or is there another reason that prevents
> the upstream integration?
>
> Thank you. :)

Sorry for that I forgot to add your email.
Ping again. :)

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

end of thread, other threads:[~2018-07-20  6:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09  8:19 [GIT PULL] nds32 fixes for 4.18 Greentime Hu
2018-07-17  6:34 ` Greentime Hu
2018-07-20  6:31   ` 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).