Received: by 10.192.165.148 with SMTP id m20csp1486993imm; Fri, 27 Apr 2018 22:09:33 -0700 (PDT) X-Google-Smtp-Source: AB8JxZp0bTTDvtCjM71ViTEvEk9rFqGZBEz4LwOqs49jgsQvLX+vxEJ8gHhRctPWBSi1pgKSpXWE X-Received: by 2002:a63:bd52:: with SMTP id d18-v6mr4277200pgp.311.1524892173834; Fri, 27 Apr 2018 22:09:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524892173; cv=none; d=google.com; s=arc-20160816; b=rGolDNgRARbptSiKcBD4U1eUEjz33RK6By0FNjzTSnH3y/RbZg+MocYOJoCn8TqDBd Dwxs1QXD5+fDHrrkJ/LcKfOZLqThLVbxgleBFOsEJsO43eRfJHBwdgslWk1EHDxNfmBJ UdXrKpM3VcJEmSIwy/X1DEdECBdn3/ZlDidadMPxpGfGDIycMjVncu5FIDcPhLEo5Zev T7gQm2uqBXI3Gz+C+puC0r8ZRZuTdhDAhad9NicWSEzJkAtFLfYelPGu1rVG6kCkTC3t cyQ6GVW35k80RwvshP2tl4UAHTADXnPqN56jqZeSsB32EZ0okaWphKQw+eCTbRfZVBAQ iD3A== 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:dmarc-filter:arc-authentication-results; bh=WWJ79S02l+bKRqT2L6lDBn6w/ASVM7ildYsxJXIgOL8=; b=q9wIEaPLwJO9sD04i/XK7X1/lBWpEubSTTBCrnYxxlAnHPMlSLxg//8F/6HktGIBCx Cy+aD5zRHPcIROslks5wQAn7xZPY7dFyBgyYrhKaUmIhaO1ubzosI3FDVuEh9qufntLd rPtPFuyxh1GIeihB699eEQUC/Z4MEjUzvIhwx6rG01iNuHNEw49T191pdyB92d1+C1pP s9MPyzwf5Ohwjq2xuHdsFXt2b7uuTi+uu6X+e9OSXKvKD5FoT1QIeDus/I9uDzZ5lW4q EJkvGu8g9kGwp8iiPiZgGv7a6VRG7lzIFuHEaAyFHitGN6VoloO2Pis5WVXqnHgNrfFl ZbzA== 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 y6si2651211pfe.248.2018.04.27.22.09.19; Fri, 27 Apr 2018 22:09: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 S1753203AbeD1FHD (ORCPT + 99 others); Sat, 28 Apr 2018 01:07:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:42564 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751945AbeD1FHA (ORCPT ); Sat, 28 Apr 2018 01:07:00 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0C7D921911; Sat, 28 Apr 2018 05:06:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0C7D921911 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=gregkh@linuxfoundation.org Date: Sat, 28 Apr 2018 07:06:50 +0200 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, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.14 00/80] 4.14.38-stable review Message-ID: <20180428050650.GG29422@kroah.com> References: <20180427135732.928644313@linuxfoundation.org> <20180427193327.GA15456@flashbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180427193327.GA15456@flashbox> 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 Fri, Apr 27, 2018 at 12:33:27PM -0700, Nathan Chancellor wrote: > On Fri, Apr 27, 2018 at 03:57:53PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.14.38 release. > > There are 80 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 Sun Apr 29 13:57:13 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.14.38-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.14.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > Merged, compiled, and installed on my Raspberry Pi 3. > > No initial issues noticed in dmesg or general usage. Thanks for testing this, and 4.4, and letting me know. greg k-h