Files
kernel-tenderloin-3.0/include/linux
Randy Dunlap ed5a92700d [PATCH] tpm_bios: needs more securityfs_ functions
tpm_bios.c needs securityfs_xyz() functions.

Does include/linux/security.h need stubs for these, or should
char/tpm/Makefile just be modified to say:

ifdef CONFIG_ACPI
ifdef CONFIG_SECURITY
	obj-$(CONFIG_TCG_TPM) += tpm_bios.o
endif
endif

drivers/char/tpm/tpm_bios.c:494: warning: implicit declaration of function 'securityfs_create_dir'
drivers/char/tpm/tpm_bios.c:494: warning: assignment makes pointer from integer without a cast
drivers/char/tpm/tpm_bios.c:499: warning: implicit declaration of function 'securityfs_create_file'
drivers/char/tpm/tpm_bios.c:501: warning: assignment makes pointer from integer without a cast
drivers/char/tpm/tpm_bios.c:508: warning: assignment makes pointer from integer without a cast
drivers/char/tpm/tpm_bios.c:523: warning: implicit declaration of function 'securityfs_remove'
*** Warning: "securityfs_create_file" [drivers/char/tpm/tpm_bios.ko] undefined!
*** Warning: "securityfs_create_dir" [drivers/char/tpm/tpm_bios.ko] undefined!
*** Warning: "securityfs_remove" [drivers/char/tpm/tpm_bios.ko] undefined!

There are also some gcc and sparse warnings that could be fixed.
(see http://www.xenotime.net/linux/doc/build-tpm.out)

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Serge Hallyn <serue@us.ibm.com>
Cc: Greg KH <greg@kroah.com>
Cc: Kylene Jo Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-01 08:53:11 -08:00
..
2006-01-08 20:14:02 -08:00
2006-01-06 14:58:39 -05:00
2006-01-18 19:20:24 -08:00
2006-01-13 16:29:56 -08:00
2005-11-13 18:14:17 -08:00
2005-10-28 08:16:49 -07:00
2006-01-13 09:12:21 -08:00
2005-10-04 13:22:01 -07:00
2005-09-10 10:06:21 -07:00
2006-01-03 13:11:06 -08:00
2005-09-10 10:16:27 -07:00
2006-01-08 20:14:02 -08:00
2006-01-14 18:27:10 -08:00
2006-01-08 20:13:58 -08:00
2005-09-05 00:06:09 -07:00
2006-01-10 00:09:36 +01:00
2006-01-08 20:13:49 -08:00
2005-11-05 21:00:02 -05:00
2006-01-18 19:20:29 -08:00
2005-11-13 18:14:10 -08:00
2006-01-18 19:20:29 -08:00
2005-10-30 17:37:32 -08:00
2005-11-10 02:26:41 +01:00
2006-01-14 18:27:09 -08:00
2005-09-05 09:14:13 -07:00
2006-01-06 08:33:54 -08:00
2005-11-08 17:14:08 +01:00
2005-11-08 09:40:47 -08:00
2005-08-29 16:01:32 -07:00
2005-09-19 15:41:28 -07:00
2005-08-29 16:01:32 -07:00
2006-01-06 13:24:54 -08:00
2006-01-14 18:25:20 -08:00
2006-01-06 13:24:29 -08:00
2006-01-06 08:33:53 -08:00
2006-01-06 08:33:59 -08:00
2005-11-07 14:18:56 +01:00
2005-09-17 11:50:02 -07:00
2006-01-10 08:01:59 -08:00
2006-01-16 23:15:27 -08:00
2005-10-08 15:00:57 -07:00
2005-10-30 17:37:32 -08:00
2005-10-30 17:37:17 -08:00
2005-10-28 08:16:47 -07:00
2005-09-14 08:46:21 -04:00
2006-01-18 19:20:17 -08:00
2006-01-08 20:13:46 -08:00
2006-01-18 19:20:29 -08:00
2006-01-06 08:33:20 -08:00
2006-01-14 18:27:12 -08:00
2006-01-03 13:11:15 -08:00
2006-01-06 08:33:29 -08:00
2005-11-13 18:14:12 -08:00
2006-01-15 02:12:54 +01:00
2005-09-13 08:22:31 -07:00
2005-11-07 07:53:39 -08:00
2005-11-07 07:53:46 -08:00
2006-01-06 08:33:27 -08:00
2005-10-30 11:14:39 +11:00
2006-01-18 19:20:29 -08:00
2006-01-10 08:01:42 -08:00
2006-01-08 20:14:02 -08:00
2005-11-07 07:53:41 -08:00
2005-10-30 17:37:32 -08:00
2005-11-07 07:53:37 -08:00
2006-01-14 18:27:13 -08:00
2006-01-12 14:06:31 -08:00
2005-09-10 10:06:21 -07:00
2006-01-18 19:20:17 -08:00
2005-09-05 00:05:45 -07:00
2006-01-08 20:13:45 -08:00
2006-01-18 19:20:17 -08:00
2005-10-30 17:37:32 -08:00
2005-09-18 00:18:32 -07:00
2005-10-30 17:37:18 -08:00
2006-01-12 14:06:38 -08:00
2006-01-18 19:20:17 -08:00
2006-01-10 08:01:59 -08:00
2006-01-10 08:01:59 -08:00
2006-01-10 08:01:59 -08:00
2005-10-28 08:16:46 -07:00
2005-10-28 08:16:49 -07:00
2005-10-29 21:40:35 -07:00
2005-11-07 07:53:41 -08:00
2006-01-08 20:12:40 -08:00
2006-01-10 08:01:57 -08:00