From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:23410 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992703AbcLUMNp5nCFz (ORCPT ); Wed, 21 Dec 2016 13:13:45 +0100 Date: Wed, 21 Dec 2016 12:13:28 +0000 From: "Maciej W. Rozycki" Subject: Re: [PATCH v3 3/5] MIPS: Only change $28 to thread_info if coming from user mode In-Reply-To: <1482157260-18730-4-git-send-email-matt.redfearn@imgtec.com> Message-ID: References: <1482157260-18730-1-git-send-email-matt.redfearn@imgtec.com> <1482157260-18730-4-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Matt Redfearn Cc: Ralf Baechle , linux-mips@linux-mips.org, "Jason A . Donenfeld" , Thomas Gleixner , linux-kernel@vger.kernel.org, James Hogan , Paul Burton Message-ID: <20161221121328.4I7bkLsH03bifDnzd73MBf2kshm4pgNzRmMSSvjFx3A@z> On Mon, 19 Dec 2016, Matt Redfearn wrote: > Changes in v3: > Drop superfluous nop that would have been in delay slot with .set > noreorder but is no longer required now that the code is .set reorder. LGTM Reviewed-by: Maciej W. Rozycki Maciej