Re: [PATCH] doc: move namespaces.rst from kbuild/ to core-api/

2019-10-07 Thread Matthias Maennich
On Tue, Oct 08, 2019 at 12:10:09PM +0900, Masahiro Yamada wrote: We discussed a better location for this file, and agreed that core-api/ is a good fit. Rename it to symbol-namespaces.rst for disambiguation, and also add it to index.rst and MAINTAINERS. Acked-by: Matthias Maennich Thank you!

[PATCH v3 2/3] riscv: Add KASAN support

2019-10-07 Thread Nick Hu
This patch ports the feature Kernel Address SANitizer (KASAN). Note: The start address of shadow memory is at the beginning of kernel space, which is 2^64 - (2^39 / 2) in SV39. The size of the kernel space is 2^38 bytes so the size of shadow memory should be 2^38 / 8. Thus, the shadow memory would

[PATCH v3 3/3] kasan: Add riscv to KASAN documentation.

2019-10-07 Thread Nick Hu
Add riscv to the KASAN documentation to mention that riscv is supporting generic kasan now. Signed-off-by: Nick Hu --- Documentation/dev-tools/kasan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/dev-tools/kasan.rst b/Documentation/dev-tools/kasan.rst

[PATCH v3 0/3] KASAN support for RISC-V

2019-10-07 Thread Nick Hu
KASAN is an important runtime memory debugging feature in linux kernel which can detect use-after-free and out-of-bounds problems. Changes in v2: - Remove the porting of memmove and exclude the check instead. - Fix some code noted by Christoph Hellwig Changes in v3: - Update the KASAN docum

[PATCH v3 1/3] kasan: Archs don't check memmove if not support it.

2019-10-07 Thread Nick Hu
Skip the memmove checking for those archs who don't support it. Signed-off-by: Nick Hu --- mm/kasan/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/kasan/common.c b/mm/kasan/common.c index 6814d6d6a023..897f9520bab3 100644 --- a/mm/kasan/common.c +++ b/mm/kasan/common.c @@ -107

[PATCH] doc: move namespaces.rst from kbuild/ to core-api/

2019-10-07 Thread Masahiro Yamada
We discussed a better location for this file, and agreed that core-api/ is a good fit. Rename it to symbol-namespaces.rst for disambiguation, and also add it to index.rst and MAINTAINERS. Signed-off-by: Masahiro Yamada --- Documentation/core-api/index.rst | 1 +

Re: [PATCH] Documentation: kunit: Fix verification command

2019-10-07 Thread shuah
On 10/7/19 4:04 PM, Brendan Higgins wrote: On Sun, Sep 8, 2019 at 4:40 PM Brendan Higgins wrote: On Sat, Sep 7, 2019 at 2:01 PM SeongJae Park wrote: kunit wrapper script ('kunit.py') receives a sub-command (only 'run' for now) as its argument. If no sub-command is given, it prints help mes

Re: [PATCH] Documentation: kunit: Fix verification command

2019-10-07 Thread Brendan Higgins
On Sun, Sep 8, 2019 at 4:40 PM Brendan Higgins wrote: > > On Sat, Sep 7, 2019 at 2:01 PM SeongJae Park wrote: > > > > kunit wrapper script ('kunit.py') receives a sub-command (only 'run' for > > now) as its argument. If no sub-command is given, it prints help > > message and just quit. However,

RE:PERSONAL LETTER FROM MRS RASHIA AMIRA

2019-10-07 Thread Mr Barrister Hans Erich
Greetings My name is Barrister Hans Erich. I have a client who is interested to invest in your country, she is a well known politician in her country and deserve a lucrative investment partnership with you outside her country without any delay Please can you manage such investment please Kin

Re: [PATCH v7 1/5] nvmem: core: add nvmem_device_find

2019-10-07 Thread Paul Burton
Hello, 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. Applied to mips-next. > commit 8c2a2b8c2ff6 > https://git.kernel.org/mips/c/8c2a2b8c2ff6 > > Reviewed-by: Srinivas Kandagatla > Acked

Re: [PATCH v7 2/5] MIPS: PCI: use information from 1-wire PROM for IOC3 detection

2019-10-07 Thread Paul Burton
Hello, Thomas Bogendoerfer wrote: > IOC3 chips in SGI system are conntected to a bridge ASIC, which has > a 1-wire prom attached with part number information. This changeset > uses this information to create PCI subsystem information, which > the MFD driver uses for further platform device setup.

Re: [PATCH] doc: move namespaces.rst out of kbuild directory

2019-10-07 Thread Randy Dunlap
On 10/7/19 6:41 AM, Matthias Maennich wrote: > On Mon, Oct 07, 2019 at 07:29:30AM -0600, Jonathan Corbet wrote: >> On Mon, 7 Oct 2019 10:12:42 +0200 >> Jessica Yu wrote: >> >>> This was my line of thought as well, since the audience of >>> admin-guide/ is sysadmins and users. Namespaces are mostly

Re: 'make help' br0ken for @echo ' valid values for SPHINXDIRS are: $(_SPHINXDIRS)'

2019-10-07 Thread Randy Dunlap
On 10/7/19 8:41 AM, Jonathan Corbet wrote: > On Wed, 2 Oct 2019 16:16:07 -0700 > Randy Dunlap wrote: > >> It seems that _SPHINXDIRS is empty. I'm getting (short extract): >> >> make SPHINXDIRS="s1 s2" [target] Generate only docs of folder s1, s2 >> valid values for SPHINXDIRS are: >> >> m

Re: 'make help' br0ken for @echo ' valid values for SPHINXDIRS are: $(_SPHINXDIRS)'

2019-10-07 Thread Jonathan Corbet
On Wed, 2 Oct 2019 16:16:07 -0700 Randy Dunlap wrote: > It seems that _SPHINXDIRS is empty. I'm getting (short extract): > > make SPHINXDIRS="s1 s2" [target] Generate only docs of folder s1, s2 > valid values for SPHINXDIRS are: > > make SPHINX_CONF={conf-file} [target] use *additional*

Re: [PATCH] Documentation: add link to stm32mp157 docs

2019-10-07 Thread Jonathan Corbet
On Thu, 3 Oct 2019 10:05:46 + Gerald BAEZA wrote: > > > Adding the URL is a fine idea. But you don't need the extra syntax to > > > create a link if you're not going to actually make a link out of it. > > > So I'd take the ".. _STM32MP157:" part out and life will be good. > > > > > > > We

Re: [PATCH 2/3] hwmon: Add support for ltc2947

2019-10-07 Thread Sa, Nuno
On Mon, 2019-10-07 at 05:44 -0700, Guenter Roeck wrote: > > On 10/7/19 5:25 AM, Sa, Nuno wrote: > > On Fri, 2019-10-04 at 08:06 -0700, Guenter Roeck wrote: > > > On Fri, Oct 04, 2019 at 07:45:07AM +, Sa, Nuno wrote: > > > [ ... ] > > > > > > +static int ltc2947_val_read(struct ltc2947_data *st

Re: [PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support

2019-10-07 Thread Ingo Molnar
* Hans de Goede wrote: > Hi All, > > Here is v7 of my patch-set to add support for EFI embedded fw to the kernel. > > v6 was posted a long time ago, around the 4.18 days. The long wait was for > a suitable secure-hash for checking the firmware we find embedded in the EFI > is the one we expec

Re: [PATCH] doc: move namespaces.rst out of kbuild directory

2019-10-07 Thread Matthias Maennich
On Mon, Oct 07, 2019 at 07:29:30AM -0600, Jonathan Corbet wrote: On Mon, 7 Oct 2019 10:12:42 +0200 Jessica Yu wrote: This was my line of thought as well, since the audience of admin-guide/ is sysadmins and users. Namespaces are mostly relevant to module authors and kernel developers. Currently

Re: [PATCH] Documentation: kbuild: Add document about namespaces

2019-10-07 Thread Matthias Maennich
On Mon, Oct 07, 2019 at 07:25:38AM -0600, Jonathan Corbet wrote: On Mon, 7 Oct 2019 04:26:24 + wrote: > Sphinx outputs the following build warning: > > Documentation/kbuild/namespaces.rst: > WARNING: document isn't included in any toctree Oh, I did not notice this file was added to the k

Re: [PATCH] doc: move namespaces.rst out of kbuild directory

2019-10-07 Thread Jonathan Corbet
On Mon, 7 Oct 2019 10:12:42 +0200 Jessica Yu wrote: > This was my line of thought as well, since the audience of > admin-guide/ is sysadmins and users. Namespaces are mostly relevant to > module authors and kernel developers. Currently, I don't think there > is an existing good place in Documenta

Re: [PATCH] Documentation: kbuild: Add document about namespaces

2019-10-07 Thread Jonathan Corbet
On Mon, 7 Oct 2019 04:26:24 + wrote: > > Sphinx outputs the following build warning: > > > > Documentation/kbuild/namespaces.rst: > > WARNING: document isn't included in any toctree > > > Oh, I did not notice this file was added to the kbuild directory. > > I do not understand why it is

Re: [PATCH] hwmon: docs: Extend inspur-ipsps1 title underline

2019-10-07 Thread Guenter Roeck
On 10/6/19 7:36 PM, Adam Zerella wrote: Sphinx is generating a build warning as the title underline of this file is too short. Signed-off-by: Adam Zerella Applied. Thanks, Guenter --- Documentation/hwmon/inspur-ipsps1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 2/3] hwmon: Add support for ltc2947

2019-10-07 Thread Guenter Roeck
On 10/7/19 5:25 AM, Sa, Nuno wrote: On Fri, 2019-10-04 at 08:06 -0700, Guenter Roeck wrote: On Fri, Oct 04, 2019 at 07:45:07AM +, Sa, Nuno wrote: [ ... ] +static int ltc2947_val_read(struct ltc2947_data *st, const u8 reg, + const u8 page, const size_t size, s64 *v

Re: [PATCH 2/3] hwmon: Add support for ltc2947

2019-10-07 Thread Sa, Nuno
On Fri, 2019-10-04 at 08:06 -0700, Guenter Roeck wrote: > > On Fri, Oct 04, 2019 at 07:45:07AM +, Sa, Nuno wrote: > [ ... ] > > > > +static int ltc2947_val_read(struct ltc2947_data *st, const u8 > > > > reg, > > > > + const u8 page, const size_t size, > > > > s64 *val

Re: [PATCH v4 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-10-07 Thread Stefan-gabriel Mirea
On 10/6/2019 5:00 AM, Shawn Guo wrote: > On Thu, Sep 05, 2019 at 11:58:32AM +, Stefan-gabriel Mirea wrote: >> From: Eddy Petrișor >> >> Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC >> bindings. >> >> Signed-off-by: Eddy Petrișor >> Signed-off-by: Stefan-Gabriel Mir

Re: [PATCH] doc: move namespaces.rst out of kbuild directory

2019-10-07 Thread Jessica Yu
+++ Matthias Maennich [07/10/19 07:06 +0100]: Hi! On Mon, Oct 07, 2019 at 01:36:11PM +0900, Masahiro Yamada wrote: I did not notice this document was added to Documentation/kbuild/, and I do not understand how it is related to the build system. Kick it out of the kbuild directory. I am not su

Re: [PATCH] hwmon: docs: Extend inspur-ipsps1 title underline

2019-10-07 Thread Jean Delvare
On Mon, 2019-10-07 at 13:36 +1100, Adam Zerella wrote: > Sphinx is generating a build warning as the title underline > of this file is too short. > > Signed-off-by: Adam Zerella > --- > Documentation/hwmon/inspur-ipsps1.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git