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-next>] [day] [month] [year] [list]
Date:	Fri, 12 Dec 2008 11:09:26 +0900
From:	Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>
To:	akpm@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org
Subject: [mmotm-2008-12-11-15-20] __unsafe() not defined.

I got this compilation error using gcc (GCC) 3.3.5 (Debian 1:3.3.5-13).

  drivers/pci/hotplug/ibmphp_core.c: In function `ibmphp_init':
  drivers/pci/hotplug/ibmphp_core.c:1409: error: implicit declaration of function `__unsafe'
  make[3]: *** [drivers/pci/hotplug/ibmphp_core.o] Error 1
  make[2]: *** [drivers/pci/hotplug] Error 2
  make[1]: *** [drivers/pci] Error 2
  make: *** [drivers] Error 2

"grep -Fr __unsafe ." shows only one line.

  ./drivers/pci/hotplug/ibmphp_core.c:    __unsafe(THIS_MODULE);

Where is __unsafe defined?

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