[PATCH 1/3] edac.rst: adjust its locations at MAINTAINERS and 00-INDEX

2016-10-27 Thread Mauro Carvalho Chehab
As this file was moved, adjust its location. Signed-off-by: Mauro Carvalho Chehab --- Documentation/00-INDEX | 2 +- MAINTAINERS| 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 903ebc494f29..7d672223f764 100

[PATCH 0/3] Improvements at the admin-guide book for EDAC

2016-10-27 Thread Mauro Carvalho Chehab
This series is based on my previous one. The first patch should actually be folded together with this patch: [PATCH 10/12] docs-rst: admin-guide: add documentation for EDAC The other two patches rename the documentation to ras.rst, adds an introductory chapter describing RAS and improves t

[PATCH 2/3] edac: rename admin-guide documentation to ras.rst and improve it

2016-10-27 Thread Mauro Carvalho Chehab
The edac.rst file at admin-guide assumes that the reader has already deep knowledge on RAS features. However, this may not be the case. So, rename it to RAS and add an introduction chapter explaining the main concepts that are used by the EDAC subsystem and by other RAS drivers within the Kernel.

[PATCH 3/3] ras.rst: add a section explaining the dimmX and rankX directories

2016-10-27 Thread Mauro Carvalho Chehab
Documentation for those are missing at the EDAC description. I guess we end by moving such descriptions in the past to the ABI document (or only added it there), but it means that the EDAC documentation is incomplete. So, add it there. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admi

Re: [PATCH 02/18] arm64: ilp32: add documentation on the ILP32 ABI for ARM64

2016-10-27 Thread Yury Norov
Hi Chris, Thank you for comments On Mon, Oct 24, 2016 at 12:36:27PM -0400, Chris Metcalf wrote: > On 10/21/2016 4:33 PM, Yury Norov wrote: > >Based on Andrew Pinski's patch-series. > > > >Signed-off-by: Yury Norov > >--- > > Documentation/arm64/ilp32.txt | 46 > > ++

patch "vgacon: remove prehistoric macros" added to tty-testing

2016-10-27 Thread gregkh
This is a note to let you know that I've just added the patch titled vgacon: remove prehistoric macros to my tty git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git in the tty-testing branch. The patch will show up in the next release of the linux

Re: Documentation/media/uapi/cec/ sporadically unnecessarily rebuilding

2016-10-27 Thread Markus Heiser
Hi Jani, Am 24.10.2016 um 11:04 schrieb Jani Nikula : > I think I saw some of this in the past [1], but then couldn't reproduce > it after all. Now I'm seeing it again. Sporadically > Documentation/media/uapi/cec/ gets rebuilt on successive runs of make > htmldocs, even when nothing has changed.

Re: Documentation/media/uapi/cec/ sporadically unnecessarily rebuilding

2016-10-27 Thread Jani Nikula
On Thu, 27 Oct 2016, Markus Heiser wrote: > Hi Jani, > > Am 24.10.2016 um 11:04 schrieb Jani Nikula : > >> I think I saw some of this in the past [1], but then couldn't reproduce >> it after all. Now I'm seeing it again. Sporadically >> Documentation/media/uapi/cec/ gets rebuilt on successive runs

Re: [PATCH v8 0/8] thunderbolt: Introducing Thunderbolt(TM) Networking

2016-10-27 Thread Andreas Noever
On Fri, Oct 21, 2016 at 4:57 PM, wrote: >> -Original Message- >> From: Amir Levy [mailto:amir.jer.l...@intel.com] >> Sent: Wednesday, September 28, 2016 9:44 AM >> To: gre...@linuxfoundation.org >> Cc: andreas.noe...@gmail.com; bhelg...@google.com; cor...@lwn.net; >> linux-ker...@vger.ker

Re: [PATCH 01/18] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option

2016-10-27 Thread Yury Norov
On Tue, Oct 25, 2016 at 12:22:47AM +0200, Arnd Bergmann wrote: > On Monday, October 24, 2016 12:30:47 PM CEST Chris Metcalf wrote: > > On 10/21/2016 4:33 PM, Yury Norov wrote: > > > All new 32-bit architectures should have 64-bit off_t type, but existing > > > architectures has 32-bit ones. > > > >

[RFC v2 1/8] sched/tune: add detailed documentation

2016-10-27 Thread Patrick Bellasi
The topic of a single simple power-performance tunable, that is wholly scheduler centric, and has well defined and predictable properties has come up on several occasions in the past. With techniques such as a scheduler driven DVFS, which is now provided mainline via the schedutil governor, we now

[RESEND PATCH 2/3] x86/vmware: Add basic paravirt ops support

2016-10-27 Thread Alexey Makhalov
Add basic paravirt support: 1. set pv_info.name to "VMware hypervisor" to have proper boot log message Booting paravirtualized kernel on VMware hypervisor instead of "... on bare hardware" 2. set pv_cpu_ops.io_delay() to empty function - paravirt_nop() to avoid vm-exits on IO dela

[RESEND PATCH 3/3] x86/vmware: Add paravirt sched clock

2016-10-27 Thread Alexey Makhalov
Set pv_time_ops.sched_clock to vmware_sched_clock(). It is simplified version of native_sched_clock() without ring buffer of mult/shift/offset triplets and preempt toggling. Since VMware hypervisor provides constant tsc we can use constant mult/shift/offset triplet calculated at boot time. no-vmw-

[RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu()

2016-10-27 Thread Alexey Makhalov
After aa297292d708, there are separate native calibrations for cpu_khz and tsc_khz. The code sets x86_platform.calibrate_cpu to native_calibrate_cpu() which looks in cpuid leaf 0x16 or msrs for the cpu frequency. Since we keep the tsc_khz constant (even after vmotion), the cpu_khz and tsc_khz may s

Re: [PATCH 00/32] Create an User's manual and improve development-process book

2016-10-27 Thread Andrew Morton
On Mon, 17 Oct 2016 14:55:37 -0200 Mauro Carvalho Chehab wrote: > This patch series continues the efforts of converting the Linux Kernel > documentation to Sphinx. hm, renaming Documentation/kernel-parameters.txt in linux-next is going to be a pain for the next two months. I have one large pat

Re: [PATCH 00/32] Create an User's manual and improve development-process book

2016-10-27 Thread Jonathan Corbet
On Thu, 27 Oct 2016 13:17:33 -0700 Andrew Morton wrote: > > This patch series continues the efforts of converting the Linux Kernel > > documentation to Sphinx. > > hm, renaming Documentation/kernel-parameters.txt in linux-next is going > to be a pain for the next two months. I have one large

Re: Documentation/media/uapi/cec/ sporadically unnecessarily rebuilding

2016-10-27 Thread Markus Heiser
On 27.10.2016 16:52, Jani Nikula wrote: On Thu, 27 Oct 2016, Markus Heiser wrote: Hi Jani, Am 24.10.2016 um 11:04 schrieb Jani Nikula : I think I saw some of this in the past [1], but then couldn't reproduce it after all. Now I'm seeing it again. Sporadically Documentation/media/uapi/cec/

Re: Documentation/kernel-parameters.txt

2016-10-27 Thread Jonathan Corbet
On Mon, 17 Oct 2016 17:52:46 +0300 Jani Nikula wrote: > I was looking at Documentation/kernel-parameters.txt and figured that > has got to be constantly stale and incomplete. It's really data that > should be autogenerated. I don't think it should just be converted to > Sphinx as-is. So this has

[Kernel.org Helpdesk #31693] miss some documentation on https://www.kernel.org/doc/

2016-10-27 Thread Konstantin Ryabitsev via RT
On 2016-10-19 10:41:43, markus.hei...@darmarit.de wrote: > 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

Re: [RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu()

2016-10-27 Thread Thomas Gleixner
On Thu, 27 Oct 2016, Alexey Makhalov wrote: > [RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu() Please don't do that. RESEND is a keyword, when the same patch (series) is sent again without any modification vs. the first patch (series). A possible reason to do so is when a patc

Re: [RESEND PATCH 3/3] x86/vmware: Add paravirt sched clock

2016-10-27 Thread Thomas Gleixner
On Thu, 27 Oct 2016, Alexey Makhalov wrote: > Set pv_time_ops.sched_clock to vmware_sched_clock(). Please do not describe WHAT the patch does, describe why. Describe the problem you are solving. I can see from the patch > + pv_time_ops.sched_clock = vmware_sched_clock; that you set

[PATCH v2 1/3] hwmon: (mcp3021) rework for DT support

2016-10-27 Thread Clemens Gruber
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. Signed-off-by: Clemens Gruber --- Documentation/hwmon/mcp3021 | 6 ++ drivers/hwmon/mcp302

[PATCH v2 3/3] hwmon: (mcp3021) replace S_IRUGO with 0444

2016-10-27 Thread Clemens Gruber
Replace S_IRUGO with the better readable 0444. This fixes a checkpatch warning. Signed-off-by: Clemens Gruber --- drivers/hwmon/mcp3021.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/mcp3021.c b/drivers/hwmon/mcp3021.c index a8cf97f..97c832d 100644 --- a/driv

Re: [PATCH 00/32] Create an User's manual and improve development-process book

2016-10-27 Thread Mauro Carvalho Chehab
Em Thu, 27 Oct 2016 14:36:07 -0600 Jonathan Corbet escreveu: > On Thu, 27 Oct 2016 13:17:33 -0700 > Andrew Morton wrote: > > > > This patch series continues the efforts of converting the Linux Kernel > > > documentation to Sphinx. > > > > hm, renaming Documentation/kernel-parameters.txt in

[PATCH v2 2/3] hwmon: (mcp3021) add devicetree bindings documentation

2016-10-27 Thread Clemens Gruber
Document the devicetree bindings for the Microchip MCP3021/3221. Signed-off-by: Clemens Gruber --- Documentation/devicetree/bindings/hwmon/mcp3021.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/mcp3021.txt diff --git

Re: [PATCH v3 09/37] Documentation/BUG-HUNTING: convert to ReST markup

2016-10-27 Thread Jonathan Corbet
On Wed, 26 Oct 2016 21:14:00 -0200 Mauro Carvalho Chehab wrote: > On a very quick look on the document, it seems that the legacy info > there are at this section of the document: > > - Finding it the old way > > IMHO, we can strip that section completely. At least we agree on that part.

Re: [PATCH v4 0/4] workqueue documentation reformatted

2016-10-27 Thread Jonathan Corbet
On Mon, 24 Oct 2016 20:04:00 +0200 Silvio Fricke wrote: > v3 -> v4: > * The outdated misc reference in D/index.rst was not removed > > v2 -> v3: > * Introduce a core-api folder > * move workqueue.rst to core-api > * reflect change in 00-index and workqueue.h OK, we're getting there. I'd like t

Re: [PATCH] USB: update intro of documentation

2016-10-27 Thread Jonathan Corbet
On Mon, 24 Oct 2016 14:25:27 +0200 Greg KH wrote: > I don't have any objection to the changes, please take them through your > documentation tree: I have now done so. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.

Re: [PATCH v3 09/37] Documentation/BUG-HUNTING: convert to ReST markup

2016-10-27 Thread Mauro Carvalho Chehab
Em Thu, 27 Oct 2016 16:51:22 -0600 Jonathan Corbet escreveu: > On Wed, 26 Oct 2016 21:14:00 -0200 > Mauro Carvalho Chehab wrote: > > > On a very quick look on the document, it seems that the legacy info > > there are at this section of the document: > > > > - Finding it the old way > > >

ABI conversion to ReST - Was: Re: [PATCH 0/4] reST-directive kernel-cmd / include contentent from scripts

2016-10-27 Thread Mauro Carvalho Chehab
Hi Jon, Em Sun, 23 Oct 2016 09:20:00 -0200 Mauro Carvalho Chehab escreveu: > Em Sat, 22 Oct 2016 08:56:29 -0200 > Mauro Carvalho Chehab escreveu: > > > How many special-case commands are we going to need to run? Does it > > > really need to go beyond what parse-headers is doing now? > >

Re: [Kernel.org Helpdesk #31693] miss some documentation on https://www.kernel.org/doc/

2016-10-27 Thread Markus Heiser
Am 27.10.2016 um 23:12 schrieb Konstantin Ryabitsev via RT : > On 2016-10-19 10:41:43, markus.hei...@darmarit.de wrote: >> 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 DocBo

Re: [Kernel.org Helpdesk #31693] miss some documentation on https://www.kernel.org/doc/

2016-10-27 Thread Markus Heiser via RT
Am 27.10.2016 um 23:12 schrieb Konstantin Ryabitsev via RT : > On 2016-10-19 10:41:43, markus.hei...@darmarit.de wrote: >> 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 DocBo

Re: Documentation/kernel-parameters.txt

2016-10-27 Thread Jani Nikula
On Thu, 27 Oct 2016, Jonathan Corbet wrote: > On Mon, 17 Oct 2016 17:52:46 +0300 > Jani Nikula wrote: > >> I was looking at Documentation/kernel-parameters.txt and figured that >> has got to be constantly stale and incomplete. It's really data that >> should be autogenerated. I don't think it sho

Re: ABI conversion to ReST - Was: Re: [PATCH 0/4] reST-directive kernel-cmd / include contentent from scripts

2016-10-27 Thread Greg Kroah-Hartman
On Thu, Oct 27, 2016 at 10:34:05PM -0200, Mauro Carvalho Chehab wrote: > As defined at Documentation/ABI/README, this is actually a database > with those fields: > > What, Date, KernelVersion, Contact, Description and Users. > > An user-face documentation would probably require only a few of thos