[PATCH] doc:lock: remove reference to clever use of read-write lock

2019-08-31 Thread Federico Vaga
Remove the clever example about read-write lock because these type of lock is not reccomended anymore (according to the very same document). So there is no reason to teach cleaver things that people should not do. (and by the way there was a little typo) Signed-off-by: Federico Vaga --- Documen

Re: [PATCH] doc:lock: remove reference to clever use of read-write lock

2019-08-31 Thread Jonathan Corbet
On Sat, 31 Aug 2019 15:41:16 +0200 Federico Vaga wrote: > several CPU's and you want to use spinlocks you can potentially use > -cheaper versions of the spinlocks. IFF you know that the spinlocks are > +cheaper versions of the spinlocks. If you know that the spinlocks are > never used in interr

[PATCH v2] docs: ftrace: clarify when tracing is disabled by the trace file

2019-08-31 Thread Peter Wu
The current text could mislead the user into believing that only read() disables tracing. Clarify that any open() call that requests read access disables tracing. Link: https://lkml.kernel.org/r/CAADnVQ+hU6QOC_dPmpjnuv=9g4SQEeaMEMqXOS2WpMj=q=l...@mail.gmail.com Signed-off-by: Peter Wu --- v2: fi

[PATCH] Ext4 Docs: Add missing bigalloc documentation.

2019-08-31 Thread Ayush Ranjan
There was a broken link for bigalloc. The page https://ext4.wiki.kernel.org/index.php/Bigalloc was not migrated into the current documentation sources. This patch adds the contents of that missing page into the section for Bigalloc itself. Signed-off-by: Ayush Ranjan --- Please note that I have n

Re: [PATCH v2] docs: ftrace: clarify when tracing is disabled by the trace file

2019-08-31 Thread Steven Rostedt
On Sat, 31 Aug 2019 16:35:00 +0100 Peter Wu wrote: > The current text could mislead the user into believing that only read() > disables tracing. Clarify that any open() call that requests read access > disables tracing. > > Link: > https://lkml.kernel.org/r/CAADnVQ+hU6QOC_dPmpjnuv=9g4SQEeaMEMqX

[PATCH v3 2/2] kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN

2019-08-31 Thread Masahiro Yamada
KBUILD_ENABLE_EXTRA_GCC_CHECKS started as a switch to add extra warning options for GCC, but now it is a historical misnomer since we use it also for Clang, DTC, and even kernel-doc. Rename it to more sensible, and shorter KBUILD_EXTRA_WARN. For the backward compatibility, KBUILD_ENABLE_EXTRA_GCC