Hi Thirupathaiah
Apologies for tha lte reply, i somehow misplaced this mail.
[...]
> >
> > Please check the previous mail from Sumit. It explains exaclty what's going
> > on.
> > The tl;dr version is that the storage is up only when the supplicant is
> > running.
>
> I definitely know that OP-
Em Tue, 9 Jul 2019 20:42:42 -0700
Shobhit Kukreti escreveu:
> This converts the plain text documentation of ufs.txt to reStructuredText
> format.
> Added to documentation build process and verified with make htmldocs
>
> Signed-off-by: Shobhit Kukreti
> ---
> Changes in v2:
> 1. Removed
Em Tue, 9 Jul 2019 20:25:25 -0700
Shobhit Kukreti escreveu:
> This converts the plain text documentation of jfs.txt to reStructuredText
> format.
> Added to documentation build process and verified with make htmldocs
>
> Signed-off-by: Shobhit Kukreti
> ---
> Changes in v2:
> 1. Remov
Em Wed, 10 Jul 2019 09:05:30 +0700
Phong Tran escreveu:
> as doc-guide of kernel documentation, use Sphinx tool to
> generate the html/pdf... files.
>
> This changes the plan text txt to rst format.
>
> Signed-off-by: Phong Tran
> ---
> ChangeLog:
> V2: review points from Mathieu, Jonathan
>
Em Tue, 9 Jul 2019 13:07:19 -0700
Luke Nowakowski-Krijger escreveu:
> From: Luke Nowakowski-Krijger
>
> Convert cpuid.txt to .rst format to be parsable by sphinx.
>
> Change format and spacing to make function definitions and return values
> much more clear. Also added a table that is parsabl
as doc-guide of kernel documentation, use Sphinx tool to
generate the html/pdf... files.
This changes the plan text txt to rst format.
Signed-off-by: Phong Tran
---
ChangeLog:
V2: review points from Mathieu, Jonathan
* Add coresight-cpu-debug
* Update MAINTAINERS file
* Avoid use markup as
This converts the plain text documentation of jfs.txt to reStructuredText
format. Added to documentation build process and verified with
make htmldocs
Signed-off-by: Shobhit Kukreti
---
Changes in v3:
1. Reverted to minimally changed jfs.rst
2. Used -M1 in git format-patch to sho
This converts the plain text documentation of ufs.txt to
reStructuredText format. Added to documentation build process
and verified with make htmldocs
Signed-off-by: Shobhit Kukreti
---
Changes in v3:
1. Reverted to minimally changed ufs.rst
2. Fix Minor Space Issues
3. Us
From: Luke Nowakowski-Krijger
Converted a few documents in virtual and virtual/kvm to .rst format.
Also added toctree hooks to newly added files.
Adding hooks to the main doc tree should be in another patch series
once there are more files in the directory.
Changes in v3:
Documentation
From: Luke Nowakowski-Krijger
Convert paravirt_opts.txt to .rst format to be able to be parsed by
sphinx.
Made some minor spacing and formatting corrections to make defintions
much more clear and easy to read. Added default kernel license to the
document.
Signed-off-by: Luke Nowakowski-Krijger
From: Luke Nowakowski-Krijger
Added toctree hooks for indexing. Hooks added only for newly added
files.
The hook for the top of the tree will be added in a later patch series
when a few more substantial changes have been added.
Signed-off-by: Luke Nowakowski-Krijger
---
Changes since v3:
non
From: Luke Nowakowski-Krijger
Convert cpuid.txt to .rst format to be parsable by sphinx.
Change format and spacing to make function definitions and return values
much more clear. Also added a table that is parsable by sphinx and makes
the information much more clean. Updated Author email to thei
Em Wed, 10 Jul 2019 08:29:01 -0700
Shobhit Kukreti escreveu:
> This converts the plain text documentation of jfs.txt to reStructuredText
> format. Added to documentation build process and verified with
> make htmldocs
>
> Signed-off-by: Shobhit Kukreti
Reviewed-by: Mauro Carvalho Chehab
> -
On Wed, Jul 10, 2019 at 11:28 AM Matthias Brugger
wrote:
>
>
>
> On 09/07/2019 20:20, Pavel Tatashin wrote:
> > Changelog
> > v1 - v2
> > - No changes to patches, addressed suggestion from James Morse
> > to add "arm64" tag to cover letter.
> > - Improved cover letter informati
Em Wed, 10 Jul 2019 08:31:23 -0700
Shobhit Kukreti escreveu:
> This converts the plain text documentation of ufs.txt to
> reStructuredText format. Added to documentation build process
> and verified with make htmldocs
>
> Signed-off-by: Shobhit Kukreti
Reviewed-by: Mauro Carvalho Chehab
> --
Em Wed, 10 Jul 2019 22:01:33 +0700
Phong Tran escreveu:
> as doc-guide of kernel documentation, use Sphinx tool to
> generate the html/pdf... files.
Description looks a little bogus to me...
>
> This changes the plan text txt to rst format.
>
> Signed-off-by: Phong Tran
But looking at the p
> -Original Message-
> From: Joe Perches [mailto:j...@perches.com]
> Sent: Tuesday, July 9, 2019 9:40 PM
> To: Gote, Nitin R ; cor...@lwn.net
> Cc: a...@linux-foundation.org; a...@canonical.com;
> keesc...@chromium.org; linux-doc@vger.kernel.org; linux-
> ker...@vger.kernel.org; kernel-ha
On Wed, Jul 10, 2019 at 2:37 AM Nicolas Pitre wrote:
>
> On Tue, 9 Jul 2019, Masahiro Yamada wrote:
>
> > --- a/scripts/adjust_autoksyms.sh
> > +++ b/scripts/adjust_autoksyms.sh
> > @@ -47,13 +47,10 @@ cat > "$new_ksyms_file" << EOT
> > */
> >
> > EOT
> > -[ "$(ls -A "$MODVERDIR")" ] &&
> > -fo
While descending directories, Kbuild produces objects for modules,
but do not link final *.ko files; it is done in the modpost.
To keep track of modules, Kbuild creates a *.mod file in $(MODVERDIR)
for every module it is building. Some post-processing steps read the
necessary information from *.mo
This series kills the long standing MODVERDIR.
Since MODVERDIR has a flat structure, it cannot avoid a race
condition when somebody introduces a module name conflict.
Kbuild now reads modules.order to get the list of all modules.
The post-processing/installation stages will be more robust
and
20 matches
Mail list logo