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
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
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
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
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
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_
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
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")
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
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
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
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
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
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 +++-
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
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
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
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|
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
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
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
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
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
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
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
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
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
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
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
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
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 --
.../
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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 +-
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.
> > >
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.
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
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
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/
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
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
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``
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
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
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
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
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?
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
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 (
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
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
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
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
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
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")
>
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
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,
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
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
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
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
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
85 matches
Mail list logo