This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c30a13538d9f Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] new f393a761763c efi: add ovmf debug log driver new 86bc643afd72 efistub: Lower default log level new 02eb7a8eee20 efi: add API doc entry for ovmf_debug_log new 402e262d77cd Merge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub [...] new 55a984928bfa Revert "tty: vt: use _IO() to define ioctl numbers" new 561c80369df0 Merge tag 'tty-6.16-rc1-2' of git://git.kernel.org/pub/scm [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/sysfs-firmware-efi | 7 ++ drivers/firmware/efi/Kconfig | 8 ++ drivers/firmware/efi/Makefile | 1 + drivers/firmware/efi/efi.c | 8 ++ drivers/firmware/efi/libstub/printk.c | 4 +- drivers/firmware/efi/ovmf-debug-log.c | 111 +++++++++++++++++++++++++++ include/linux/efi.h | 4 + include/uapi/linux/vt.h | 34 ++++---- 8 files changed, 158 insertions(+), 19 deletions(-) create mode 100644 drivers/firmware/efi/ovmf-debug-log.c