From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755235Ab2LCCor (ORCPT ); Sun, 2 Dec 2012 21:44:47 -0500 Received: from ozlabs.org ([203.10.76.45]:55843 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754688Ab2LCCoj (ORCPT ); Sun, 2 Dec 2012 21:44:39 -0500 From: Rusty Russell To: James Hogan , David Howells , Andrew Morton , Joe Perches , Paul Gortmaker , Jean Delvare , Ralf Baechle Cc: linux-kernel@vger.kernel.org, James Hogan Subject: Re: [PATCH 0/2] modsign: fix missing symbol prefix In-Reply-To: <1353672496-10789-1-git-send-email-james.hogan@imgtec.com> References: <1353672496-10789-1-git-send-email-james.hogan@imgtec.com> User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/23.4.1 (i686-pc-linux-gnu) Date: Mon, 03 Dec 2012 13:08:11 +1030 Message-ID: <87lidfj1ws.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org James Hogan writes: > These patches fix linker errors on blackfin and metag when module > signing is enabled. This is due to the use of symbol prefixes on these > architectures, and the asm in modsign_pubkey.c not prefixing one. Sorry, I was away last week. I've applied these to my fixes branch, and will push to Linus now. Thanks, Rusty.