Received: by 10.223.176.46 with SMTP id f43csp2961985wra; Mon, 22 Jan 2018 06:21:06 -0800 (PST) X-Google-Smtp-Source: AH8x225bTjgywgZ7GAXXglS/tzgGazVcKbNawNJukhwLeMFpCLbpweohWJc99s/1UhUvIA6Otw73 X-Received: by 10.99.115.16 with SMTP id o16mr7478941pgc.362.1516630865973; Mon, 22 Jan 2018 06:21:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516630865; cv=none; d=google.com; s=arc-20160816; b=mCt2QkZkOg3iDUBYjafqNui2jAaYgxvnq7jXLLvA8kNl6BgVh9jDNyPFih6W7fym13 tqU9IoDrSLe5bhb7rhasScCMtjYOIQkxD4MX6Un24qIbYQ45sFbZkHB0rpM5RUiIHuSO 6u6JtHAnBK5roc2YBoaTgV2u4iTpxSxEciHP1jpNmpvoQXqKuj4YXX37xRcMLgQsFY5k 1/NgHvbWtRPcHJAnLS8KsVi1ifXsar4O6pyxxemS3MfBjlDiips++Yvjehry0HcBhaw5 c9dNgJHJB+so3Ncalbe2CjeNvQbC2ETkt0e+gRaCXW8VieC6AEmuZ+QXg4uAAeXcLTw8 GNfQ== 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=SvcHT7KDXxjy7Vkye0xIBmWdudcTzfsdkYhjKHVUPDI=; b=I3mOi5MWfaLxPrGLyzqN/3/nZV4KDdaXNCiPxSivsG2yQaUokSJw8TLQpYgL0DXY4e qxSwCHbLT2WGcclptdD3V5R869mu9QMI4fCYkhRKatiCBdzNDeZNMnCqKBh8adLPtfmZ dGVzyfjx/Sirk0LPUfdDkFfdyso6WAUwXLYpPihf5ScdcwdH96DCb4PTEUcarPkar3lA HfeoXsBrv1FeVFXTBQZpgFldiLsygF3DCtVpAyojjOWuRcFlB9XUM80d2D0Hmnv3oxzz EITyYJOmx4lEnSaWtoqa1/ujCA8ZZi9M4Cdo5ulc5ccw+u0XB0aAxbCPoj8nl83ZTHfV wR3A== 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 u13si9834685pgp.790.2018.01.22.06.20.46; Mon, 22 Jan 2018 06:21:05 -0800 (PST) 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 S1751117AbeAVOUV (ORCPT + 99 others); Mon, 22 Jan 2018 09:20:21 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35270 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955AbeAVOUU (ORCPT ); Mon, 22 Jan 2018 09:20:20 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id E984BD39; Mon, 22 Jan 2018 14:20:19 +0000 (UTC) Date: Mon, 22 Jan 2018 15:20:19 +0100 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: linux-kernel@vger.kernel.org, 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.4 00/53] 4.4.113-stable review Message-ID: <20180122142019.GA2202@kroah.com> References: <20180122083910.299610926@linuxfoundation.org> <20180122130901.GA27365@flashbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180122130901.GA27365@flashbox> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 22, 2018 at 06:09:01AM -0700, Nathan Chancellor wrote: > On Mon, Jan 22, 2018 at 09:39:52AM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.113 release. > > There are 53 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 Wed Jan 24 08:38:52 UTC 2018. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.113-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.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > Merged, compiled, and flashed onto my Pixel 2 XL and OnePlus 5. > > Two minor conflicts, nothing major worth noting. > > No initial issues noticed in general usage or dmesg. > > Reference trees for Android: https://github.com/android-linux-stable Wonderful, thanks for testing and letting me know. greg k-h