lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 29 Feb 2020 22:06:43 +0530
From:   Aman <amanharitsh123@...il.com>
To:     Jonathan Corbet <corbet@....net>
Cc:     linux-kernel-mentees@...ts.linuxfoundation.org,
        "Paul E. McKenney" <paulmck@...nel.org>,
        Josh Triplett <josh@...htriplett.org>,
        Steven Rostedt <rostedt@...dmis.org>,
        Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
        Lai Jiangshan <jiangshanlai@...il.com>,
        Joel Fernandes <joel@...lfernandes.org>, rcu@...r.kernel.org,
        linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [Linux-kernel-mentees] [PATCH v3] doc: Convert rculist_nulls.txt
 to rculist_nulls.rst

On 29/02/20 8:26 pm, Jonathan Corbet wrote:
> On Thu, 27 Feb 2020 23:36:53 +0530
> Aman Sharma <amanharitsh123@...il.com> wrote:
>
>> This patch converts rculist_nulls from .txt to .rst format, and also adds
>> it to the index.rst file.
>>
>> Major changes includes:
>> 1) Addition of section headers and subsection headers.
>> 2) Addition of literal blocks which contains all the codes.
>> 3) Making enumerated list item by changing X) to X. where X is number
>>     like 1,2,3 etc.
>>
>> Signed-off-by: Aman Sharma <amanharitsh123@...il.com>
>> ---
>>   Documentation/RCU/index.rst         |   1 +
>>   Documentation/RCU/rculist_nulls.rst | 179 ++++++++++++++++++++++++++++
>>   Documentation/RCU/rculist_nulls.txt | 172 --------------------------
>>   3 files changed, 180 insertions(+), 172 deletions(-)
>>   create mode 100644 Documentation/RCU/rculist_nulls.rst
>>   delete mode 100644 Documentation/RCU/rculist_nulls.txt
> When you put out multiple versions of a patch, it's always good to say
> what has changed; you can put that information right after the "---" line
> above.  That's even more true if you send two versions within minutes of
> each other; recipients will want to know what is going on.
>
> Thanks,
>
> jon

Alright, I will make sure to always mention the changes between the 
subsequent version of patches.

Here, the reason for a v3 patch is to fix the typing error in the commit 
message, there was a duplicate line in commit message of patch v2.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ