+ include-uapi-linux-dnh-pull-in-ioctlh-header.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: + include-uapi-linux-dnh-pull-in-ioctlh-header.patch added to -mm tree
To: vapier@xxxxxxxxxx,davem@xxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 22 Jan 2014 13:13:49 -0800


The patch titled
     Subject: include/uapi/linux/dn.h: pull in ioctl.h header
has been added to the -mm tree.  Its filename is
     include-uapi-linux-dnh-pull-in-ioctlh-header.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/include-uapi-linux-dnh-pull-in-ioctlh-header.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/include-uapi-linux-dnh-pull-in-ioctlh-header.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Mike Frysinger <vapier@xxxxxxxxxx>
Subject: include/uapi/linux/dn.h: pull in ioctl.h header

This header uses _IOW/_IOR defines but doesn't include ioctl.h for it.  If
you try to use this w/out including ioctl.h yourself, it can fail to
build, so add the explicit include.

Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
Cc: David Miller <davem@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/uapi/linux/dn.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/uapi/linux/dn.h~include-uapi-linux-dnh-pull-in-ioctlh-header include/uapi/linux/dn.h
--- a/include/uapi/linux/dn.h~include-uapi-linux-dnh-pull-in-ioctlh-header
+++ a/include/uapi/linux/dn.h
@@ -1,6 +1,7 @@
 #ifndef _LINUX_DN_H
 #define _LINUX_DN_H
 
+#include <linux/ioctl.h>
 #include <linux/types.h>
 #include <linux/if_ether.h>
 
_

Patches currently in -mm which might be from vapier@xxxxxxxxxx are

include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.patch
include-uapi-linux-dnh-pull-in-ioctlh-header.patch
kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2.patch
kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix.patch
linux-next.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux