From: patchwork-bot+linux-riscv@kernel.org <patchwork-bot+linux-riscv@kernel.org>
To: kvm-riscv@lists.infradead.org
Subject: [PATCH v3 0/9] RISC-V SBI debug console extension support
Date: Sun, 12 Nov 2023 00:55:46 +0000 [thread overview]
Message-ID: <169975054624.11360.10545081285064306783.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231020072140.900967-1-apatel@ventanamicro.com>
Hello:
This series was applied to riscv/linux.git (fixes)
by Anup Patel <anup@brainfault.org>:
On Fri, 20 Oct 2023 12:51:31 +0530 you wrote:
> The SBI v2.0 specification is now frozen. The SBI v2.0 specification defines
> SBI debug console (DBCN) extension which replaces the legacy SBI v0.1
> functions sbi_console_putchar() and sbi_console_getchar().
> (Refer v2.0-rc5 at https://github.com/riscv-non-isa/riscv-sbi-doc/releases)
>
> This series adds support for SBI debug console (DBCN) extension in KVM RISC-V
> and Linux RISC-V.
>
> [...]
Here is the summary with links:
- [v3,1/9] RISC-V: Add defines for SBI debug console extension
https://git.kernel.org/riscv/c/dadf7886993c
- [v3,2/9] RISC-V: KVM: Change the SBI specification version to v2.0
https://git.kernel.org/riscv/c/b88e87a0a1ec
- [v3,3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
https://git.kernel.org/riscv/c/56d8a385b605
- [v3,4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
https://git.kernel.org/riscv/c/c667ad229d13
- [v3,5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
https://git.kernel.org/riscv/c/d9c00f44e5de
- [v3,6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
(no matching commit)
- [v3,7/9] tty/serial: Add RISC-V SBI debug console based earlycon
(no matching commit)
- [v3,8/9] tty: Add SBI debug console support to HVC SBI driver
(no matching commit)
- [v3,9/9] RISC-V: Enable SBI based earlycon support
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Anup Patel <apatel@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, pbonzini@redhat.com,
atishp@atishpatra.org, palmer@dabbelt.com,
paul.walmsley@sifive.com, gregkh@linuxfoundation.org,
jirislaby@kernel.org, conor@kernel.org, ajones@ventanamicro.com,
kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-serial@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/9] RISC-V SBI debug console extension support
Date: Sun, 12 Nov 2023 00:55:46 +0000 [thread overview]
Message-ID: <169975054624.11360.10545081285064306783.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231020072140.900967-1-apatel@ventanamicro.com>
Hello:
This series was applied to riscv/linux.git (fixes)
by Anup Patel <anup@brainfault.org>:
On Fri, 20 Oct 2023 12:51:31 +0530 you wrote:
> The SBI v2.0 specification is now frozen. The SBI v2.0 specification defines
> SBI debug console (DBCN) extension which replaces the legacy SBI v0.1
> functions sbi_console_putchar() and sbi_console_getchar().
> (Refer v2.0-rc5 at https://github.com/riscv-non-isa/riscv-sbi-doc/releases)
>
> This series adds support for SBI debug console (DBCN) extension in KVM RISC-V
> and Linux RISC-V.
>
> [...]
Here is the summary with links:
- [v3,1/9] RISC-V: Add defines for SBI debug console extension
https://git.kernel.org/riscv/c/dadf7886993c
- [v3,2/9] RISC-V: KVM: Change the SBI specification version to v2.0
https://git.kernel.org/riscv/c/b88e87a0a1ec
- [v3,3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
https://git.kernel.org/riscv/c/56d8a385b605
- [v3,4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
https://git.kernel.org/riscv/c/c667ad229d13
- [v3,5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
https://git.kernel.org/riscv/c/d9c00f44e5de
- [v3,6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
(no matching commit)
- [v3,7/9] tty/serial: Add RISC-V SBI debug console based earlycon
(no matching commit)
- [v3,8/9] tty: Add SBI debug console support to HVC SBI driver
(no matching commit)
- [v3,9/9] RISC-V: Enable SBI based earlycon support
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Anup Patel <apatel@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, pbonzini@redhat.com,
atishp@atishpatra.org, palmer@dabbelt.com,
paul.walmsley@sifive.com, gregkh@linuxfoundation.org,
jirislaby@kernel.org, conor@kernel.org, ajones@ventanamicro.com,
kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-serial@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/9] RISC-V SBI debug console extension support
Date: Sun, 12 Nov 2023 00:55:46 +0000 [thread overview]
Message-ID: <169975054624.11360.10545081285064306783.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231020072140.900967-1-apatel@ventanamicro.com>
Hello:
This series was applied to riscv/linux.git (fixes)
by Anup Patel <anup@brainfault.org>:
On Fri, 20 Oct 2023 12:51:31 +0530 you wrote:
> The SBI v2.0 specification is now frozen. The SBI v2.0 specification defines
> SBI debug console (DBCN) extension which replaces the legacy SBI v0.1
> functions sbi_console_putchar() and sbi_console_getchar().
> (Refer v2.0-rc5 at https://github.com/riscv-non-isa/riscv-sbi-doc/releases)
>
> This series adds support for SBI debug console (DBCN) extension in KVM RISC-V
> and Linux RISC-V.
>
> [...]
Here is the summary with links:
- [v3,1/9] RISC-V: Add defines for SBI debug console extension
https://git.kernel.org/riscv/c/dadf7886993c
- [v3,2/9] RISC-V: KVM: Change the SBI specification version to v2.0
https://git.kernel.org/riscv/c/b88e87a0a1ec
- [v3,3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
https://git.kernel.org/riscv/c/56d8a385b605
- [v3,4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
https://git.kernel.org/riscv/c/c667ad229d13
- [v3,5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
https://git.kernel.org/riscv/c/d9c00f44e5de
- [v3,6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
(no matching commit)
- [v3,7/9] tty/serial: Add RISC-V SBI debug console based earlycon
(no matching commit)
- [v3,8/9] tty: Add SBI debug console support to HVC SBI driver
(no matching commit)
- [v3,9/9] RISC-V: Enable SBI based earlycon support
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Anup Patel <apatel@ventanamicro.com>
Cc: linux-serial@vger.kernel.org, kvm@vger.kernel.org,
gregkh@linuxfoundation.org, atishp@atishpatra.org,
linuxppc-dev@lists.ozlabs.org, conor@kernel.org,
linux-kernel@vger.kernel.org, palmer@dabbelt.com,
kvm-riscv@lists.infradead.org, paul.walmsley@sifive.com,
pbonzini@redhat.com, linux-riscv@lists.infradead.org,
jirislaby@kernel.org, ajones@ventanamicro.com
Subject: Re: [PATCH v3 0/9] RISC-V SBI debug console extension support
Date: Sun, 12 Nov 2023 00:55:46 +0000 [thread overview]
Message-ID: <169975054624.11360.10545081285064306783.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231020072140.900967-1-apatel@ventanamicro.com>
Hello:
This series was applied to riscv/linux.git (fixes)
by Anup Patel <anup@brainfault.org>:
On Fri, 20 Oct 2023 12:51:31 +0530 you wrote:
> The SBI v2.0 specification is now frozen. The SBI v2.0 specification defines
> SBI debug console (DBCN) extension which replaces the legacy SBI v0.1
> functions sbi_console_putchar() and sbi_console_getchar().
> (Refer v2.0-rc5 at https://github.com/riscv-non-isa/riscv-sbi-doc/releases)
>
> This series adds support for SBI debug console (DBCN) extension in KVM RISC-V
> and Linux RISC-V.
>
> [...]
Here is the summary with links:
- [v3,1/9] RISC-V: Add defines for SBI debug console extension
https://git.kernel.org/riscv/c/dadf7886993c
- [v3,2/9] RISC-V: KVM: Change the SBI specification version to v2.0
https://git.kernel.org/riscv/c/b88e87a0a1ec
- [v3,3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
https://git.kernel.org/riscv/c/56d8a385b605
- [v3,4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
https://git.kernel.org/riscv/c/c667ad229d13
- [v3,5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
https://git.kernel.org/riscv/c/d9c00f44e5de
- [v3,6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
(no matching commit)
- [v3,7/9] tty/serial: Add RISC-V SBI debug console based earlycon
(no matching commit)
- [v3,8/9] tty: Add SBI debug console support to HVC SBI driver
(no matching commit)
- [v3,9/9] RISC-V: Enable SBI based earlycon support
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-11-12 0:55 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 7:21 [PATCH v3 0/9] RISC-V SBI debug console extension support Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` [PATCH v3 1/9] RISC-V: Add defines for SBI debug console extension Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` [PATCH v3 2/9] RISC-V: KVM: Change the SBI specification version to v2.0 Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` [PATCH v3 3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 8:13 ` Andrew Jones
2023-10-20 8:13 ` Andrew Jones
2023-10-20 8:13 ` Andrew Jones
2023-10-20 8:13 ` Andrew Jones
2023-10-20 7:21 ` [PATCH v3 4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` [PATCH v3 5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 8:15 ` Andrew Jones
2023-10-20 8:15 ` Andrew Jones
2023-10-20 8:15 ` Andrew Jones
2023-10-20 8:15 ` Andrew Jones
2023-10-20 7:21 ` [PATCH v3 6/9] RISC-V: Add stubs for sbi_console_putchar/getchar() Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-21 16:35 ` Greg Kroah-Hartman
2023-10-21 16:35 ` Greg Kroah-Hartman
2023-10-21 16:35 ` Greg Kroah-Hartman
2023-10-21 16:35 ` Greg Kroah-Hartman
2023-11-17 13:04 ` Anup Patel
2023-11-17 13:04 ` Anup Patel
2023-11-17 13:04 ` Anup Patel
2023-11-17 13:04 ` Anup Patel
2023-10-20 7:21 ` [PATCH v3 7/9] tty/serial: Add RISC-V SBI debug console based earlycon Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-21 16:45 ` Greg Kroah-Hartman
2023-10-21 16:45 ` Greg Kroah-Hartman
2023-10-21 16:45 ` Greg Kroah-Hartman
2023-10-21 16:45 ` Greg Kroah-Hartman
2023-11-17 13:10 ` Anup Patel
2023-11-17 13:10 ` Anup Patel
2023-11-17 13:10 ` Anup Patel
2023-11-17 13:10 ` Anup Patel
2023-10-20 7:21 ` [PATCH v3 8/9] tty: Add SBI debug console support to HVC SBI driver Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 9:55 ` Björn Töpel
2023-10-20 9:55 ` Björn Töpel
2023-10-20 9:55 ` Björn Töpel
2023-10-20 9:55 ` Björn Töpel
2023-10-20 10:06 ` Anup Patel
2023-10-20 10:06 ` Anup Patel
2023-10-20 10:06 ` Anup Patel
2023-10-20 10:06 ` Anup Patel
2023-10-20 10:46 ` Andrew Jones
2023-10-20 10:46 ` Andrew Jones
2023-10-20 10:46 ` Andrew Jones
2023-10-20 10:46 ` Andrew Jones
2023-10-20 13:47 ` Anup Patel
2023-10-20 13:47 ` Anup Patel
2023-10-20 13:47 ` Anup Patel
2023-10-20 13:47 ` Anup Patel
2023-10-21 16:46 ` Greg Kroah-Hartman
2023-10-21 16:46 ` Greg Kroah-Hartman
2023-10-21 16:46 ` Greg Kroah-Hartman
2023-10-21 16:46 ` Greg Kroah-Hartman
2023-11-17 13:11 ` Anup Patel
2023-11-17 13:11 ` Anup Patel
2023-11-17 13:11 ` Anup Patel
2023-11-17 13:11 ` Anup Patel
2023-10-20 7:21 ` [PATCH v3 9/9] RISC-V: Enable SBI based earlycon support Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 7:21 ` Anup Patel
2023-10-20 11:13 ` [PATCH v3 0/9] RISC-V SBI debug console extension support Anup Patel
2023-10-20 11:13 ` Anup Patel
2023-10-20 11:13 ` Anup Patel
2023-10-20 11:13 ` Anup Patel
2023-11-12 0:55 ` patchwork-bot+linux-riscv [this message]
2023-11-12 0:55 ` patchwork-bot+linux-riscv
2023-11-12 0:55 ` patchwork-bot+linux-riscv
2023-11-12 0:55 ` patchwork-bot+linux-riscv
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=169975054624.11360.10545081285064306783.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=kvm-riscv@lists.infradead.org \
/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 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.