* [GIT PULL] x86/boot change for v3.11
@ 2013-07-01 9:51 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2013-07-01 9:51 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, H. Peter Anvin, Thomas Gleixner, Andrew Morton
Linus,
Please pull the latest x86-boot-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-for-linus
HEAD: 062f487190c8126209391ccb720a4ec943fd4a57 x86/boot: Close opened file descriptor
Small fixlet for the build process.
Thanks,
Ingo
------------------>
Jiri Slaby (1):
x86/boot: Close opened file descriptor
arch/x86/boot/tools/build.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c
index 94c5446..c941d6a 100644
--- a/arch/x86/boot/tools/build.c
+++ b/arch/x86/boot/tools/build.c
@@ -243,6 +243,7 @@ static void parse_zoffset(char *fname)
c = fread(buf, 1, sizeof(buf) - 1, file);
if (ferror(file))
die("read-error on `zoffset.h'");
+ fclose(file);
buf[c] = 0;
p = (char *)buf;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-01 9:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 9:51 [GIT PULL] x86/boot change for v3.11 Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox