From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f179.google.com ([209.85.192.179]:32863 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751936AbcBBEFG (ORCPT ); Mon, 1 Feb 2016 23:05:06 -0500 Received: by mail-pf0-f179.google.com with SMTP id w123so2781321pfb.0 for ; Mon, 01 Feb 2016 20:05:06 -0800 (PST) Subject: Re: >From 3ebb85898a0542dcccaa3ab6e7b559ed6a4ff50f Mon Sep 17 00:00:00 2001 To: Hanjun Guo , gregkh@linuxfoundation.org, stable@vger.kernel.org References: <1454384995-10592-1-git-send-email-guohanjun@huawei.com> Cc: will.deacon@arm.com From: Hanjun Guo Message-ID: <56B02AE9.3060707@linaro.org> Date: Tue, 2 Feb 2016 12:04:57 +0800 MIME-Version: 1.0 In-Reply-To: <1454384995-10592-1-git-send-email-guohanjun@huawei.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi Greg, I screw up the tile, please ignore this patch set, I will update it soon. Thanks Hanjun On 2016/2/2 11:49, Hanjun Guo wrote: > Hi Greg, > > Here are 3 candidate patches for stable linux-4.1.y, patch 2 > alredy Cc stable in the change log, but need patch 1 (which > also a bugfix) to apply patch 2 cleanly, the last one is worth > to take as a bugfix too I think, please consider to merge :) > > Thanks > Hanjun > > Josh Stone (1): > arm64: fix missing syscall trace exit > > Will Deacon (2): > arm64: entry: always restore x0 from the stack on syscall return > arm64: mm: ensure patched kernel text is fetched from PoU > > arch/arm64/kernel/entry.S | 22 +++++++++++----------- > arch/arm64/kernel/head.S | 8 ++++++++ > arch/arm64/kernel/sleep.S | 8 ++++++++ > arch/arm64/mm/proc.S | 1 - > 4 files changed, 27 insertions(+), 12 deletions(-) >