Relevant part is:
arch/x86/Kconfig: select HAVE_ARCH_KASAN if X86_64 && SPARSEMEM_VMEMMAP
Signed-off-by: Adam Borowski
---
Documentation/features/debug/KASAN/arch-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/features/debug/KASAN/arch-support.txt
Hi Mauro,
(Removing the non-list recipients.)
On Fri, Sep 29, 2017 at 06:27:13AM -0300, Mauro Carvalho Chehab wrote:
> Em Thu, 28 Sep 2017 15:09:21 +0300
> Sakari Ailus escreveu:
>
> > Hi Mauro,
> >
> > On Wed, Sep 27, 2017 at 06:46:56PM -0300, Mauro Carvalho Chehab wrote:
> > > The V4L2_ASYNC
> Am 29.09.2017 um 17:29 schrieb Mauro Carvalho Chehab
> :
>
> Em Thu, 28 Sep 2017 18:28:32 +0200
> Markus Heiser escreveu:
>
>> Hi Mauro,
>>
>>> Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Chehab
>>> :
>
>>> +It is possible to document nested structs unions, like::
>>> +
>>> + /**
>
Em Fri, 29 Sep 2017 12:29:31 -0300
Mauro Carvalho Chehab escreveu:
> Em Thu, 28 Sep 2017 18:28:32 +0200
> Markus Heiser escreveu:
>
> > Hi Mauro,
> >
> > > Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Chehab
> > > :
>
> > > +It is possible to document nested structs unions, like::
> > >
Em Thu, 28 Sep 2017 18:28:32 +0200
Markus Heiser escreveu:
> Hi Mauro,
>
> > Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Chehab
> > :
> > +It is possible to document nested structs unions, like::
> > +
> > + /**
> > + * struct nested_foobar - a struct with nested unions and struct
Em Fri, 29 Sep 2017 17:00:36 +0200
Markus Heiser escreveu:
> > None to argue here. If it is part of the language, either comply or use
> > some other language that it isn't position oriented.
>
> Just for info; when Guido van Rossum created python he thought, that
> readability counts. With in
> Am 29.09.2017 um 15:33 schrieb Mauro Carvalho Chehab
> :
>> Sorry if I was unclear. I mean we should not use tabs in reST or in py.
>
> Ah, OK.
>
>> In python the indentation is a part of the language syntax, same in
>> reST; the indentation is the markup. It's not only me who recommend to
>>
Em Fri, 29 Sep 2017 15:07:05 +0200
Markus Heiser escreveu:
> > Am 29.09.2017 um 14:08 schrieb Mauro Carvalho Chehab
> > :
> >
> > Em Thu, 28 Sep 2017 18:28:32 +0200
> > Markus Heiser escreveu:
> >
> >> Hi Mauro,
> >>
> >>> Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Chehab
> >>> :
> >
> Am 29.09.2017 um 14:08 schrieb Mauro Carvalho Chehab
> :
>
> Em Thu, 28 Sep 2017 18:28:32 +0200
> Markus Heiser escreveu:
>
>> Hi Mauro,
>>
>>> Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Chehab
>>> :
>>>
>> I also untabified the example since tabs in reST are
>> a nightmare, especially
In case, someone wishes for a changelog:
With fadump_rework_cmdline_params() function, parse_args() callback
function,
taking new arguments - current & next, use them to process
'fadump_extra_args='
parmeter, in enforcing the parameters passed through it for fadump kernel.
On Tuesday 12
Hi!
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index b19c491cbc4e..e21b0c002d0f 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -8,12 +8,58 @@ config PRINTK_TIME
> messages to be added to the output of the syslog() system
> call and at the console.
>
>
Em Thu, 28 Sep 2017 18:28:32 +0200
Markus Heiser escreveu:
> Hi Mauro,
>
> > Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Chehab
> > :
> >
> I also untabified the example since tabs in reST are
> a nightmare, especially in code blocks ... tabulators are the source
> of all evil [1] ...
>
>
Hi,
On 2017-09-27 23:46, Mauro Carvalho Chehab wrote:
Now that nested structs are supported, change the
documentation to use it. While here, add cross-references
where pertinent and use monotonic fonts where pertinent,
using the right markup tags.
Signed-off-by: Mauro Carvalho Chehab
Acked-b
On Thu, Sep 28, 2017 at 1:22 PM, Erik Kline wrote:
> Upon further reflection, doesn't the whole premise of this change
> means that it's no longer possible to selectively disable these
> features if they are set on "all"? Or are we saying that this mode is
> only support with "default" enable + "
On 2017/9/1 14:49, Quan Xu wrote:
on 2017/8/29 22:39, Borislav Petkov wrote:
On Tue, Aug 29, 2017 at 11:46:37AM +, Yang Zhang wrote:
Add poll in do_idle. For UP VM, if there are running task, it will not
goes into idle path, so we only enable poll in SMP VM.
Signed-off-by: Yang Zhang
Si
On 2017/8/29 20:46, Peter Zijlstra wrote:
On Tue, Aug 29, 2017 at 11:46:41AM +, Yang Zhang wrote:
In ttwu_do_wakeup, it will update avg_idle when wakeup from idle. Here
we just reuse this logic to update the poll time. It may be a little
late to update the poll in ttwu_do_wakeup, but the t
On Tue, 26 Sep 2017, Jonathan Corbet wrote:
> On Tue, 29 Aug 2017 10:42:24 +0800
> stephen lu wrote:
>
> > Some urls is invalid. I find alternative urls.
> >
> > Signed-off-by: stephen lu
> > ---
> > Documentation/timers/highres.txt | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
17 matches
Mail list logo