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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 27 Apr 2009 10:32:18 +0200
From:	monstr@...str.eu
To:	linux-kernel@...r.kernel.org
Cc:	john.williams@...alogix.com, Michal Simek <monstr@...str.eu>
Subject: [PATCH 29/30] microblaze_mmu_v1: stat.h MMU update

From: Michal Simek <monstr@...str.eu>

Signed-off-by: Michal Simek <monstr@...str.eu>
---
 arch/microblaze/include/asm/stat.h |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/arch/microblaze/include/asm/stat.h b/arch/microblaze/include/asm/stat.h
index 5f18b8a..5a33b17 100644
--- a/arch/microblaze/include/asm/stat.h
+++ b/arch/microblaze/include/asm/stat.h
@@ -36,7 +36,7 @@ struct stat {
 	unsigned long	__unused4;
 	unsigned long	__unused5;
 };
-
+# ifdef __uClinux__
 struct stat64 {
 	unsigned long long	st_dev;
 	unsigned long	__unused1;
@@ -69,5 +69,29 @@ struct stat64 {
 
 	unsigned long	__unused8;
 };
+# else /* __uClinux__ */
+/* FIXME */
+struct stat64 {
+	unsigned long long	st_dev; /* Device.*/
+	unsigned long long	st_ino; /* File serial number.*/
+	unsigned int		st_mode; /* File mode.*/
+	unsigned int		st_nlink; /* Link count. */
+	unsigned int		st_uid; /* User ID of the file's owner. */
+	unsigned int		st_gid; /* Group ID of the file's group. */
+	unsigned long long	st_rdev; /* Device number, if device. */
+	unsigned short		__pad2;
+	long long		st_size; /* Size of file, in bytes. */
+	int			st_blksize; /* Optimal block size for I/O. */
+	long long		st_blocks; /* No. 512-byte blocks allocated */
+	int			st_atime; /* Time of last access.  */
+	unsigned int		st_atime_nsec;
+	int			st_mtime; /* Time of last modification. */
+	unsigned int		st_mtime_nsec;
+	int			st_ctime; /* Time of last status change. */
+	unsigned int		st_ctime_nsec;
+	unsigned int		__unused4;
+	unsigned int		__unused5;
+};
+# endif /* __uClinux__ */
 
 #endif /* _ASM_MICROBLAZE_STAT_H */
-- 
1.5.5.1

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