Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp56874imm; Thu, 20 Sep 2018 15:06:46 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYC2d01WqHmBBloYBliBH8ivWuk2Fge2xRF8IbpUGHDNbd+nwIy1KQrBowht/goxseCZE65 X-Received: by 2002:a62:8913:: with SMTP id v19-v6mr43438316pfd.127.1537481206706; Thu, 20 Sep 2018 15:06:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537481206; cv=none; d=google.com; s=arc-20160816; b=zJZGL3qstJqTbmkJqRJ3AuypAn/Hvxau1EzXV6mNsI9gdlK29HAqe8BfDbHfRz1aZM z9I3XOJkEmhA/sTITqz6NBper/Y+4KFd8x6OApLSFVfvGT6yyi2xuG89YbCUJ+FC/YQ5 vXCO5zZhnDRnbMMu6n4wfN2CgCTrs1+rFLXsLTlQZvlTSBK7gHKSmrEL8rifpl82+Wa9 e1yX4uYeZgsHCoPOqEWoOuxDDZzTu+sYNR0CfBeFebazdk2920ReuS3d1Vov2j4V36Du VvJEt7lA/zJKbwEHNjCIyJtjy01fpUB3ciCUct0tQ/4zz/C/sTreDEPoCJeZGhoeO5TN nOxg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kr7A86l1t8OQDjbgfIqqALm3r02ieCljTccYb4yi+rQ=; b=gwM+/8DLOb4hssYlh91cjAnc5iB9xu1D6lefcOkIQ0NaCcfU4WaQbqga8ORrprcBqB z6Z1OcTTduft3gFTjjuCzNqtTJm+egINEmvJ/wP8th7MMF1WGCsrgE3iiDkxIRfX7bJQ AvOMYHE1y8D+pyJNUcKQ07FezUbmgEEkjfTi5OI3ALq7lmydfUBBKlAvsxjHv73P1k/+ R/3EoLyTmVq7Ohf5j1BFyMhiTbGjVqcdNXSoe0mg7JNJReGAW4XWw4GOejiSmqbx1cTn iE0lWvA3djBXvEv+TJ/0KVe7N5bNusEskoopEUhEfQYCV5ceKuNij3R4BBOMPowKsHg1 fzog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h36-v6si25568634pgm.125.2018.09.20.15.06.31; Thu, 20 Sep 2018 15:06:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388892AbeIUDvh (ORCPT + 99 others); Thu, 20 Sep 2018 23:51:37 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:55833 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388716AbeIUDvh (ORCPT ); Thu, 20 Sep 2018 23:51:37 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 0CC3080749; Fri, 21 Sep 2018 00:05:57 +0200 (CEST) Date: Fri, 21 Sep 2018 00:05:57 +0200 From: Pavel Machek To: Chen Yu Cc: Thomas Gleixner , "Rafael J. Wysocki" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Len Brown , Zhimin Gu Subject: Re: [PATCH 11/12][RFC v3] x86-32, hibernate: Set up temporary text mapping for 32bit system Message-ID: <20180920220557.GM27468@xo-6d-61-c0.localdomain> References: <5d152d6237274f166c60fc7dee7c6fea883ef922.1537275915.git.yu.c.chen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5d152d6237274f166c60fc7dee7c6fea883ef922.1537275915.git.yu.c.chen@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2018-09-19 15:43:22, Chen Yu wrote: > From: Zhimin Gu > > Set up the temporary text mapping for the final jump address > so that the system could jump to the right address after all > the pages have been copied back to their original address. > > Back-port from 64bit system. > > Cc: "Rafael J. Wysocki" > Signed-off-by: Zhimin Gu > Signed-off-by: Chen Yu Acked-by: Pavel Machek