[PATCH] docs: packing: move it to core-api book and adjust markups

2019-06-29 Thread Mauro Carvalho Chehab
The packing.txt file was misplaced, as docs should be part of a documentation book, and not at the root dir. So, move it to the core-api directory and add to its index. Also, ensure that the file will be properly parsed and the bitmap ascii artwork will use a monotonic font. Fixes: 554aae35007e

[PATCH] docs: ipmb: place it at driver-api and convert to ReST

2019-06-29 Thread Mauro Carvalho Chehab
No new doc should be added at the main Documentation/ directory. Instead, new docs should be added as ReST files, within the Kernel documentation body. Fixes: 51bd6f291583 ("Add support for IPMB driver") Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/index.rst| 1

Re: [PATCH] docs: packing: move it to core-api book and adjust markups

2019-06-29 Thread Mike Rapoport
On Sat, Jun 29, 2019 at 07:37:02AM -0300, Mauro Carvalho Chehab wrote: > The packing.txt file was misplaced, as docs should be part of > a documentation book, and not at the root dir. > > So, move it to the core-api directory and add to its index. > > Also, ensure that the file will be properly p

Re: [PATCH 3/5] docs: i2c: convert to ReST and add to driver-api bookset

2019-06-29 Thread Wolfram Sang
On Fri, Jun 28, 2019 at 06:23:14PM -0300, Mauro Carvalho Chehab wrote: > Convert each file at I2C subsystem, renaming them to .rst and > adding to the driver-api book. > > Signed-off-by: Mauro Carvalho Chehab I glimpsed over it and it looks basically OK. I won't have time to actually review all

Re: [PATCH 00/10] Intel(R) Speed Select Technology

2019-06-29 Thread Andy Shevchenko
On Thu, Jun 27, 2019 at 1:39 AM Srinivas Pandruvada wrote: > > Intel® Speed Select Technology (Intel® SST) — A powerful new collection of > features giving more granular control over CPU performance for optimized total > cost of ownership and performance. With Intel® SST, one server can be > conf

Re: [PATCH 10/10] tools/power/x86: A tool to validate Intel Speed Select commands

2019-06-29 Thread Andy Shevchenko
On Thu, Jun 27, 2019 at 1:39 AM Srinivas Pandruvada wrote: > > The Intel(R) Speed select technologies contains four features. > > Performance profile:An non architectural mechanism that allows multiple > optimized performance profiles per system via static and/or dynamic > adjustment of core count

[PATCH v4] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format.

2019-06-29 Thread Vandana BN
This patch converts new-machine.txt and register-banks.txt to ReST format, No content change. Added interfaces.rst to contain kernel-doc markups from index.rst Added interfaces.rst,new-machine.rst and register-banks.rst to sh/index.rst Added SPDX tag in index.rst Signed-off-by: Vandana BN --- Do

Re: [PATCH v4] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format.

2019-06-29 Thread Mauro Carvalho Chehab
Em Sat, 29 Jun 2019 20:02:45 +0530 Vandana BN escreveu: > This patch converts new-machine.txt and register-banks.txt > to ReST format, No content change. > Added interfaces.rst to contain kernel-doc markups from index.rst > Added interfaces.rst,new-machine.rst and register-banks.rst to sh/index.r

Re: [PATCH 10/10] tools/power/x86: A tool to validate Intel Speed Select commands

2019-06-29 Thread Srinivas Pandruvada
On Sat, 2019-06-29 at 17:31 +0300, Andy Shevchenko wrote: > On Thu, Jun 27, 2019 at 1:39 AM Srinivas Pandruvada > wrote: > > > > The Intel(R) Speed select technologies contains four features. > > > > Performance profile:An non architectural mechanism that allows > > multiple > > optimized perfor

Re: [PATCH v1] Doc : fs : convert xfs.txt to ReST

2019-06-29 Thread Sheriff Esseson
On Sat, Jun 29, 2019 at 02:25:08AM +0100, Sheriff Esseson wrote: > On Fri, Jun 28, 2019 at 10:43:24PM +0100, Sheriff Esseson wrote: > > Convert xfs.txt to ReST, markup and rename accordingly. Update > > Documentation/index.rst. > > > > While at it, make "value" in "option=value" fo

Re: [PATCH v7 1/2] fTPM: firmware TPM running in TEE

2019-06-29 Thread Sasha Levin
On Thu, Jun 27, 2019 at 02:31:35AM +0300, Jarkko Sakkinen wrote: On Tue, 2019-06-25 at 16:13 -0400, Sasha Levin wrote: +static const uuid_t ftpm_ta_uuid = + UUID_INIT(0xBC50D971, 0xD4C9, 0x42C4, + 0x82, 0xCB, 0x34, 0x3F, 0xB7, 0xF3, 0x78, 0x96); + +/** + * ftpm_tee_tpm_op_r

Re: [PATCH v1] Doc : fs : convert xfs.txt to ReST

2019-06-29 Thread Sheriff Esseson
On Sat, Jun 29, 2019 at 03:54:33PM +0100, Sheriff Esseson wrote: > On Sat, Jun 29, 2019 at 02:25:08AM +0100, Sheriff Esseson wrote: > > On Fri, Jun 28, 2019 at 10:43:24PM +0100, Sheriff Esseson wrote: > > > Convert xfs.txt to ReST, markup and rename accordingly. Update > > > Documentation/index

Re: [PATCH v1] Doc : fs : convert xfs.txt to ReST

2019-06-29 Thread Jonathan Corbet
On Sat, 29 Jun 2019 16:01:55 +0100 Sheriff Esseson wrote: > Signed-off-by: Sheriff Esseson > --- > > In v2.1: > cc mentees list. Please do us a favor? 1) Post each patch standalone, without quoted text, ready to be applied. 2) Wait a little while between postings so that you can address mo

Re: [PATCH v4] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format.

2019-06-29 Thread Vandana BN
On 29/06/19 8:20 PM, Mauro Carvalho Chehab wrote: > Em Sat, 29 Jun 2019 20:02:45 +0530 > Vandana BN escreveu: > >> This patch converts new-machine.txt and register-banks.txt >> to ReST format, No content change. >> Added interfaces.rst to contain kernel-doc markups from index.rst >> Added interf

Re: [PATCH 10/10] tools/power/x86: A tool to validate Intel Speed Select commands

2019-06-29 Thread Andy Shevchenko
On Sat, Jun 29, 2019 at 5:53 PM Srinivas Pandruvada wrote: > On Sat, 2019-06-29 at 17:31 +0300, Andy Shevchenko wrote: > > On Thu, Jun 27, 2019 at 1:39 AM Srinivas Pandruvada > > wrote: > > > +++ b/tools/power/x86/intel_speed_select/Makefile > > > > My experience with some tools are not good in

Re: [PATCH v4] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format.

2019-06-29 Thread Mauro Carvalho Chehab
Em Sat, 29 Jun 2019 21:26:29 +0530 Vandana BN escreveu: > On 29/06/19 8:20 PM, Mauro Carvalho Chehab wrote: > > Em Sat, 29 Jun 2019 20:02:45 +0530 > > Vandana BN escreveu: > > > >> This patch converts new-machine.txt and register-banks.txt > >> to ReST format, No content change. > >> Added int

Re: [linux-kernel-mentees] [PATCH v1] Doc : fs : convert xfs.txt to ReST

2019-06-29 Thread Sheriff Esseson
Signed-off-by: Sheriff Esseson --- In v2: Update MAINTAINERS. Fix indentation/long line issues. cc Darick and xfs mailist. Documentation/filesystems/index.rst | 5 +- Documentation/filesystems/xfs.rst | 467 +++ Documentation/filesystems/xfs.txt | 470 -

Re: [PATCH 10/10] tools/power/x86: A tool to validate Intel Speed Select commands

2019-06-29 Thread Andy Shevchenko
On Sat, Jun 29, 2019 at 5:53 PM Srinivas Pandruvada wrote: > On Sat, 2019-06-29 at 17:31 +0300, Andy Shevchenko wrote: > > On Thu, Jun 27, 2019 at 1:39 AM Srinivas Pandruvada > > wrote: > > I need an Ack from tools/power maintainer(s) for this. > > Also see below. > MAINTAINER file doesn't call

Re: [PATCH v4] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format.

2019-06-29 Thread Vandana BN
On 29/06/19 9:32 PM, Mauro Carvalho Chehab wrote: > Em Sat, 29 Jun 2019 21:26:29 +0530 > Vandana BN escreveu: > >> On 29/06/19 8:20 PM, Mauro Carvalho Chehab wrote: >>> Em Sat, 29 Jun 2019 20:02:45 +0530 >>> Vandana BN escreveu: >>> This patch converts new-machine.txt and register-banks.

[PATCH v5] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format.

2019-06-29 Thread Vandana BN
This patch converts new-machine.txt and register-banks.txt to ReST format, No content change. Added interfaces.rst to contain kernel-doc markups from index.rst Added interfaces.rst,new-machine.rst and register-banks.rst to sh/index.rst Added SPDX tag in index.rst Fixed broken reference in arch/sh/K

Re: [PATCH v5] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format.

2019-06-29 Thread Mauro Carvalho Chehab
Em Sat, 29 Jun 2019 21:55:01 +0530 Vandana BN escreveu: > This patch converts new-machine.txt and register-banks.txt > to ReST format, No content change. > Added interfaces.rst to contain kernel-doc markups from index.rst > Added interfaces.rst,new-machine.rst and register-banks.rst to sh/index.r

Re: [linux-kernel-mentees] [PATCH v1] Doc : fs : convert xfs.txt to ReST

2019-06-29 Thread Sheriff Esseson
Signed-off-by: Sheriff Esseson --- In v3: Update MAINTAINERS. Fix Indentation/long line issues. Insert Sphinx tag. Documentation/filesystems/index.rst | 5 +- Documentation/filesystems/xfs.rst | 468 +++ Documentation/filesystems/xfs.txt | 470 -

[PATCH] Documentation: misc-devices: mei: Convert mei txt files to reST

2019-06-29 Thread Shreeya Patel
Convert the MEI misc device's documentation files from .txt to reStructuredText format. Make a minor change of correcting the wrong macro name MEI_CONNECT_CLIENT_IOCTL to IOCTL_MEI_CONNECT_CLIENT. Add an index file in mei as there are two sections for it in the documentation. Signed-off-by: Shreey

Re: [PATCH 10/10] tools/power/x86: A tool to validate Intel Speed Select commands

2019-06-29 Thread Srinivas Pandruvada
On Sat, 2019-06-29 at 19:03 +0300, Andy Shevchenko wrote: > On Sat, Jun 29, 2019 at 5:53 PM Srinivas Pandruvada > wrote: > > On Sat, 2019-06-29 at 17:31 +0300, Andy Shevchenko wrote: > > > On Thu, Jun 27, 2019 at 1:39 AM Srinivas Pandruvada > > > wrote: > > > I need an Ack from tools/power mainta

Re: [RFC PATCH 2/3] Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)

2019-06-29 Thread Andy Lutomirski
> On Jun 28, 2019, at 12:41 PM, Yu-cheng Yu wrote: > > The CET legacy code bitmap covers the whole user-mode address space and is > located at the top of the user-mode address space. It is allocated only > when the first time arch_prctl(ARCH_X86_MARK_LEGACY_CODE) is called from > an application.

Re: [RFC PATCH 3/3] Prevent user from writing to IBT bitmap.

2019-06-29 Thread Andy Lutomirski
On Fri, Jun 28, 2019 at 12:50 PM Yu-cheng Yu wrote: > > The IBT bitmap is visiable from user-mode, but not writable. > > Signed-off-by: Yu-cheng Yu > > --- > arch/x86/mm/fault.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c > index 59f4

Re: [PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file

2019-06-29 Thread Andy Lutomirski
On Thu, Jun 27, 2019 at 2:39 AM Florian Weimer wrote: > > * Andy Lutomirski: > > > Also, I don't think there's any actual requirement that the upstream > > kernel recognize existing CET-enabled RHEL 8 binaries as being > > CET-enabled. I tend to think that RHEL 8 jumped the gun here. > > The ABI

Re: [PATCH 0/2] hwspinlock: add the 'in_atomic' API

2019-06-29 Thread Bjorn Andersson
On Thu 07 Mar 07:58 PST 2019, Fabien Dessenne wrote: > In its current implementation, the hwspinlock framework relies on jiffies > to handle the timeout of the hwspin_lock_timeout_xxx() API. > In an atomic context (or more precisely when irq are disabled) jiffies does > not > increase, which prev

RE: [PATCH] Documentation: misc-devices: mei: Convert mei txt files to reST

2019-06-29 Thread Winkler, Tomas
> -Original Message- > From: Shreeya Patel [mailto:shreeya.patel23...@gmail.com] > Sent: Sunday, June 30, 2019 00:32 > To: sk...@linuxfoundation.org; cor...@lwn.net; Winkler, Tomas > ; linux-doc@vger.kernel.org; linux- > ker...@vger.kernel.org; linux-kernel-ment...@lists.linuxfoundation.