Hi Jani,
On 10/19/2016 03:48 PM, Jani Nikula wrote:
> On Wed, 19 Oct 2016, Lu Baolu wrote:
>> Add Documentation/usb/usb3-debug-port.txt. This document includes
>> the user guide for USB3 debug port.
> If you're adding completely new files, please at least consider writing
> them in reStructuredTe
Em Wed, 19 Oct 2016 22:26:18 -0200
Mauro Carvalho Chehab escreveu:
> Hi Jon,
>
> Em Wed, 19 Oct 2016 17:02:46 -0600
> Jonathan Corbet escreveu:
>
> > Hey, Mauro,
> >
> > So I was a little surprised to find that the htmldocs build now breaks on
> > one of my machines due to a lack of LaTeX.
B
Hi Jon,
Em Wed, 19 Oct 2016 17:02:46 -0600
Jonathan Corbet escreveu:
> Hey, Mauro,
>
> So I was a little surprised to find that the htmldocs build now breaks on
> one of my machines due to a lack of LaTeX. A bit of digging turned up
> the culprit: commit b7ff94df5628 (pixfmt-007.rst: use Sphin
Hey, Mauro,
So I was a little surprised to find that the htmldocs build now breaks on
one of my machines due to a lack of LaTeX. A bit of digging turned up
the culprit: commit b7ff94df5628 (pixfmt-007.rst: use Sphinx math::
expressions). The math:: directive uses LaTeX to process the math markup
On Wed, 19 Oct 2016, Silvio Fricke wrote:
> Without this patch we get warnings for named variable arguments.
>
> warning: No description found for parameter '...'
> warning: Excess function parameter 'args' description in
> 'alloc_ordered_workqueue'
>
> Signed-off-by: Silvio Fricke
kern
On Wed, Oct 19, 2016 at 08:38:39PM +0200, Silvio Fricke wrote:
> This patch add a "misc" documentation section and add the workqueue
> documentation to this section.
>
> Signed-off-by: Silvio Fricke
Looks good to me. How should these patches be routed? Should I take
2 and 3 through wq/for-4.10
Only formating changes.
Signed-off-by: Silvio Fricke
---
include/linux/workqueue.h | 30 +-
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index fc6e221..afc1d46 100644
--- a/include/linux/workqueue
This patch add a "misc" documentation section and add the workqueue
documentation to this section.
Signed-off-by: Silvio Fricke
---
Documentation/index.rst | 1 +-
Documentation/misc/conf.py | 5 +-
Documentation/misc/index.rst | 17 ++-
Documentation/workqueue.rst | 394 +++
Hi,
Thanks Jani for reviewing of my first attempt.
v1 -> v2:
* s/kernel-doc: $type_param takes care that this parameter is used for
formatting too.
* i/l/workqueue.h: inlining of documentation for workqueue_attrs struct members
* D/workqueue.rst: Every author get a own :AUTHOR:-label
* D/index.
Without this patch we get warnings for named variable arguments.
warning: No description found for parameter '...'
warning: Excess function parameter 'args' description in
'alloc_ordered_workqueue'
Signed-off-by: Silvio Fricke
---
scripts/kernel-doc | 8 ++--
1 file changed, 6 inse
On Wed, 19 Oct 2016, Lu Baolu wrote:
> Add Documentation/usb/usb3-debug-port.txt. This document includes
> the user guide for USB3 debug port.
If you're adding completely new files, please at least consider writing
them in reStructuredText, so we can easily bolt them to the Sphinx
build. Just a f
On Tue, Oct 18, 2016 at 05:15:01PM -0400, Daniel Micay wrote:
> It's also worth noting that fine-grained control via a scoped mechanism
> would likely only be used to implement *more restrictions* on Android,
> not to make the feature less aggressive.
> It's desirable for perf events to be disable
Em Tue, 18 Oct 2016 17:25:42 -0600
Jonathan Corbet escreveu:
> On Tue, 18 Oct 2016 08:20:18 -0200
> Mauro Carvalho Chehab wrote:
>
> > > While at it, how about unifying some of the FilenamesInCamelCase,
> > > filenames-with-hyphens, and filenames_with_underscores too...? To at
> > > least move
On Wed, Oct 19, 2016 at 07:26:02AM -0300, Arnaldo Carvalho de Melo wrote:
> Em Wed, Oct 19, 2016 at 12:01:26PM +0200, Peter Zijlstra escreveu:
> > On Tue, Oct 18, 2016 at 05:15:01PM -0400, Daniel Micay wrote:
> > > It's also worth noting that fine-grained control via a scoped mechanism
> > > would
On Tue, 18 Oct 2016, Moritz Fischer wrote:
> On Mon, Oct 17, 2016 at 11:09:41AM -0500, Alan Tull wrote:
> > Add low level driver to support reprogramming FPGAs for Altera
> > SoCFPGA Arria10.
> >
> > Signed-off-by: Alan Tull
>
> Reviewed-by: Moritz Fischer
> > +
> > +MODULE_AUTHOR("Alan Tull
On Tue, 2016-10-18 at 17:52 -0600, Jonathan Corbet wrote:
> In summary, I think we can consider taking on a module if it's what
> we need to do the docs right. And if somebody agrees to maintain it!
> :)
:)
I think for the ones that we carry, they're probably specific?
> I've heard others say
On Wed, 2016-10-19 at 07:26 -0300, Arnaldo Carvalho de Melo wrote:
>
> But self profiling JITs would be useful for non-developers, on Android
> (anywhere, really), and for that it would require being able to at
> least, well, self profile, using sys_perf_event_open() by a normal
> process, limited
On Wed, 2016-10-19 at 10:41 +0100, Mark Rutland wrote:
> On Mon, Oct 17, 2016 at 10:54:33AM -0400, Daniel Micay wrote:
> > On Mon, 2016-10-17 at 14:44 +0100, Mark Rutland wrote:
> > > It's also my understanding that for Android, perf_event_paranoid
> > > is
> > > lowered when the user enables devel
On Wed, 19 Oct 2016, Markus Heiser wrote:
> Am 18.10.2016 um 16:52 schrieb Jani Nikula :
>
>>> *Only* adding the PNG would be awful, I'd have to keep track of the
>>> corresponding source elsewhere, and perhaps couldn't even GPL it
>>> because then I couldn't distribute the PNG without correspondi
Em Wed, Oct 19, 2016 at 12:01:26PM +0200, Peter Zijlstra escreveu:
> On Tue, Oct 18, 2016 at 05:15:01PM -0400, Daniel Micay wrote:
> > It's also worth noting that fine-grained control via a scoped mechanism
> > would likely only be used to implement *more restrictions* on Android,
> > not to make t
On Mon, Oct 17, 2016 at 10:54:33AM -0400, Daniel Micay wrote:
> On Mon, 2016-10-17 at 14:44 +0100, Mark Rutland wrote:
> > It's also my understanding that for Android, perf_event_paranoid is
> > lowered when the user enables developer mode (rather than only when an
> > external debugger is attached
Support setting the reference voltage from the device tree.
Rework of driver structure, put chip specific data in a separate
structure and assign it depending on device id from platform data or
DT match.
Extend the device documentation and also change S_IRUGO to the better
readable 0444, which fixe
Am 18.10.2016 um 16:52 schrieb Jani Nikula :
>> *Only* adding the PNG would be awful, I'd have to keep track of the
>> corresponding source elsewhere, and perhaps couldn't even GPL it
>> because then I couldn't distribute the PNG without corresponding
>> source...
>>
>> Adding the source text wo
Am 19.10.2016 um 01:25 schrieb Jonathan Corbet :
> On Tue, 18 Oct 2016 08:20:18 -0200
> Mauro Carvalho Chehab wrote:
>
>>> While at it, how about unifying some of the FilenamesInCamelCase,
>>> filenames-with-hyphens, and filenames_with_underscores too...? To at
>>> least move things towards jus
On Tue, Oct 18, 2016 at 05:15:01PM -0400, Daniel Micay wrote:
> It's also worth noting that fine-grained control via a scoped
> mechanism would likely only be used to implement *more restrictions*
> on Android, not to make the feature less aggressive. It's desirable
> for perf events to be disabled
Am 19.10.2016 um 12:44 schrieb Jani Nikula :
> Python module names should not have hyphens per [PEP 8]. Drop the hyphen
> from kernel-doc.py. The extension directive remains unchanged.
>
> [PEP 8] https://www.python.org/dev/peps/pep-0008/#package-and-module-names
>
> Reported-by: Markus Heiser
Hi kernel.org maintainers,
sorry for my silly question: I miss the documentation of the
reST (sphinx) content [1] on https://www.kernel.org/doc/ Since
the DocBook files migrated to reST (sphinx) increase
the "htmldocs" at [3] are decreasing.
I suppose you build HTML of the DocBook content of [3]
Em Wed, 19 Oct 2016 06:58:12 +0200
Markus Heiser escreveu:
> just a small suggestion of mine
>
> .. CONTENTS
>
> - Overview.
> - Configuring module signing.
> - Generating signing keys.
> - Public keys in the kernel.
> - Manually signing modules.
> - Signed modules and strippi
Am 19.10.2016 um 11:33 schrieb Mauro Carvalho Chehab :
> Em Wed, 19 Oct 2016 06:58:12 +0200
> Markus Heiser escreveu:
>
>> just a small suggestion of mine
>>
>> .. CONTENTS
>>
>> - Overview.
>> - Configuring module signing.
>> - Generating signing keys.
>> - Public keys in the kernel
Python module names should not have hyphens per [PEP 8]. Drop the hyphen
from kernel-doc.py. The extension directive remains unchanged.
[PEP 8] https://www.python.org/dev/peps/pep-0008/#package-and-module-names
Reported-by: Markus Heiser
Signed-off-by: Jani Nikula
---
Documentation/conf.py
30 matches
Mail list logo