From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Roberto Sassu <roberto.sassu@huawei.com>
To: <zohar@linux.ibm.com>, <mjg59@google.com>
Cc: <linux-integrity@vger.kernel.org>
Cc: stable@vger.kernel.org
Cc: stable@vger.kernel.org
Subject: Re: [PATCH v2 01/12] ima: Don't ignore errors from crypto_shash_update()
Date: Mon, 07 Sep 2020 15:03:39 +0000 [thread overview]
Message-ID: <20200907150340.0265921481@mail.kernel.org> (raw)
In-Reply-To: <20200904092339.19598-2-roberto.sassu@huawei.com>
Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag
fixing commit: 3323eec921ef ("integrity: IMA as an integrity service provider").
The bot has tested the following trees: v5.8.7, v5.4.63, v4.19.143, v4.14.196, v4.9.235, v4.4.235.
v5.8.7: Build OK!
v5.4.63: Build OK!
v4.19.143: Failed to apply! Possible dependencies:
100b16a6f290 ("tpm: sort objects in the Makefile")
6f1a1d103b48 ("ima: Switch to ima_hash_algo for boot aggregate")
70a3199a7101 ("tpm: factor out tpm_get_timeouts()")
879b589210a9 ("tpm: retrieve digest size of unknown algorithms with PCR read")
95adc6b410b7 ("tpm: use u32 instead of int for PCR index")
b03c43702e7b ("tpm: add tpm_auto_startup() into tpm-interface.c")
b2d6e6de005e ("tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c")
c82a330ceced ("tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c")
d4a317563207 ("tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c")
d856c00f7d16 ("tpm: add tpm_calc_ordinal_duration() wrapper")
v4.14.196: Failed to apply! Possible dependencies:
5ef924d9e2e8 ("tpm: use tpm_msleep() value as max delay")
6f1a1d103b48 ("ima: Switch to ima_hash_algo for boot aggregate")
879b589210a9 ("tpm: retrieve digest size of unknown algorithms with PCR read")
95adc6b410b7 ("tpm: use u32 instead of int for PCR index")
aad887f66411 ("tpm: use struct tpm_chip for tpm_chip_find_get()")
b03c43702e7b ("tpm: add tpm_auto_startup() into tpm-interface.c")
c82a330ceced ("tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c")
d4a317563207 ("tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c")
fc1d52b745ba ("tpm: rename tpm_chip_find_get() to tpm_find_get_ops()")
v4.9.235: Failed to apply! Possible dependencies:
06e93279ca77 ("tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header")
175d5b2a570c ("tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()")
37f4915fef05 ("tpm: use idr_find(), not idr_find_slowpath()")
51b0be640cf6 ("tpm: Fix expected number of response bytes of TPM1.2 PCR Extend")
62bfdacbac4c ("tpm: Do not print an error message when doing TPM auto startup")
6f1a1d103b48 ("ima: Switch to ima_hash_algo for boot aggregate")
84fda15286d1 ("tpm: sanitize constant expressions")
879b589210a9 ("tpm: retrieve digest size of unknown algorithms with PCR read")
a69faebf4d3e ("tpm: move endianness conversion of ordinals to tpm_input_header")
aaa6f7f6c8bf ("tpm: Clean up reading of timeout and duration capabilities")
aad887f66411 ("tpm: use struct tpm_chip for tpm_chip_find_get()")
c659af78eb7b ("tpm: Check size of response before accessing data")
ca6d45802201 ("tpm: place kdoc just above tpm_pcr_extend")
f865c196856d ("tpm: add kdoc for tpm_transmit and tpm_transmit_cmd")
v4.4.235: Failed to apply! Possible dependencies:
0014777f989b ("tpm: constify TPM 1.x header structures")
062807f20e3f ("tpm: Remove all uses of drvdata from the TPM Core")
06e93279ca77 ("tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header")
175d5b2a570c ("tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()")
25112048cd59 ("tpm: rework tpm_get_timeouts()")
3635e2ec7cbb ("tpm: Get rid of devname")
37f4915fef05 ("tpm: use idr_find(), not idr_find_slowpath()")
570a36097f30 ("tpm: drop 'irq' from struct tpm_vendor_specific")
6e599f6f261f ("tpm: drop 'read_queue' from struct tpm_vendor_specific")
6f1a1d103b48 ("ima: Switch to ima_hash_algo for boot aggregate")
7ab4032fa579 ("tpm_tis: Get rid of the duplicate IRQ probing code")
84fda15286d1 ("tpm: sanitize constant expressions")
879b589210a9 ("tpm: retrieve digest size of unknown algorithms with PCR read")
a69faebf4d3e ("tpm: move endianness conversion of ordinals to tpm_input_header")
aad887f66411 ("tpm: use struct tpm_chip for tpm_chip_find_get()")
af782f339a5d ("tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip")
c659af78eb7b ("tpm: Check size of response before accessing data")
ddab0e34288a ("tpm/st33zp24: Remove unneeded tpm_reg in get_burstcount")
e3837e74a06d ("tpm_tis: Refactor the interrupt setup")
f865c196856d ("tpm: add kdoc for tpm_transmit and tpm_transmit_cmd")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks
Sasha
next prev parent reply other threads:[~2020-09-07 15:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20200904092339.19598-1-roberto.sassu@huawei.com>
2020-09-04 9:23 ` [PATCH v2 01/12] ima: Don't ignore errors from crypto_shash_update() Roberto Sassu
2020-09-07 15:03 ` Sasha Levin [this message]
2020-09-04 9:23 ` [PATCH v2 02/12] ima: Remove semicolon at the end of ima_get_binary_runtime_size() Roberto Sassu
2020-09-04 9:23 ` [PATCH v2 03/12] evm: Check size of security.evm before using it Roberto Sassu
2020-09-04 9:23 ` [PATCH v2 04/12] evm: Execute evm_inode_init_security() only when the HMAC key is loaded Roberto Sassu
2020-09-07 15:03 ` Sasha Levin
2020-09-16 16:15 ` Mimi Zohar
2020-09-04 9:26 ` [PATCH v2 06/12] evm: Refuse EVM_ALLOW_METADATA_WRITES only if " Roberto Sassu
2020-09-04 9:26 ` [PATCH v2 07/12] evm: Introduce EVM_RESET_STATUS atomic flag Roberto Sassu
2020-09-17 12:01 ` Mimi Zohar
2020-09-17 17:36 ` Roberto Sassu
2020-09-17 17:47 ` Mimi Zohar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200907150340.0265921481@mail.kernel.org \
--to=sashal@kernel.org \
--cc=linux-integrity@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).