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>] [day] [month] [year] [list]
Date:	Fri, 04 Jul 2014 14:40:31 +0800
From:	Chen Gang <gang.chen.5i5j@...il.com>
To:	Liqin Chen <liqin.linux@...il.com>,
	Lennox Wu <lennox.wu@...il.com>, peterz@...radead.org,
	mingo@...nel.org, tim.c.chen@...ux.intel.com,
	Stephen Rothwell <sfr@...b.auug.org.au>,
	David Miller <davem@...emloft.net>, lauraa@...eaurora.org
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH] arch/score/include/asm/pci.h: Use generic 'pci.h' instead
 of the original one

Original 'pci.h' is empty, and some modules in allmodconfig may need
contents which can be found in generic 'pci.h', so use generic one
instead of original.

The related error (allmodconfig under score):

    CC [M]  drivers/scsi/scsi_lib.o
  drivers/scsi/scsi_lib.c: In function 'scsi_calculate_bounce_limit':
  drivers/scsi/scsi_lib.c:1615:7: error: 'PCI_DMA_BUS_IS_PHYS' undeclared (first use in this function)
    if (!PCI_DMA_BUS_IS_PHYS)
         ^
  drivers/scsi/scsi_lib.c:1615:7: note: each undeclared identifier is reported only once for each function it appears in
  make[2]: *** [drivers/scsi/scsi_lib.o] Error 1
  make[1]: *** [drivers/scsi] Error 2
  make: *** [drivers] Error 2


Signed-off-by: Chen Gang <gang.chen.5i5j@...il.com>
---
 arch/score/include/asm/Kbuild | 1 +
 arch/score/include/asm/pci.h  | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)
 delete mode 100644 arch/score/include/asm/pci.h

diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild
index aad2091..bfb31569 100644
--- a/arch/score/include/asm/Kbuild
+++ b/arch/score/include/asm/Kbuild
@@ -7,6 +7,7 @@ generic-y += clkdev.h
 generic-y += cputime.h
 generic-y += hash.h
 generic-y += mcs_spinlock.h
+generic-y += pci.h
 generic-y += preempt.h
 generic-y += scatterlist.h
 generic-y += trace_clock.h
diff --git a/arch/score/include/asm/pci.h b/arch/score/include/asm/pci.h
deleted file mode 100644
index 3f3cfd8..0000000
--- a/arch/score/include/asm/pci.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef _ASM_SCORE_PCI_H
-#define _ASM_SCORE_PCI_H
-
-#endif /* _ASM_SCORE_PCI_H */
-- 
1.9.2.459.g68773ac
--
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