mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-23 14:13:58 +08:00
f9bf8adb55
If .next function does not change position index,
following .show function will repeat output related
to current position index.
For /sys/kernel/security/tpm0/binary_bios_measurements:
1) read after lseek beyound end of file generates whole last line.
2) read after lseek to middle of last line generates
expected end of last line and unexpected whole last line once again.
Cc: stable@vger.kernel.org # 4.19.x
Fixes:
|
||
---|---|---|
.. | ||
acpi.c | ||
common.c | ||
common.h | ||
efi.c | ||
of.c | ||
tpm1.c | ||
tpm2.c |