Re: [PATCH 6/9] docs: Use correct list markup character

2019-03-07 Thread Tobin C. Harding
On Thu, Mar 07, 2019 at 07:40:14PM -0800, Randy Dunlap wrote: > On 3/7/19 1:11 PM, Tobin C. Harding wrote: > > Sphinx uses a star not a hyphen for lists. > > > > Use correct list markup character. > > > > Signed-off-by: Tobin C. Harding > > Hi Tobin, > > The blank line insertions are all that

Re: [PATCH 8/9] docs: Fix Title underline too short warning

2019-03-07 Thread Tobin C. Harding
On Thu, Mar 07, 2019 at 07:42:03PM -0800, Randy Dunlap wrote: > On 3/7/19 1:11 PM, Tobin C. Harding wrote: > > Sphinx emits a bunch of 'Title underline too short' warnings. We can > > fix these by using the correct length underlines. > > > > Fix Title underline too short warning by amending headi

Re: [PATCH 7/9] docs: Remove unknown 'hint' directive

2019-03-07 Thread Randy Dunlap
On 3/7/19 1:11 PM, Tobin C. Harding wrote: > Current RST file contains an unknown directive causing Sphinx to emit > > ERROR: Unexpected indentation. > > Use normal language construct instead. > > Signed-off-by: Tobin C. Harding This is a good idea. My previous patch eliminated the warn

Re: [PATCH 9/9] docs: Add blank line after SPDX licence identifier

2019-03-07 Thread Randy Dunlap
On 3/7/19 1:11 PM, Tobin C. Harding wrote: > Sphinx emits warning > > WARNING: Explicit markup ends without a blank line; unexpected > unindent. > > This is caused by a missing line after the SPDX license identifier. > > Add blank line after SPDX licence identifier. > > Signed-off-b

Re: [PATCH 8/9] docs: Fix Title underline too short warning

2019-03-07 Thread Randy Dunlap
On 3/7/19 1:11 PM, Tobin C. Harding wrote: > Sphinx emits a bunch of 'Title underline too short' warnings. We can > fix these by using the correct length underlines. > > Fix Title underline too short warning by amending heading underline. > > Signed-off-by: Tobin C. Harding > --- > Documentati

Re: [PATCH 6/9] docs: Use correct list markup character

2019-03-07 Thread Randy Dunlap
On 3/7/19 1:11 PM, Tobin C. Harding wrote: > Sphinx uses a star not a hyphen for lists. > > Use correct list markup character. > > Signed-off-by: Tobin C. Harding Hi Tobin, The blank line insertions are all that is needed. And I have already sent a patch for that. Also, a list can begin with

Re: [PATCH 5/9] docs: Replace backtick with apostrophe.

2019-03-07 Thread Randy Dunlap
On 3/7/19 1:11 PM, Tobin C. Harding wrote: > Sphinx emits: > > WARNING: Inline interpreted text or phrase reference > start-string without end-string. > > This is caused by a spurious backtick. > > Replace backtick with apostrophe. > > Signed-off-by: Tobin C. Harding > --- > inclu

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Joel Fernandes
On Thu, Mar 07, 2019 at 03:40:37PM -0800, h...@zytor.com wrote: > On March 7, 2019 3:12:07 PM PST, Joel Fernandes > wrote: > >Enrico, > > > >On Thu, Mar 07, 2019 at 11:11:22PM +0100, Enrico Weigelt, metux IT > >consult wrote: > >> On 07.03.19 21:55, Greg KH wrote: > >> > >> > Ick, no, no more sq

[PATCH v3 09/31] docs/zh_CN: rename stable_kernel_rules doc

2019-03-07 Thread Alex Shi
This patch renamed stable_kernel_rules.txt to stable-kernel-rules.rst Make it available in htmldocs making. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: TripleX Chung Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../process/{stable_kernel_rules.txt => stabl

[PATCH v3 05/31] docs/zh_CN: rename HOWTO into process directory

2019-03-07 Thread Alex Shi
Make it available in htmldocs Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Yang Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- Documentation/translations/zh_CN/process/{HOWTO => howto.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Docume

[PATCH v3 16/31] docs/zh_CN: format submitting drivers as rst

2019-03-07 Thread Alex Shi
to Make it readble for html etc docs making. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Yang Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/submitting-drivers.rst | 30 +++ 1 file changed, 11 insertions(+), 19 delet

[PATCH v3 11/31] docs/zh_CN: rename email-clients.txt as email-clients.rst

2019-03-07 Thread Alex Shi
Make it available for html etc docs. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/{email-clients.txt => email-clients.rst}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Document

[PATCH v3 15/31] docs/zh_CN: rename SubmittingDrivers

2019-03-07 Thread Alex Shi
Rename the file to make it available in html etc docs making. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Yang Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/{SubmittingDrivers => submitting-drivers.rst} | 0 1 file changed, 0 insertio

[PATCH v3 04/31] docs/zh_CN: add index file into process dir

2019-03-07 Thread Alex Shi
Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../translations/zh_CN/process/index.rst | 53 +++ 1 file changed, 53 insertions(+) create mode 100644 Documentation/translations/zh_CN/process/index.r

[PATCH v3 12/31] docs/zh_CN: do rst format for email-clients.rst

2019-03-07 Thread Alex Shi
Make it readble as rst format. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/email-clients.rst | 53 --- 1 file changed, 22 insertions(+), 31 deletions(-) diff --git a/Docum

[PATCH v3 06/31] docs/zh_CN: howto format changes

2019-03-07 Thread Alex Shi
also with few contents changes Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Yang Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../translations/zh_CN/process/howto.rst | 37 --- 1 file changed, 15 insertions(+), 22 deletions(-) diff

[PATCH v3 02/31] docs/zh_CN: move process related docs into process dir

2019-03-07 Thread Alex Shi
Much process documents spread here isn't neat. It's good to put them together in their directory: process So create 'process' directory and move docs: email-clients stable_kernel_rules stable_api_nosense submittingpatches submittingdrivers HOWTO volatile-considered-harmful

[PATCH v3 10/31] docs/zh_CN: rst format change for stable-kernel-rules

2019-03-07 Thread Alex Shi
to Make it readble with rst format. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: TripleX Chung Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/stable-kernel-rules.rst | 32 +-- 1 file changed, 15 insertions(+), 17 deletion

[PATCH v3 03/31] docs/zh_CN: change Chinese index to know process dir

2019-03-07 Thread Alex Shi
And add some description translation in index file. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- Documentation/translations/zh_CN/index.rst | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) dif

[PATCH v3 08/31] docs/zh_CN: format the submitting-patches doc to rst

2019-03-07 Thread Alex Shi
And remove Enghlish explainations in the docs, which it isn't necessary in Chinese doc. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: TripleX Chung Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/submitting-patches.rst | 36 +++---

[PATCH v3 13/31] docs/zh_CN: rename volatile-consider-harmful doc

2019-03-07 Thread Alex Shi
Make it available for html etc docs making. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Bryan Wu Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- ...ile-considered-harmful.txt => volatile-considered-harmful.rst} | 0 1 file changed, 0 insertions(+), 0 deletion

[PATCH v3 17/31] docs/zh_CN: rename magic-numbers as rst doc

2019-03-07 Thread Alex Shi
to Make it available in html etc doc making Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Jia Wei Wei Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/{magic-number.txt => magic-number.rst} | 0 1 file changed, 0 insertions(+), 0 delet

[PATCH v3 14/31] docs/zh_CN: volatile doc format changes

2019-03-07 Thread Alex Shi
make it readble as rst format for html etc doc making. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Bryan Wu Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../process/volatile-considered-harmful.rst | 35 --- 1 file changed, 14 insertions(+

[PATCH v3 18/31] docs/zh_CN: format the magic-number doc as rst

2019-03-07 Thread Alex Shi
to Make it readble in html etc doc making. And fix the wrong translation for 'number' in form. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Jia Wei Wei Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/magic-number.rst| 210

[PATCH v3 01/31] docs/zh_CN: add disclaimer file

2019-03-07 Thread Alex Shi
This a disclaimer file which will be included in Chinese files as header. To reduce the same common contents copy. Part of contents quoted from Federico Vaga's file: Documentation/translations/it_IT/disclaimer-ita.rst. Thanks a lot! Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet

[PATCH v3 07/31] docs/zh_CN: rename SubmittingPatches for html links

2019-03-07 Thread Alex Shi
renamed:Documentation/translations/zh_CN/process/SubmittingPatches -> Documentation/translations/zh_CN/process/submitting-patches.rst For htmldoc links. And will change the doc format to rst. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: TripleX Chung Cc: Li Zefan Cc: Sh

[PATCH v3 00/31] clean up and reorg Chinese kernel docs

2019-03-07 Thread Alex Shi
Hi All, The following patches change existing Chinese kernel docs to rst format and reorg them to make them alive in 'make htmldocs'. you can view the generated htmldocs from: http://176.122.172.82/translations/zh_CN/index.html Or make and review docs on your self box: make htm

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread hpa
On March 7, 2019 3:12:07 PM PST, Joel Fernandes wrote: >Enrico, > >On Thu, Mar 07, 2019 at 11:11:22PM +0100, Enrico Weigelt, metux IT >consult wrote: >> On 07.03.19 21:55, Greg KH wrote: >> >> > Ick, no, no more squashfs please, let's just kill that mess once >and for >> > all :) >> >> okay, the

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Justin Capella
Would you consider this more reliable than the make install_headers, and am curious about DKMS applications / whether this should be preferable to the /lib/modules/kernver/biuld symlinks On Wed, Mar 6, 2019 at 6:48 AM Masahiro Yamada wrote: > > On Mon, Mar 4, 2019 at 1:15 AM Joel Fernandes wrote

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Joel Fernandes
Enrico, On Thu, Mar 07, 2019 at 11:11:22PM +0100, Enrico Weigelt, metux IT consult wrote: > On 07.03.19 21:55, Greg KH wrote: > > > Ick, no, no more squashfs please, let's just kill that mess once and for > > all :) > > okay, then: s/squashfs/whatever_fs_image_or_archive_you_like/; > > > Again

[GIT PULL] Documentation for 5.1

2019-03-07 Thread Jonathan Corbet
The following changes since commit 0358affb5cd8bbd685a6ab163a36dd28a818da73: Documentation: change linux-4.x references to 5.x (2019-02-17 15:41:05 -0700) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-5.1 for you to fetch changes up to 4064174becc09a5a2385a27

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Enrico Weigelt, metux IT consult
On 07.03.19 21:55, Greg KH wrote: > Ick, no, no more squashfs please, let's just kill that mess once and for > all :) okay, then: s/squashfs/whatever_fs_image_or_archive_you_like/; > Again, putting this in a simple compressed tar image allows anyone to do > whatever they need to with this. If t

[PATCH 3/9] docs: Remove unnecessary reference link title

2019-03-07 Thread Tobin C. Harding
Labels that precede a heading use the heading as the link title. Explicitly adding the link title defeats the purpose of this feature i.e. makes the reference less maintainable. Remove unnecessary reference link title. Signed-off-by: Tobin C. Harding --- Documentation/admin-guide/mm/numa_memory

[PATCH 1/9] docs: Fix spelling mistake

2019-03-07 Thread Tobin C. Harding
Documentation contains a spelling mistake / typo. s/descibed/described/ Fix spelling mistake. Signed-off-by: Tobin C. Harding --- Documentation/process/howto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rs

[PATCH 2/9] docs: Add colon clearing sphinx warning

2019-03-07 Thread Tobin C. Harding
Sphinx emits various warnings all caused by missing colons before code blocks: WARNING: Inline emphasis start-string without end-string. WARNING: Block quote ends without a blank line; unexpected unindent. ERROR: Unexpected indentation. WARNING: Block quote ends wit

[PATCH 4/9] docs: Use reference to link to rst file

2019-03-07 Thread Tobin C. Harding
Current document includes the path to an RST doc file. Since this is an RST file we can make this a link. Keeps the path as the link title since that what the original author wrote. Use reference to link to rst file. Signed-off-by: Tobin C. Harding --- Documentation/vm/numa.rst | 4 ++-- 1 fi

[PATCH 6/9] docs: Use correct list markup character

2019-03-07 Thread Tobin C. Harding
Sphinx uses a star not a hyphen for lists. Use correct list markup character. Signed-off-by: Tobin C. Harding --- Documentation/driver-api/gpio/board.rst | 5 +++-- Documentation/laptops/lg-laptop.rst | 12 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Documen

[PATCH 8/9] docs: Fix Title underline too short warning

2019-03-07 Thread Tobin C. Harding
Sphinx emits a bunch of 'Title underline too short' warnings. We can fix these by using the correct length underlines. Fix Title underline too short warning by amending heading underline. Signed-off-by: Tobin C. Harding --- Documentation/filesystems/path-lookup.rst | 24 +- Documentati

[PATCH 7/9] docs: Remove unknown 'hint' directive

2019-03-07 Thread Tobin C. Harding
Current RST file contains an unknown directive causing Sphinx to emit ERROR: Unexpected indentation. Use normal language construct instead. Signed-off-by: Tobin C. Harding --- Documentation/driver-api/dmaengine/dmatest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 9/9] docs: Add blank line after SPDX licence identifier

2019-03-07 Thread Tobin C. Harding
Sphinx emits warning WARNING: Explicit markup ends without a blank line; unexpected unindent. This is caused by a missing line after the SPDX license identifier. Add blank line after SPDX licence identifier. Signed-off-by: Tobin C. Harding --- Documentation/laptops/lg-laptop.r

[PATCH 5/9] docs: Replace backtick with apostrophe.

2019-03-07 Thread Tobin C. Harding
Sphinx emits: WARNING: Inline interpreted text or phrase reference start-string without end-string. This is caused by a spurious backtick. Replace backtick with apostrophe. Signed-off-by: Tobin C. Harding --- include/linux/kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 del

[PATCH 0/9] docs: Fix various build warnings/errors

2019-03-07 Thread Tobin C. Harding
Hi, I had a few hours to spare so I thought I'd clear some Sphinx build warnings/errors. There isn't anything too controversial here. The only interesting thing I hit was in patch 7 (docs: Remove unknown 'hint' directive), I couldn't work out if this was a serious directive, a joke, or a typo.

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Greg KH
On Thu, Mar 07, 2019 at 09:41:24PM +0100, Enrico Weigelt, metux IT consult wrote: > On 07.03.19 02:49, Daniel Colascione wrote: > > > Entirely FS-less operation is uncommon, granted. :-) I guess I've just > > spent too much time debugging emulators that refuse to mount their> root > > filesystem

[RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Enrico Weigelt, metux IT consult
On 07.03.19 02:49, Daniel Colascione wrote: > Entirely FS-less operation is uncommon, granted. :-) I guess I've just > spent too much time debugging emulators that refuse to mount their> root > filesystems. :-) Fix these emulators ? > There are legitimate reasons why a device's> filesystems mig

Re: undefined label

2019-03-07 Thread Tobin C. Harding
On Thu, Mar 07, 2019 at 10:58:07AM +0100, Markus Heiser wrote: > Am 07.03.19 um 10:17 schrieb Tobin C. Harding: > > Hi Jon, > > > > I hit that undefined label warning again today. Then just now I was > > sitting enjoying a quite scotch and the reason came to me. It is caused > > by building part

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Enrico Weigelt, metux IT consult
On 07.03.19 02:48, Joel Fernandes wrote: >> I'm confused. > > Take a look at this thread: https://lkml.org/lkml/2019/2/28/634 Okay, replying to that mail: > > > There's no linux-headers That's the first fundamental problem. Actually, there's not even any decent package management at all (no, ap

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Joel Fernandes
On Thu, Mar 07, 2019 at 04:23:03PM +0100, Greg KH wrote: > > > On Fri, Mar 1, 2019 at 5:10 PM Joel Fernandes (Google) > > > wrote: > > > > Introduce in-kernel headers and other artifacts which are made available > > > > as an archive through proc (/proc/kheaders.tar.xz file). This archive > > > >

Re: [RFC] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Enrico Weigelt, metux IT consult
On 07.03.19 02:42, Joel Fernandes wrote: Speaking as an embedded linux architect, who's daily job for a large part is to getting bootloader, kernel, userland and customer applications play nice together, in a stable, secure and easily maintainable way: > They would include the module because we

[PATCH 2/2] hwspinlock: add the 'in_atomic' API

2019-03-07 Thread Fabien Dessenne
Add the 'in_atomic' mode which can be called from an atomic context. This mode relies on the existing 'raw' mode (no lock, no preemption/irq disabling) with the difference that the timeout is not based on jiffies (jiffies won't increase when irq are disabled) but handled with busy-waiting udelay()

[PATCH 1/2] hwspinlock: document the hwspinlock 'raw' API

2019-03-07 Thread Fabien Dessenne
Document the hwspin_lock_timeout_raw(), hwspin_trylock_raw() and hwspin_unlock_raw() API. Signed-off-by: Fabien Dessenne --- Documentation/hwspinlock.txt | 42 ++ 1 file changed, 42 insertions(+) diff --git a/Documentation/hwspinlock.txt b/Documentation/h

[PATCH 0/2] hwspinlock: add the 'in_atomic' API

2019-03-07 Thread Fabien Dessenne
In its current implementation, the hwspinlock framework relies on jiffies to handle the timeout of the hwspin_lock_timeout_xxx() API. In an atomic context (or more precisely when irq are disabled) jiffies does not increase, which prevents the timeout to reach its target value (infinite loop). Note

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Greg KH
On Thu, Mar 07, 2019 at 10:03:43AM -0500, Joel Fernandes wrote: > On Thu, Mar 07, 2019 at 09:58:24AM +0100, Geert Uytterhoeven wrote: > > Hi Joel, > > > > On Fri, Mar 1, 2019 at 5:10 PM Joel Fernandes (Google) > > wrote: > > > Introduce in-kernel headers and other artifacts which are made availab

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Joel Fernandes
On Thu, Mar 07, 2019 at 09:58:24AM +0100, Geert Uytterhoeven wrote: > Hi Joel, > > On Fri, Mar 1, 2019 at 5:10 PM Joel Fernandes (Google) > wrote: > > Introduce in-kernel headers and other artifacts which are made available > > as an archive through proc (/proc/kheaders.tar.xz file). This archive

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Joel Fernandes
On Thu, Mar 07, 2019 at 01:59:12PM +0900, Masahiro Yamada wrote: [snip] > > > [2] > > > > > > The shell script keeps running > > > even when an error occurs. > > > > > > If any line in a shell script fails, > > > probably it went already wrong. > > > > > > I highly recommend to add 'set -e' > > > a

Re: [PATCH 05/14] cpu topology: Export die_id

2019-03-07 Thread Morten Rasmussen
Hi Len, On Tue, Feb 26, 2019 at 01:20:03AM -0500, Len Brown wrote: > From: Len Brown > > Export die_id in cpu topology, for the benefit of hardware that > has multiple-die/package. > > Signed-off-by: Len Brown > Cc: linux-doc@vger.kernel.org > --- > Documentation/cputopology.txt | 6 ++

Re: undefined label

2019-03-07 Thread Markus Heiser
Am 07.03.19 um 10:17 schrieb Tobin C. Harding: Hi Jon, I hit that undefined label warning again today. Then just now I was sitting enjoying a quite scotch and the reason came to me. It is caused by building part of the docs instead of the whole tree i.e. using make SPHINXDIRS=admin-gu

undefined label

2019-03-07 Thread Tobin C. Harding
Hi Jon, I hit that undefined label warning again today. Then just now I was sitting enjoying a quite scotch and the reason came to me. It is caused by building part of the docs instead of the whole tree i.e. using make SPHINXDIRS=admin-guide htmldocs Gives the warning WARNING:

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-07 Thread Geert Uytterhoeven
Hi Joel, On Fri, Mar 1, 2019 at 5:10 PM Joel Fernandes (Google) wrote: > Introduce in-kernel headers and other artifacts which are made available > as an archive through proc (/proc/kheaders.tar.xz file). This archive makes > it possible to build kernel modules, run eBPF programs, and other > tra

Re: [PATCH v2] makedumpfile: exclude pages that are logically offline

2019-03-07 Thread David Hildenbrand
On 27.11.18 17:32, Kazuhito Hagio wrote: >> Linux marks pages that are logically offline via a page flag (map count). >> Such pages e.g. include pages infated as part of a balloon driver or >> pages that were not actually onlined when onlining the whole section. >> >> While the hypervisor usually a