On Thu 18-08-16 23:43:39, Sonny Rao wrote:
> On Thu, Aug 18, 2016 at 11:01 AM, Michal Hocko wrote:
> > On Thu 18-08-16 10:47:57, Sonny Rao wrote:
> >> On Thu, Aug 18, 2016 at 12:44 AM, Michal Hocko wrote:
> >> > On Wed 17-08-16 11:57:56, Sonny Rao wrote:
> > [...]
> >> >> 2) User space OOM handli
On Thu 2016-08-18 14:03:13, Jessica Yu wrote:
> +++ Petr Mladek [18/08/16 11:51 +0200]:
> >On Wed 2016-08-17 20:58:29, Jessica Yu wrote:
> >>Implement arch_klp_init_object_loaded() for x86, which applies
> >>alternatives/paravirt patches. This fixes the order in which relocations
> >>and alternativ
On Fri 19-08-16 11:26:34, Minchan Kim wrote:
> Hi Michal,
>
> On Thu, Aug 18, 2016 at 08:01:04PM +0200, Michal Hocko wrote:
> > On Thu 18-08-16 10:47:57, Sonny Rao wrote:
> > > On Thu, Aug 18, 2016 at 12:44 AM, Michal Hocko wrote:
> > > > On Wed 17-08-16 11:57:56, Sonny Rao wrote:
> > [...]
> > >
Am 19.08.2016 um 00:35 schrieb Jonathan Corbet :
> On Sat, 13 Aug 2016 16:12:42 +0200
> Markus Heiser wrote:
>
>> Add a generic way to build only a reST sub-folder with or
>> without a individual *build-theme*.
>>
>> * control *sub-folders* by environment SPHINXDIRS
>> * control *build-theme*
On Fri, 19 Aug 2016, Markus Heiser wrote:
> Am 19.08.2016 um 00:35 schrieb Jonathan Corbet :
> * the pdf goes to the "latex" folder .. since this is WIP
> and there are different solutions conceivable ... I left
> it open for the first.
Mea culpa. As I said, I intended my patches as RFC only.
While the current implementation works well when using as a
paragraph, it doesn't work properly if inside a table. As we
have quite a few such cases, fix the logic to take the column
size into account.
PS.: I took the logic there from the latest version of Sphinx.sty
Signed-off-by: Mauro Carvalho
On Tue, 16 Aug 2016, Mauro Carvalho Chehab wrote:
> 5) At media docs, some tables will only print ok in landscape.
>
> After making the media books build, I think that the best way is to
> use xelatex instead of pdfdocs. Visually, xelatex output is, IMHO,
> nice - and it has colors :-)
>
> It seem
Several tables are missing column definitions and/or are too big
to fit into the page. Adjust them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc-g-tuner.rst | 32 ++---
1 file changed, 24 insertions(+), 8 deletions(-)
diff --git a/Documentatio
Fix the generic errors table to avoid column overflows on
LaTeX output.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/gen-errors.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/media/uapi/gen-errors.rst
b/Documentation/media/uapi/gen-err
Fix tables to avoid text to overflow the cell limits.
Signed-off-by: Mauro Carvalho Chehab
---
.../media/uapi/cec/cec-ioc-adap-g-caps.rst | 4 ++--
.../media/uapi/cec/cec-ioc-adap-g-log-addrs.rst| 6 --
Documentation/media/uapi/cec/cec-ioc-dqevent.rst | 23 +--
There are two tables with mangled columns. Fix it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc-dqevent.rst | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/media/uapi/v4l/vidioc-dqevent.rst
b/Documentation/media/uapi/v4l/vi
Add position hints for some tables, in order for them to be
shown properly on LaTeX output.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/dvb/fe_property_parameters.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/media/uapi/dvb/fe_property_parameters.
A few tables at the media uAPI documentation have columns
not well dimentioned. Adjust them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/mediactl/media-types.rst | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/Documentation/media/uapi/med
There are some things there that aren't ok for ReST format.
Fix them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/cec-core.rst | 145 ++
1 file changed, 93 insertions(+), 52 deletions(-)
diff --git a/Documentation/media/kapi/cec-core.rst
b
The tables don't fit at the page on this file. As noticed
before, Sphinx (or LaTeX?) does a crap job on tables with
cell span, and some work has to be done to make it fit.
Move the see also reference to a footnote, break one paragraph
into two and adjust the table columns to make it visible.
Sign
This table is too big for LaTeX output, and lacks columns
specs for LaTeX format.
Also, it has a hidden column, as there are some cell spans
with the wrong values.
Fix it, so it can be displayed properly on LaTeX/PDF.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc
The tuner type table misses descriptions for each type. While
most of stuff are obvious, the two SDR definitions aren't.
So, add descriptions to all of them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc-g-tuner.rst | 12 ++--
1 file changed, 6 insertions(
Some tables are not properly displayed on LaTeX. Fix them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc-dv-timings-cap.rst | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/Documentation/media/uapi/v4l/vidioc-dv-timings-cap.rst
b/
Adjust simple cases where the columns on some vidioc files
are overriding their neighbours.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc-dqevent.rst | 2 ++
Documentation/media/uapi/v4l/vidioc-enum-fmt.rst| 4 +++-
Documentation/media/uapi/v4l/vi
The CEC kAPI documentation should also be part of the media book.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/{cec.txt => media/kapi/cec-core.rst} | 0
Documentation/media/media_kapi.rst | 1 +
2 files changed, 1 insertion(+)
rename Documentation/{cec.txt => media/kap
This patch series addresses (almost all) remaining issues of texts going
out of the page width.
There are just two places that need fixes:
- Two big tables at Documentation/media/uapi/v4l/subdev-formats.rst;
- some texts at Documentation/media/uapi/v4l/extended-controls.rst
There are a few broken tables on LaTeX output at the DVB
uAPI documentation. Fix them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/dvb/audio-fopen.rst| 2 ++
Documentation/media/uapi/dvb/ca-fopen.rst | 2 ++
Documentation/media/uapi/dvb/dmx-fread.rst
Adjust the tables there to fit inside the page margins.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/v4l2-selection-flags.rst | 1 +
Documentation/media/uapi/v4l/v4l2-selection-targets.rst | 2 ++
2 files changed, 3 insertions(+)
diff --git a/Documentation/media/uapi/
Em Fri, 19 Aug 2016 15:54:37 +0300
Jani Nikula escreveu:
> On Tue, 16 Aug 2016, Mauro Carvalho Chehab wrote:
> > 5) At media docs, some tables will only print ok in landscape.
> >
> > After making the media books build, I think that the best way is to
> > use xelatex instead of pdfdocs. Visually
Em Thu, 18 Aug 2016 16:35:14 -0600
Jonathan Corbet escreveu:
> On Sat, 13 Aug 2016 16:12:42 +0200
> Markus Heiser wrote:
>
> > Add a generic way to build only a reST sub-folder with or
> > without a individual *build-theme*.
> >
> > * control *sub-folders* by environment SPHINXDIRS
> > * contr
On 08/19/2016 03:05 PM, Mauro Carvalho Chehab wrote:
There are some things there that aren't ok for ReST format.
Fix them.
Signed-off-by: Mauro Carvalho Chehab
OK, so I posted a similar patch for this:
https://patchwork.linuxtv.org/patch/36376/
It's part of one of my pull requests, but I g
Em Fri, 19 Aug 2016 15:24:16 +0200
Hans Verkuil escreveu:
> On 08/19/2016 03:05 PM, Mauro Carvalho Chehab wrote:
> > There are some things there that aren't ok for ReST format.
> >
> > Fix them.
> >
> > Signed-off-by: Mauro Carvalho Chehab
>
> OK, so I posted a similar patch for this:
>
> ht
Em Fri, 19 Aug 2016 10:37:50 -0300
Mauro Carvalho Chehab escreveu:
> Em Fri, 19 Aug 2016 15:24:16 +0200
> Hans Verkuil escreveu:
>
> > On 08/19/2016 03:05 PM, Mauro Carvalho Chehab wrote:
> > > There are some things there that aren't ok for ReST format.
> > >
> > > Fix them.
> > >
> > > Signe
There are still a few tables with wrong columns at the uAPI
docs. Fix them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/dvb/fe-get-info.rst| 2 +-
Documentation/media/uapi/dvb/fe_property_parameters.rst | 5 ++---
Documentation/media/uapi/v4l/buffer.rst
Sphinx is really pedantic with respect to the order where
table tags and references are created. Putting things at
the wrong order causes troubles.
The order that seems to work is:
.. raw:: latex
.. tabularcolumns::
.. _foo_name:
.. cssclass: longtable
Am 19.08.2016 um 14:49 schrieb Jani Nikula :
> On Fri, 19 Aug 2016, Markus Heiser wrote:
>> Am 19.08.2016 um 00:35 schrieb Jonathan Corbet :
>> * the pdf goes to the "latex" folder .. since this is WIP
>> and there are different solutions conceivable ... I left
>> it open for the first.
>
> M
On Fri, 19 Aug 2016 08:33:21 +0800
"Zhou, Wenjian/周文剑" wrote:
> I was also confused by maxcpus and nr_cpus before writing this patch.
> I think it is a good choice to describe it in kernel-parameters.txt.
>
> Then, only two things need to be done I think.
> One is move the above description to m
On 08/19/2016 01:57 AM, Wanpeng Li wrote:
2016-08-19 5:11 GMT+08:00 Waiman Long:
When the count value is in between 0 and RWSEM_WAITING_BIAS, there
are 2 possibilities.
Either a writer is present and there is no waiter
count = 0x0001
or there are waiters and readers. There is no easy way
On Fri, Aug 19, 2016 at 12:59 AM, Michal Hocko wrote:
> On Thu 18-08-16 23:43:39, Sonny Rao wrote:
>> On Thu, Aug 18, 2016 at 11:01 AM, Michal Hocko wrote:
>> > On Thu 18-08-16 10:47:57, Sonny Rao wrote:
>> >> On Thu, Aug 18, 2016 at 12:44 AM, Michal Hocko wrote:
>> >> > On Wed 17-08-16 11:57:56
On Fri, Aug 19, 2016 at 1:05 AM, Michal Hocko wrote:
> On Fri 19-08-16 11:26:34, Minchan Kim wrote:
>> Hi Michal,
>>
>> On Thu, Aug 18, 2016 at 08:01:04PM +0200, Michal Hocko wrote:
>> > On Thu 18-08-16 10:47:57, Sonny Rao wrote:
>> > > On Thu, Aug 18, 2016 at 12:44 AM, Michal Hocko wrote:
>> > >
On Thu, Aug 18, 2016 at 03:25:24PM -0600, Jonathan Corbet wrote:
> Hopefully you sent patches to fix up the broken menus? :)
Hi Jonathan,
Thanks for the merge.
At least two related fixes have been recently mainlined:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=998c
Name all ioctl references and make them match the ioctls that
are documented. That will improve the cross-reference index,
as it will have all ioctls and syscalls there.
While here, improve the documentation to make them to look more
like the rest of the document.
Signed-off-by: Mauro Carvalho Ch
Name all ioctl references and make them match the ioctls that
are documented. That will improve the cross-reference index,
as it will have all ioctls and syscalls there.
While here, improve the documentation, marking the deprecated
ioctls, and making the non-deprecated ones more like the rest
of t
Those patches make usage of the new c-domain override extension
written by Markus. They allow stopping abusing of the cpp domain to
allow "overriding" the ioctl function, and converts all syscall documentation
at the media uAPI book to c domain.
Mauro Carvalho Chehab (6):
[media] docs-next: stop
Name all ioctl references and make them match the ioctls that
are documented. That will improve the cross-reference index,
as it will have all ioctls and syscalls there.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/func-close.rst | 2 +-
Documentation/media/
Name all ioctl references and make them match the ioctls that
are documented. That will improve the cross-reference index,
as it will have all ioctls and syscalls there.
While here, improve the documentation to make them to look more
like the rest of the document.
Signed-off-by: Mauro Carvalho Ch
Name all ioctl references and make them match the ioctls that
are documented. That will improve the cross-reference index,
as it will have all ioctls and syscalls there.
While here, improve the documentation to make them to look more
like the rest of the document.
Signed-off-by: Mauro Carvalho Ch
Em Fri, 19 Aug 2016 17:52:07 +0200
Markus Heiser escreveu:
> Am 19.08.2016 um 14:49 schrieb Jani Nikula :
>
> > On Fri, 19 Aug 2016, Markus Heiser wrote:
> >> Am 19.08.2016 um 00:35 schrieb Jonathan Corbet :
> >> * the pdf goes to the "latex" folder .. since this is WIP
> >> and there are di
Em Fri, 19 Aug 2016 17:40:38 -0300
Mauro Carvalho Chehab escreveu:
> Em Fri, 19 Aug 2016 17:52:07 +0200
> Markus Heiser escreveu:
>
> > After said this, what is your suggestion? For me its all equal, these
> > are only my 2cent to this discussion :-)
Forgot to mention, but I noticed that, so
There are two big tables here that are very hard to adjust its
size.
The first one would fit into one page, but the latex.py logic
at Sphinx auto-switches to longtable when there are more than 30
rows. There's no way to override without coding.
The second one is really big, and won't fit on a sin
The table is too big to fit into a single page on LaTeX format.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/cec/cec-ioc-receive.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/media/uapi/cec/cec-ioc-receive.rst
b/Documentation/media/uapi/cec/cec-ioc
It is painful to put code/verbatim code in bold. It seems that
the only way is to arrange it like:
``foo``
bar
At least on LaTeX output, when this happens, the "foo" string
is not hidentable/breakable. The entire string should fit into
a single line.
Add a workaround for this
47 matches
Mail list logo