linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist
@ 2019-11-06  3:36 Bhaskar Chowdhury
  2019-11-06  5:30 ` Alexander Kapshuk
  2019-11-06 15:11 ` Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2019-11-06  3:36 UTC (permalink / raw)
  To: alexander.kapshuk
  Cc: rdunlap, yamada.masahiro, michal.lkml, linux-kbuild,
	linux-kernel, Bhaskar Chowdhury

As Masahiro pointed out ,only add Bison and Flex to the checklist.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 scripts/ver_linux | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/ver_linux b/scripts/ver_linux
index 810e608baa24..85005d6b7f10 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -32,6 +32,8 @@ BEGIN {
 	printversion("PPP", version("pppd --version"))
 	printversion("Isdn4k-utils", version("isdnctrl"))
 	printversion("Nfs-utils", version("showmount --version"))
+	printversion("Bison", version("bison --version"))
+	printversion("Flex", version("flex --version"))
 
 	while (getline <"/proc/self/maps" > 0) {
 		if (/libc.*\.so$/) {
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist
  2019-11-06  3:36 [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist Bhaskar Chowdhury
@ 2019-11-06  5:30 ` Alexander Kapshuk
  2019-11-06 15:11 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kapshuk @ 2019-11-06  5:30 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Randy Dunlap, Masahiro Yamada, Michal Marek, linux-kbuild, linux-kernel

On Wed, Nov 6, 2019 at 5:36 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> As Masahiro pointed out ,only add Bison and Flex to the checklist.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  scripts/ver_linux | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/scripts/ver_linux b/scripts/ver_linux
> index 810e608baa24..85005d6b7f10 100755
> --- a/scripts/ver_linux
> +++ b/scripts/ver_linux
> @@ -32,6 +32,8 @@ BEGIN {
>         printversion("PPP", version("pppd --version"))
>         printversion("Isdn4k-utils", version("isdnctrl"))
>         printversion("Nfs-utils", version("showmount --version"))
> +       printversion("Bison", version("bison --version"))
> +       printversion("Flex", version("flex --version"))
>
>         while (getline <"/proc/self/maps" > 0) {
>                 if (/libc.*\.so$/) {
> --
> 2.23.0
>

Acked-by: Alexander Kapshuk <alexander.kapshuk@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist
  2019-11-06  3:36 [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist Bhaskar Chowdhury
  2019-11-06  5:30 ` Alexander Kapshuk
@ 2019-11-06 15:11 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-11-06 15:11 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Alexander Kapshuk, Randy Dunlap, Michal Marek,
	Linux Kbuild mailing list, Linux Kernel Mailing List

On Wed, Nov 6, 2019 at 12:36 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> As Masahiro pointed out ,only add Bison and Flex to the checklist.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---

Applied to linux-kbuild.
Thanks.


>  scripts/ver_linux | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/scripts/ver_linux b/scripts/ver_linux
> index 810e608baa24..85005d6b7f10 100755
> --- a/scripts/ver_linux
> +++ b/scripts/ver_linux
> @@ -32,6 +32,8 @@ BEGIN {
>         printversion("PPP", version("pppd --version"))
>         printversion("Isdn4k-utils", version("isdnctrl"))
>         printversion("Nfs-utils", version("showmount --version"))
> +       printversion("Bison", version("bison --version"))
> +       printversion("Flex", version("flex --version"))
>
>         while (getline <"/proc/self/maps" > 0) {
>                 if (/libc.*\.so$/) {
> --
> 2.23.0
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-06 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06  3:36 [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist Bhaskar Chowdhury
2019-11-06  5:30 ` Alexander Kapshuk
2019-11-06 15:11 ` Masahiro Yamada

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).