From mboxrd@z Thu Jan 1 00:00:00 1970 From: sshtylyov@mvista.com (Sergei Shtylyov) Date: Thu, 24 Feb 2011 00:24:34 +0300 Subject: [PATCH v2] ARM: Thumb-2: Reflect ARM/Thumb-2 configuration in module vermagic In-Reply-To: <1298462021-22177-1-git-send-email-dave.martin@linaro.org> References: <1298462021-22177-1-git-send-email-dave.martin@linaro.org> Message-ID: <4D657B12.8070702@ru.mvista.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 23-02-2011 14:53, Dave Martin wrote: > Loading Thumb-2 modules into an ARM kernel or vice-versa isn't > guaranteed to work safely, since the kernel is not interworking- > aware everywhere. > This patch adds "thumb2" to the module vermagic when > CONFIG_THUMB2_KERNEL is enabled, to help avoid accidental loading > of modules into the wrong kernel. > v2: modified to apply consistently on top of rmk's p2v branch. Patch changelog should follow the -- tearline. > Signed-off-by: Dave Martin > Acked-by: Nicolas Pitre WBR, Sergei