[merged] include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.patch removed from -mm tree

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

 



Subject: [merged] include-uapi-linux-ppp-ioctlh-pull-in-ppp_defsh.patch removed from -mm tree
To: vapier@xxxxxxxxxx,davem@xxxxxxxxxxxxx,paulus@xxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Fri, 24 Jan 2014 11:00:41 -0800


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

This patch was dropped because it was merged into mainline or a subsystem tree

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

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