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
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.
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_
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
> >> @
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,...
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
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
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
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
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
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
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
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
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
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
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;
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
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.
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
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
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
> > >
> > >
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
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
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
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
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
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
> -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
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
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
>
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
64 matches
Mail list logo