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:	Fri, 20 Oct 2006 09:23:05 +0200
From:	Olaf Hering <olaf@...fle.de>
To:	Greg KH <gregkh@...e.de>
Cc:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>,
	linux-kernel@...r.kernel.org, linux-pci@...ey.karlin.mff.cuni.cz,
	pcihpd-discuss@...ts.sourceforge.net
Subject: Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2

On Fri, Oct 20, Olaf Hering wrote:

> On Wed, Oct 18, Greg KH wrote:
> 
> >  .../pci/hotplug => include/linux}/pci_hotplug.h    |    2 
> 
> /home/olaf/kernel/mainline/linux-2.6/drivers/pci/hotplug/rpaphp.h:31:25:
> error: pci_hotplug.h: No such file or directory

Use grep instead of make during interface changes.


Signed-off-by: Olaf Hering <olaf@...fle.de>

---
 drivers/pci/hotplug/rpaphp.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/drivers/pci/hotplug/rpaphp.h
===================================================================
--- linux-2.6.orig/drivers/pci/hotplug/rpaphp.h
+++ linux-2.6/drivers/pci/hotplug/rpaphp.h
@@ -28,7 +28,7 @@
 #define _PPC64PHP_H
 
 #include <linux/pci.h>
-#include "pci_hotplug.h"
+#include <linux/pci_hotplug.h>
 
 #define DR_INDICATOR 9002
 #define DR_ENTITY_SENSE 9003
-
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