Re: [GIT PULL] RISC-V Fixes for 5.9

2020-10-09 Thread pr-tracker-bot
The pull request you sent on Fri, 09 Oct 2020 10:52:09 -0700 (PDT): > git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git > tags/riscv-for-linus-5.9 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8a5f78d98c26c8e2a79ea37224435d2b434453e1 Thank you! --

[GIT PULL] RISC-V Fixes for 5.9

2020-10-09 Thread Palmer Dabbelt
The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50: Linux 5.9-rc8 (2020-10-04 16:04:34 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.9 for you to fetch changes up to

Re: [GIT PULL] RISC-V Fixes for 5.9

2020-10-05 Thread Palmer Dabbelt
On Mon, 05 Oct 2020 00:16:32 PDT (-0700), Christoph Hellwig wrote: On Fri, Oct 02, 2020 at 09:07:27AM -0700, Palmer Dabbelt wrote: * The addition of a symbol export for clint_time_val, which has been inlined into some timex functions and can be used by drivers. Err, haven't we just agreed

Re: [GIT PULL] RISC-V Fixes for 5.9

2020-10-05 Thread Christoph Hellwig
On Fri, Oct 02, 2020 at 09:07:27AM -0700, Palmer Dabbelt wrote: > * The addition of a symbol export for clint_time_val, which has been inlined > into some timex functions and can be used by drivers. Err, haven't we just agreed on that this is a bad idea and jitterentropy should not call

Re: [GIT PULL] RISC-V Fixes for 5.9

2020-10-02 Thread pr-tracker-bot
The pull request you sent on Fri, 02 Oct 2020 09:07:27 -0700 (PDT): > git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git > tags/riscv-for-linus-5.9-rc8 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/db23baa28eb1f93df1fc175a419e7ffe5b6f1582 Thank you! --

[GIT PULL] RISC-V Fixes for 5.9

2020-10-02 Thread Palmer Dabbelt
The following changes since commit a1b8638ba1320e6684aa98233c15255eb803fac7: Linux 5.9-rc7 (2020-09-27 14:38:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.9-rc8 for you to fetch changes up to

Re: [GIT PULL] RISC-V Fixes for 5.9-rc6 (or shortly after)

2020-09-20 Thread pr-tracker-bot
The pull request you sent on Sun, 20 Sep 2020 10:26:34 -0700 (PDT): > git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git > tags/riscv-for-linus-5.9-rc6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/bdcf11de8f776152c82d2197b255c2d04603f976 Thank you! --

[GIT PULL] RISC-V Fixes for 5.9-rc6 (or shortly after)

2020-09-20 Thread Palmer Dabbelt
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd: Linux 5.9-rc2 (2020-08-23 14:08:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.9-rc6 for you to fetch changes up to

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Anup Patel
On Fri, Sep 4, 2020 at 9:33 PM Christoph Hellwig wrote: > > On Fri, Sep 04, 2020 at 07:26:41PM +0530, Anup Patel wrote: > > On Fri, Sep 4, 2020 at 6:30 PM Christoph Hellwig wrote: > > > > > > On Fri, Sep 04, 2020 at 08:58:25PM +0800, Qiu Wenbo wrote: > > > > I can confirm this patch also breaks

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Christoph Hellwig
On Fri, Sep 04, 2020 at 07:26:41PM +0530, Anup Patel wrote: > On Fri, Sep 4, 2020 at 6:30 PM Christoph Hellwig wrote: > > > > On Fri, Sep 04, 2020 at 08:58:25PM +0800, Qiu Wenbo wrote: > > > I can confirm this patch also breaks K210 support. It seems that > > > csr_read(CSR_TIME) will trigger an

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Anup Patel
On Fri, Sep 4, 2020 at 6:30 PM Christoph Hellwig wrote: > > On Fri, Sep 04, 2020 at 08:58:25PM +0800, Qiu Wenbo wrote: > > I can confirm this patch also breaks K210 support. It seems that > > csr_read(CSR_TIME) will trigger an illegal instruction exception on K210. > > CSR_TIME is trapped by just

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Christoph Hellwig
On Fri, Sep 04, 2020 at 08:58:25PM +0800, Qiu Wenbo wrote: > I can confirm this patch also breaks K210 support. It seems that > csr_read(CSR_TIME) will trigger an illegal instruction exception on K210. CSR_TIME is trapped by just about every implementation I know (which is explicitly allowed by

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Anup Patel
On Fri, Sep 4, 2020 at 3:16 PM Christoph Hellwig wrote: > > On Fri, Sep 04, 2020 at 03:12:18PM +0530, Anup Patel wrote: > > I tried Linux-5.9-rc3 using nommu_virt_defconfig at my end. I am not > > able to reproduce > > this issue. Is there additional Kconfig option required to reproduce > > this

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Christoph Hellwig
On Fri, Sep 04, 2020 at 03:12:18PM +0530, Anup Patel wrote: > I tried Linux-5.9-rc3 using nommu_virt_defconfig at my end. I am not > able to reproduce > this issue. Is there additional Kconfig option required to reproduce > this issue ?? export CROSS_COMPILE=/usr/bin/riscv64-linux-gnu- make

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Anup Patel
On Fri, Sep 4, 2020 at 2:01 PM Christoph Hellwig wrote: > > On Fri, Aug 21, 2020 at 12:35:20PM -0700, Linus Torvalds wrote: > > On Fri, Aug 21, 2020 at 11:26 AM Palmer Dabbelt wrote: > > > > > > * The CLINT driver has been split in two: one to handle the M-mode CLINT > > > (memory mapped and

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-09-04 Thread Christoph Hellwig
On Fri, Aug 21, 2020 at 12:35:20PM -0700, Linus Torvalds wrote: > On Fri, Aug 21, 2020 at 11:26 AM Palmer Dabbelt wrote: > > > > * The CLINT driver has been split in two: one to handle the M-mode CLINT > > (memory mapped and used on NOMMU systems) and one to handle the S-mode > > CLINT > >

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-08-21 Thread pr-tracker-bot
The pull request you sent on Fri, 21 Aug 2020 11:26:44 -0700 (PDT): > git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git > tags/riscv-for-linus-5.9-rc2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f22c5579a7d600fa03f8c1d150cf78188f8709b6 Thank you! --

Re: [GIT PULL] RISC-V Fixes for 5.9-rc2

2020-08-21 Thread Linus Torvalds
On Fri, Aug 21, 2020 at 11:26 AM Palmer Dabbelt wrote: > > * The CLINT driver has been split in two: one to handle the M-mode CLINT > (memory mapped and used on NOMMU systems) and one to handle the S-mode CLINT > (via SBI). This looks more like development than fixes. I guess I don't care

[GIT PULL] RISC-V Fixes for 5.9-rc2

2020-08-21 Thread Palmer Dabbelt
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.9-rc2 for you to fetch changes up to