[PATCH] docs: phy: Drop duplicate 'be made'

2019-07-26 Thread Guido Günther
Fix duplicate words. Signed-off-by: Guido Günther --- Noticed on next-20190725. Documentation/driver-api/phy/phy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/driver-api/phy/phy.rst b/Documentation/driver-api/phy/phy.rst index 457c3e0f86d6..8fc1ce0bb

Re: [PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing

2019-07-26 Thread Konstantin Khlebnikov
On 26.07.2019 3:06, Joel Fernandes wrote: On Thu, Jul 25, 2019 at 11:15:53AM +0300, Konstantin Khlebnikov wrote: [snip] Thanks for bringing up the swapping corner case.. Perhaps we can improve the heap profiler to detect this by looking at bits 0-4 in pagemap. While it Yeb, that could work bu

Re: [PATCH] hung_task: Allow printing warnings every check interval

2019-07-26 Thread Tetsuo Handa
On 2019/07/25 23:25, Dmitry Safonov wrote: > Yes, also current distributions already using the counter to print > warnings number of times and then silently ignore. I.e., on my Arch > Linux setup: > hung_task_warnings:10 You can propose changing the default value of hung_task_warnings to -1. Curr

[PATCH v2 01/10] docs: pdf: add all Documentation/*/index.rst to PDF output

2019-07-26 Thread Mauro Carvalho Chehab
Currently, all index files should be manually added to the latex_documents array at conf.py. While this allows fine-tuning some LaTeX specific things, like the name of the output file and the name of the document, it is not uncommon to forget adding new documents there. So, add a logic that will

[PATCH v2 03/10] docs: conf.py: only use CJK if the font is available

2019-07-26 Thread Mauro Carvalho Chehab
If we try to build a book with asian characters with XeLaTeX and the font is not available, it will produce an error. So, instead, add a logic at conf.py to detect if the proper font is installed. This will avoid an error while building the document, although the result may not be readable. Sign

[PATCH v2 09/10] docs: load_config.py: avoid needing a conf.py just due to LaTeX docs

2019-07-26 Thread Mauro Carvalho Chehab
Right now, for every directory that we need to have LaTeX output, a conf.py file is required. That causes an extra overhead and it is actually a hack, as the latex_documents line there are usually a copy of the ones that are there already at the main conf.py. So, instead, re-use the global latex_

[PATCH v2 02/10] docs: conf.py: add CJK package needed by translations

2019-07-26 Thread Mauro Carvalho Chehab
In order to be able to output Asian symbols with XeLaTeX, we need the xeCJK package, and a default font for CJK symbols. Signed-off-by: Mauro Carvalho Chehab --- Documentation/conf.py | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/conf.py b/Documentation/conf.py index 13b5

[PATCH 2/7] docs: generic-counter.rst: fix broken references for ABI file

2019-07-26 Thread Mauro Carvalho Chehab
There are two references to the generic counter ABI, with was added on a separate patch. Both point to a non-existing file. Fix them. Fixes: ea2b23b89579 ("counter: Documentation: Add Generic Counter sysfs documentation") Fixes: 09e7d4ed8991 ("docs: Add Generic Counter interface documentation")

[PATCH 6/7] docs: zh_CN: howto.rst: fix a broken reference

2019-07-26 Thread Mauro Carvalho Chehab
There's a broken reference there pointing to the long gone DocBook dir. While I don't read chinese, Google translator translates it to: "The generated documentation will be placed in the Documentation/DocBook/ directory." Well, we know that the output will be Documentation/output

[PATCH 0/7] Fix broken references to files under Documentation/*

2019-07-26 Thread Mauro Carvalho Chehab
Solves most of the pending broken references upstream, except for two of them: $ ./scripts/documentation-file-ref-check Documentation/riscv/boot-image-header.txt: Documentation/riscv/booting.txt MAINTAINERS: Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.t

[PATCH v2 09/26] docs: ipmb: place it at driver-api and convert to ReST

2019-07-26 Thread Mauro Carvalho Chehab
No new doc should be added at the main Documentation/ directory. Instead, new docs should be added as ReST files, within the Kernel documentation body. Fixes: 51bd6f291583 ("Add support for IPMB driver") Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/index.rst | 1 + 1 file c

[PATCH v2 04/26] docs: ubifs-authentication.md: convert to ReST

2019-07-26 Thread Mauro Carvalho Chehab
The documentation standard is ReST and not markdown. Signed-off-by: Mauro Carvalho Chehab Acked-by: Rob Herring --- ...entication.md => ubifs-authentication.rst} | 70 --- 1 file changed, 44 insertions(+), 26 deletions(-) rename Documentation/filesystems/{ubifs-authentication.m

[PATCH v2 17/26] docs: fs: convert docs without extension to ReST

2019-07-26 Thread Mauro Carvalho Chehab
There are 3 remaining files without an extension inside the fs docs dir. Manually convert them to ReST. In the case of the nfs/exporting.rst file, as the nfs docs aren't ported yet, I opted to convert and add a :orphan: there, with should be removed when it gets added into a nfs-specific part of

[PATCH v2 21/26] docs: mips: add to the documentation body as ReST

2019-07-26 Thread Mauro Carvalho Chehab
Manually convert the AU1xxx_IDE.README file to ReST and add to a MIPS book as part of the main documentation body. Signed-off-by: Mauro Carvalho Chehab Acked-by: Paul Burton --- Documentation/index.rst | 1 + .../{AU1xxx_IDE.README => au1xxx_ide.rst} | 89 +++-

[PATCH v2 23/26] docs: nios2: add it to the main Documentation body

2019-07-26 Thread Mauro Carvalho Chehab
Rename and add the nios2 documentation to the documentation body. The nios2 document is already on an ReST compatible format. All it needs is that the title of the document to be promoted one level. Signed-off-by: Mauro Carvalho Chehab --- Documentation/index.rst | 1 + Docume

[PATCH v2 10/26] docs: packing: move it to core-api book and adjust markups

2019-07-26 Thread Mauro Carvalho Chehab
The packing.txt file was misplaced, as docs should be part of a documentation book, and not at the root dir. So, move it to the core-api directory and add to its index. Also, ensure that the file will be properly parsed and the bitmap ascii artwork will use a monotonic font. Fixes: 554aae35007e

[PATCH v2 15/26] docs: isdn: convert to ReST and add to kAPI bookset

2019-07-26 Thread Mauro Carvalho Chehab
The ISDN documentation is a mix of admin guide, uAPI and kAPI. Ideally, it should be split. Yet, not sure if it would worth the troble. Anyway, we have the same kind of mix on several drivers specific documentation. So, just like the others, keep the directory at the root Documentation/ tree, just

[PATCH v2 13/26] docs: parisc: convert to ReST and add to documentation body

2019-07-26 Thread Mauro Carvalho Chehab
Manually convert the two PA-RISC documents to ReST, adding them to the Linux documentation body. Signed-off-by: Mauro Carvalho Chehab --- Documentation/index.rst | 1 + .../parisc/{debugging => debugging.rst} | 7 +++ Documentation/parisc/index.rst|

[PATCH v2 12/26] docs: README.buddha: convert to ReST and add to m68k book

2019-07-26 Thread Mauro Carvalho Chehab
Adjust the file for it to be properly parsed by Sphinx, adding it to the index of the book it belongs. Signed-off-by: Mauro Carvalho Chehab --- .../m68k/{README.buddha => buddha-driver.rst} | 95 +-- Documentation/m68k/index.rst | 1 + 2 files changed, 48 insert

[PATCH v2 02/26] docs: thermal: add it to the driver API

2019-07-26 Thread Mauro Carvalho Chehab
The file contents mostly describes driver internals. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/index.rst | 1 + .../{ => driver-api}/thermal/cpu-cooling-api.rst | 0 .../{ => driver-api}/thermal/exynos_thermal.rst | 0 .../thermal/exynos_ther

[PATCH v2 08/26] spi: docs: convert to ReST and add it to the kABI bookset

2019-07-26 Thread Mauro Carvalho Chehab
While there's one file there with briefily describes the uAPI, the documentation was written just like most subsystems: focused on kernel developers. So, add it together with driver-api books. Signed-off-by: Mauro Carvalho Chehab Acked-by: Jonathan Cameron # for iio --- Documentation/index.rst

[PATCH v2 14/26] docs: openrisc: convert to ReST and add to documentation body

2019-07-26 Thread Mauro Carvalho Chehab
Manually convert the two openRisc documents to ReST, adding them to the Linux documentation body. Signed-off-by: Mauro Carvalho Chehab Acked-by: Stafford Horne --- Documentation/index.rst | 1 + Documentation/openrisc/index.rst | 18 + .../openris

[PATCH v2 00/26] ReST conversion of text files without .txt extension

2019-07-26 Thread Mauro Carvalho Chehab
This series converts the text files under Documentation with doesn't end neither .txt or .rst and are not part of ABI or features. This series is at: https://git.linuxtv.org/mchehab/experimental.git/log/?h=rst_for_5_4_v3 And it is based on yesterday's upstream tree. After this series, we

[PATCH v2 22/26] docs: hwmon: pxe1610: convert to ReST format and add to the index

2019-07-26 Thread Mauro Carvalho Chehab
This document was recently introduced. Convert it to ReST just like the other hwmon documents, adding it to the hwmon index. Signed-off-by: Mauro Carvalho Chehab --- Documentation/hwmon/index.rst| 1 + Documentation/hwmon/{pxe1610 => pxe1610.rst} | 33 +++- 2 fil

[PATCH v2 16/26] docs: fs: cifs: convert to ReST and add to admin-guide book

2019-07-26 Thread Mauro Carvalho Chehab
The filenames for cifs documentation is not using the same convention as almost all Kernel documents is using. So, rename them to a more appropriate name. Then, manually convert the documentation files for CIFS to ReST. By doing a manual conversion, we can preserve the original author's style, whi

[PATCH v2 20/26] docs: wimax: convert to ReST and add to admin-guide

2019-07-26 Thread Mauro Carvalho Chehab
Manually convert wimax documentation to ReST and add theit to the Kernel doc body, inside the admin-guide. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/index.rst | 1 + .../wimax/i2400m.rst} | 145 ++ Documentation/admin-g

[PATCH v2 01/26] docs: power: add it to to the main documentation index

2019-07-26 Thread Mauro Carvalho Chehab
The power docs are orphaned at the documentation body. While it could likely be moved to be inside some guide, I'm opting to just adding it to the main index.rst, removing the :orphan: and adding the SPDX header. The reason is similar to what it was done for other driver-specific subsystems: the

[PATCH v2 18/26] docs: fs: convert porting to ReST

2019-07-26 Thread Mauro Carvalho Chehab
This file has its own proper style, except that, after a while, the coding style gets violated and whitespaces are placed on different ways. As Sphinx and ReST are very sentitive to whitespace differences, I had to opt if each entry after required/mandatory/... fields should start with zero spaces

[PATCH v2 24/26] docs: net: convert two README files to ReST format

2019-07-26 Thread Mauro Carvalho Chehab
There are two README files there with doesn't have a .txt extension nor are at ReST format. In order to help with the docs conversion to ReST, rename those and manually convert them to ReST format. As there are lot more to be done for networking to be part of the documentation body, for now mark

[PATCH v2 03/26] docs: powerpc: convert docs to ReST and rename to *.rst

2019-07-26 Thread Mauro Carvalho Chehab
Convert docs to ReST and add them to the arch-specific book. The conversion here was trivial, as almost every file there was already using an elegant format close to ReST standard. The changes were mostly to mark literal blocks and add a few missing section title identifiers. One note with regar

[PATCH v2 11/26] docs: admin-guide: add auxdisplay files to it after conversion to ReST

2019-07-26 Thread Mauro Carvalho Chehab
Those two files describe userspace-faced information. While part of it might fit on uAPI, it sounds to me that the admin guide is the best place for them. Signed-off-by: Mauro Carvalho Chehab Acked-by: Miguel Ojeda --- .../auxdisplay/cfag12864b.rst}| 115 -- .../

[PATCH v2 07/26] docs: w1: convert to ReST and add to the kAPI group of docs

2019-07-26 Thread Mauro Carvalho Chehab
The 1wire documentation was written with w1 developers in mind, so, it makes sense to add it together with the driver-api set. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-bus-w1 | 2 +- .../ABI/stable/sysfs-driver-w1_ds28e04| 4 +- .../ABI/stable/sys

[PATCH v2 19/26] docs: index.rst: don't use genindex for pdf output

2019-07-26 Thread Mauro Carvalho Chehab
The genindex logic is meant to be used only for html output, as pdf build has its own way to generate indexes. Signed-off-by: Mauro Carvalho Chehab Acked-by: Vinod Koul # dmaengine and soundwire --- Documentation/core-api/index.rst | 2 +- Documentation/driver-api/dmaengine/ind

Re: [PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing

2019-07-26 Thread Joel Fernandes
On Fri, Jul 26, 2019 at 02:16:20PM +0300, Konstantin Khlebnikov wrote: > On 26.07.2019 3:06, Joel Fernandes wrote: > > On Thu, Jul 25, 2019 at 11:15:53AM +0300, Konstantin Khlebnikov wrote: > > [snip] > > > > > > Thanks for bringing up the swapping corner case.. Perhaps we can > > > > > > improve

Re: [PATCH v2 00/26] ReST conversion of text files without .txt extension

2019-07-26 Thread Mauro Carvalho Chehab
Em Fri, 26 Jul 2019 09:51:10 -0300 Mauro Carvalho Chehab escreveu: > This series converts the text files under Documentation with doesn't end > neither .txt or .rst and are not part of ABI or features. > > This series is at: > https://git.linuxtv.org/mchehab/experimental.git/log/?h=rst_for

Re: [PATCH] hung_task: Allow printing warnings every check interval

2019-07-26 Thread Tetsuo Handa
On 2019/07/26 20:29, Tetsuo Handa wrote: > On 2019/07/25 23:25, Dmitry Safonov wrote: >> Yes, also current distributions already using the counter to print >> warnings number of times and then silently ignore. I.e., on my Arch >> Linux setup: >> hung_task_warnings:10 > > You can propose changing t

Re: [PATCH] hung_task: Allow printing warnings every check interval

2019-07-26 Thread Dmitry Safonov
On 7/26/19 2:28 PM, Tetsuo Handa wrote: > On 2019/07/26 20:29, Tetsuo Handa wrote: >> On 2019/07/25 23:25, Dmitry Safonov wrote: >>> Yes, also current distributions already using the counter to print >>> warnings number of times and then silently ignore. I.e., on my Arch >>> Linux setup: >>> hung_t

Re: [PATCH] docs: phy: Drop duplicate 'be made'

2019-07-26 Thread Jonathan Corbet
On Fri, 26 Jul 2019 11:55:34 +0200 Guido Günther wrote: > Fix duplicate words. > > Signed-off-by: Guido Günther Applied, thanks. jon

[GIT PULL] Documentation fixes for 5.3

2019-07-26 Thread Jonathan Corbet
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-5.3-1 for you to fetch changes up to d2eba640a4b96bc1bdc0f4a500b8b8d5e16725c8: docs: phy: D

[PATCH v2 05/26] docs: writing-schema.md: convert from markdown to ReST

2019-07-26 Thread Mauro Carvalho Chehab
The documentation standard is ReST and not markdown. Signed-off-by: Mauro Carvalho Chehab Acked-by: Rob Herring --- .../{writing-schema.md => writing-schema.rst} | 137 ++ 1 file changed, 80 insertions(+), 57 deletions(-) rename Documentation/devicetree/{writing-schema.md => wr

[PATCH 3/7] MAINTAINERS: fix reference to net phy ABI file

2019-07-26 Thread Mauro Carvalho Chehab
The file sysfs-bus-mdio got removed in favor of sysfs-class-net-phydev, with contained a duplicated set of information. Fixes: a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate PHY device documentation") Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 inse

[PATCH 7/7] docs: dt: fix a sound binding broken reference

2019-07-26 Thread Mauro Carvalho Chehab
Address this rename: Documentation/devicetree/bindings/sound/{sun4i-i2s.txt -> allwinner,sun4i-a10-i2s.yaml} Fixes: 0a0ca8e94ca3 ("dt-bindings: sound: Convert Allwinner I2S binding to YAML") Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/sound/sun8i-a33-code

[PATCH 4/7] MAINTAINERS: fix a renamed DT reference

2019-07-26 Thread Mauro Carvalho Chehab
Fix this rename: Documentation/devicetree/bindings/i2c/{i2c-mv64xxx.txt -> marvell,mv64xxx-i2c.yaml} Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas") Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[PATCH v2 07/10] scripts/sphinx-pre-install: cleanup Gentoo checks

2019-07-26 Thread Mauro Carvalho Chehab
On Gentoo, the portage changes for ImageMagick to work are always suggested, even if already applied. While the two extra commands should be harmless, add a check to avoid reporting it without need. Signed-off-by: Mauro Carvalho Chehab --- scripts/sphinx-pre-install | 15 +-- 1 file

[PATCH v2 08/10] scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf output

2019-07-26 Thread Mauro Carvalho Chehab
The translations guide need Noto CJK fonts. So, add a logic that would suggest its install for distros. It also fix a few other issues while testing the script with several distributions. Signed-off-by: Mauro Carvalho Chehab --- scripts/sphinx-pre-install | 29 + 1 f

Fw: [PATCH v2 05/10] scripts/sphinx-pre-install: don't use LaTeX with CentOS 7

2019-07-26 Thread Mauro Carvalho Chehab
Forwarded message: Date: Fri, 26 Jul 2019 08:31:19 -0300 From: Mauro Carvalho Chehab To: Cc: Mauro Carvalho Chehab Subject: [PATCH v2 05/10] scripts/sphinx-pre-install: don't use LaTeX with CentOS 7 There aren't enough texlive packages for LaTeX-based builds to work on CentOS/RHEL <= 7.

[PATCH v2 04/10] scripts/sphinx-pre-install: fix script for RHEL/CentOS

2019-07-26 Thread Mauro Carvalho Chehab
There's a missing parenthesis at the script, with causes it to fail to detect non-Fedora releases (e. g. RHEL/CentOS). Tested with Centos 7.6.1810. Signed-off-by: Mauro Carvalho Chehab --- scripts/sphinx-pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sph

[PATCH v2 05/10] scripts/sphinx-pre-install: don't use LaTeX with CentOS 7

2019-07-26 Thread Mauro Carvalho Chehab
There aren't enough texlive packages for LaTeX-based builds to work on CentOS/RHEL <= 7. Signed-off-by: Mauro Carvalho Chehab --- scripts/sphinx-pre-install | 68 -- 1 file changed, 50 insertions(+), 18 deletions(-) diff --git a/scripts/sphinx-pre-install b/s

[PATCH v2 06/10] scripts/sphinx-pre-install: fix latexmk dependencies

2019-07-26 Thread Mauro Carvalho Chehab
The name of the package with carries latexmk is different on two distros: - On OpenSUSE, latexmk is packaged as "texlive-latexmk-bin" - On Mageia, latexmk is packaged at "texlive-collection-basic" Signed-off-by: Mauro Carvalho Chehab --- scripts/sphinx-pre-install | 4 1 file changed, 4 in

Re: [PATCH] Documentation/admin-guide: Embargoed hardware security issues

2019-07-26 Thread Thomas Gleixner
On Thu, 25 Jul 2019, Jonathan Corbet wrote: > > Note, this document has gone through numerous reviews by a number of > > kernel developers, developers at some of the Linux distros, as well as > > all of the lawyers from almost all open source-related companies. It's > > been sitting on my local dr

[PATCH] MAINTAINERS: add entries for some documentation scripts

2019-07-26 Thread Mauro Carvalho Chehab
There are some documentation scripts I wrote with doesn't have any maintainer at maintainer's file. Add them to the DOCUMENTATION entry, in order to have Jon and linux-doc ML c/c on those patches, plus a new entry to ensure that I'll be c/c when people send patches to those. Signed-off-by: Mauro

[PATCH v2 2/2] doc: Update documentation for page_idle virtual address indexing

2019-07-26 Thread Joel Fernandes (Google)
This patch updates the documentation with the new page_idle tracking feature which uses virtual address indexing. Signed-off-by: Joel Fernandes (Google) --- .../admin-guide/mm/idle_page_tracking.rst | 43 --- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/Docu

[PATCH v2 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing

2019-07-26 Thread Joel Fernandes (Google)
The page_idle tracking feature currently requires looking up the pagemap for a process followed by interacting with /sys/kernel/mm/page_idle. Looking up PFN from pagemap in Android devices is not supported by unprivileged process and requires SYS_ADMIN and gives 0 for the PFN. This patch adds supp

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing

2019-07-26 Thread Joel Fernandes (Google)
The page_idle tracking feature currently requires looking up the pagemap for a process followed by interacting with /sys/kernel/mm/page_idle. Looking up PFN from pagemap in Android devices is not supported by unprivileged process and requires SYS_ADMIN and gives 0 for the PFN. This patch adds supp

[PATCH v3 2/2] doc: Update documentation for page_idle virtual address indexing

2019-07-26 Thread Joel Fernandes (Google)
This patch updates the documentation with the new page_idle tracking feature which uses virtual address indexing. Signed-off-by: Joel Fernandes (Google) --- .../admin-guide/mm/idle_page_tracking.rst | 43 --- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/Docu

[PATCH] docs: admin-guide: Adjust title underline length

2019-07-26 Thread Fabio Estevam
The following warning is seen when building 'make htmldocs': Documentation/admin-guide/sysctl/kernel.rst:397: WARNING: Title underline too short. Fix it by adjusting the title underline length appropriately. Signed-off-by: Fabio Estevam --- Documentation/admin-guide/sysctl/kernel.rst | 2 +-

Re: [PATCH v2 25/26] docs: rcu: convert some articles from html to ReST

2019-07-26 Thread Joel Fernandes
On Fri, Jul 26, 2019 at 02:00:28PM -0300, Mauro Carvalho Chehab wrote: > Hi Joel, > > Em Fri, 26 Jul 2019 12:20:02 -0400 > Joel Fernandes escreveu: > > > On Fri, Jul 26, 2019 at 09:51:35AM -0300, Mauro Carvalho Chehab wrote: > > > There are 4 RCU articles that are written on html format. > > >

Re: [PATCH v2 25/26] docs: rcu: convert some articles from html to ReST

2019-07-26 Thread Joel Fernandes
On Fri, Jul 26, 2019 at 09:51:35AM -0300, Mauro Carvalho Chehab wrote: [snip] > +| until the assignment to ``gp``, by which time both fields are fully | > +| initialized. So reordering the assignments to ``p->a`` and ``p->b`` | > +| cannot possibly cause any problems.

Re: [PATCH v6 1/1] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices

2019-07-26 Thread Peter Zijlstra
On Tue, Jul 23, 2019 at 01:13:09PM -0400, Phil Auld wrote: > Hi Dave, > > On Tue, Jul 23, 2019 at 11:44:26AM -0500 Dave Chiluk wrote: > > It has been observed, that highly-threaded, non-cpu-bound applications > > running under cpu.cfs_quota_us constraints can hit a high percentage of > > periods t

Re: [PATCH v10 3/5] overlayfs: add __get xattr method

2019-07-26 Thread Mark Salyzyn
On 7/25/19 10:04 PM, Amir Goldstein wrote: On Thu, Jul 25, 2019 at 7:22 PM Mark Salyzyn wrote: On 7/25/19 8:43 AM, Amir Goldstein wrote: On Thu, Jul 25, 2019 at 6:03 PM Mark Salyzyn wrote: On 7/24/19 10:48 PM, Amir Goldstein wrote: On Wed, Jul 24, 2019 at 10:57 PM Mark Salyzyn wrote: Beca

Re: [GIT PULL] Documentation fixes for 5.3

2019-07-26 Thread pr-tracker-bot
The pull request you sent on Fri, 26 Jul 2019 08:21:25 -0600: > git://git.lwn.net/linux.git tags/docs-5.3-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3ea54d9b0d655dab5b5becc7d6456082089fc166 Thank you! -- Deet-doot-dot, I am a bot. https://korg.wiki.kernel.org/

Re: [PATCH v2 25/26] docs: rcu: convert some articles from html to ReST

2019-07-26 Thread Mauro Carvalho Chehab
Em Fri, 26 Jul 2019 13:55:27 -0400 Joel Fernandes escreveu: > On Fri, Jul 26, 2019 at 02:00:28PM -0300, Mauro Carvalho Chehab wrote: > > Hi Joel, > > > > Em Fri, 26 Jul 2019 12:20:02 -0400 > > Joel Fernandes escreveu: > > > > > On Fri, Jul 26, 2019 at 09:51:35AM -0300, Mauro Carvalho Chehab

[PATCH] tools: memory-model: add it to the Documentation body

2019-07-26 Thread Mauro Carvalho Chehab
The books at tools/memory-model/Documentation are very well formatted. Congrats to the ones that wrote them! The manual conversion to ReST is really trivial: - Add document titles; - change the bullets on some lists; - mark code blocks. Signed-off-by: Mauro Carvalho Cheha

Re: [PATCH v2 25/26] docs: rcu: convert some articles from html to ReST

2019-07-26 Thread Mauro Carvalho Chehab
Em Fri, 26 Jul 2019 14:02:01 -0400 Joel Fernandes escreveu: > On Fri, Jul 26, 2019 at 09:51:35AM -0300, Mauro Carvalho Chehab wrote: > [snip] > > +| until the assignment to ``gp``, by which time both fields are fully | > > +| initialized. So reordering the assignments to ``p->a`` and ``p->b``

[PATCH 2/5] MAINTAINERS: fix reference to net phy ABI file

2019-07-26 Thread Mauro Carvalho Chehab
The file sysfs-bus-mdio got removed in favor of sysfs-class-net-phydev, with contained a duplicated set of information. Fixes: a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate PHY device documentation") Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 inse

[PATCH 5/5] docs: zh_CN: howto.rst: fix a broken reference

2019-07-26 Thread Mauro Carvalho Chehab
There's a broken reference there pointing to the long gone DocBook dir. While I don't read chinese, Google translator translates it to: "The generated documentation will be placed in the Documentation/DocBook/ directory." Well, we know that the output will be Documentation/output

[PATCH 3/5] MAINTAINERS: fix a renamed DT reference

2019-07-26 Thread Mauro Carvalho Chehab
Fix this rename: Documentation/devicetree/bindings/i2c/{i2c-mv64xxx.txt -> marvell,mv64xxx-i2c.yaml} Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas") Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec

2019-07-26 Thread Mauro Carvalho Chehab
There's a typo here: sysfs-bus-counter-ftm-quadddec -> sysfs-bus-counter-ftm-quaddec Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4b59bdc1aaf2..506ac266cf57 100644 --- a/MAINTAINE

Re: [PATCH 0/7] Fix broken references to files under Documentation/*

2019-07-26 Thread Atish Patra
On 7/26/19 4:47 AM, Mauro Carvalho Chehab wrote: Solves most of the pending broken references upstream, except for two of them: $ ./scripts/documentation-file-ref-check Documentation/riscv/boot-image-header.txt: Documentation/riscv/booting.txt MAINTAINERS: Documentation

Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

2019-07-26 Thread linux-doc
Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

Re: [PATCH 0/7] Fix broken references to files under Documentation/*

2019-07-26 Thread Mauro Carvalho Chehab
Em Fri, 26 Jul 2019 12:55:36 -0700 Atish Patra escreveu: > On 7/26/19 4:47 AM, Mauro Carvalho Chehab wrote: > > Solves most of the pending broken references upstream, except for two of > > them: > > > > $ ./scripts/documentation-file-ref-check > > Documentation/riscv/boot-image-header.tx

Re: [PATCH v3 2/2] doc: Update documentation for page_idle virtual address indexing

2019-07-26 Thread sspatil
Thanks Joel, just a couple of nits for the doc inline below. Other than that, Reviewed-by: Sandeep Patil I'll plan on making changes to Android to use this instead of the pagemap + page_idle. I think it will also be considerably faster. On Fri, Jul 26, 2019 at 11:23:19AM -0400, Joel Fernandes (

Re: [PATCH 0/7] Fix broken references to files under Documentation/*

2019-07-26 Thread Atish Patra
On 7/26/19 1:14 PM, Mauro Carvalho Chehab wrote: Em Fri, 26 Jul 2019 12:55:36 -0700 Atish Patra escreveu: On 7/26/19 4:47 AM, Mauro Carvalho Chehab wrote: Solves most of the pending broken references upstream, except for two of them: $ ./scripts/documentation-file-ref-check D

Re: [PATCH v3 2/2] doc: Update documentation for page_idle virtual address indexing

2019-07-26 Thread Joel Fernandes
On Fri, Jul 26, 2019 at 01:17:10PM -0700, sspa...@google.com wrote: > Thanks Joel, just a couple of nits for the doc inline below. Other than that, > > Reviewed-by: Sandeep Patil Thanks! > I'll plan on making changes to Android to use this instead of the pagemap + > page_idle. I think it will a

Re: [PATCH] MAINTAINERS: add entries for some documentation scripts

2019-07-26 Thread Jonathan Corbet
On Fri, 26 Jul 2019 11:52:34 -0300 Mauro Carvalho Chehab wrote: > There are some documentation scripts I wrote with doesn't > have any maintainer at maintainer's file. > > Add them to the DOCUMENTATION entry, in order to have > Jon and linux-doc ML c/c on those patches, plus a new > entry to ens

Re: [PATCH] docs: admin-guide: Adjust title underline length

2019-07-26 Thread Jonathan Corbet
On Fri, 26 Jul 2019 13:27:54 -0300 Fabio Estevam wrote: > The following warning is seen when building 'make htmldocs': > > Documentation/admin-guide/sysctl/kernel.rst:397: WARNING: Title underline too > short. > > Fix it by adjusting the title underline length appropriately. > > Signed-off-by

Re: [PATCH] Correct documentation for /proc/schedstat

2019-07-26 Thread Jonathan Corbet
On Wed, 24 Jul 2019 11:50:27 -0700 Phil Frost wrote: > Commit 425e0968a25fa3f111f9919964cac079738140b5 ("sched: move code into > kernel/sched_stats.h") appears to have inadvertently changed the unit of > time from jiffies to nanoseconds as part of the implementation of CFS. > > Signed-off-by: Ph

Re: [PATCH] Documentation/features/locking: update lists

2019-07-26 Thread Jonathan Corbet
On Tue, 23 Jul 2019 14:22:03 +0100 Mark Rutland wrote: > The locking feature lists don't match reality as of v5.3-rc1: > > * arm64 moved to queued spinlocks in commit: > > c11090474d70590170cf5fa6afe85864ab494b37 > > ("arm64: locking: Replace ticket lock implementation with qspinlock") >

Re: [PATCH] Documentation: filesystem: fix "Removed Sysctls" table

2019-07-26 Thread Jonathan Corbet
On Tue, 23 Jul 2019 12:48:13 +0100 Sheriff Esseson wrote: > the "Removed Sysctls" section is a table - bring it alive with ReST. > > Signed-off-by: Sheriff Esseson > --- > Documentation/admin-guide/xfs.rst | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documenta

Re: [PATCH 0/7] Fix broken references to files under Documentation/*

2019-07-26 Thread Mauro Carvalho Chehab
Em Fri, 26 Jul 2019 13:18:30 -0700 Atish Patra escreveu: > On 7/26/19 1:14 PM, Mauro Carvalho Chehab wrote: > > Em Fri, 26 Jul 2019 12:55:36 -0700 > > Atish Patra escreveu: > > > >> On 7/26/19 4:47 AM, Mauro Carvalho Chehab wrote: > >>> Solves most of the pending broken references upstream,

[PATCH] docs: riscv: convert boot-image-header.txt to ReST

2019-07-26 Thread Mauro Carvalho Chehab
Convert this small file to ReST format by: - Using a proper markup for the document title; - marking a code block as such; - use tags for Author and date; - use tables for bit map fields. While here, fix a broken reference for a document with is planned but is not here yet. Signed-off

Re: [PATCH] Documentation: move Documentation/virtual to Documentation/virt

2019-07-26 Thread Paolo Bonzini
On 24/07/19 20:00, Jonathan Corbet wrote: > - kvm/api.txt pretty clearly belongs in the userspace-api book, rather >than tossed in with: > > - kvm/review-checklist.txt, which belongs in the subsystem guide, if only >we'd gotten around to creating it yet, or > > - kvm/mmu.txt, which is

Re: [PATCH 0/7] Fix broken references to files under Documentation/*

2019-07-26 Thread Atish Patra
On 7/26/19 2:01 PM, Mauro Carvalho Chehab wrote: Em Fri, 26 Jul 2019 13:18:30 -0700 Atish Patra escreveu: On 7/26/19 1:14 PM, Mauro Carvalho Chehab wrote: Em Fri, 26 Jul 2019 12:55:36 -0700 Atish Patra escreveu: On 7/26/19 4:47 AM, Mauro Carvalho Chehab wrote: Solves most of the pendin

Re: [PATCH 2/3] Documentation: kvm: Convert cpuid.txt to .rst

2019-07-26 Thread Paolo Bonzini
On 08/07/19 22:20, Jonathan Corbet wrote: +:Author: Glauber Costa , Red Hat Inc, 2010 >>> I rather suspect that email address doesn't work these days. >>> >> No I guess it wont :). We would still keep this correct? > There's nothing good that will come from keeping a broken email address

Re: [PATCH] docs: riscv: convert boot-image-header.txt to ReST

2019-07-26 Thread Atish Patra
On 7/26/19 2:02 PM, Mauro Carvalho Chehab wrote: Convert this small file to ReST format by: - Using a proper markup for the document title; - marking a code block as such; - use tags for Author and date; - use tables for bit map fields. While here, fix a broken reference for a do