Received: by 2002:a4a:301c:0:0:0:0:0 with SMTP id q28-v6csp605117oof; Tue, 25 Sep 2018 02:07:39 -0700 (PDT) X-Google-Smtp-Source: ACcGV63n7mtfM9qlz9aIs+dCNY3dmrz6c/a/SQatBq4ct31qv0npqkG7xBCl1M0uhaaZIIbM6inb X-Received: by 2002:a63:e14a:: with SMTP id h10-v6mr97417pgk.358.1537866459311; Tue, 25 Sep 2018 02:07:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537866459; cv=none; d=google.com; s=arc-20160816; b=Gr82BEewECjGQ18v9RSP6G4mFOGk8Rk/DU4LYkvaPURyaKxDGAyJrpIRza5XgiCN58 NUpxFKzf4vEK+J5+0TqOMXYo69NqF01FYF+932xKaNEGdNlSEx/uZdHLiT613u6E/ugK AG7XmKaP87M+7rlGR8tv4WsjXcNf4x/Efy07W8xHcYd3nt0EI47JYRJkAqZkyWU86qVr uo+AaOMFXXOTPXYlx3gso2HIAQ2P0Zi2YH5hyZAuHC3HS7RLhvEFHuH4FzRFE2o2b1/x fpn88Un8W7dl27R7pr48FS59Es+gwNn09xGfTzyJ5+vrCAmnyucOWfCxXBU2gLwrbNft WdhQ== 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; bh=DoXfCVl3dZp4oHmm7DOgd9af1ENPFFJlYRdLluTIMY4=; b=rfN3HiMaBDFMFdRGSGaim2Y7lBTJ5XcNbeeeqie0OzUpSSogk7P7iuoZ1V1evHxc/W a+EnOM8dJxAAeKBSSzHEBpA43Vlo+Xv3Y5RNvzbWjjvSLnU0wuOj61tbT3a1GIxJGmbk WRMDARW1rJqr3AWfin1kZxyvURlZj61MvbLcPc43F0JSNMB9UjZiHrgRYXwN9mbL5Lpj rBVKWjIJJX/hIzFiwDodPAJjotGJJAf1ZieRpZ6rZtAx7zde0FI2fy/Jaix6/RdNWFbi 4tmHnhUxEmzH96Xm3DBX1264InsqraOGJB0u+X2KaXmTUCiyb2YodLxVVURrzXTA7gsl LO1w== 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 r59-v6si1826277plb.39.2018.09.25.02.07.23; Tue, 25 Sep 2018 02:07:39 -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 S1727830AbeIYPNr (ORCPT + 99 others); Tue, 25 Sep 2018 11:13:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53922 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726208AbeIYPNr (ORCPT ); Tue, 25 Sep 2018 11:13:47 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 91CF21117; Tue, 25 Sep 2018 09:07:13 +0000 (UTC) Date: Tue, 25 Sep 2018 11:07:11 +0200 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: 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.18 000/235] 4.18.10-stable review Message-ID: <20180925090710.GA21224@kroah.com> References: <20180924113103.999624566@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180924113103.999624566@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 24, 2018 at 01:49:46PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.18.10 release. > There are 235 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 Sep 26 11:30:01 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.18.10-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.18.y > and the diffstat can be found below. -rc2 is out to resolve some reported problems: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.18.10-rc2.gz