OK cool:
$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
#
# You can verify the status of security fixes using the `pro fix` command.
# E.g., a recent Ruby vulnerability can be checked with: `pro fix USN-6219-1`
# For more detail see: https://ubuntu.com/security/notices/USN-6219-1
#
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ pro fix
usage: pro fix <CVE-yyyy-nnnn+>|<USN-nnnn-d+> [flags]
the following arguments are required: security_issue
Now it is possible to emulate both TPM1 and TPM2 with TIS and CRB interfaces:
commit 993b0e9dceebc11e38b3156069b7e4fa5cf20abc (HEAD -> linux-6.5.y, origin/linux-6.5.y)
Author: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
Date: Sun Aug 20 15:15:23 2023 +0000
configs/qemu_x86_64: add --tpm-crb and --tpm1 to start-qemu.sh
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
Two common #GNU #make patterns I tend to use often with #Buildroot:
time ( make &> build.txt; )
time ( make 2>&1 | tee build.txt; )
There is a 6.x.y
branch for each kernel version for each kernel release, which I won’t rebase after its creation (e.g. #Github style requests are semantically possible to such branch). For 6.5.y
only qemu_x86_64_defconfig target is supported but I might add new targets in future. Testing is also now limited to kselftest, which I might expand in the future (as time allows). Pull requests are of course welcome for improvements.