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

2019-09-02 Thread Federico Vaga
On Saturday, August 31, 2019 4:43:44 PM CEST Jonathan Corbet wrote: > 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

Re: [PATCH] nvmem: core: add nvmem_device_find

2019-09-02 Thread Thomas Bogendoerfer
On Mon, Aug 26, 2019 at 03:08:28PM +0200, Thomas Bogendoerfer wrote: > nvmem_device_find provides a way to search for nvmem devices with > the help of a match function simlair to bus_find_device. > > Signed-off-by: Thomas Bogendoerfer > --- > Documentation/driver-api/nvmem.rst | 2 ++ > drivers

Re: [PATCH v2 1/1] counter: cros_ec: Add synchronization sensor

2019-09-02 Thread Lee Jones
On Fri, 23 Aug 2019, Fabien Lahoudere wrote: > From: Gwendal Grignou > > EC returns a counter when there is an event on camera vsync. > This patch comes from chromeos kernel 4.4 > > Signed-off-by: Gwendal Grignou > Signed-off-by: Fabien Lahoudere > > CROS EC sync sensor was originally design

[PATCH] doc: kvm: fix return description of KVM_SET_MSRS

2019-09-02 Thread Xiaoyao Li
Signed-off-by: Xiaoyao Li --- Documentation/virt/kvm/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/virt/kvm/api.txt b/Documentation/virt/kvm/api.txt index 2d067767b617..a2efc19e0f4e 100644 --- a/Documentation/virt/kvm/api.txt +++ b/Documentation/virt/kv

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

2019-09-02 Thread Jonathan Corbet
On Sat, 31 Aug 2019 11:58:35 -0400 Steven Rostedt wrote: > Acked-by: Steven Rostedt (VMware) > > Jon care to take this in your tree? Will do. jon

Re: [PATCH v2] dma-mapping: Fix filename references

2019-09-02 Thread Andy Shevchenko
On Tue, Aug 13, 2019 at 04:45:36PM +0200, Christoph Hellwig wrote: > On Tue, Aug 13, 2019 at 05:42:22PM +0300, Andy Shevchenko wrote: > > On Wed, Jun 19, 2019 at 05:19:55PM +0300, Andy Shevchenko wrote: > > > After the commit cf65a0f6f6ff > > > > > > ("dma-mapping: move all DMA mapping code to k

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

2019-09-02 Thread Ingo Molnar
* Federico Vaga wrote: > On Saturday, August 31, 2019 4:43:44 PM CEST Jonathan Corbet wrote: > > 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

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

2019-09-02 Thread Federico Vaga
On Monday, September 2, 2019 8:10:10 PM CEST Ingo Molnar wrote: > * Federico Vaga wrote: > > On Saturday, August 31, 2019 4:43:44 PM CEST Jonathan Corbet wrote: > > > On Sat, 31 Aug 2019 15:41:16 +0200 > > > > > > Federico Vaga wrote: > > > > several CPU's and you want to use spinlocks you can

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

2019-09-02 Thread Jonathan Corbet
On Mon, 02 Sep 2019 21:19:24 +0200 Federico Vaga wrote: > > > I am not used to the mathematical English jargon. It make sense, but then > > > I > > > would replace it with "If and only if": for clarity. > > > > While it's used in a number of places and it's pretty common wording > > overall in

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

2019-09-02 Thread Federico Vaga
On Monday, September 2, 2019 10:21:33 PM CEST Jonathan Corbet wrote: > On Mon, 02 Sep 2019 21:19:24 +0200 > > Federico Vaga wrote: > > > > I am not used to the mathematical English jargon. It make sense, but > > > > then > > > > I > > > > would replace it with "If and only if": for clarity. > > >

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

2019-09-02 Thread Matthew Wilcox
On Mon, Sep 02, 2019 at 02:21:33PM -0600, Jonathan Corbet wrote: > On Mon, 02 Sep 2019 21:19:24 +0200 > Federico Vaga wrote: > > > > > I am not used to the mathematical English jargon. It make sense, but > > > > then > > > > I > > > > would replace it with "If and only if": for clarity. > > >

[PATCH] doc: arm64: fix grammar dtb placed in no attributes region

2019-09-02 Thread lixianfa
Fix grammar dtb placed in no attributes region. This makes Chinese translation smooth to read. Signed-off-by: lixinafa --- Documentation/translations/zh_CN/arm64/booting.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/translations/zh_CN/arm64/booting.txt

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

2019-09-02 Thread Nathan Chancellor
On Sun, Sep 01, 2019 at 01:25:55AM +0900, Masahiro Yamada wrote: > 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

Re: [PATCH v2] dma-mapping: Fix filename references

2019-09-02 Thread Christoph Hellwig
On Mon, Sep 02, 2019 at 04:22:50PM +0300, Andy Shevchenko wrote: > > > Any comment on this? > > > > Fine with me, and I also agree with the glue code comment. > > Are you going to apply this? Thanks, applied to the dma-mapping tree for 5.4.