Revision 0a89b5eb818aee2efe8b092bb303aec56486a3d3 authored by Linus Torvalds on 02 April 2017, 16:23:31 UTC, committed by Linus Torvalds on 02 April 2017, 16:23:31 UTC
Pull EFI fix from Thomas Gleixner:
 "Downgrade the missing ESRT header printk to warning level and remove a
  useless error printk which just generates noise for no value"

* 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi/esrt: Cleanup bad memory map log messages
2 parent s 4a6808f + 79a21d5
Raw File
rsapubkey.asn1
RsaPubKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e })
}
back to top