+ include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.patch added to -mm tree

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

 



Subject: + include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.patch added to -mm tree
To: vapier@xxxxxxxxxx,davem@xxxxxxxxxxxxx,paulus@xxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 22 Jan 2014 13:12:31 -0800


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

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.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/ppp-ioctl.h: pull in ppp_defs.h

This header uses enum NPmode but doesn't include ppp_defs.h.  If you try
to use this header w/out including the defs header first, it leads to a
build failure.  So add the explicit include to fix it.

Don't know of any packages directly impacted, but noticed while building
some ppp code by hand.

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

 include/uapi/linux/ppp-ioctl.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/uapi/linux/ppp-ioctl.h~include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh include/uapi/linux/ppp-ioctl.h
--- a/include/uapi/linux/ppp-ioctl.h~include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh
+++ a/include/uapi/linux/ppp-ioctl.h
@@ -12,6 +12,7 @@
 
 #include <linux/types.h>
 #include <linux/compiler.h>
+#include <linux/ppp_defs.h>
 
 /*
  * Bit definitions for flags argument to PPPIOCGFLAGS/PPPIOCSFLAGS.
_

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

include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.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