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:	Wed, 16 Jun 2010 19:32:00 +0200
From:	Peter Huewe <PeterHuewe@....de>
To:	Russell King <linux@....linux.org.uk>
Cc:	Phil Carmody <ext-phil.2.carmody@...ia.com>,
	Catalin Marinas <catalin.marinas@....com>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] arm/include: Fix missing semicolon in module.h

From: Peter Huewe <peterhuewe@....de>

This patch fixes a missing semicolon which introduced buildfailures [2] for
almost every arm defconfig, introduced by patch cecaa4c6b [1]

This issue arises only if CONFIG_ARM_UNWIND is not set.

Signed-off-by: Peter Huewe <peterhuewe@....de>
---
KernelVersion: linux-next-20100616
References:
[1] cecaa4c6b ARM: 6172/1: module - additional unwind tables for exit/devexit
[2] http://kisskb.ellerman.id.au/kisskb/compiler/11/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2725882/

 arch/arm/include/asm/module.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/module.h b/arch/arm/include/asm/module.h
index fcff0d2..cbb0bc2 100644
--- a/arch/arm/include/asm/module.h
+++ b/arch/arm/include/asm/module.h
@@ -26,7 +26,7 @@ struct mod_arch_specific {
 };
 #else
 struct mod_arch_specific {
-}
+};
 #endif
 
 /*
-- 
1.6.4.4

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