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
| ||
|
Message-ID: <5689fac5-9ea9-a631-8ed0-a68dbbbe2466@gmail.com> Date: Sat, 26 Nov 2022 12:09:01 +0900 From: Akira Yokosawa <akiyks@...il.com> To: Zhen Lei <thunder.leizhen@...wei.com>, "Paul E. McKenney" <paulmck@...nel.org> Cc: bagasdotme@...il.com, frederic@...nel.org, jiangshanlai@...il.com, joel@...lfernandes.org, josh@...htriplett.org, linux-kernel@...r.kernel.org, linux-next@...r.kernel.org, mathieu.desnoyers@...icios.com, quic_neeraju@...cinc.com, rcu@...r.kernel.org, rostedt@...dmis.org, sfr@...b.auug.org.au, Akira Yokosawa <akiyks@...il.com> Subject: Re: [PATCH v3] doc: Fix htmldocs build warnings of stallwarn.rst Hi, On Thu, 24 Nov 2022 14:22:03 +0800, Zhen Lei wrote: > Documentation/RCU/stallwarn.rst: > 401: WARNING: Literal block expected; none found. > 428: WARNING: Literal block expected; none found. > 445: WARNING: Literal block expected; none found. > 459: WARNING: Literal block expected; none found. > 468: WARNING: Literal block expected; none found. > > The literal block need to be indented, so add two spaces to each line. > > In addition, ':', which is used as a boundary in the literal block, is > replaced by '|'. > > Link: https://lore.kernel.org/linux-next/20221123163255.48653674@canb.auug.org.au/ > Fixes: 3d2788ba4573 ("doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information") > Reported-by: Stephen Rothwell <sfr@...b.auug.org.au> > Signed-off-by: Zhen Lei <thunder.leizhen@...wei.com> Tested "make htmldocs" on top of -rcu tree's dev. Resulting stallwarn.html looks much better! Tested-by: Akira Yokosawa <akiyks@...il.com> Thanks, Akira > --- > Documentation/RCU/stallwarn.rst | 56 ++++++++++++++++++--------------- > 1 file changed, 30 insertions(+), 26 deletions(-) > > v2 --> v3: > 1. Add "Link:", "Fixes:", "Reported-by:". > 2. Remove a orphaned pipe (|). > 3. Change ". ::" to "::" > > v1 --> v2: > For the case that both colons need to be deleted, change "::" to expanded > form or partially minimized form.
Powered by blists - more mailing lists