Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp5926561imm; Sat, 19 May 2018 12:45:53 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpA5tYDqWRwDo1Qry+VO+1+t9dbx4vZPr+G0UHkQEFrIALW8FYsCf8c3h5lMNz0/ZuRtRkX X-Received: by 2002:a62:ae13:: with SMTP id q19-v6mr14224081pff.155.1526759153468; Sat, 19 May 2018 12:45:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526759153; cv=none; d=google.com; s=arc-20160816; b=S4j0cAbKSOwyvVHog0shRhiBMvANbGJbtnksrSvEJdD5b/MfAU+YszFzrVxUNgtqcy 0lLu1fCvoNj5pTYk4Jsy2HqWgmkGSDZ2sCxdhE/cc9QPNiMv0uDhi5hxz4z2xoiAa7AS y2B2xgqU527obUFqnqqQYvCCrRYJTg4NJBTHuUmbdkKEslVEbR3c9wJUB+bNfCC8dP+4 OKNWOjigkhlzr3ZY9hnTg5kFP6r9t3OZnIUfUsLmUx+mHJ+5OpmMyMY1zQrXxGgz1t/7 S9Dn7NadBcGMSwh3ybpkfWYQSQQvM1lhokAf2SWXccEtyIL9VQWYdBAoVFV6ittbDalQ YYYA== 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:arc-authentication-results; bh=frawXDJ8G/oIeUAAKghmGBfQv+qARZwXaXYy+0boQPg=; b=QTI+2P3nMCkWNuqllX7ng/P78i8BpB2+dnOWpfTe5a5cqzQmGQIt4zLJprnzEQ5381 TIYymlsBDcTvnHmTQatC4xA3+mBUBo4dzjRKD2+E/qxcZJMmabDAzoDnAJI7Y5GYJQn8 JOQ7Oh6gxRyv7DmcQ2x3q+llTjOjKKlB1Mo/ld9Yu7HHeFfi7DEMnS+hTRLL/jhheQko UMyWBRpQJP4cnAIPzCPSJIIJ2IbDLC1xD0pV6K+NNuKhLPak6VXelNEoIoNmKyrDjT8T UN6SAh2B6X2+w95ReWGNUTiUVycPGTRr2mn914IxrjVfHJgbEhxBM+kn0r1M5IlTYWgI CnOA== 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 x33-v6si10083602plb.512.2018.05.19.12.45.07; Sat, 19 May 2018 12:45:53 -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 S1752542AbeESTm6 (ORCPT + 99 others); Sat, 19 May 2018 15:42:58 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58096 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752322AbeESTmz (ORCPT ); Sat, 19 May 2018 15:42:55 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 1EDD280593; Sat, 19 May 2018 21:42:54 +0200 (CEST) Date: Sat, 19 May 2018 21:42:52 +0200 From: Pavel Machek To: Jiri Slaby Cc: mingo@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Len Brown , Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v6 03/28] x86/asm/suspend: use SYM_DATA for data Message-ID: <20180519194252.GB3058@amd> References: <20180518091721.7604-1-jslaby@suse.cz> <20180518091721.7604-4-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xgyAXRrhYN0wYx8y" Content-Disposition: inline In-Reply-To: <20180518091721.7604-4-jslaby@suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --xgyAXRrhYN0wYx8y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2018-05-18 11:16:56, Jiri Slaby wrote: > Some global data in the suspend code were marked as `ENTRY'. ENTRY was > intended for functions and shall be paired with ENDPROC. ENTRY also > aligns symbols which creates unnecessary holes here between data. Since > we are dropping historical markings, make proper use of newly added > SYM_DATA in this code. >=20 > Signed-off-by: Jiri Slaby > Cc: "Rafael J. Wysocki" > Cc: Len Brown Acked-by: Pavel Machek --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --xgyAXRrhYN0wYx8y Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlsAfjwACgkQMOfwapXb+vIlcwCfYo968n8UL3BKY9XiJ9tEe76z LmQAoJxc6Ygb55pjIpQ2Vi6xxx09Dgax =FTtg -----END PGP SIGNATURE----- --xgyAXRrhYN0wYx8y--