mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Carlos Bilbao <carlos.bilbao@amd.com>
To: Kaiwan N Billimoria <kaiwan.billimoria@gmail.com>
Cc: corbet@lwn.net, rlove@rlove.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] docs: Add relevant kernel publications to list of books
Date: Wed, 22 Feb 2023 08:14:51 -0600	[thread overview]
Message-ID: <c5317c66-fea2-37da-26ab-091117880d26@amd.com> (raw)
In-Reply-To: <CAPDLWs99LUCQ47huoiiZmQfAsHX8Esmepu_hSCXWoqcpEoPxKQ@mail.gmail.com>

On 2/22/23 05:08, Kaiwan N Billimoria wrote:
> Hi Carlos,
> 
> On Tue, Feb 21, 2023 at 11:30 PM Carlos Bilbao <carlos.bilbao@amd.com> wrote:
>>
>> For the list of kernel published books, include publication covering kernel
>> debugging from August, 2022 (ISBN 978-1801075039). Also add foundational
>> book from Robert Love (ISBN 978-1449339531) and remove extra spaces.
>>
>> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
>> ---
>>   Documentation/process/kernel-docs.rst | 29 ++++++++++++++++++++++-----
>>   1 file changed, 24 insertions(+), 5 deletions(-)
>>
>> diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
>> index 1c6e2ab92f4e..ce461d981d0a 100644
>> --- a/Documentation/process/kernel-docs.rst
>> +++ b/Documentation/process/kernel-docs.rst
>> @@ -75,13 +75,31 @@ On-line docs
>>   Published books
>>   ---------------
>>
>> +    * Title: **Linux Kernel Debugging: Leverage proven tools and advanced techniques to effectively debug Linux kernels and kernel modules**
>> +
>> +      :Author: Kaiwan N. Billimoria
>> +      :Publisher: Packt Publishing Ltd
>> +      :Date: August, 2022
>> +      :Pages: 638
>> +      :ISBN: 978-1801075039
>> +      :Notes: Debugging book
>> +
>>       * Title: **Linux Kernel Programming: A Comprehensive Guide to Kernel Internals, Writing Kernel Modules, and Kernel Synchronization**
>>
>> -          :Author: Kaiwan N. Billimoria
>> -          :Publisher: Packt Publishing Ltd
>> -          :Date: 2021
>> -          :Pages: 754
>> -          :ISBN: 978-1789953435
>> +      :Author: Kaiwan N. Billimoria
>> +      :Publisher: Packt Publishing Ltd
>> +      :Date: 2021
>> +      :Pages: 754
>> +      :ISBN: 978-1789953435
>> +
>> +    * Title: **Linux System Programming: Talking Directly to the Kernel and C Library**
>> +
>> +      :Author: Robert Love
>> +      :Publisher: O'Reilly Media
>> +      :Date: June, 2013
>> +      :Pages: 456
>> +      :ISBN: 978-1449339531
>> +      :Notes: Foundational book
>>
>>       * Title: **Linux Kernel Development, 3rd Edition**
>>
>> @@ -92,6 +110,7 @@ Published books
>>         :ISBN: 978-0672329463
>>         :Notes: Foundational book
>>
>> +
>>   .. _ldd3_published:
>>
>>       * Title: **Linux Device Drivers, 3rd Edition**
>> --
>> 2.34.1
>>
> 
> Thanks very much.
> 
> A request to incorporate a few minor changes (I applied these small
> changes on the latest linux-next I could find):

Sure, I will send v2 with your changes and signature.

> 
> Signed-off-by: Kaiwan N Billimoria <kaiwan.billimoria@gmail.com>
> ---
>   Documentation/process/kernel-docs.rst | 13 +++++++++++--
>   1 file changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/process/kernel-docs.rst
> b/Documentation/process/kernel-docs.rst
> index 1c6e2ab92f4e..f7ecc04b509b 100644
> --- a/Documentation/process/kernel-docs.rst
> +++ b/Documentation/process/kernel-docs.rst
> @@ -75,11 +75,20 @@ On-line docs
>   Published books
>   ---------------
> 
> +   * Title: **Linux Kernel Debugging: Leverage proven tools and
> advanced techniques to effectively debug Linux kernels and kernel
> modules**
> +
> +          :Author: Kaiwan N Billimoria
> +          :Publisher: Packt Publishing Ltd
> +          :Date: August, 2022
> +          :Pages: 638
> +          :ISBN: 978-1801075039
> +          :Notes: Debugging book
> +
>       * Title: **Linux Kernel Programming: A Comprehensive Guide to
> Kernel Internals, Writing Kernel Modules, and Kernel Synchronization**
> 
> -          :Author: Kaiwan N. Billimoria
> +          :Author: Kaiwan N Billimoria
>             :Publisher: Packt Publishing Ltd
> -          :Date: 2021
> +          :Date: March, 2021
>             :Pages: 754
>             :ISBN: 978-1789953435
> 

Thanks,
Carlos

  reply	other threads:[~2023-02-22 14:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21 18:00 [PATCH 0/1] " Carlos Bilbao
2023-02-21 18:00 ` [PATCH 1/1] " Carlos Bilbao
2023-02-22 11:08   ` Kaiwan N Billimoria
2023-02-22 14:14     ` Carlos Bilbao [this message]
2023-02-23  1:12       ` Kaiwan N Billimoria
2023-02-23 13:15         ` Carlos Bilbao
2023-02-24  2:08           ` Kaiwan N Billimoria

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=c5317c66-fea2-37da-26ab-091117880d26@amd.com \
    --to=carlos.bilbao@amd.com \
    --cc=corbet@lwn.net \
    --cc=kaiwan.billimoria@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rlove@rlove.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®