Re: [PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email

2024-02-02 Thread Carlos Bilbao
: Carlos Bilbao thanks, greg k-h Thanks, Carlos

Re: [PATCH 2/2] Documentation: best practices for using Link trailers

2024-06-22 Thread Carlos Bilbao
e corresponding link > - when to use lore.kernel.org vs patch.msgid.link domains > > Cc: ksum...@lists.linux.dev > Link: > https://lore.kernel.org/20240617-arboreal-industrious-hedgehog-5b84ae@meerkat > # [1] > Signed-off-by: Konstantin Ryabitsev Nice!  Acked-by: Carlos Bilb

Re: [PATCH 1/2] Documentation: fix links to mailing list services

2024-06-22 Thread Carlos Bilbao
ation/process/kernel-docs.rst > +++ b/Documentation/process/kernel-docs.rst > @@ -194,9 +194,8 @@ Miscellaneous > > * Name: **linux-kernel mailing list archives and search engines** > > - :URL: http://vger.kernel.org/vger-lists.html > - :URL: http://www

Re: [PATCH v2 0/2] Documentation: update information for mailing lists

2024-06-22 Thread Carlos Bilbao
On 6/19/24 13:24, Konstantin Ryabitsev wrote: > There have been some important changes to the mailing lists hosted at > kernel.org, most importantly that vger.kernel.org was migrated from > majordomo+zmailer to mlmmj and is now being served from the unified > mailing list platform called "subspace

Re: [PATCH] docs: maintainer: discourage taking conversations off-list

2024-07-13 Thread Carlos Bilbao
On 7/12/24 09:49, Jakub Kicinski wrote: > Multiple vendors seem to prefer taking discussions off list, and > ask contributors to work with them privately rather than just send > patches to the list. I'd imagine this is because it's hard to fit in > time for random developers popping up with featur

[PATCH] kernel-docs: Add new section for Rust learning materials

2024-09-11 Thread Carlos Bilbao
Include a new section in the Index of Further Kernel Documentation with resources to learn Rust. Reference it in the Rust index. Signed-off-by: Carlos Bilbao --- Documentation/process/kernel-docs.rst | 111 +++--- Documentation/rust/index.rst | 3 + 2 files

Re: [PATCH] kernel-docs: Add new section for Rust learning materials

2024-09-13 Thread Carlos Bilbao
On 9/12/24 00:01, Dirk Behme wrote: > On 11.09.2024 20:59, Carlos Bilbao wrote: >> Include a new section in the Index of Further Kernel Documentation with >> resources to learn Rust. Reference it in the Rust index. > Many thanks for creating the patch! Looks nice :) >

[PATCH v2] kernel-docs: Add new section for Rust learning materials

2024-09-13 Thread Carlos Bilbao
Include a new section in the Index of Further Kernel Documentation with resources to learn Rust. Reference it in the Rust index. Signed-off-by: Carlos Bilbao --- Changes since v1: - Added two more Rust blogs proposed by Dirk Behme. --- Documentation/process/kernel-docs.rst | 131

Re: [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK

2024-09-13 Thread Carlos Bilbao
0644 > --- a/mm/Kconfig > +++ b/mm/Kconfig > @@ -1263,6 +1263,12 @@ config IOMMU_MM_DATA > config EXECMEM > bool > > +config ARCH_HAS_USER_SHADOW_STACK > + bool > + help > + The architecture has hardware support for userspace shadow call > + stacks (eg, x86 CET, arm64 GCS or RISC-V Zicfiss). > + > source "mm/damon/Kconfig" Reviewed-by: Carlos Bilbao > > endmenu Thanks, Carlos

Re: [PATCH] kernel-docs: Add new section for Rust learning materials

2024-09-22 Thread Carlos Bilbao
Hello Miguel, On 9/16/24 03:39, Miguel Ojeda wrote: > On Wed, Sep 11, 2024 at 8:59 PM Carlos Bilbao > wrote: >> Include a new section in the Index of Further Kernel Documentation with >> resources to learn Rust. Reference it in the Rust index. > Thanks for this, Carlos

[PATCH v3] kernel-docs: Add new section for Rust learning materials

2024-09-22 Thread Carlos Bilbao
Include a new section in the Index of Further Kernel Documentation with resources to learn Rust. Reference it in the Rust index. The resources are a product of a survey among assistants to the conference Kangrejos'24. Signed-off-by: Carlos Bilbao Reviewed-by: Dirk Behme --- Changes sin

Re: [PATCH v2] kernel-docs: Add new section for Rust learning materials

2024-09-22 Thread Carlos Bilbao
On 9/16/24 00:33, Dirk Behme wrote: > On 13.09.2024 17:38, Carlos Bilbao wrote: >> Include a new section in the Index of Further Kernel Documentation with >> resources to learn Rust. Reference it in the Rust index. >> >> Signed-off-by: Carlos Bilbao > > Many t

Re: [PATCH] kernel-docs: Add book to process/kernel-docs.rst

2025-02-18 Thread Carlos Bilbao
l 2025. See > + https://nostarch.com/linux-memory-manager for further info. > + > * Title: **Practical Linux System Administration: A Guide to > Installation, Configuration, and Management, 1st Edition** > >:Author: Kenneth Hess Congrats on your new book! Reviewed-by: Carlos Bilbao Thanks, Carlos