lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu,  2 Oct 2014 19:35:26 -0400
From:	Peter Foley <pefoley2@...oley.com>
To:	linux-kernel@...r.kernel.org
Cc:	Peter Foley <pefoley2@...oley.com>, rdunlap@...radead.org,
	linux-doc@...r.kernel.org, sudeep.dutt@...el.com,
	nikhil.rao@...el.com, ashutosh.dixit@...el.com,
	akpm@...ux-foundation.org, gregkh@...uxfoundation.org,
	harshavardhan.r.kharche@...el.com, caz.yokoyama@...el.com,
	dasaratharaman.chandramouli@...el.com, jkosina@...e.cz
Subject: [PATCH] Documentation: update include path for mpssd

sysfs.c includes mpssd.h which includes virtio_ids.h.
sysfs.c doesn't have the proper include flags set to use the latest
headers, so this causes a build error if the system headers are too old.

Signed-off-by: Peter Foley <pefoley2@...oley.com>
Cc: rdunlap@...radead.org
Cc: linux-doc@...r.kernel.org
Cc: sudeep.dutt@...el.com
Cc: nikhil.rao@...el.com
Cc: ashutosh.dixit@...el.com
Cc: akpm@...ux-foundation.org
Cc: gregkh@...uxfoundation.org
Cc: harshavardhan.r.kharche@...el.com
Cc: caz.yokoyama@...el.com
Cc: dasaratharaman.chandramouli@...el.com
Cc: jkosina@...e.cz
---

Resending with missing CC to Documentation maintainer

 Documentation/mic/mpssd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/mic/mpssd/Makefile b/Documentation/mic/mpssd/Makefile
index 505d84f..0f31568 100644
--- a/Documentation/mic/mpssd/Makefile
+++ b/Documentation/mic/mpssd/Makefile
@@ -6,7 +6,7 @@ mpssd-objs := mpssd.o sysfs.o
 # Tell kbuild to always build the programs
 always := $(hostprogs-y)
 
-HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include -I$(srctree)/tools/include
+HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
 
 ifdef DEBUG
 HOSTCFLAGS += -DDEBUG=$(DEBUG)
-- 
2.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ