mbox series

[GIT,PULL] KVM/riscv for 5.16 take #2

Message ID CAAhSdy0TUZAgb5Wyp4Lnv30A1sJ009ATr9VTq49ow_C9-YVeBg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM/riscv for 5.16 take #2 | expand

Pull-request

git://github.com/kvm-riscv/linux.git tags/kvm-riscv-5.16-2

Message

Anup Patel Nov. 1, 2021, 12:34 p.m. UTC
Hi Paolo,

I had two warning fixes in the KVM RISC-V repo which I am
sending as part of this PR. Also, sorry if I sent the PR too late.

Please pull.

Best Regards,
Anup

The following changes since commit 9c6eb531e7606dc957bf0ef7f3eed8a5c5cb774d:

  Merge tag 'kvm-s390-next-5.16-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
(2021-10-31 09:01:25 -0400)

are available in the Git repository at:

  git://github.com/kvm-riscv/linux.git tags/kvm-riscv-5.16-2

for you to fetch changes up to bbd5ba8db7662dbfcc15204eb105cd0c2971a47c:

  RISC-V: KVM: fix boolreturn.cocci warnings (2021-11-01 17:35:17 +0530)

----------------------------------------------------------------
Minor cocci warning fixes:
1) Bool return warning fix
2) Unneeded semicolon warning fix

----------------------------------------------------------------
Bixuan Cui (1):
      RISC-V: KVM: fix boolreturn.cocci warnings

ran jianping (1):
      RISC-V: KVM: remove unneeded semicolon

 arch/riscv/kvm/mmu.c        | 18 +++++++++---------
 arch/riscv/kvm/vcpu.c       |  4 ++--
 arch/riscv/kvm/vcpu_exit.c  |  6 +++---
 arch/riscv/kvm/vcpu_sbi.c   |  2 +-
 arch/riscv/kvm/vcpu_timer.c |  4 ++--
 5 files changed, 17 insertions(+), 17 deletions(-)

Comments

Paolo Bonzini Nov. 2, 2021, 5:19 p.m. UTC | #1
On 01/11/21 13:34, Anup Patel wrote:
>    git://github.com/kvm-riscv/linux.git tags/kvm-riscv-5.16-2

git:// doesn't work anymore for github, please change your configuration 
to https://, but---patches pulled, thanks!

Paolo