Thanks for catching.
Reviewed-by: Alex Shi
在 2019/6/23 上午1:47, Mauro Carvalho Chehab 写道:
Somehow, this file ended with Documentation/ twice.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/translations/zh_CN/process/submitting-drivers.rst | 2 +-
1 file changed, 1 insertion(+), 1 d
Please see below.
On 2019-06-25 5:36 p.m., Jonathan Corbet wrote:
On Sat, 22 Jun 2019 22:19:47 +0700
Phong Tran wrote:
- Update to the link in documenation
- Remove trailing white space
- Adaptation the sphinx doc syntax
Signed-off-by: Phong Tran
Thanks for working to improve the document
Quoting Paul Cercueil (2019-06-25 15:37:07)
> >
> > Do you need to get the clk by name? Or can that clk be "known" to the
> > TCU somehow so we can already have a direct clk pointer?
>
> This clock is provided by a separate driver, so I have to obtain the
> clock pointer from devicetree.
Ok.
>
On 6/25/19 1:13 PM, Sasha Levin wrote:
> This patch adds basic documentation to describe the new fTPM driver.
>
> Signed-off-by: Sasha Levin
Acked-by: Randy Dunlap
Thanks.
> ---
> Documentation/security/tpm/index.rst| 1 +
> Documentation/security/tpm/tpm_ftpm_tee.rst | 31 +
Le mer. 26 juin 2019 à 0:09, Stephen Boyd a écrit :
Quoting Paul Cercueil (2019-06-24 15:57:51)
diff --git a/drivers/clk/ingenic/tcu.c b/drivers/clk/ingenic/tcu.c
new file mode 100644
index ..6d667c4a2bd5
--- /dev/null
+++ b/drivers/clk/ingenic/tcu.c
@@ -0,0 +1,473 @@
+//
Quoting Paul Cercueil (2019-06-24 15:57:51)
> diff --git a/drivers/clk/ingenic/tcu.c b/drivers/clk/ingenic/tcu.c
> new file mode 100644
> index ..6d667c4a2bd5
> --- /dev/null
> +++ b/drivers/clk/ingenic/tcu.c
> @@ -0,0 +1,473 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * JZ47xx
On Sat, 22 Jun 2019 22:19:47 +0700
Phong Tran wrote:
> - Update to the link in documenation
> - Remove trailing white space
> - Adaptation the sphinx doc syntax
>
> Signed-off-by: Phong Tran
Thanks for working to improve the documentation! That said, I think this
patch needs a fair amount of
This patch adds support for a software-only implementation of a TPM
running in TEE.
There is extensive documentation of the design here:
https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/
.
As well as reference code for the firmware available here:
https:
This patch adds basic documentation to describe the new fTPM driver.
Signed-off-by: Sasha Levin
---
Documentation/security/tpm/index.rst| 1 +
Documentation/security/tpm/tpm_ftpm_tee.rst | 31 +
2 files changed, 32 insertions(+)
create mode 100644 Documentation/secu
Changes in v6:
- Address comments from Randy Dunlap
Sasha Levin (2):
fTPM: firmware TPM running in TEE
fTPM: add documentation for ftpm driver
Documentation/security/tpm/index.rst| 1 +
Documentation/security/tpm/tpm_ftpm_tee.rst | 31 ++
drivers/char/tpm/Kconfig
On Tue, Jun 25, 2019 at 12:59:02PM -0700, Randy Dunlap wrote:
On 6/25/19 12:52 PM, Sasha Levin wrote:
This patch adds basic documentation to describe the new fTPM driver.
Signed-off-by: Sasha Levin
---
Documentation/security/tpm/index.rst| 1 +
Documentation/security/tpm/tpm_ftpm_tee
Hi,
On 6/25/19 12:52 PM, Sasha Levin wrote:
> diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig
> index 88a3c06fc153..facee3bb5607 100644
> --- a/drivers/char/tpm/Kconfig
> +++ b/drivers/char/tpm/Kconfig
> @@ -164,6 +164,11 @@ config TCG_VTPM_PROXY
> /dev/vtpmX and a server-
On 6/25/19 12:52 PM, Sasha Levin wrote:
> This patch adds basic documentation to describe the new fTPM driver.
>
> Signed-off-by: Sasha Levin
> ---
> Documentation/security/tpm/index.rst| 1 +
> Documentation/security/tpm/tpm_ftpm_tee.rst | 31 +
> 2 files changed, 3
This patch adds basic documentation to describe the new fTPM driver.
Signed-off-by: Sasha Levin
---
Documentation/security/tpm/index.rst| 1 +
Documentation/security/tpm/tpm_ftpm_tee.rst | 31 +
2 files changed, 32 insertions(+)
create mode 100644 Documentation/secu
This patch adds support for a software-only implementation of a TPM
running in TEE.
There is extensive documentation of the design here:
https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/
.
As well as reference code for the firmware available here:
https:
Changes in v6:
- Address comments from Ilias Apalodimas
Sasha Levin (2):
fTPM: firmware TPM running in TEE
fTPM: add documentation for ftpm driver
Documentation/security/tpm/index.rst| 1 +
Documentation/security/tpm/tpm_ftpm_tee.rst | 31 ++
drivers/char/tpm/Kconfig
Le mar. 25 juin 2019 à 19:30, Paul Burton a
écrit :
Hi Paul,
On Tue, Jun 25, 2019 at 12:57:50AM +0200, Paul Cercueil wrote:
+static const struct of_device_id ingenic_tcu_of_match[] = {
+ { .compatible = "ingenic,jz4740-tcu", .data = &jz4740_soc_info, },
+ { .compatible = "ingenic,j
[Cc'ing Rob Landley]
On Tue, 2019-06-25 at 14:57 +0200, Roberto Sassu wrote:
> Mimi, do you have any thoughts on this version?
I need to look closer, but when I first looked these changes seemed to
be really invasive. Let's first work on getting the CPIO xattr
support upstreamed. Rob Landley sa
Hi Paul,
On Tue, Jun 25, 2019 at 12:57:50AM +0200, Paul Cercueil wrote:
> +static const struct of_device_id ingenic_tcu_of_match[] = {
> + { .compatible = "ingenic,jz4740-tcu", .data = &jz4740_soc_info, },
> + { .compatible = "ingenic,jz4725b-tcu", .data = &jz4725b_soc_info, },
> + { .
Dear Thomas,
On 2019/6/24 17:45, Thomas Gleixner wrote:
> Zhiqiang,
>
> On Mon, 24 Jun 2019, Zhiqiang Liu wrote:
>>
>> Thanks again for your detailed advice.
>> As your said, the max_softirq_time_usecs setting without explaining the
>> relationship with CONFIG_HZ will give a false sense of contro
On 二, 2019-06-25 at 10:53 -0300, Mauro Carvalho Chehab wrote:
> Em Tue, 25 Jun 2019 21:40:11 +0800
> Zhang Rui escreveu:
>
> >
> > On 二, 2019-06-18 at 18:05 -0300, Mauro Carvalho Chehab wrote:
> > >
> > > Rename the thermal documentation files to ReST, add an
> > > index for them and adjust in
Em Tue, 25 Jun 2019 21:40:11 +0800
Zhang Rui escreveu:
> On 二, 2019-06-18 at 18:05 -0300, Mauro Carvalho Chehab wrote:
> > Rename the thermal documentation files to ReST, add an
> > index for them and adjust in order to produce a nice html
> > output via the Sphinx build system.
> >
> > At its n
On 二, 2019-06-18 at 18:05 -0300, Mauro Carvalho Chehab wrote:
> Rename the thermal documentation files to ReST, add an
> index for them and adjust in order to produce a nice html
> output via the Sphinx build system.
>
> At its new index.rst, let's add a :orphan: while this is not linked
> to
> th
On Sat, Jun 08, 2019 at 11:27:03PM -0300, Mauro Carvalho Chehab wrote:
> The InfiniBand docs are plain text with no markups.
> So, all we needed to do were to add the title markups and
> some markup sequences in order to properly parse tables,
> lists and literal blocks.
>
> At its new index.rst,
On 6/17/2019 8:56 AM, Roberto Sassu wrote:
On 6/14/2019 7:54 PM, Roberto Sassu wrote:
This patch set introduces a new IMA extension called IMA Digest Lists.
At early boot, the extension preloads in kernel memory reference digest
values, that can be compared with actual file digests when files a
25 matches
Mail list logo