From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com ([209.85.220.48]:34668 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932670AbbHKC1c (ORCPT ); Mon, 10 Aug 2015 22:27:32 -0400 Received: by pawu10 with SMTP id u10so152876603paw.1 for ; Mon, 10 Aug 2015 19:27:31 -0700 (PDT) Message-ID: <55C95D90.1060506@linaro.org> Date: Tue, 11 Aug 2015 10:27:28 +0800 From: Alex Shi MIME-Version: 1.0 To: gregkh@linuxfoundation.org, Kevin Hilman , stable@vger.kernel.org, Arnd Bergmann Subject: stable kernel v3.14 needs 1146b60 ARM: sunxi: fix build for THUMB2_KERNEL Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi Greg, Kevin's testing system found that LSK v3.14 and v3.14 stable kernel are failed to compile with THUMB2_KERNEL support in multi_v7_defconfig. headsmp.S:7: Error: Thumb encoding does not support an immediate here -- `msr cpsr_fsxc,#0xd3' The fixed patch is in v3.15 kernel: 1146b60 ARM: sunxi: fix build for THUMB2_KERNEL The fixing looks suitable for stable kernel. and It can be cherry picked on v3.14 stable and our LSK v3.14 without any changes. Would you like to consider to pick this patch up to your stable kernel? Then we can get it by merging your new stable kernel. Regards Alex