All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM/riscv for 5.16 take #2
@ 2021-11-01 12:34 ` Anup Patel
  0 siblings, 0 replies; 4+ messages in thread
From: Anup Patel @ 2021-11-01 12:34 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Palmer Dabbelt, KVM General, Atish Patra, kvm-riscv, linux-riscv

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(-)

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

* [GIT PULL] KVM/riscv for 5.16 take #2
@ 2021-11-01 12:34 ` Anup Patel
  0 siblings, 0 replies; 4+ messages in thread
From: Anup Patel @ 2021-11-01 12:34 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Palmer Dabbelt, KVM General, Atish Patra, kvm-riscv, linux-riscv

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(-)

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [GIT PULL] KVM/riscv for 5.16 take #2
  2021-11-01 12:34 ` Anup Patel
@ 2021-11-02 17:19   ` Paolo Bonzini
  -1 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2021-11-02 17:19 UTC (permalink / raw)
  To: Anup Patel
  Cc: Palmer Dabbelt, KVM General, Atish Patra, kvm-riscv, linux-riscv

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


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

* Re: [GIT PULL] KVM/riscv for 5.16 take #2
@ 2021-11-02 17:19   ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2021-11-02 17:19 UTC (permalink / raw)
  To: Anup Patel
  Cc: Palmer Dabbelt, KVM General, Atish Patra, kvm-riscv, linux-riscv

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


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2021-11-02 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 12:34 [GIT PULL] KVM/riscv for 5.16 take #2 Anup Patel
2021-11-01 12:34 ` Anup Patel
2021-11-02 17:19 ` Paolo Bonzini
2021-11-02 17:19   ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.