Linux kernel source tree
Go to file
Jarkko Sakkinen 423893fcbe tpm: Disable TPM on tpm2_create_primary() failure
The earlier bug fix misplaced the error-label when dealing with the
tpm2_create_primary() return value, which the original completely ignored.

Cc: stable@vger.kernel.org
Reported-by: Christoph Anton Mitterer <calestyo@scientia.org>
Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087331
Fixes: cc7d859434 ("tpm: Rollback tpm2_load_null()")
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
2024-11-13 21:10:45 +02:00
arch KVM x86 and selftests fixes for 6.12: 2024-11-12 13:35:13 -08:00
block
certs
crypto
Documentation tpm: Opt-in in disable PCR integrity protection 2024-11-13 21:10:45 +02:00
drivers tpm: Disable TPM on tpm2_create_primary() failure 2024-11-13 21:10:45 +02:00
fs 20 hotfixes, 14 of which are cc:stable. 2024-11-10 09:04:27 -08:00
include tpm: Opt-in in disable PCR integrity protection 2024-11-13 21:10:45 +02:00
init
io_uring
ipc
kernel sched_ext: Fixes for v6.12-rc7 2024-11-11 14:09:57 -08:00
lib objpool: fix to make percpu slot allocation more robust 2024-11-07 14:14:58 -08:00
LICENSES
mm filemap: Fix bounds checking in filemap_read() 2024-11-10 14:07:08 -08:00
net virtio: bugfixes 2024-11-11 09:06:17 -08:00
rust
samples
scripts
security integrity-v6.12 2024-11-12 13:06:31 -08:00
sound ASoC: Fixes for v6.12 2024-11-08 09:25:33 +01:00
tools KVM x86 and selftests fixes for 6.12: 2024-11-12 13:35:13 -08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entry for Thorsten Blum 2024-11-07 14:14:59 -08:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Remove self from DSA entry 2024-11-03 12:52:38 -08:00
Kbuild
Kconfig
MAINTAINERS sound fixes for 6.12-rc7 2024-11-08 07:44:28 -10:00
Makefile Linux 6.12-rc7 2024-11-10 14:19:35 -08:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.