Re: ILP32 for ARM64 - testing with lmbench

2016-11-16 Thread Zhangjian (Bamvor)
Hi, Maxim On 2016/11/17 13:02, Maxim Kuvyrkov wrote: Hi Bamvor, I'm surprised that you see this much difference from ILP32 patches on SPEC CPU2006int at all. The SPEC CPU2006 benchmarks spend almost no time in the kernel syscalls. I can imagine memory, TLB, and cache handling in the kernel

Re: ILP32 for ARM64 - testing with lmbench

2016-11-16 Thread Maxim Kuvyrkov
Hi Bamvor, I'm surprised that you see this much difference from ILP32 patches on SPEC CPU2006int at all. The SPEC CPU2006 benchmarks spend almost no time in the kernel syscalls. I can imagine memory, TLB, and cache handling in the kernel could affect CPU2006 benchmarks. Do ILP32 patches touc

Re: ILP32 for ARM64 - testing with lmbench

2016-11-16 Thread Zhangjian (Bamvor)
Hi, all I test specint of aarch64 LP64 when aarch32 el0 disable/enabled respectively and compare with ILP32 unmerged kernel(4.8-rc6) in our arm64 board. I found that difference(ILP32 disabled/ILP32 unmerged) is bigger when aarch32 el0 is enabled, compare with aarch32 el0 disabled kernel. And bzip

Целевые клиентские базы Skype: prodawez390 Whatsapp: +79139230330 Viber: +79139230330 Telegram: +79139230330 Email: prodawez...@gmail.com

2016-11-16 Thread gioia.pl...@gmx.com
Целевые клиентские базы Skype: prodawez390 Whatsapp: +79139230330 Viber: +79139230330 Telegram: +79139230330 Email: prodawez...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vg

Re: [PATCH] parse-headers.pl: add documentation for this script

2016-11-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Nov 2016 16:35:24 -0700 Jonathan Corbet escreveu: > On Tue, 8 Nov 2016 06:27:08 -0200 > Mauro Carvalho Chehab wrote: > > > Provide a man page for parse-headers.pl, describing > > how to use it. > > > > The documentation on ReST format was generated via pod2rst: > > > > http://

Re: [PATCH v3 6/6] [media] docs-rst: auto-generate PDF image files

2016-11-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Nov 2016 15:32:52 -0700 Jonathan Corbet escreveu: > On Mon, 14 Nov 2016 14:32:32 -0200 > Mauro Carvalho Chehab wrote: > > One nit... > > > diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile > > index a7fb35291f6c..297b85c37ab9 100644 > > --- a/Documentation/med

Re: [PATCH] parse-headers.pl: add documentation for this script

2016-11-16 Thread Jonathan Corbet
On Tue, 8 Nov 2016 06:27:08 -0200 Mauro Carvalho Chehab wrote: > Provide a man page for parse-headers.pl, describing > how to use it. > > The documentation on ReST format was generated via pod2rst: > > http://search.cpan.org/~dowens/Pod-POM-View-Restructured-0.02/bin/pod2rst Gee, this i

Re: [PATCH] kernel-doc: add support for one line inline struct member doc comments

2016-11-16 Thread Jonathan Corbet
On Wed, 16 Nov 2016 17:26:16 +0200 Jani Nikula wrote: > Add support for one line inline comments: > > /** >* struct foo - struct documentation >*/ > struct foo { > /** @bar: member documentation */ > int bar; > }; Looks good, applied

Re: [PATCH] docs/completion.txt: drop dangling reference to completions-design.txt

2016-11-16 Thread Jonathan Corbet
On Tue, 15 Nov 2016 14:42:14 -0800 Brian Norris wrote: > Per the original author, the proposed document was never deemed > necessary, and the important bits got merged into completion.txt. Let's > just stop confusing readers by pointing at a nonexistent doc. Makes sense, applied. Thanks, jon -

Re: [PATCH] Documentation: convert USB to new format

2016-11-16 Thread Jonathan Corbet
On Mon, 14 Nov 2016 15:52:43 +0100 Oliver Neukum wrote: > This is a conversion of the USB documentation to the Sphinx format. > No content was altered or reformatted. Yay, another template file bites the dust. Applied, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe li

Re: [PATCH] Documentation: circular-buffers: use READ_ONCE()

2016-11-16 Thread Jonathan Corbet
On Wed, 16 Nov 2016 11:12:49 + Mark Rutland wrote: > While the {READ,WRITE}_ONCE() macros should be used in preference to > ACCESS_ONCE(), the circular buffer documentation uses the latter > exclusively. > > To point people in the right direction, and as a step towards the > eventual removal

Re: [PATCH] Documentation: atomic_ops: use {READ,WRITE}_ONCE()

2016-11-16 Thread Jonathan Corbet
On Wed, 16 Nov 2016 11:13:59 + Mark Rutland wrote: > While the {READ,WRITE}_ONCE() macros should be used in preference to > ACCESS_ONCE(), the atomic documentation uses the latter exclusively. > > To point people in the right direction, and as a step towards the > eventual removal of ACCESS_

[PATCH] docs: Add more manuals to the PDF build

2016-11-16 Thread Jonathan Corbet
There were a few manuals that weren't being built in PDF format, but there's no reason not to... Signed-off-by: Jonathan Corbet --- Documentation/conf.py | 6 ++ Documentation/core-api/conf.py | 5 + Documentation/security/conf.py | 8 3 files changed, 19 insertions(+)

Re: [PATCH v3 6/6] [media] docs-rst: auto-generate PDF image files

2016-11-16 Thread Jonathan Corbet
On Mon, 14 Nov 2016 14:32:32 -0200 Mauro Carvalho Chehab wrote: One nit... > diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile > index a7fb35291f6c..297b85c37ab9 100644 > --- a/Documentation/media/Makefile > +++ b/Documentation/media/Makefile [...] > +clean: > + -rm

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-16 Thread Mauro Carvalho Chehab
Hi Arnd, Em Wed, 16 Nov 2016 17:03:47 +0100 Arnd Bergmann escreveu: > On Tuesday, November 8, 2016 8:50:36 AM CET Mauro Carvalho Chehab wrote: > > It basically calls ImageMagick "convert" tool for all png and > > pdf files currently at the documentation (they're all at media, > > ATM). > > It

Re: [RFC PATCH v3 08/20] x86: Add support for early encryption/decryption of memory

2016-11-16 Thread Tom Lendacky
On 11/16/2016 4:46 AM, Borislav Petkov wrote: > Btw, for your next submission, this patch can be split in two exactly > like the commit message paragraphs are: I think I originally had it that way, I don't know why I combined them. I'll split them out. > > On Wed, Nov 09, 2016 at 06:36:10PM -060

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-16 Thread Arnd Bergmann
On Tuesday, November 8, 2016 8:50:36 AM CET Mauro Carvalho Chehab wrote: > > [...] > > > And it may even require "--shell-escape" to be passed at the xelatex > > > call if inkscape is not in the path, with seems to be a strong > > > indication that SVG support is not native to texlive, but, instead

[PATCH] kernel-doc: add support for one line inline struct member doc comments

2016-11-16 Thread Jani Nikula
kernel-doc supports documenting struct members "inline" since a4c6ebede2f9 ("scripts/kernel-doc Allow struct arguments documentation in struct body"). This requires the inline kernel-doc comments to have the opening and closing comment markers (/** and */ respectively) on lines of their own, even f

Re: [PATCH] Documentation: circular-buffers: use READ_ONCE()

2016-11-16 Thread Paul E. McKenney
On Wed, Nov 16, 2016 at 11:12:49AM +, Mark Rutland wrote: > While the {READ,WRITE}_ONCE() macros should be used in preference to > ACCESS_ONCE(), the circular buffer documentation uses the latter > exclusively. > > To point people in the right direction, and as a step towards the > eventual re

Re: [PATCH] Documentation: atomic_ops: use {READ,WRITE}_ONCE()

2016-11-16 Thread Paul E. McKenney
On Wed, Nov 16, 2016 at 11:13:59AM +, Mark Rutland wrote: > While the {READ,WRITE}_ONCE() macros should be used in preference to > ACCESS_ONCE(), the atomic documentation uses the latter exclusively. > > To point people in the right direction, and as a step towards the > eventual removal of AC

Re: [PATCH] Documentation: circular-buffers: use READ_ONCE()

2016-11-16 Thread David Howells
Mark Rutland wrote: > While the {READ,WRITE}_ONCE() macros should be used in preference to > ACCESS_ONCE(), the circular buffer documentation uses the latter > exclusively. > > To point people in the right direction, and as a step towards the > eventual removal of ACCESS_ONCE(), update the docum

Re: ILP32 for ARM64: testing with glibc testsuite

2016-11-16 Thread Maxim Kuvyrkov
> On Nov 9, 2016, at 1:56 PM, Yury Norov wrote: > > On Mon, Nov 07, 2016 at 01:53:59PM +0530, Yury Norov wrote: >> Hi all, >> >> [add libc-alpha mail list] >> >> For libc-alpha: this is the part of LKML submission with latest >> patches for aarch64/ilp32. >> https://www.spinics.net/lists/arm-ke

[PATCH] Documentation: atomic_ops: use {READ,WRITE}_ONCE()

2016-11-16 Thread Mark Rutland
While the {READ,WRITE}_ONCE() macros should be used in preference to ACCESS_ONCE(), the atomic documentation uses the latter exclusively. To point people in the right direction, and as a step towards the eventual removal of ACCESS_ONCE(), update the documentation to use the {READ,WRITE}_ONCE() mac

[PATCH] Documentation: circular-buffers: use READ_ONCE()

2016-11-16 Thread Mark Rutland
While the {READ,WRITE}_ONCE() macros should be used in preference to ACCESS_ONCE(), the circular buffer documentation uses the latter exclusively. To point people in the right direction, and as a step towards the eventual removal of ACCESS_ONCE(), update the documentation to use READ_ONCE(), as AC

Re: [RFC PATCH v3 08/20] x86: Add support for early encryption/decryption of memory

2016-11-16 Thread Borislav Petkov
Btw, for your next submission, this patch can be split in two exactly like the commit message paragraphs are: On Wed, Nov 09, 2016 at 06:36:10PM -0600, Tom Lendacky wrote: > Add support to be able to either encrypt or decrypt data in place during > the early stages of booting the kernel. This does