From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga01-in.huawei.com ([58.251.152.64]:25281 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752137AbcBBEKt (ORCPT ); Mon, 1 Feb 2016 23:10:49 -0500 From: Hanjun Guo To: , CC: Subject: [PATCH 0/3] Candidate ARM64 stable patches for linux-4.1.y Date: Tue, 2 Feb 2016 12:06:44 +0800 Message-ID: <1454386007-11860-1-git-send-email-guohanjun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org List-ID: From: Hanjun Guo 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(-) -- 1.9.1