2014-12-01 01:21:05

by Masahiro Yamada

[permalink] [raw]
Subject: [PATCH] uapi: fix to export linux/vm_sockets.h

A typo "header=y" was introduced by commit 7071cf7fc435
(uapi: add missing network related headers to kbuild).

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Stephen Hemminger <[email protected]>
---

include/uapi/linux/Kbuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index 4c94f31..8523f9b 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -427,7 +427,7 @@ header-y += virtio_net.h
header-y += virtio_pci.h
header-y += virtio_ring.h
header-y += virtio_rng.h
-header=y += vm_sockets.h
+header-y += vm_sockets.h
header-y += vt.h
header-y += wait.h
header-y += wanrouter.h
--
1.9.1


2014-12-04 08:16:17

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH] uapi: fix to export linux/vm_sockets.h

Hi.

Is there a chance to fix this by the Linux 3.18 release?

Thanks.




On Mon, 1 Dec 2014 10:16:17 +0900
Masahiro Yamada <[email protected]> wrote:

> A typo "header=y" was introduced by commit 7071cf7fc435
> (uapi: add missing network related headers to kbuild).
>
> Signed-off-by: Masahiro Yamada <[email protected]>
> Cc: Stephen Hemminger <[email protected]>
> ---
>
> include/uapi/linux/Kbuild | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
> index 4c94f31..8523f9b 100644
> --- a/include/uapi/linux/Kbuild
> +++ b/include/uapi/linux/Kbuild
> @@ -427,7 +427,7 @@ header-y += virtio_net.h
> header-y += virtio_pci.h
> header-y += virtio_ring.h
> header-y += virtio_rng.h
> -header=y += vm_sockets.h
> +header-y += vm_sockets.h
> header-y += vt.h
> header-y += wait.h
> header-y += wanrouter.h
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2014-12-06 05:31:41

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] uapi: fix to export linux/vm_sockets.h

From: Masahiro Yamada <[email protected]>
Date: Mon, 1 Dec 2014 10:16:17 +0900

> A typo "header=y" was introduced by commit 7071cf7fc435
> (uapi: add missing network related headers to kbuild).
>
> Signed-off-by: Masahiro Yamada <[email protected]>
> Cc: Stephen Hemminger <[email protected]>

Applied.