Received: by 10.213.65.68 with SMTP id h4csp63116imn; Fri, 6 Apr 2018 15:44:33 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+OuSiksO/kFNtvVxhMBL+RI/hC8acQjkvYlPfidcma5xHYONJgT1AD4OmUjKMZ24WwcYnq X-Received: by 2002:a17:902:b212:: with SMTP id t18-v6mr13939plr.137.1523054673186; Fri, 06 Apr 2018 15:44:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523054673; cv=none; d=google.com; s=arc-20160816; b=qTjKcBR0LMu7INJTJSm270YMGo/3NXLiZ3889jUHAfBKyGk/7IYMYKUVUC9dXvn+Rz RWvf8ixrztcNZ+bV36mb4cwafMrkz6Ew4l6nqEb+L+MCZgY//j8mI9dpnfKdRgOHf7ny aiQ+GSm9F3iaXTSEiX9MCeoqZDCk2lsL0hJJg/+TlbpO+g+KhG77KSblAz5fyTpADwSf 9DLEYQz5HcGd8HyOLw4IEsyxePxMFKoa9ehQ6pVHrBqyLmzSaWl7tCxrIBMRM3pmdryB jJaR03JLDqQLV2Ly3GQmN7bjhGUa0LRhyAs5zUM/C2Cqbb+zXKSS6jdW59ZyaRqvdLOM +0yg== 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=HyDA2cFZc/AD3zz34hzc6ycw15DRp4XBu3SNRikCbtE=; b=OX1IL3/9rqG+pv1Y89wYsEG6Dt+ZvjA6b7GZ7RPCP6FEBpGvuGYBkziJqubgjmHtkQ h31G2b9zNgtetrJ+AkdMEYJETseNQNcuTvU63FfZ31YdRiVHI1+ZjubejnqrOp508eWc nlzdYebvMaH0PZbtv6OYjnmlGwwv7czY7wV21uAsTyo0rS7XDOtZCWeIYN/YBOjWIbzC hOd+o4SB7N01dzd+5uyMSLMxurm+v+JpqmTWGDJs0FVaC4zICxzqE46yck2Amw3LI4Fd qYByoiCQoJiE+kDOzpf4gPoWXaivkPs1xucqkJRksKFWrbAQYNZvaSwBPTkWWdAjrZQv 73XQ== 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 m11-v6si8669407pls.337.2018.04.06.15.43.56; Fri, 06 Apr 2018 15:44:33 -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 S1752479AbeDFWlP (ORCPT + 99 others); Fri, 6 Apr 2018 18:41:15 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:48366 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623AbeDFWlO (ORCPT ); Fri, 6 Apr 2018 18:41:14 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id C6F18803A5; Sat, 7 Apr 2018 00:41:12 +0200 (CEST) Date: Sat, 7 Apr 2018 00:41:12 +0200 From: Pavel Machek To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Linux-pm mailing list , "Rafael J. Wysocki" Subject: Re: x32 suspend failuer in Re: linux-next: Tree for Apr 4 Message-ID: <20180406224112.GA5940@amd> References: <20180404165559.4cd0c12c@canb.auug.org.au> <20180404075047.GB9342@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <20180404075047.GB9342@amd> 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 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2018-04-04 09:50:47, Pavel Machek wrote: > Hi! >=20 > > Please do not add any v4.18 destined stuff to your linux-next included > > trees until after v4.17-rc1 has been released. >=20 > On thinkpad x60, suspend does not suspend at all with this -next > version. Previous versions suspended/resumed fine but broke networking. I bisected networking breakage to c16add24522547bf52c189b3c0d1ab6f5c2b4375 which is slightly weird. But it modifies ACPI in strange way, so maybe not that weird. Networking breakage is still in next-20180406. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlrH94gACgkQMOfwapXb+vKrCACgnBzeRARVDy5dGoLek+mGucou lN8An1ExBHyO73ypHm1chtJRXLdtgUNP =Lzuj -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z--