Message ID | 20200121225703.148465-1-palmerdabbelt@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1 | expand |
On Tue, 21 Jan 2020 at 23:41, Palmer Dabbelt <palmerdabbelt@google.com> wrote: > > The following changes since commit 28b58f19d269633b3d14b6aebf1e92b3cd3ab56e: > > ui/gtk: Get display refresh rate with GDK version 3.22 or later (2020-01-16 14:03:45 +0000) > > are available in the Git repository at: > > git@github.com:palmer-dabbelt/qemu.git tags/riscv-for-master-5.0-sf1 > > for you to fetch changes up to 82f014671cf057de51c4a577c9e2ad637dcec6f9: > > target/riscv: update mstatus.SD when FS is set dirty (2020-01-16 10:03:15 -0800) > > ---------------------------------------------------------------- > RISC-V Patches for the 5.0 Soft Freeze, Part 1 > > This patch set contains a handful of collected fixes that I'd like to target > for the 5.0 soft freeze (I know that's a long way away, I just don't know what > else to call these): > > * A fix for a memory leak initializing the sifive_u board. > * Fixes to privilege mode emulation related to interrupts and fstatus. > > Notably absent is the H extension implementation. That's pretty much reviewed, > but not quite ready to go yet and I didn't want to hold back these important > fixes. This boots 32-bit and 64-bit Linux (buildroot this time, just for fun) > and passes "make check". Hi. This pull request doesn't seem to be signed with the GPG key that I have on record for you... thanks -- PMM
On Thu, 23 Jan 2020 06:38:07 PST (-0800), Peter Maydell wrote: > On Tue, 21 Jan 2020 at 23:41, Palmer Dabbelt <palmerdabbelt@google.com> wrote: >> >> The following changes since commit 28b58f19d269633b3d14b6aebf1e92b3cd3ab56e: >> >> ui/gtk: Get display refresh rate with GDK version 3.22 or later (2020-01-16 14:03:45 +0000) >> >> are available in the Git repository at: >> >> git@github.com:palmer-dabbelt/qemu.git tags/riscv-for-master-5.0-sf1 >> >> for you to fetch changes up to 82f014671cf057de51c4a577c9e2ad637dcec6f9: >> >> target/riscv: update mstatus.SD when FS is set dirty (2020-01-16 10:03:15 -0800) >> >> ---------------------------------------------------------------- >> RISC-V Patches for the 5.0 Soft Freeze, Part 1 >> >> This patch set contains a handful of collected fixes that I'd like to target >> for the 5.0 soft freeze (I know that's a long way away, I just don't know what >> else to call these): >> >> * A fix for a memory leak initializing the sifive_u board. >> * Fixes to privilege mode emulation related to interrupts and fstatus. >> >> Notably absent is the H extension implementation. That's pretty much reviewed, >> but not quite ready to go yet and I didn't want to hold back these important >> fixes. This boots 32-bit and 64-bit Linux (buildroot this time, just for fun) >> and passes "make check". > > Hi. This pull request doesn't seem to be signed with the GPG > key that I have on record for you... When I moved to Google I got a Yubikey and made new subkeys for it. If I understand correctly the new subkeys should be signed by my main key, but maybe that didn't make it to your keyring? I see $ gpg --list-keys palmer@dabbelt.com pub rsa4096 2017-06-06 [SC] [expires: 2027-11-13] 00CE76D1834960DFCE886DF8EF4CA1502CCBAB41 uid [ultimate] Palmer Dabbelt <palmer@dabbelt.com> uid [ultimate] Palmer Dabbelt <palmerdabbelt@google.com> sub rsa4096 2017-06-06 [E] sub rsa4096 2019-11-26 [S] [expires: 2024-11-24] sub rsa4096 2019-11-26 [A] [expires: 2024-11-24] sub rsa4096 2019-11-26 [E] [expires: 2024-11-24] I have the master key at home, so if I didn't do this right I can re-spin things tonight. > > thanks > -- PMM
On Thu, 23 Jan 2020 at 18:43, Palmer Dabbelt <palmerdabbelt@google.com> wrote: > On Thu, 23 Jan 2020 06:38:07 PST (-0800), Peter Maydell wrote: > > Hi. This pull request doesn't seem to be signed with the GPG > > key that I have on record for you... > > When I moved to Google I got a Yubikey and made new subkeys for it. If I > understand correctly the new subkeys should be signed by my main key, but maybe > that didn't make it to your keyring? I see > > $ gpg --list-keys palmer@dabbelt.com > pub rsa4096 2017-06-06 [SC] [expires: 2027-11-13] > 00CE76D1834960DFCE886DF8EF4CA1502CCBAB41 > uid [ultimate] Palmer Dabbelt <palmer@dabbelt.com> > uid [ultimate] Palmer Dabbelt <palmerdabbelt@google.com> > sub rsa4096 2017-06-06 [E] > sub rsa4096 2019-11-26 [S] [expires: 2024-11-24] > sub rsa4096 2019-11-26 [A] [expires: 2024-11-24] > sub rsa4096 2019-11-26 [E] [expires: 2024-11-24] Yeah, I have those. I think I must have fumbled something when I retried the pullreq after doing a refresh of your gpg key, because I just did a retry now and it's fine. (I'm just running the pull through my tests now.) thanks -- PMM
On Tue, 21 Jan 2020 at 23:41, Palmer Dabbelt <palmerdabbelt@google.com> wrote: > > The following changes since commit 28b58f19d269633b3d14b6aebf1e92b3cd3ab56e: > > ui/gtk: Get display refresh rate with GDK version 3.22 or later (2020-01-16 14:03:45 +0000) > > are available in the Git repository at: > > git@github.com:palmer-dabbelt/qemu.git tags/riscv-for-master-5.0-sf1 > > for you to fetch changes up to 82f014671cf057de51c4a577c9e2ad637dcec6f9: > > target/riscv: update mstatus.SD when FS is set dirty (2020-01-16 10:03:15 -0800) > > ---------------------------------------------------------------- > RISC-V Patches for the 5.0 Soft Freeze, Part 1 > > This patch set contains a handful of collected fixes that I'd like to target > for the 5.0 soft freeze (I know that's a long way away, I just don't know what > else to call these): > > * A fix for a memory leak initializing the sifive_u board. > * Fixes to privilege mode emulation related to interrupts and fstatus. > > Notably absent is the H extension implementation. That's pretty much reviewed, > but not quite ready to go yet and I didn't want to hold back these important > fixes. This boots 32-bit and 64-bit Linux (buildroot this time, just for fun) > and passes "make check". > > ---------------------------------------------------------------- > Pan Nengyuan (1): > riscv/sifive_u: fix a memory leak in soc_realize() > > ShihPo Hung (3): > target/riscv: Fix tb->flags FS status > target/riscv: fsd/fsw doesn't dirty FP state > target/riscv: update mstatus.SD when FS is set dirty > > Yiting Wang (1): > riscv: Set xPIE to 1 after xRET > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0 for any user-visible changes. -- PMM
On Fri, 24 Jan 2020 04:35:14 PST (-0800), Peter Maydell wrote: > On Thu, 23 Jan 2020 at 18:43, Palmer Dabbelt <palmerdabbelt@google.com> wrote: >> On Thu, 23 Jan 2020 06:38:07 PST (-0800), Peter Maydell wrote: >> > Hi. This pull request doesn't seem to be signed with the GPG >> > key that I have on record for you... >> >> When I moved to Google I got a Yubikey and made new subkeys for it. If I >> understand correctly the new subkeys should be signed by my main key, but maybe >> that didn't make it to your keyring? I see >> >> $ gpg --list-keys palmer@dabbelt.com >> pub rsa4096 2017-06-06 [SC] [expires: 2027-11-13] >> 00CE76D1834960DFCE886DF8EF4CA1502CCBAB41 >> uid [ultimate] Palmer Dabbelt <palmer@dabbelt.com> >> uid [ultimate] Palmer Dabbelt <palmerdabbelt@google.com> >> sub rsa4096 2017-06-06 [E] >> sub rsa4096 2019-11-26 [S] [expires: 2024-11-24] >> sub rsa4096 2019-11-26 [A] [expires: 2024-11-24] >> sub rsa4096 2019-11-26 [E] [expires: 2024-11-24] > > Yeah, I have those. I think I must have fumbled something > when I retried the pullreq after doing a refresh of your > gpg key, because I just did a retry now and it's fine. > (I'm just running the pull through my tests now.) Thanks!