From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754292AbbFJTOA (ORCPT ); Wed, 10 Jun 2015 15:14:00 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:59915 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754275AbbFJTNx (ORCPT ); Wed, 10 Jun 2015 15:13:53 -0400 From: Guenter Roeck To: torvalds@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Lennox Wu , Steven Miao Subject: [GIT PULL] miscellaneous fixes for v4.1-rc8 Date: Wed, 10 Jun 2015 12:13:49 -0700 Message-Id: <1433963629-19223-1-git-send-email-linux@roeck-us.net> X-Mailer: git-send-email 2.1.0 X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please consider pulling miscellaneous fixes for Linux v4.1-rc8 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git misc-for-linus-4.1-rc8 There are two patches in this pull request. One fixes a build error affecting the blackfin architecture, the other fixes a build error affecting the score architecture. The score maintainer (Lennox Wu) has a hard time sending you the score patch, and the blackfin maintainer (Steven Miao) has been silent since -rc1. Since 4.1 is about to be released, I figured it would be useful to get the patches upstream to avoid the related build failures in the final release. Build results for the mainline kernel with the two patcehs applied are available at http://server.roeck-us.net:8010/builders, in the 'testing' column. Thanks, Guenter ------ The following changes since commit d4a4f75cd8f29cd9464a5a32e9224a91571d6649: Linux 4.1-rc7 (2015-06-07 20:23:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/misc-for-linus-4.1-rc8 for you to fetch changes up to 80524e933658077842271fbf34e6861c41095a32: score: Fix exception handler label (2015-06-10 10:19:47 -0700) ---------------------------------------------------------------- Fix build errors affecting blackfin and score architectures. ---------------------------------------------------------------- Guenter Roeck (2): blackfin: Fix build error score: Fix exception handler label arch/blackfin/include/asm/io.h | 1 + arch/score/lib/string.S | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)