linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@sifive.com>
To: zongbox@gmail.com
Cc: aou@eecs.berkeley.edu, Christoph Hellwig <hch@infradead.org>,
	zong@andestech.com, linux-riscv@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/5] Fix some bugs on RV32 build fail and issue
Date: Mon, 15 Oct 2018 16:16:37 -0700 (PDT)	[thread overview]
Message-ID: <mhng-4a97b34b-cb44-42cb-9fd8-d62b95edfa7e@palmer-si-x1c4> (raw)
In-Reply-To: <CA+ZOyaig6dwzfhUn5CQ92P__yay2-aAgA4Nh+VxTs50FCbECwQ@mail.gmail.com>

On Mon, 15 Oct 2018 05:33:17 PDT (-0700), zongbox@gmail.com wrote:
> Zong Li <zongbox@gmail.com> 於 2018年10月3日 週三 上午11:12寫道:
>>
>> This patches contain the modificaion as follows:
>> 1. Fix up the building fail on RV32.
>> 2. Add umoddi3 and udivmoddi4 functions for RV32.
>> 3. Fix ioremap problem on RV32.
>>
>> Thanks all for review these code and modify the copyright description.
>>
>> Changes in v4:
>>  - Retain the complete copyright description.
>>  - Modify commit message.
>>  - Rebase upstream code.
>>
>> Changes in v3:
>>  - Change the copyright notices to GPLv2 from  gcc 4.2.1.
>>
>> Changes in v2:
>>  - Retain the copyright notices from libgcc in umoddi3.c and udivmoddi4.c.
>>
>> Vincent Chen (1):
>>   RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremap
>>
>> Zong Li (4):
>>   RISC-V: Build tishift only on 64-bit
>>   RISC-V: Add preprocessor directive for swiotlb
>>   lib: Add umoddi3 and udivmoddi4 of GCC library routines
>>   RISC-V: Select GENERIC_LIB_UMODDI3 on RV32
>>
>>  arch/riscv/Kconfig        |   1 +
>>  arch/riscv/kernel/setup.c |   3 +
>>  arch/riscv/lib/Makefile   |   3 +-
>>  arch/riscv/mm/ioremap.c   |   2 +-
>>  lib/Kconfig               |   3 +
>>  lib/Makefile              |   1 +
>>  lib/udivmoddi4.c          | 326 ++++++++++++++++++++++++++++++++++++++++++++++
>>  lib/umoddi3.c             |  48 +++++++
>>  8 files changed, 385 insertions(+), 2 deletions(-)
>>  create mode 100644 lib/udivmoddi4.c
>>  create mode 100644 lib/umoddi3.c
>>
>> --
>> 2.7.4
>>
>
> ping

Oh, sorry about that -- I took them into my local tree but they didn't make it 
to kernel.org.  They should be in for-next now.

      reply	other threads:[~2018-10-15 23:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-03  3:09 [PATCH v4 0/5] Fix some bugs on RV32 build fail and issue Zong Li
2018-10-03  3:09 ` [PATCH v4 1/5] RISC-V: Build tishift only on 64-bit Zong Li
2018-10-03  3:09 ` [PATCH v4 2/5] RISC-V: Add preprocessor directive for swiotlb Zong Li
2018-10-03  3:10 ` [PATCH v4 3/5] lib: Add umoddi3 and udivmoddi4 of GCC library routines Zong Li
2018-10-03  3:10 ` [PATCH v4 4/5] RISC-V: Select GENERIC_LIB_UMODDI3 on RV32 Zong Li
2018-10-03  3:10 ` [PATCH v4 5/5] RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremap Zong Li
2018-10-15 12:33 ` [PATCH v4 0/5] Fix some bugs on RV32 build fail and issue Zong Li
2018-10-15 23:16   ` Palmer Dabbelt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mhng-4a97b34b-cb44-42cb-9fd8-d62b95edfa7e@palmer-si-x1c4 \
    --to=palmer@sifive.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=zong@andestech.com \
    --cc=zongbox@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).