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!
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
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
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
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
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 +
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
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,
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
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
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.
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
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
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*
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
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
* 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
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
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
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
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
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
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
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
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
+++ 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
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
27 matches
Mail list logo