LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Masayoshi Mizuma <msys.mizuma@gmail.com> To: Steven Rostedt <rostedt@goodmis.org> Cc: Masayoshi Mizuma <msys.mizuma@gmail.com>, Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] ktest: support for Boot Loader Specification Date: Thu, 9 May 2019 13:46:25 -0400 [thread overview] Message-ID: <20190509174630.26713-1-msys.mizuma@gmail.com> (raw) From: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> Fedora 30 introduces Boot Loader Specification (BLS) [1], it changes around grub entry configuration. This patchset deals with the new configuration. - Add grub2bls option as REBOOT_TYPE to deal with BLS. - Some cleanup around getting kernel entries. [1] https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault Masayoshi Mizuma (5): ktest: introduce _get_grub_index ktest: cleanup get_grub_index ktest: introduce grub2bls REBOOT_TYPE option ktest: remove get_grub2_index ktest: update sample.conf for grub2bls tools/testing/ktest/ktest.pl | 86 +++++++++++++++------------------ tools/testing/ktest/sample.conf | 10 +++- 2 files changed, 48 insertions(+), 48 deletions(-) -- 2.20.1
next reply other threads:[~2019-05-09 17:47 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-05-09 17:46 Masayoshi Mizuma [this message] 2019-05-09 17:46 ` [PATCH 1/5] ktest: introduce _get_grub_index Masayoshi Mizuma 2019-05-09 17:46 ` [PATCH 2/5] ktest: cleanup get_grub_index Masayoshi Mizuma 2019-05-09 17:57 ` Steven Rostedt 2019-05-09 18:41 ` Masayoshi Mizuma 2019-05-09 19:13 ` Steven Rostedt 2019-05-09 17:46 ` [PATCH 3/5] ktest: introduce grub2bls REBOOT_TYPE option Masayoshi Mizuma 2019-05-09 17:46 ` [PATCH 4/5] ktest: remove get_grub2_index Masayoshi Mizuma 2019-05-09 17:46 ` [PATCH 5/5] ktest: update sample.conf for grub2bls Masayoshi Mizuma
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190509174630.26713-1-msys.mizuma@gmail.com \ --to=msys.mizuma@gmail.com \ --cc=linux-kernel@vger.kernel.org \ --cc=m.mizuma@jp.fujitsu.com \ --cc=rostedt@goodmis.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).