Received: by 10.213.65.68 with SMTP id h4csp115726imn; Fri, 30 Mar 2018 02:01:48 -0700 (PDT) X-Google-Smtp-Source: AIpwx49ELTEYLwmPVja9/vyImSXB2Z72qzBCOuX/UoL44oBZ2K7Tsj9cwROIRa2iXPLAyekggrWL X-Received: by 10.99.123.78 with SMTP id k14mr7782032pgn.67.1522400508408; Fri, 30 Mar 2018 02:01:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522400508; cv=none; d=google.com; s=arc-20160816; b=GzHu4uXljdRfVmZ1mU066uR/rctfHFK9+BARRH68ROUcoqL+qj6U5sh6kp/HSrX4yh i9weiptt4bF7NbgPmlI6FszIaB70NTq4sGGmYZv6steC/GBJMhvtPWs0vPgma+6NA/Zu putrK3NdWa1fZYbj+v6ZA54kZiecgcgJMtXUN7Kh/2Z8zUbLYAyqBWmdQ6BR7CWTLBC0 GYCoMBtMubhFmnMktJDGtHfuqab5Cdg0OFjO8VOflMtYdI4NOdfa04QIkQfM0Kwhna/n IgZq63VnCp9OWnxXgNJnvY3EfGlDYYuTd4gMtbBFwFzzNrjHRu5w8pmrImkbbxpuSMe9 V9xA== 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=U1jZvJjWhnkZWRJvaqw9bKYpjAxPHrsJlvfa+/j0etQ=; b=k+yvBBL4z2gsiYbOUBOVWsLBggZH1Hk3sKbVZEZnaDK8bEefrkIIHkd0JtUhx8j5yu cOLvYtH685Zn2kZGANnoWAPVA/JAnGwiiXm4FJFjlwRHBV/YMykEUBGN6uPZ95jjWzT0 mPZ25XnjvZla/34xF9/HyRId4wbL0ioduLNza2kiBIV8vyfzoGOinUKZ6+TnsZP6kQT1 KTGyvSRMOQHmCVFeoemC5GurdM69JWe0CHoMy+LVopCj3Ee4yTlIRfvwjDQKETgzUvou +t1wGRnd15BhehiuHZB+oQsz1cNSiXTNp1F4bvLsq4I4ImyR9zSh7F59JSlDqhNpOJQr WDJQ== 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 z2si5325217pgz.328.2018.03.30.02.01.34; Fri, 30 Mar 2018 02:01:48 -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 S1751244AbeC3JAV (ORCPT + 99 others); Fri, 30 Mar 2018 05:00:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50700 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbeC3JAU (ORCPT ); Fri, 30 Mar 2018 05:00:20 -0400 Received: from localhost (unknown [37.169.208.107]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A502C710; Fri, 30 Mar 2018 09:00:19 +0000 (UTC) Date: Fri, 30 Mar 2018 11:00:13 +0200 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.9 00/28] 4.9.92-stable review Message-ID: <20180330090013.GC23620@kroah.com> References: <20180329175733.447823703@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180329175733.447823703@linuxfoundation.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 29, 2018 at 08:00:19PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.92 release. > There are 28 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 Sat Mar 31 17:57:18 UTC 2018. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.92-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y > and the diffstat can be found below. -rc2 is out to fix a reported issue: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.92-rc2.gz