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:	Wed, 30 Apr 2008 21:38:58 +0200
From:	thomas@...3r.de
To:	linux-kernel@...r.kernel.org
Subject: drivers/media/built-in.o: No such file

Hi.

Build fails with:

  CC [M]  drivers/watchdog/it8712f_wdt.o
  CC [M]  drivers/watchdog/w83627hf_wdt.o
  CC [M]  drivers/watchdog/w83697hf_wdt.o
  CC [M]  drivers/watchdog/w83877f_wdt.o
  CC [M]  drivers/watchdog/w83977f_wdt.o
  CC [M]  drivers/watchdog/machzwd.o
  CC [M]  drivers/watchdog/softdog.o
  LD      drivers/built-in.o
ld: drivers/media/built-in.o: No such file: No such file or directory
make[1]: *** [drivers/built-in.o] Fehler 1
make: *** [drivers] Fehler 2

$ git-describe 
v2.6.25-6679-g0ff5ce7

Config attached.

And fs/xfs/xfs_ialloc.c needs <linux/random.h>:

$ git diff
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c
index aad8c5d..1376612 100644
--- a/fs/xfs/xfs_ialloc.c
+++ b/fs/xfs/xfs_ialloc.c
@@ -40,6 +40,7 @@
 #include "xfs_rtalloc.h"
 #include "xfs_error.h"
 #include "xfs_bmap.h"
+#include <linux/random.h>
 
 /*
  * Log specified fields for the inode given by bp and off.



Download attachment ".config" of type "application/octet-stream" (86581 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ