Re: [patch -mm v2 1/3] mm, memcg: introduce per-memcg oom policy tunable

2018-02-01 Thread David Rientjes
On Wed, 31 Jan 2018, Michal Hocko wrote: > > > > > root > > > > > / | \ > > > > > A B C > > > > >/ \/ \ > > > > > D E F G > > > > > > > > > > Assume A: cgroup, B: oom_group=1, C: tree, G: oom_group=1 > > > > > > > > > > > > > At each level o

[PATCH] Documentation/scheduler/sched-rt-group: Update SCHED DEADLINE references

2018-02-01 Thread Daniel Bristot de Oliveira
The documentation was mentioning the "future SCHED EDF" as the solution for fine-grained control of deadline/period. This patch updates this citing the (now) existing SCHED_DEADLINE. Signed-off-by: Daniel Bristot de Oliveira Cc: Jonathan Corbet Cc: Juri Lelli Cc: Luca Abeni Cc: Tommaso Cucinot

Re: [PATCH] Documentation/scheduler/sched-rt-group: Update SCHED DEADLINE references

2018-02-01 Thread Juri Lelli
Hi Daniel, On 01/02/18 11:31, Daniel Bristot de Oliveira wrote: > The documentation was mentioning the "future SCHED EDF" as the > solution for fine-grained control of deadline/period. This patch > updates this citing the (now) existing SCHED_DEADLINE. > > Signed-off-by: Daniel Bristot de Oliveir

[PATCH] Documentation/ABI: update infiniband sysfs interfaces

2018-02-01 Thread Aishwarya Pant
Add documentation for core and hardware specific infiniband interfaces. The descriptions have been collected from git commit logs, reading through code and data sheets. Some drivers have incomplete doc and are annotated with the comment '[to be documented]'. Signed-off-by: Aishwarya Pant --- Doc

[PATCH v2] Documentation/process: kernel maintainer PGP guide

2018-02-01 Thread Konstantin Ryabitsev
This guide is an adapted version of the more general "Protecting Code Integrity" guide written and maintained by The Linux Foundation IT for use with open-source projects. It provides the oft-lacking guidance on the following topics: - how to properly protect one's PGP keys to minimize the risks

Re: [PATCH] Documentation/process: kernel maintainer PGP guide

2018-02-01 Thread Konstantin Ryabitsev
On Wed, Jan 31, 2018 at 09:18:11AM +0200, Jani Nikula wrote: Just one nit, I think it would be better to move the Maintainer: bit from the end near the top as a reStructuredText field list. See 'git grep :Author:' under Documentation for examples. Could even add a MAINTAINERS entry to improve you

Re: [PATCH] Documentation/ABI: update infiniband sysfs interfaces

2018-02-01 Thread Hal Rosenstock
On 2/1/2018 8:32 AM, Aishwarya Pant wrote: > Add documentation for core and hardware specific infiniband interfaces. > The descriptions have been collected from git commit logs, reading > through code and data sheets. Some drivers have incomplete doc and are > annotated with the comment '[to be doc

[PATCH v11 00/10] Application Data Integrity feature introduced by SPARC M7

2018-02-01 Thread Khalid Aziz
V11 changes: This series is same as v10 and was simply rebased on 4.15 kernel. Can mm maintainers please review patches 2, 7, 8 and 9 which are arch independent, and include/linux/mm.h and mm/ksm.c changes in patch 10 and ack these if everything looks good? SPARC M7 processor adds additional met

[PATCH v11 10/10] sparc64: Add support for ADI (Application Data Integrity)

2018-02-01 Thread Khalid Aziz
ADI is a new feature supported on SPARC M7 and newer processors to allow hardware to catch rogue accesses to memory. ADI is supported for data fetches only and not instruction fetches. An app can enable ADI on its data pages, set version tags on them and use versioned addresses to access the data p

Re: [PATCH v2] Documentation/process: kernel maintainer PGP guide

2018-02-01 Thread Jonathan Corbet
On Thu, 1 Feb 2018 09:42:33 -0500 Konstantin Ryabitsev wrote: > This guide is an adapted version of the more general "Protecting Code > Integrity" guide written and maintained by The Linux Foundation IT for > use with open-source projects. It provides the oft-lacking guidance on > the following t

Re: [PATCH] Fix broken link in Documentation/process/kernel-docs.rst

2018-02-01 Thread Jonathan Corbet
On Tue, 30 Jan 2018 15:58:06 +0300 Grigory Shipunov wrote: > Kernel Glossary has moved from /Glossary to /KernelGlossary > on kernelnewbies.org. This patch corrects this link. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the bo

Re: [PATCH] Documentation: mips: Update AU1xxx_IDE Kconfig dependencies

2018-02-01 Thread Jonathan Corbet
On Mon, 29 Jan 2018 12:21:07 + Corentin Labbe wrote: > IDEDMA_AUTO IDEDMA_PCI_AUTO was removed in commit 120b9cfddff2 ("ide: remove > CONFIG_IDEDMA_{ICS,PCI}_AUTO config") > BLK_DEV_IDEDISK was removed in commit 806f80a6fc20 ("ide: add generic > ATA/ATAPI disk driver") > BLK_DEV_IDE_AU1XXX_

Re: [PATCH] Documentation/admin-guide: fixes for thunderbolt.rst

2018-02-01 Thread Jonathan Corbet
On Sat, 27 Jan 2018 18:49:08 -0800 Randy Dunlap wrote: > From: Randy Dunlap > > Edits for grammar, punctuation, and a doubled-up word. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kerne

Re: [PATCH] Mention kernel-doc Context section

2018-02-01 Thread Jonathan Corbet
On Fri, 19 Jan 2018 08:26:08 -0800 Matthew Wilcox wrote: > The scripts/kernel-doc processor mentions the ability to add arbitrary > section names and suggests including a Context: section. We already > have about 450 Context: sections in the kernel, so document it. > > We also have around 250 L

[PATCH 1/3] documentation: watchdog: remove documentation of at32ap700x_wdt

2018-02-01 Thread Corentin Labbe
Since at32ap700x_wdt is gone, no need to keep its documentation Signed-off-by: Corentin Labbe --- Documentation/watchdog/watchdog-parameters.txt | 5 - 1 file changed, 5 deletions(-) diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.tx

[PATCH 2/3] documentation: watchdog: remove documentation for ixp2000

2018-02-01 Thread Corentin Labbe
The ixp2000 watchdog driver was removed in commit 065e8238302b ("watchdog: remove ixp2000 driver") No need to keep its documentation, so remove it. Signed-off-by: Corentin Labbe --- Documentation/watchdog/watchdog-parameters.txt | 5 - 1 file changed, 5 deletions(-) diff --git a/Documenta

[PATCH 3/3] documentation: watchdog: remove documentation of w83697hf_wdt/w83697ug_wdt

2018-02-01 Thread Corentin Labbe
Since w83697hf_wdt/w83697ug_wdt watchdogs drivers were removed in commit 7285fae9345e ("watchdog: Remove drivers for W83697HF and W83697UG") There are no need to keep their documentation Signed-off-by: Corentin Labbe --- Documentation/watchdog/watchdog-parameters.txt | 13 - 1 file c

Re: [PATCH v2] Documentation/process: kernel maintainer PGP guide

2018-02-01 Thread Konstantin Ryabitsev
On Thu, Feb 01, 2018 at 11:14:50AM -0700, Jonathan Corbet wrote: - Capitalizing "Kernel" bugs me. Obviously not a big deal. Noted. - The "master keys vs. subkeys" section is nice, but it's missing one thing, IMO: a sentence saying what a subkey *is* in the first place. I'll work that in

Re: [PATCH] Documentation/ABI: update infiniband sysfs interfaces

2018-02-01 Thread Jason Gunthorpe
On Thu, Feb 01, 2018 at 07:02:33PM +0530, Aishwarya Pant wrote: > Add documentation for core and hardware specific infiniband interfaces. > The descriptions have been collected from git commit logs, reading > through code and data sheets. Some drivers have incomplete doc and are > annotated with th

Re: [PATCH 1/3] documentation: watchdog: remove documentation of at32ap700x_wdt

2018-02-01 Thread Guenter Roeck
On Thu, Feb 01, 2018 at 08:44:10PM +, Corentin Labbe wrote: > Since at32ap700x_wdt is gone, no need to keep its documentation > > Signed-off-by: Corentin Labbe Reviewed-by: Guenter Roeck > --- > Documentation/watchdog/watchdog-parameters.txt | 5 - > 1 file changed, 5 deletions(-) >

Re: [PATCH 2/3] documentation: watchdog: remove documentation for ixp2000

2018-02-01 Thread Guenter Roeck
On Thu, Feb 01, 2018 at 08:44:11PM +, Corentin Labbe wrote: > The ixp2000 watchdog driver was removed in commit 065e8238302b ("watchdog: > remove ixp2000 driver") > > No need to keep its documentation, so remove it. > > Signed-off-by: Corentin Labbe Reviewed-by: Guenter Roeck > --- > Do

Re: [PATCH 3/3] documentation: watchdog: remove documentation of w83697hf_wdt/w83697ug_wdt

2018-02-01 Thread Guenter Roeck
On Thu, Feb 01, 2018 at 08:44:12PM +, Corentin Labbe wrote: > Since w83697hf_wdt/w83697ug_wdt watchdogs drivers were removed > in commit 7285fae9345e ("watchdog: Remove drivers for W83697HF and W83697UG") > There are no need to keep their documentation > > Signed-off-by: Corentin Labbe Revie

Re: [PATCH v11 00/10] Application Data Integrity feature introduced by SPARC M7

2018-02-01 Thread Eric W. Biederman
Khalid Aziz writes: > V11 changes: > This series is same as v10 and was simply rebased on 4.15 kernel. Can > mm maintainers please review patches 2, 7, 8 and 9 which are arch > independent, and include/linux/mm.h and mm/ksm.c changes in patch 10 > and ack these if everything looks good? I am a b