Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1020346ybx; Tue, 5 Nov 2019 09:03:01 -0800 (PST) X-Google-Smtp-Source: APXvYqxfTPxHqto+BUOMYTowo/cg1t/xvq4DzspH8KQIjpbVHMVy4G3T9hUNOypqCQWLzOl989wW X-Received: by 2002:a50:8dc5:: with SMTP id s5mr36874950edh.115.1572973381626; Tue, 05 Nov 2019 09:03:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1572973381; cv=none; d=google.com; s=arc-20160816; b=YzKRd99sXNOQ+AOAHm/QZBtbQgSA6omkfLRC1K/wPuROc8W7SHACYzy+ie3qMU8Aeq 0tuxS/6wB8CAEPy+keCXRrfp0EOa77ncvxKx6/h6/+ix90sEOwM2KpnquABn2sudhFvw sqriFKqw1itWEEo+FBdFqoTNauGTtqXlWvKh/YrO/FHMy3xBUrNvuCGI2+VKucq+C2zJ 283wncVAVi6e/iTCzvhWqj7eiGUo+Bf1Y92eWyE6QQ2wVwJR3n4jp+Z9HgKc2Lkln1gr WK6sgXSJHZfaepSK+N04Wc76ovDfuBrXgsuKPp91FJtf36/tAkrM4q+4onXRJldY9Z61 haeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:dkim-signature; bh=zt+POgPUNbPXuEwjgxKJTuaMtTf5Xn0uTIFTpj6Cn5I=; b=Y0DHAlC1P2+F5U+uRmlxpWJ4ux7DkWCUwOmYH0t58JVw+y5OunI4zLM90R+YN8Rh72 2Q82XLTVV4eb1kVsHNPjk6cIXl/RuTk+qbL8FA7ghy5u74KE3ygsLHAp0jxa03oApdWY 6o//d9/gdSPRd5vwGlIX3HhTg7/d7pz1o6WXtAm+5spXQgPN6hNPLeHEiB8W2K98iy+R h2Yhu3M4nndHOjQQnmKLLXKmp+2FuUJL8UfPOCZ1enuqjMhS/j6sMPECFn/ng/JlBwpA aO9wIfYIGTav1Zxu95ZcRhcbFosdv+8cmjSmqrC4J8AfaWFZoNdr73PcSX1iUEv3uPmN NmgA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dVnGltsx; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c26si10430305edc.416.2019.11.05.09.02.36; Tue, 05 Nov 2019 09:03:01 -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; dkim=pass header.i=@kernel.org header.s=default header.b=dVnGltsx; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390347AbfKERBa (ORCPT + 99 others); Tue, 5 Nov 2019 12:01:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:41858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389267AbfKERB1 (ORCPT ); Tue, 5 Nov 2019 12:01:27 -0500 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E4ADA21D6C; Tue, 5 Nov 2019 17:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572973287; bh=iK3jjbUTTiyBlr35WTgbMKzVOI3PrZ7iul/+3YpY8tU=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=dVnGltsxpUh1HQ374CncBp3Jab/eUH+zJ0B23kYETFA+BxDda2Kdnp4c6LyU5OZY/ waI2fBV7KP8FXx5GUVqdAdlXrq/Z7ghXbrmmTdPidVfYPGIpcT2o99u9sx2NiGnWhS wEZy7s4ooXAIZb7rjQW+tvQ1BvYrEDLzHQNAYQkc= Subject: Re: [PATCH 4.9 00/62] 4.9.199-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org, shuah References: <20191104211901.387893698@linuxfoundation.org> From: shuah Message-ID: Date: Tue, 5 Nov 2019 10:01:26 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191104211901.387893698@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/4/19 2:44 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.199 release. > There are 62 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 06 Nov 2019 09:14:04 PM UTC. > 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.199-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. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. thanks, -- Shuah