Received: by 10.192.165.148 with SMTP id m20csp4392022imm; Tue, 24 Apr 2018 01:49:49 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/njugwftfNZGtuRY40n76XdizVzois8OWg4WqUZZMJjRtIvuNn2Z9xHfsNXVDBoX7V4bC3 X-Received: by 10.98.47.2 with SMTP id v2mr19406580pfv.239.1524559789788; Tue, 24 Apr 2018 01:49:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524559789; cv=none; d=google.com; s=arc-20160816; b=kQ1IGu6uqn/Wiq7F+N8iyn66XOVtjGjAYTn7oIQicoe1DBwmgkXPmvR2mPr7wsKkx2 fgwbe7IkS168uWYU6h5tKSij6DTFGDfI2NtBWsUGi9WwezpTHc3in9gZzfiMWW4xpiKV qPgYxo4jSwKQD10+4MbBXfsFlY/BxlKOMnY8cyoy5NSGvHemkqd2uaH9sbg6gmMNgmwX e1jTnIjo5CWh8Q8rSHwLNwkIqaps96W8Y7QBzD3+cznMKslXaRAt8qDzR8lzIJ2K3/K5 6jJIgfjywfePlergs3iKB4iME9pfDmZ/z9wM/1dHU9Alo3ZmTvyYYom/1p404I7WbRYS V3Zw== 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=hNGtrQDDdUV0usiK0jFWqGYnE3UvQ1u9BTpcMjZ17ts=; b=xnXL5cE9L3L3S83I+3MYCvrt7jYqZK8oNndpD9+b2stFc58vAA02fSw8QwPg4IkbSq cx7F9xa2UxAzFcf8pSNvNRkSY9GebmJ3c01dH82w2icQa44t67OI7zbDn8G4NZu+wOOX xxSk4svL9ftVo8SvZPoXOWctUG5oSG0GBrggYTOlc7+GI3N21CgApOSG1uIYAbEVSssK K8BmmBrZi9WiksxaBOY2PCIif+boe6XUo+9MAjQDik7w8QVOcyRU5LQIotx+PvxO+vl0 Kigb9b8Evd4VJs9mj2KUmFfbkYY2Ci7K/yi9ATy8xlTDZ//7yGGKpgTKyZZS7M4ArmPc 0WrA== 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 a3si12972957pfe.19.2018.04.24.01.49.35; Tue, 24 Apr 2018 01:49:49 -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 S1756227AbeDXHZp (ORCPT + 99 others); Tue, 24 Apr 2018 03:25:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39370 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755224AbeDXHZl (ORCPT ); Tue, 24 Apr 2018 03:25:41 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 9FA8E480; Tue, 24 Apr 2018 07:25:40 +0000 (UTC) Date: Tue, 24 Apr 2018 09:25:34 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.16 000/196] 4.16.4-stable review Message-ID: <20180424072534.GB18419@kroah.com> References: <20180422135104.278511750@linuxfoundation.org> <20180423165605.GE12958@roeck-us.net> <20180423180607.GA27360@kroah.com> <20180423215813.GA3976@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180423215813.GA3976@roeck-us.net> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 23, 2018 at 02:58:13PM -0700, Guenter Roeck wrote: > On Mon, Apr 23, 2018 at 08:06:07PM +0200, Greg Kroah-Hartman wrote: > > On Mon, Apr 23, 2018 at 09:56:05AM -0700, Guenter Roeck wrote: > > > On Sun, Apr 22, 2018 at 03:50:20PM +0200, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 4.16.4 release. > > > > There are 196 patches in this series, all will be posted as a response > > > > to this one. If anyone has any issues with these being applied, please > > > > let me know. > > > > > > > > Responses should be made by Tue Apr 24 13:50:16 UTC 2018. > > > > Anything received after that time might be too late. > > > > > > > > > > For v4.16.3-197-g405d1f8: > > > > > > Build results: > > > total: 143 pass: 143 fail: 0 > > > Qemu test results: > > > total: 139 pass: 139 fail: 0 > > > > > > Details are available at http://kerneltests.org/builders. > > > > Thanks for testing all of these. I've pushed out new trees for 4.16.y, > > 4.14.y, and 4.9.y so I'll watch your builders to make sure all is good > > with them. > > > Still no failures after rebuilding all three releases. Wonderful, thanks for letting me know. greg k-h