* [PATCH 1/2] MAINTAINERS: update Rust webpage
@ 2023-08-30 16:59 ` Miguel Ojeda
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
` (8 more replies)
0 siblings, 9 replies; 16+ messages in thread
From: Miguel Ojeda @ 2023-08-30 16:59 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel,
patches
A few months ago we started a webpage for the Rust subsystem and
the overall Rust for Linux project [1].
The current `W:` field of the Rust entry points to the GitHub
repository, since originally we kept information in a `README.md`
file that got rendered by GitHub when visiting that URL.
That information was moved into the webpage and got expanded.
The webpage is also nowadays the entry point to the project,
and we pointed the "Website" GitHub metadata field to it.
Thus update the `W:` field to point to the actual webpage.
Link: https://rust-for-linux.com [1]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 12601a47c839..7c8088e9a11b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18558,7 +18558,7 @@ R: Andreas Hindborg <a.hindborg@samsung.com>
R: Alice Ryhl <aliceryhl@google.com>
L: rust-for-linux@vger.kernel.org
S: Supported
-W: https://github.com/Rust-for-Linux/linux
+W: https://rust-for-linux.com
B: https://github.com/Rust-for-Linux/linux/issues
C: zulip://rust-for-linux.zulipchat.com
T: git https://github.com/Rust-for-Linux/linux.git rust-next
base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
--
2.42.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
@ 2023-08-30 16:59 ` Miguel Ojeda
2023-09-04 7:48 ` Andreas Hindborg (Samsung)
` (3 more replies)
2023-08-30 17:53 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Geert Stappers
` (7 subsequent siblings)
8 siblings, 4 replies; 16+ messages in thread
From: Miguel Ojeda @ 2023-08-30 16:59 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel,
patches
The `P:` field allows a URI, and we have been adding information
on how to contribute to the Rust subsystem to our webpage for a
while now (and other relevant topics, e.g. branches, third-party
crates, Rust unstable features...).
The webpage/document does not currently follow the headings of
the Maintainer Entry Profile, but it does nevertheless answer
some of the questions we have got so far from contributors and
it covers partially some of the topics there.
Thus link to our "Contributing" document [1].
Link: https://rust-for-linux.com/contributing [1]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7c8088e9a11b..a27b673b01c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18561,6 +18561,7 @@ S: Supported
W: https://rust-for-linux.com
B: https://github.com/Rust-for-Linux/linux/issues
C: zulip://rust-for-linux.zulipchat.com
+P: https://rust-for-linux.com/contributing
T: git https://github.com/Rust-for-Linux/linux.git rust-next
F: Documentation/rust/
F: rust/
--
2.42.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
@ 2023-08-30 17:53 ` Geert Stappers
2023-09-22 18:45 ` Miguel Ojeda
2023-09-02 18:57 ` Boqun Feng
` (6 subsequent siblings)
8 siblings, 1 reply; 16+ messages in thread
From: Geert Stappers @ 2023-08-30 17:53 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor, Boqun Feng,
Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
Alice Ryhl, rust-for-linux, linux-kernel, patches
On Wed, Aug 30, 2023 at 06:59:48PM +0200, Miguel Ojeda wrote:
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
It looks like "mdbook" and "webbrowser view-source" confirms it is.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
Where to find the source for the MarkDownBook?
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12601a47c839..7c8088e9a11b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18558,7 +18558,7 @@ R: Andreas Hindborg <a.hindborg@samsung.com>
> R: Alice Ryhl <aliceryhl@google.com>
> L: rust-for-linux@vger.kernel.org
> S: Supported
> -W: https://github.com/Rust-for-Linux/linux
> +W: https://rust-for-linux.com
> B: https://github.com/Rust-for-Linux/linux/issues
> C: zulip://rust-for-linux.zulipchat.com
> T: git https://github.com/Rust-for-Linux/linux.git rust-next
>
> base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
> --
> 2.42.0
Reviewed-by: Geert Stappers <stappers@stappers.nl>
Groeten
Geert Stappers
--
Silence is hard to parse
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
2023-08-30 17:53 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Geert Stappers
@ 2023-09-02 18:57 ` Boqun Feng
2023-09-04 7:40 ` Andreas Hindborg
` (5 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Boqun Feng @ 2023-09-02 18:57 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, rust-for-linux,
linux-kernel, patches
On Wed, Aug 30, 2023 at 06:59:48PM +0200, Miguel Ojeda wrote:
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Regards,
Boqun
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12601a47c839..7c8088e9a11b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18558,7 +18558,7 @@ R: Andreas Hindborg <a.hindborg@samsung.com>
> R: Alice Ryhl <aliceryhl@google.com>
> L: rust-for-linux@vger.kernel.org
> S: Supported
> -W: https://github.com/Rust-for-Linux/linux
> +W: https://rust-for-linux.com
> B: https://github.com/Rust-for-Linux/linux/issues
> C: zulip://rust-for-linux.zulipchat.com
> T: git https://github.com/Rust-for-Linux/linux.git rust-next
>
> base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
> --
> 2.42.0
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
` (2 preceding siblings ...)
2023-09-02 18:57 ` Boqun Feng
@ 2023-09-04 7:40 ` Andreas Hindborg
2023-09-04 14:45 ` Greg KH
2023-09-04 7:43 ` Andreas Hindborg (Samsung)
` (4 subsequent siblings)
8 siblings, 1 reply; 16+ messages in thread
From: Andreas Hindborg @ 2023-09-04 7:40 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Alice Ryhl,
rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org,
patches@lists.linux.dev
Miguel Ojeda <ojeda@kernel.org> writes:
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://protect2.fireeye.com/v1/url?k=f6de0e95-97551ba3-f6df85da-74fe485fffe0-40da65c741bc6c5c&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Frust-for-linux.com%2F [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12601a47c839..7c8088e9a11b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18558,7 +18558,7 @@ R: Andreas Hindborg <a.hindborg@samsung.com>
> R: Alice Ryhl <aliceryhl@google.com>
> L: rust-for-linux@vger.kernel.org
> S: Supported
> -W: https://protect2.fireeye.com/v1/url?k=562fa4e0-37a4b1d6-562e2faf-74fe485fffe0-41ef9448fbcb2236&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Fgithub.com%2FRust-for-Linux%2Flinux
> +W: https://protect2.fireeye.com/v1/url?k=9d6f1261-fce40757-9d6e992e-74fe485fffe0-96ce3590ad5e7466&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Frust-for-linux.com%2F
> B: https://protect2.fireeye.com/v1/url?k=bce0bede-dd6babe8-bce13591-74fe485fffe0-1eb20aae852614aa&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Fgithub.com%2FRust-for-Linux%2Flinux%2Fissues
> C: zulip://rust-for-linux.zulipchat.com
> T: git
> https://protect2.fireeye.com/v1/url?k=db2bb7f4-baa0a2c2-db2a3cbb-74fe485fffe0-2d91ea432710b07e&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Fgithub.com%2FRust-for-Linux%2Flinux.git
> rust-next
>
> base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
I was about to complain about the strange link you put. It took me a few
seconds to realize what was going on.
Perhaps we should start signing the patches?
Best regards,
Andreas
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
` (3 preceding siblings ...)
2023-09-04 7:40 ` Andreas Hindborg
@ 2023-09-04 7:43 ` Andreas Hindborg (Samsung)
2023-09-16 10:52 ` Vincenzo Palazzo
` (3 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Andreas Hindborg (Samsung) @ 2023-09-04 7:43 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Alice Ryhl, rust-for-linux,
linux-kernel, patches
Miguel Ojeda <ojeda@kernel.org> writes:
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
Reviewed-by: Andreas Hindborg <a.hindborg@samsung.com>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
@ 2023-09-04 7:48 ` Andreas Hindborg (Samsung)
2023-09-16 10:53 ` Vincenzo Palazzo
` (2 subsequent siblings)
3 siblings, 0 replies; 16+ messages in thread
From: Andreas Hindborg (Samsung) @ 2023-09-04 7:48 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Alice Ryhl, rust-for-linux,
linux-kernel, patches
Miguel Ojeda <ojeda@kernel.org> writes:
> The `P:` field allows a URI, and we have been adding information
> on how to contribute to the Rust subsystem to our webpage for a
> while now (and other relevant topics, e.g. branches, third-party
> crates, Rust unstable features...).
>
> The webpage/document does not currently follow the headings of
> the Maintainer Entry Profile, but it does nevertheless answer
> some of the questions we have got so far from contributors and
> it covers partially some of the topics there.
>
> Thus link to our "Contributing" document [1].
>
> Link: https://rust-for-linux.com/contributing [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
Reviewed-by: Andreas Hindborg <a.hindborg@samsung.com>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-09-04 7:40 ` Andreas Hindborg
@ 2023-09-04 14:45 ` Greg KH
0 siblings, 0 replies; 16+ messages in thread
From: Greg KH @ 2023-09-04 14:45 UTC (permalink / raw)
To: Andreas Hindborg
Cc: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor, Boqun Feng,
Gary Guo, Björn Roy Baron, Benno Lossin, Alice Ryhl,
rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org,
patches@lists.linux.dev
On Mon, Sep 04, 2023 at 07:40:01AM +0000, Andreas Hindborg wrote:
>
> Miguel Ojeda <ojeda@kernel.org> writes:
>
> > A few months ago we started a webpage for the Rust subsystem and
> > the overall Rust for Linux project [1].
> >
> > The current `W:` field of the Rust entry points to the GitHub
> > repository, since originally we kept information in a `README.md`
> > file that got rendered by GitHub when visiting that URL.
> >
> > That information was moved into the webpage and got expanded.
> > The webpage is also nowadays the entry point to the project,
> > and we pointed the "Website" GitHub metadata field to it.
> >
> > Thus update the `W:` field to point to the actual webpage.
> >
> > Link: https://protect2.fireeye.com/v1/url?k=f6de0e95-97551ba3-f6df85da-74fe485fffe0-40da65c741bc6c5c&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Frust-for-linux.com%2F [1]
> > Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> > ---
> > MAINTAINERS | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 12601a47c839..7c8088e9a11b 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -18558,7 +18558,7 @@ R: Andreas Hindborg <a.hindborg@samsung.com>
> > R: Alice Ryhl <aliceryhl@google.com>
> > L: rust-for-linux@vger.kernel.org
> > S: Supported
> > -W: https://protect2.fireeye.com/v1/url?k=562fa4e0-37a4b1d6-562e2faf-74fe485fffe0-41ef9448fbcb2236&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Fgithub.com%2FRust-for-Linux%2Flinux
> > +W: https://protect2.fireeye.com/v1/url?k=9d6f1261-fce40757-9d6e992e-74fe485fffe0-96ce3590ad5e7466&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Frust-for-linux.com%2F
> > B: https://protect2.fireeye.com/v1/url?k=bce0bede-dd6babe8-bce13591-74fe485fffe0-1eb20aae852614aa&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Fgithub.com%2FRust-for-Linux%2Flinux%2Fissues
> > C: zulip://rust-for-linux.zulipchat.com
> > T: git
> > https://protect2.fireeye.com/v1/url?k=db2bb7f4-baa0a2c2-db2a3cbb-74fe485fffe0-2d91ea432710b07e&q=1&e=b1890d46-d9fd-4c52-9067-813223d79978&u=https%3A%2F%2Fgithub.com%2FRust-for-Linux%2Flinux.git
> > rust-next
> >
> > base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
>
> I was about to complain about the strange link you put. It took me a few
> seconds to realize what was going on.
>
> Perhaps we should start signing the patches?
You can do that, many of us do, please use patatt for this. My
.git/hooks/sendemail-validate file contains just one line:
patatt sign --hook "${1}"
b4 then checks this when applying patches, so it's good to get in the
habit of using it.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
` (4 preceding siblings ...)
2023-09-04 7:43 ` Andreas Hindborg (Samsung)
@ 2023-09-16 10:52 ` Vincenzo Palazzo
2023-09-19 9:02 ` Alice Ryhl
` (2 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Vincenzo Palazzo @ 2023-09-16 10:52 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel,
patches
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
2023-09-04 7:48 ` Andreas Hindborg (Samsung)
@ 2023-09-16 10:53 ` Vincenzo Palazzo
2023-09-19 9:04 ` Alice Ryhl
2023-09-20 13:27 ` Benno Lossin
3 siblings, 0 replies; 16+ messages in thread
From: Vincenzo Palazzo @ 2023-09-16 10:53 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel,
patches
> The `P:` field allows a URI, and we have been adding information
> on how to contribute to the Rust subsystem to our webpage for a
> while now (and other relevant topics, e.g. branches, third-party
> crates, Rust unstable features...).
>
> The webpage/document does not currently follow the headings of
> the Maintainer Entry Profile, but it does nevertheless answer
> some of the questions we have got so far from contributors and
> it covers partially some of the topics there.
>
> Thus link to our "Contributing" document [1].
>
> Link: https://rust-for-linux.com/contributing [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
` (5 preceding siblings ...)
2023-09-16 10:52 ` Vincenzo Palazzo
@ 2023-09-19 9:02 ` Alice Ryhl
2023-09-20 13:27 ` Benno Lossin
2023-10-05 16:12 ` Miguel Ojeda
8 siblings, 0 replies; 16+ messages in thread
From: Alice Ryhl @ 2023-09-19 9:02 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg,
rust-for-linux, linux-kernel, patches
On Wed, Aug 30, 2023 at 7:00 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
2023-09-04 7:48 ` Andreas Hindborg (Samsung)
2023-09-16 10:53 ` Vincenzo Palazzo
@ 2023-09-19 9:04 ` Alice Ryhl
2023-09-20 13:27 ` Benno Lossin
3 siblings, 0 replies; 16+ messages in thread
From: Alice Ryhl @ 2023-09-19 9:04 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg,
rust-for-linux, linux-kernel, patches
On Wed, Aug 30, 2023 at 7:00 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> The `P:` field allows a URI, and we have been adding information
> on how to contribute to the Rust subsystem to our webpage for a
> while now (and other relevant topics, e.g. branches, third-party
> crates, Rust unstable features...).
>
> The webpage/document does not currently follow the headings of
> the Maintainer Entry Profile, but it does nevertheless answer
> some of the questions we have got so far from contributors and
> it covers partially some of the topics there.
>
> Thus link to our "Contributing" document [1].
>
> Link: https://rust-for-linux.com/contributing [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
` (6 preceding siblings ...)
2023-09-19 9:02 ` Alice Ryhl
@ 2023-09-20 13:27 ` Benno Lossin
2023-10-05 16:12 ` Miguel Ojeda
8 siblings, 0 replies; 16+ messages in thread
From: Benno Lossin @ 2023-09-20 13:27 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Andreas Hindborg,
Alice Ryhl, rust-for-linux, linux-kernel, patches
On 30.08.23 18:59, Miguel Ojeda wrote:
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12601a47c839..7c8088e9a11b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18558,7 +18558,7 @@ R: Andreas Hindborg <a.hindborg@samsung.com>
> R: Alice Ryhl <aliceryhl@google.com>
> L: rust-for-linux@vger.kernel.org
> S: Supported
> -W: https://github.com/Rust-for-Linux/linux
> +W: https://rust-for-linux.com
> B: https://github.com/Rust-for-Linux/linux/issues
> C: zulip://rust-for-linux.zulipchat.com
> T: git https://github.com/Rust-for-Linux/linux.git rust-next
>
> base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
> --
> 2.42.0
>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
` (2 preceding siblings ...)
2023-09-19 9:04 ` Alice Ryhl
@ 2023-09-20 13:27 ` Benno Lossin
3 siblings, 0 replies; 16+ messages in thread
From: Benno Lossin @ 2023-09-20 13:27 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Andreas Hindborg,
Alice Ryhl, rust-for-linux, linux-kernel, patches
On 30.08.23 18:59, Miguel Ojeda wrote:
> The `P:` field allows a URI, and we have been adding information
> on how to contribute to the Rust subsystem to our webpage for a
> while now (and other relevant topics, e.g. branches, third-party
> crates, Rust unstable features...).
>
> The webpage/document does not currently follow the headings of
> the Maintainer Entry Profile, but it does nevertheless answer
> some of the questions we have got so far from contributors and
> it covers partially some of the topics there.
>
> Thus link to our "Contributing" document [1].
>
> Link: https://rust-for-linux.com/contributing [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7c8088e9a11b..a27b673b01c3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18561,6 +18561,7 @@ S: Supported
> W: https://rust-for-linux.com
> B: https://github.com/Rust-for-Linux/linux/issues
> C: zulip://rust-for-linux.zulipchat.com
> +P: https://rust-for-linux.com/contributing
> T: git https://github.com/Rust-for-Linux/linux.git rust-next
> F: Documentation/rust/
> F: rust/
> --
> 2.42.0
>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 17:53 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Geert Stappers
@ 2023-09-22 18:45 ` Miguel Ojeda
0 siblings, 0 replies; 16+ messages in thread
From: Miguel Ojeda @ 2023-09-22 18:45 UTC (permalink / raw)
To: Geert Stappers
Cc: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor, Boqun Feng,
Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
Alice Ryhl, rust-for-linux, linux-kernel, patches
On Wed, Aug 30, 2023 at 7:53 PM Geert Stappers <stappers@stappers.nl> wrote:
>
> It looks like "mdbook" and "webbrowser view-source" confirms it is.
Yeah, it is, with some pre- & post-processing to add some extra features.
> Where to find the source for the MarkDownBook?
It is now published at https://github.com/Rust-for-Linux/rust-for-linux.com.
> Reviewed-by: Geert Stappers <stappers@stappers.nl>
Thanks!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
` (7 preceding siblings ...)
2023-09-20 13:27 ` Benno Lossin
@ 2023-10-05 16:12 ` Miguel Ojeda
8 siblings, 0 replies; 16+ messages in thread
From: Miguel Ojeda @ 2023-10-05 16:12 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
rust-for-linux, linux-kernel, patches
On Wed, Aug 30, 2023 at 7:00 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Series applied to `rust-next`-- thanks everyone!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2023-10-05 16:12 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20230830170041eucas1p139eda9d21701ab726a9b36751b819ada@eucas1p1.samsung.com>
2023-08-30 16:59 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Miguel Ojeda
2023-08-30 16:59 ` [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust Miguel Ojeda
2023-09-04 7:48 ` Andreas Hindborg (Samsung)
2023-09-16 10:53 ` Vincenzo Palazzo
2023-09-19 9:04 ` Alice Ryhl
2023-09-20 13:27 ` Benno Lossin
2023-08-30 17:53 ` [PATCH 1/2] MAINTAINERS: update Rust webpage Geert Stappers
2023-09-22 18:45 ` Miguel Ojeda
2023-09-02 18:57 ` Boqun Feng
2023-09-04 7:40 ` Andreas Hindborg
2023-09-04 14:45 ` Greg KH
2023-09-04 7:43 ` Andreas Hindborg (Samsung)
2023-09-16 10:52 ` Vincenzo Palazzo
2023-09-19 9:02 ` Alice Ryhl
2023-09-20 13:27 ` Benno Lossin
2023-10-05 16:12 ` Miguel Ojeda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).