From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757903Ab2IUTsu (ORCPT ); Fri, 21 Sep 2012 15:48:50 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:52453 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757789Ab2IUTss (ORCPT ); Fri, 21 Sep 2012 15:48:48 -0400 Date: Fri, 21 Sep 2012 15:48:45 -0400 (EDT) Message-Id: <20120921.154845.354229641603611101.davem@davemloft.net> To: torvalds@linux-foundation.org CC: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Sparc From: David Miller X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 1) Debugging builds on 32-bit sparc need to handle the R_SPARC_DISP32 relocation, not just 64-bit sparc. From Andreas Larsson. 2) Wei Yongjun noticed that module_alloc() on sparc can return an error pointer, but that's not allowed. module_alloc() should return only a valid pointer, or NULL. Please pull, thanks a lot! The following changes since commit c46de2263f42fb4bbde411b9126f471e9343cb22: Merge branch 'for-linus' of git://git.kernel.dk/linux-block (2012-09-19 11:04:34 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master for you to fetch changes up to a9e8d1a6b87167116e5779378f1d25ffed2e833b: sparc: fix the return value of module_alloc() (2012-09-21 12:14:20 -0700) ---------------------------------------------------------------- Andreas Larsson (1): sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32 Wei Yongjun (1): sparc: fix the return value of module_alloc() arch/sparc/kernel/module.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-)