Re: [Tee-dev] [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Rouven Czerwinski
On Thu, 2019-08-01 at 09:36 +0300, Janne Karhunen wrote: > On Wed, Jul 31, 2019 at 5:23 PM Sumit Garg > wrote: > > > > I guess my wording was wrong, tried to say that physical TEEs in > > > the > > > wild vary massively hardware wise. Generalizing these things is > > > rough. > > > > > > > Ther

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Janne Karhunen
On Wed, Jul 31, 2019 at 5:23 PM Sumit Garg wrote: > > I guess my wording was wrong, tried to say that physical TEEs in the > > wild vary massively hardware wise. Generalizing these things is rough. > > > > There are already well defined GlobalPlatform Standards to generalize > the TEE interface.

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Janne Karhunen
On Wed, Jul 31, 2019 at 4:58 PM Sumit Garg wrote: > > To clarify a bit further - my thought was to support any type of trust > > source. > > That could be very well accomplished via Trusted Keys abstraction > framework [1]. A trust source just need to implement following APIs: > > struct trusted_

Re: [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups

2019-07-31 Thread Jaegeuk Kim
On 08/01, Chao Yu wrote: > Hi Nathan, > > Thanks for the report! :) > > On 2019/8/1 1:57, Nathan Chancellor wrote: > > Hi all, > > > > > > > >> diff --git a/fs/f2fs/hash.c b/fs/f2fs/hash.c > >> index cc82f142f811f..99e79934f5088 100644 > >> --- a/fs/f2fs/hash.c > >> +++ b/fs/f2fs/hash.c > >> @

Re: [PATCH] mailmap: add entry for Gao Xiang

2019-07-31 Thread Gao Xiang
On 2019/8/1 11:17, Chao Yu wrote: > Add entry to connect all Gao Xiang's email addresses. > > Signed-off-by: Chao Yu Acked-by: Gao Xiang Thanks, Gao Xiang

[PATCH] mailmap: add entry for Gao Xiang

2019-07-31 Thread Chao Yu
Add entry to connect all Gao Xiang's email addresses. Signed-off-by: Chao Yu --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index 4ff3f20b4f11..00588c37e99d 100644 --- a/.mailmap +++ b/.mailmap @@ -79,6 +79,8 @@ Frank Rowand Frank Rowand Frank Rowand

Re: [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups

2019-07-31 Thread Chao Yu
Hi Nathan, Thanks for the report! :) On 2019/8/1 1:57, Nathan Chancellor wrote: > Hi all, > > > >> diff --git a/fs/f2fs/hash.c b/fs/f2fs/hash.c >> index cc82f142f811f..99e79934f5088 100644 >> --- a/fs/f2fs/hash.c >> +++ b/fs/f2fs/hash.c >> @@ -14,6 +14,7 @@ >> #include >> #include >> #inc

[PATCH v9 3/7] of/platform: Add functional dependency link from DT bindings

2019-07-31 Thread Saravana Kannan
Add device-links after the devices are created (but before they are probed) by looking at common DT bindings like clocks and interconnects. Automatically adding device-links for functional dependencies at the framework level provides the following benefits: - Optimizes device probe order and avoi

Re: [PATCH 0/6] ReST conversion patches not applied yet

2019-07-31 Thread Mark Brown
On Wed, Jul 31, 2019 at 06:27:29PM -0300, Mauro Carvalho Chehab wrote: > Meanwhile, if someone needs something that it is at the wrong book, he > can just use some search tool to seek what he needs, no matter on > what book the relevant information is stored. OTOH it might be weird for the intend

Re: [PATCH 2/6] docs: writing-schema.md: convert from markdown to ReST

2019-07-31 Thread Rob Herring
On Wed, Jul 31, 2019 at 2:48 PM Jonathan Corbet wrote: > > On Wed, 31 Jul 2019 14:45:00 -0600 > Rob Herring wrote: > > > On Wed, Jul 31, 2019 at 05:08:49PM -0300, Mauro Carvalho Chehab wrote: > > > The documentation standard is ReST and not markdown. > > > > > > Signed-off-by: Mauro Carvalho Cheh

Re: [PATCH 0/6] ReST conversion patches not applied yet

2019-07-31 Thread Mauro Carvalho Chehab
Em Wed, 31 Jul 2019 21:37:12 +0100 Mark Brown escreveu: > On Wed, Jul 31, 2019 at 05:26:13PM -0300, Mauro Carvalho Chehab wrote: > > Mark Brown escreveu: > > > > There were outstanding questions about where it was going to get moved > > > to but if I read the diff correctly it looks like it d

Re: [PATCH 2/6] docs: writing-schema.md: convert from markdown to ReST

2019-07-31 Thread Jonathan Corbet
On Wed, 31 Jul 2019 14:45:00 -0600 Rob Herring wrote: > On Wed, Jul 31, 2019 at 05:08:49PM -0300, Mauro Carvalho Chehab wrote: > > The documentation standard is ReST and not markdown. > > > > Signed-off-by: Mauro Carvalho Chehab > > Acked-by: Rob Herring > > --- > > Documentation/devicetree/w

Re: [PATCH 2/6] docs: writing-schema.md: convert from markdown to ReST

2019-07-31 Thread Rob Herring
On Wed, Jul 31, 2019 at 05:08:49PM -0300, Mauro Carvalho Chehab wrote: > The documentation standard is ReST and not markdown. > > Signed-off-by: Mauro Carvalho Chehab > Acked-by: Rob Herring > --- > Documentation/devicetree/writing-schema.md | 130 - > Documentation/devicetree/

Re: [PATCH 1/6] docs: fix a couple of new broken references

2019-07-31 Thread Dave Kleikamp
On 7/31/19 3:08 PM, Mauro Carvalho Chehab wrote: > Those are due to recent changes. Most of the issues > can be automatically fixed with: > > $ ./scripts/documentation-file-ref-check --fix > > The only exception was the sound binding with required > manual work. > > Signed-off-by: Mauro Ca

Re: [PATCH 0/6] ReST conversion patches not applied yet

2019-07-31 Thread Mark Brown
On Wed, Jul 31, 2019 at 05:26:13PM -0300, Mauro Carvalho Chehab wrote: > Mark Brown escreveu: > > There were outstanding questions about where it was going to get moved > > to but if I read the diff correctly it looks like it didn't actually get > > moved in the end? > Yeah, it doesn't have the

Re: [PATCH] of/platform: Add missing const qualifier in of_link_property

2019-07-31 Thread Nathan Chancellor
On Wed, Jul 31, 2019 at 01:33:40PM -0700, Saravana Kannan wrote: > On Wed, Jul 31, 2019 at 11:19 AM Nathan Chancellor > wrote: > > > > Clang errors: > > > > drivers/of/platform.c:632:28: error: initializing 'struct > > supplier_bindings *' with an expression of type 'const struct > > supplier_bind

Re: [PATCH] of/platform: Add missing const qualifier in of_link_property

2019-07-31 Thread Saravana Kannan
On Wed, Jul 31, 2019 at 11:19 AM Nathan Chancellor wrote: > > Clang errors: > > drivers/of/platform.c:632:28: error: initializing 'struct > supplier_bindings *' with an expression of type 'const struct > supplier_bindings [4]' discards qualifiers > [-Werror,-Wincompatible-pointer-types-discards-qu

[PATCH] docs: fs: porting.rst: fix a broken reference to another doc

2019-07-31 Thread Mauro Carvalho Chehab
With all those document shifts, references to documents get broken. Fix one such occurrence at porting.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/filesystems/porting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/porting.rst b

Re: [PATCH 0/6] ReST conversion patches not applied yet

2019-07-31 Thread Mauro Carvalho Chehab
Em Wed, 31 Jul 2019 21:20:07 +0100 Mark Brown escreveu: > On Wed, Jul 31, 2019 at 02:17:34PM -0600, Jonathan Corbet wrote: > > Mauro Carvalho Chehab wrote: > > > > As promised, this is the rebased version of the patches that were not > > > applied > > > from the /26 patch series because you

Re: [PATCH] tools: memory-model: add it to the Documentation body

2019-07-31 Thread Paul E. McKenney
On Thu, Aug 01, 2019 at 12:19:25AM +0900, Akira Yokosawa wrote: > On Wed, 31 Jul 2019 09:52:05 -0400, Alan Stern wrote: > > On Tue, 30 Jul 2019, Mauro Carvalho Chehab wrote: > > > >> Em Tue, 30 Jul 2019 18:17:01 -0400 > >> Joel Fernandes escreveu: > > > > (4) I would argue that every occuren

Re: [PATCH 5/6] docs: fs: convert porting to ReST

2019-07-31 Thread Mauro Carvalho Chehab
Em Wed, 31 Jul 2019 14:17:07 -0600 Jonathan Corbet escreveu: > On Wed, 31 Jul 2019 17:08:52 -0300 > Mauro Carvalho Chehab wrote: > > > This file has its own proper style, except that, after a while, > > the coding style gets violated and whitespaces are placed on > > different ways. > > > > As

Re: [PATCH 1/6] docs: fix a couple of new broken references

2019-07-31 Thread Rob Herring
On Wed, Jul 31, 2019 at 2:08 PM Mauro Carvalho Chehab wrote: > > Those are due to recent changes. Most of the issues > can be automatically fixed with: > > $ ./scripts/documentation-file-ref-check --fix > > The only exception was the sound binding with required > manual work. > > Signed-of

Re: [PATCH 0/6] ReST conversion patches not applied yet

2019-07-31 Thread Mark Brown
On Wed, Jul 31, 2019 at 02:17:34PM -0600, Jonathan Corbet wrote: > Mauro Carvalho Chehab wrote: > > As promised, this is the rebased version of the patches that were not > > applied > > from the /26 patch series because you had merge conflicts. > > > > They're all based on your docs-next branch

Re: [PATCH 0/6] ReST conversion patches not applied yet

2019-07-31 Thread Jonathan Corbet
On Wed, 31 Jul 2019 17:08:47 -0300 Mauro Carvalho Chehab wrote: > As promised, this is the rebased version of the patches that were not applied > from the /26 patch series because you had merge conflicts. > > They're all based on your docs-next branch, so should apply fine. > > The first one fi

Re: [PATCH 5/6] docs: fs: convert porting to ReST

2019-07-31 Thread Jonathan Corbet
On Wed, 31 Jul 2019 17:08:52 -0300 Mauro Carvalho Chehab wrote: > This file has its own proper style, except that, after a while, > the coding style gets violated and whitespaces are placed on > different ways. > > As Sphinx and ReST are very sentitive to whitespace differences, > I had to opt i

[PATCH 6/6] docs: w1: convert to ReST and add to the kAPI group of docs

2019-07-31 Thread Mauro Carvalho Chehab
The 1wire documentation was written with w1 developers in mind, so, it makes sense to add it together with the driver-api set. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-bus-w1 | 2 +- .../ABI/stable/sysfs-driver-w1_ds28e04| 4 +- .../ABI/stable/sys

[PATCH 2/6] docs: writing-schema.md: convert from markdown to ReST

2019-07-31 Thread Mauro Carvalho Chehab
The documentation standard is ReST and not markdown. Signed-off-by: Mauro Carvalho Chehab Acked-by: Rob Herring --- Documentation/devicetree/writing-schema.md | 130 - Documentation/devicetree/writing-schema.rst | 153 2 files changed, 153 insertions(+), 13

[PATCH 3/6] spi: docs: convert to ReST and add it to the kABI bookset

2019-07-31 Thread Mauro Carvalho Chehab
While there's one file there with briefily describes the uAPI, the documentation was written just like most subsystems: focused on kernel developers. So, add it together with driver-api books. Signed-off-by: Mauro Carvalho Chehab Acked-by: Jonathan Cameron # for iio --- Documentation/index.rst

[PATCH 1/6] docs: fix a couple of new broken references

2019-07-31 Thread Mauro Carvalho Chehab
Those are due to recent changes. Most of the issues can be automatically fixed with: $ ./scripts/documentation-file-ref-check --fix The only exception was the sound binding with required manual work. Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/sound/sun8i

[PATCH 4/6] docs: fs: cifs: convert to ReST and add to admin-guide book

2019-07-31 Thread Mauro Carvalho Chehab
The filenames for cifs documentation is not using the same convention as almost all Kernel documents is using. So, rename them to a more appropriate name. Then, manually convert the documentation files for CIFS to ReST. By doing a manual conversion, we can preserve the original author's style, whi

[PATCH 0/6] ReST conversion patches not applied yet

2019-07-31 Thread Mauro Carvalho Chehab
Hi Jon, As promised, this is the rebased version of the patches that were not applied from the /26 patch series because you had merge conflicts. They're all based on your docs-next branch, so should apply fine. The first one fixes all but one error with a broken reference. The only broken refer

[PATCH 5/6] docs: fs: convert porting to ReST

2019-07-31 Thread Mauro Carvalho Chehab
This file has its own proper style, except that, after a while, the coding style gets violated and whitespaces are placed on different ways. As Sphinx and ReST are very sentitive to whitespace differences, I had to opt if each entry after required/mandatory/... fields should start with zero spaces

Re: [PATCH v2 01/26] docs: power: add it to to the main documentation index

2019-07-31 Thread Jonathan Corbet
On Wed, 31 Jul 2019 16:58:59 -0300 Mauro Carvalho Chehab wrote: > > - [PATCH v2 07/26] docs: w1: convert to ReST and add to the kAPI group of > > docs > > > > Gives me the dreaded "could not build fake ancestor" error, I > > don't really understand why. > > That's new! What Sphinx v

Re: [PATCH v2 01/26] docs: power: add it to to the main documentation index

2019-07-31 Thread Mauro Carvalho Chehab
Em Wed, 31 Jul 2019 13:34:43 -0600 Jonathan Corbet escreveu: > On Wed, 31 Jul 2019 16:16:06 -0300 > Mauro Carvalho Chehab wrote: > > > The remaining ones in this series aren't there yet. > > > > From this series, besides this patch, you can also exclude patch > > 25/26, as it seems that Paul w

Re: [PATCH v4] tpm: Document UEFI event log quirks

2019-07-31 Thread Jonathan Corbet
On Fri, 12 Jul 2019 18:44:32 +0300 Jarkko Sakkinen wrote: > There are some weird quirks when it comes to UEFI event log. Provide a > brief introduction to TPM event log mechanism and describe the quirks > and how they can be sorted out. > > Signed-off-by: Jarkko Sakkinen > --- > v4: - Unfortane

Re: [PATCH v2 01/26] docs: power: add it to to the main documentation index

2019-07-31 Thread Jonathan Corbet
On Wed, 31 Jul 2019 16:16:06 -0300 Mauro Carvalho Chehab wrote: > The remaining ones in this series aren't there yet. > > From this series, besides this patch, you can also exclude patch > 25/26, as it seems that Paul will merge via RCU tree. > > The remaining ones apply cleanly on the top of d

Re: [PATCH v2 01/26] docs: power: add it to to the main documentation index

2019-07-31 Thread Mauro Carvalho Chehab
Em Wed, 31 Jul 2019 13:03:38 -0600 Jonathan Corbet escreveu: > On Fri, 26 Jul 2019 09:51:11 -0300 > Mauro Carvalho Chehab wrote: > > > The power docs are orphaned at the documentation body. > > > > While it could likely be moved to be inside some guide, I'm opting to just > > adding it to the

Re: [PATCH] Documentation: coresight: convert txt to rst

2019-07-31 Thread Jonathan Corbet
On Thu, 11 Jul 2019 23:52:01 +0700 Phong Tran wrote: > This changes from plain text to reStructuredText as suggestion > in doc-guide [1] > > [1] https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html > > Some adaptations such as: literal block, ``inline literal`` and > alignment text,...

Re: [PATCH v3] Documentation: filesystems: Convert ufs.txt to reStructuredText format

2019-07-31 Thread Jonathan Corbet
On Wed, 10 Jul 2019 08:31:23 -0700 Shobhit Kukreti wrote: > This converts the plain text documentation of ufs.txt to > reStructuredText format. Added to documentation build process > and verified with make htmldocs > > Signed-off-by: Shobhit Kukreti I've applied this one as well; apologies for

Re: [PATCH v3] Documentation: filesystems: Convert jfs.txt to

2019-07-31 Thread Jonathan Corbet
On Wed, 10 Jul 2019 08:29:01 -0700 Shobhit Kukreti wrote: > This converts the plain text documentation of jfs.txt to reStructuredText > format. Added to documentation build process and verified with > make htmldocs > > Signed-off-by: Shobhit Kukreti So this kind of fell through the cracks, so

Re: [PATCH] doc: email-clients miscellaneous fixes

2019-07-31 Thread Jonathan Corbet
On Sat, 6 Jul 2019 23:01:00 +0200 Federico Vaga wrote: > Fixed some style inconsistencies and remove old statement referring to > kmail missing feature (saving email from the view window is possible). > > Signed-off-by: Federico Vaga So this one fell through the cracks, it seems, sorry. Appl

Re: [PATCH v2 01/26] docs: power: add it to to the main documentation index

2019-07-31 Thread Jonathan Corbet
On Fri, 26 Jul 2019 09:51:11 -0300 Mauro Carvalho Chehab wrote: > The power docs are orphaned at the documentation body. > > While it could likely be moved to be inside some guide, I'm opting to just > adding it to the main index.rst, removing the :orphan: and adding the SPDX > header. > > The

Re: [PATCH] docs: riscv: convert boot-image-header.txt to ReST

2019-07-31 Thread Jonathan Corbet
On Fri, 26 Jul 2019 18:01:55 -0300 Mauro Carvalho Chehab wrote: > Convert this small file to ReST format by: >- Using a proper markup for the document title; >- marking a code block as such; >- use tags for Author and date; >- use tables for bit map fields. > > While here, fix a

Re: [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec

2019-07-31 Thread Jonathan Corbet
On Fri, 26 Jul 2019 16:29:10 -0300 Mauro Carvalho Chehab wrote: > There's a typo here: > > sysfs-bus-counter-ftm-quadddec -> sysfs-bus-counter-ftm-quaddec > > Signed-off-by: Mauro Carvalho Chehab These are easy...I've applied this set, thanks. jon

Re: [PATCH] doc:it_IT: translations for documents in process/

2019-07-31 Thread Jonathan Corbet
On Sun, 28 Jul 2019 11:20:54 +0200 Federico Vaga wrote: > From: Alessia Mantegazza > > Translations for the following documents in process/: > - email-clients > - management-style > > Signed-off-by: Alessia Mantegazza > Signed-off-by: Federico Vaga This looks generally good, but I h

Re: [PATCH] doc:it_IT: align translation to mainline

2019-07-31 Thread Jonathan Corbet
On Mon, 29 Jul 2019 23:58:56 +0200 Federico Vaga wrote: > The patch translates the following patches in Italian: > > 1fb12b35e5ff kbuild: Raise the minimum required binutils version to 2.21 > 9c3c0c204814 isdn: remove isdn4linux > > Signed-off-by: Federico Vaga Applied, thanks. jon

Re: [PATCH] mailmap: add entry to connect my email addresses

2019-07-31 Thread Jonathan Corbet
On Wed, 31 Jul 2019 19:45:10 +0800 Chao Yu wrote: > I've used several email accounts to contribute codes, samsung's one > is obsolete, so let me add entry to map them, in order to let people > find me easily when they blame my codes. > > Signed-off-by: Chao Yu Applied, thanks. jon

Re: [PATCH] docs: arm: Remove orphan sh-mobile directory

2019-07-31 Thread Jonathan Corbet
On Wed, 31 Jul 2019 11:02:11 +0200 Geert Uytterhoeven wrote: > This directory is empty, except for a .gitignore file, listing an > executable file that can no longer be built since commit > c6535e1e0361157e ("Documentation: Remove ZBOOT MMC/SDHI utility and > docs"). > > Signed-off-by: Geert Uyt

[PATCH] of/platform: Add missing const qualifier in of_link_property

2019-07-31 Thread Nathan Chancellor
Clang errors: drivers/of/platform.c:632:28: error: initializing 'struct supplier_bindings *' with an expression of type 'const struct supplier_bindings [4]' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] struct supplier_bindings *s = bindings;

Re: [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups

2019-07-31 Thread Nathan Chancellor
Hi all, > diff --git a/fs/f2fs/hash.c b/fs/f2fs/hash.c > index cc82f142f811f..99e79934f5088 100644 > --- a/fs/f2fs/hash.c > +++ b/fs/f2fs/hash.c > @@ -14,6 +14,7 @@ > #include > #include > #include > +#include > > #include "f2fs.h" > > @@ -67,7 +68,7 @@ static void str2hashbuf(const

Re: [PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing

2019-07-31 Thread Joel Fernandes
On Wed, Jul 31, 2019 at 05:53:35PM +0900, Minchan Kim wrote: > Hi Joel, > > On Fri, Jul 26, 2019 at 11:23:18AM -0400, Joel Fernandes (Google) wrote: > > The page_idle tracking feature currently requires looking up the pagemap > > for a process followed by interacting with /sys/kernel/mm/page_idle.

Re: [PATCH v6 1/2] arm64: Define Documentation/arm64/tagged-address-abi.rst

2019-07-31 Thread Dave Hansen
On 7/25/19 6:50 AM, Vincenzo Frascino wrote: > With the relaxed ABI proposed through this document, it is now possible > to pass tagged pointers to the syscalls, when these pointers are in > memory ranges obtained by an anonymous (MAP_ANONYMOUS) mmap(). I don't see a lot of description of why this

Re: [PATCH] tools: memory-model: add it to the Documentation body

2019-07-31 Thread Akira Yokosawa
On Wed, 31 Jul 2019 09:52:05 -0400, Alan Stern wrote: > On Tue, 30 Jul 2019, Mauro Carvalho Chehab wrote: > >> Em Tue, 30 Jul 2019 18:17:01 -0400 >> Joel Fernandes escreveu: > > (4) I would argue that every occurence of > A ->(some dependency) B should be replaced with fixed size font in

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Sumit Garg
On Wed, 31 Jul 2019 at 16:33, Janne Karhunen wrote: > > On Wed, Jul 31, 2019 at 1:26 PM Sumit Garg wrote: > > > > Interesting, I wrote something similar and posted it to the lists a while > > > back: > > > https://github.com/jkrh/linux/commit/d77ea03afedcb5fd42234cd834da8f8a0809f6a6 > > > > > >

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Sumit Garg
On Wed, 31 Jul 2019 at 15:51, Janne Karhunen wrote: > > Hi, > > To clarify a bit further - my thought was to support any type of trust > source. That could be very well accomplished via Trusted Keys abstraction framework [1]. A trust source just need to implement following APIs: struct trusted_k

Re: [PATCH] tools: memory-model: add it to the Documentation body

2019-07-31 Thread Alan Stern
On Tue, 30 Jul 2019, Mauro Carvalho Chehab wrote: > Em Tue, 30 Jul 2019 18:17:01 -0400 > Joel Fernandes escreveu: > > > > (4) I would argue that every occurence of > > > > A ->(some dependency) B should be replaced with fixed size font in the > > > > HTML > > > > results. > > > > > > Just pl

[PATCH] mailmap: add entry to connect my email addresses

2019-07-31 Thread Chao Yu
I've used several email accounts to contribute codes, samsung's one is obsolete, so let me add entry to map them, in order to let people find me easily when they blame my codes. Signed-off-by: Chao Yu --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index eb

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Janne Karhunen
On Wed, Jul 31, 2019 at 1:26 PM Sumit Garg wrote: > > Interesting, I wrote something similar and posted it to the lists a while > > back: > > https://github.com/jkrh/linux/commit/d77ea03afedcb5fd42234cd834da8f8a0809f6a6 > > > > Since there are no generic 'TEEs' available, > > There is already a

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Sumit Garg
Hi Janne, On Wed, 31 Jul 2019 at 12:41, Janne Karhunen wrote: > > Hi, > > Interesting, I wrote something similar and posted it to the lists a while > back: > https://github.com/jkrh/linux/commit/d77ea03afedcb5fd42234cd834da8f8a0809f6a6 > > Since there are no generic 'TEEs' available, There is a

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Janne Karhunen
Hi, To clarify a bit further - my thought was to support any type of trust source. Remote, local or both. Just having one particular type of locally bound 'TEE' sounded very limited, especially when nothing from the TEE execution side is really needed for supporting the kernel crypto. What you rea

RE: [PATCH 2/6] hwspinlock: allow sharing of hwspinlocks

2019-07-31 Thread Loic PALLARDY
> -Original Message- > From: linux-remoteproc-ow...@vger.kernel.org ow...@vger.kernel.org> On Behalf Of Fabien Dessenne > Sent: mercredi 13 mars 2019 16:51 > To: Ohad Ben-Cohen ; Bjorn Andersson > ; Rob Herring ; Mark > Rutland ; Maxime Coquelin > ; Alexandre TORGUE > ; Jonathan Corbet

[PATCH] docs: arm: Remove orphan sh-mobile directory

2019-07-31 Thread Geert Uytterhoeven
This directory is empty, except for a .gitignore file, listing an executable file that can no longer be built since commit c6535e1e0361157e ("Documentation: Remove ZBOOT MMC/SDHI utility and docs"). Signed-off-by: Geert Uytterhoeven --- Documentation/arm/sh-mobile/.gitignore | 1 - 1 file change

Re: [PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing

2019-07-31 Thread Minchan Kim
Hi Joel, On Fri, Jul 26, 2019 at 11:23:18AM -0400, Joel Fernandes (Google) wrote: > The page_idle tracking feature currently requires looking up the pagemap > for a process followed by interacting with /sys/kernel/mm/page_idle. > Looking up PFN from pagemap in Android devices is not supported by >

Re: [RFC v2 0/6] Introduce TEE based Trusted Keys support

2019-07-31 Thread Janne Karhunen
Hi, Interesting, I wrote something similar and posted it to the lists a while back: https://github.com/jkrh/linux/commit/d77ea03afedcb5fd42234cd834da8f8a0809f6a6 Since there are no generic 'TEEs' available, I implemented the same thing as a generic protocol translator. The shared memory binding f