From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eddie.linux-mips.org ([148.251.95.138]:33704 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbcDOKL6 (ORCPT ); Fri, 15 Apr 2016 06:11:58 -0400 Received: from localhost.localdomain ([127.0.0.1]:57462 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27026633AbcDOKL4JC-eq (ORCPT ); Fri, 15 Apr 2016 12:11:56 +0200 Date: Fri, 15 Apr 2016 12:11:52 +0200 From: Ralf Baechle To: James Hogan Cc: linux-mips@linux-mips.org, Paul Burton , stable@vger.kernel.org Subject: Re: [PATCH 0/4] MIPS: MSA fixes Message-ID: <20160415101152.GJ1524@linux-mips.org> References: <1460711246-4394-1-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460711246-4394-1-git-send-email-james.hogan@imgtec.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Apr 15, 2016 at 10:07:22AM +0100, James Hogan wrote: > Here are some miscellaneous fixes for MSA (MIPS SIMD Architecture) > support: > 1) Fix MSA build with recent toolchains > 2) Fix 32-bit pointer additions on 64-bit with non-MSA capable > toolchain. > 3) Fix MSA + 64-bit + lockdep build due to large immediate offsets > 4) Fix some MSA assembler warnings due to missing .set fp=64 > > James Hogan (3): > MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU > MIPS: Fix MSA assembly with big thread offsets > MIPS: Fix MSA assembly warnings > > Paul Burton (1): > MIPS: Use copy_s.fmt rather than copy_u.fmt Thanks, whole series applied. Ralf