All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uapi: fix to export linux/vm_sockets.h
@ 2014-12-01  1:16 ` Masahiro Yamada
  0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2014-12-01  1:16 UTC (permalink / raw)
  To: netdev
  Cc: Masahiro Yamada, Stephen Hemminger, David S. Miller,
	Greg Kroah-Hartman, Alexei Starovoitov, Piotr Król,
	Andrew Morton, Sakari Ailus, linux-api, linux-kernel

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

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
---

 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


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

* [PATCH] uapi: fix to export linux/vm_sockets.h
@ 2014-12-01  1:16 ` Masahiro Yamada
  0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2014-12-01  1:16 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA
  Cc: Masahiro Yamada, Stephen Hemminger, David S. Miller,
	Greg Kroah-Hartman, Alexei Starovoitov, Piotr Król,
	Andrew Morton, Sakari Ailus, linux-api-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

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

Signed-off-by: Masahiro Yamada <yamada.m-NAum8xwdG0+S7A1Ibl2khg@public.gmane.org>
Cc: Stephen Hemminger <stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
---

 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

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

* Re: [PATCH] uapi: fix to export linux/vm_sockets.h
@ 2014-12-04  8:15   ` Masahiro Yamada
  0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2014-12-04  8:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: netdev, Stephen Hemminger, David S. Miller, Greg Kroah-Hartman,
	Alexei Starovoitov, Piotr Krol, Andrew Morton, Sakari Ailus,
	linux-api

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 <yamada.m@jp.panasonic.com> wrote:

> A typo "header=y" was introduced by commit 7071cf7fc435
> (uapi: add missing network related headers to kbuild).
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Stephen Hemminger <stephen@networkplumber.org>
> ---
> 
>  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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



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

* Re: [PATCH] uapi: fix to export linux/vm_sockets.h
@ 2014-12-04  8:15   ` Masahiro Yamada
  0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2014-12-04  8:15 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, Stephen Hemminger,
	David S. Miller, Greg Kroah-Hartman, Alexei Starovoitov,
	Piotr Krol, Andrew Morton, Sakari Ailus,
	linux-api-u79uwXL29TY76Z2rM5mHXA

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 <yamada.m-NAum8xwdG0+S7A1Ibl2khg@public.gmane.org> wrote:

> A typo "header=y" was introduced by commit 7071cf7fc435
> (uapi: add missing network related headers to kbuild).
> 
> Signed-off-by: Masahiro Yamada <yamada.m-NAum8xwdG0+S7A1Ibl2khg@public.gmane.org>
> Cc: Stephen Hemminger <stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
> ---
> 
>  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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: [PATCH] uapi: fix to export linux/vm_sockets.h
@ 2014-12-06  5:36   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2014-12-06  5:36 UTC (permalink / raw)
  To: yamada.m
  Cc: netdev, stephen, gregkh, ast, piotr.krol, akpm, sakari.ailus,
	linux-api, linux-kernel

From: Masahiro Yamada <yamada.m@jp.panasonic.com>
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 <yamada.m@jp.panasonic.com>
> Cc: Stephen Hemminger <stephen@networkplumber.org>

Applied.

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

* Re: [PATCH] uapi: fix to export linux/vm_sockets.h
@ 2014-12-06  5:36   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2014-12-06  5:36 UTC (permalink / raw)
  To: yamada.m-NAum8xwdG0+S7A1Ibl2khg
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	ast-uqk4Ao+rVK5Wk0Htik3J/w, piotr.krol-zILERgsGILsAvxtiuMwx3w,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	sakari.ailus-VuQAYsv1563Yd54FQh9/CA,
	linux-api-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: Masahiro Yamada <yamada.m-NAum8xwdG0+S7A1Ibl2khg@public.gmane.org>
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 <yamada.m-NAum8xwdG0+S7A1Ibl2khg@public.gmane.org>
> Cc: Stephen Hemminger <stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>

Applied.

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

end of thread, other threads:[~2014-12-06  5:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-01  1:16 [PATCH] uapi: fix to export linux/vm_sockets.h Masahiro Yamada
2014-12-01  1:16 ` Masahiro Yamada
2014-12-04  8:15 ` Masahiro Yamada
2014-12-04  8:15   ` Masahiro Yamada
2014-12-06  5:36 ` David Miller
2014-12-06  5:36   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.