On Tue 2018-01-09 16:27:30, Jarkko Sakkinen wrote:
> On Thu, Jan 04, 2018 at 03:17:24PM +0100, Cedric Blancher wrote:
> > So how does this protect against the MELTDOWN attack (CVE-2017-5754)
> > and the MELTATOMBOMBA4 worm which uses this exploit?
> >
> > Ced
>
> Everything going out of L1 gets e
Hi,
On Thu, Dec 07, 2017 at 11:33:47AM +, Miodrag Dinic wrote:
> > On Wed, Dec 06, 2017 at 05:50:52PM +, Maciej W. Rozycki wrote:
> > > What problem are you trying to solve anyway? Is it not something that
> > > can be handled with the `execstack' utility?
> >
> > The commit message st
On Thu, Feb 08, 2018 at 09:46:53AM +0100, Pavel Machek wrote:
> On Tue 2018-01-09 16:27:30, Jarkko Sakkinen wrote:
> > On Thu, Jan 04, 2018 at 03:17:24PM +0100, Cedric Blancher wrote:
> > > So how does this protect against the MELTDOWN attack (CVE-2017-5754)
> > > and the MELTATOMBOMBA4 worm which
From: Matthew Wilcox
Jon asked me to redo the Context: patch on top of his current docs tree.
Unfortunately, I was on a plane at the time, so I started fixing some
other small things, and before I knew it, I'd completely restructured
the entire doc-guide/kernel-doc.rst file.
Feel free to not tak
From: Matthew Wilcox
Line up the second line in the way that the example purports to be
showing.
Signed-off-by: Matthew Wilcox
---
Documentation/doc-guide/kernel-doc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/doc-guide/kernel-doc.rst
b/Documentation/
From: Matthew Wilcox
Let's try to be consistent and copy each other's best practices.
Signed-off-by: Matthew Wilcox
---
Documentation/doc-guide/kernel-doc.rst | 42 ++
1 file changed, 42 insertions(+)
diff --git a/Documentation/doc-guide/kernel-doc.rst
b/Docum
From: Matthew Wilcox
The author clearly meant to use the word 'which' here. Also replace
some tabs with spaces which fixes the syntax highlighting in my editor.
Signed-off-by: Matthew Wilcox
---
Documentation/doc-guide/kernel-doc.rst | 16
1 file changed, 8 insertions(+), 8 d
From: Matthew Wilcox
This section is mentioned in scripts/kernel-doc, so we should mention it
in doc-guide/kernel-doc.rst. There are close to 500 comments using the
Context section already, and almost 300 using a Locking section which
fulfills much the same purpose (and should probably be conver
From: Matthew Wilcox
I found the layout confusing with multiple introductions to what
kernel-doc is and how to use it.
I made the following changes:
- Moved the 'Including kernel-doc comments' section to the end of
the document -- we should explain what it *is* before we explain
how to in
From: Matthew Wilcox
Instead of asking the user to copy and paste a small perl script from
the documentation, just distribute the perl script in the scripts
directory.
Signed-off-by: Matthew Wilcox
---
Documentation/doc-guide/kernel-doc.rst | 30 ++
scripts/split-ma
> Am 08.02.2018 um 15:45 schrieb Matthew Wilcox :
>
> From: Matthew Wilcox
>
> The author clearly meant to use the word 'which' here.
@mauro: my english is very bad and I'm not qualified to teach you
any bit of english, but often I see that you mix 'which' with 'with'. :)
> Also replace
> so
On Thu, 8 Feb 2018 13:29:53 +1100
"Tobin C. Harding" wrote:
> It doesn't appear to be introduced by you but the brace positions are
> non-uniform in this patch.
>
> if
> {
> ...
> }
> else
> {
> ...
> }
>
> instead of
>
> if {
> ...
> } else {
> eee
> }
True, that's worth fixing up wh
12 matches
Mail list logo