Received: by 10.223.176.5 with SMTP id f5csp3596652wra; Mon, 29 Jan 2018 15:58:05 -0800 (PST) X-Google-Smtp-Source: AH8x224Knb90uYW/7mNSpQ2M3AaVWU2kk0Se47suhbSX5VFmQsp6g1FJp5Q1pjTjRQnT8PUjWdEn X-Received: by 10.99.134.194 with SMTP id x185mr22712368pgd.252.1517270285190; Mon, 29 Jan 2018 15:58:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517270285; cv=none; d=google.com; s=arc-20160816; b=AuD9AkWojhbG9pBP/IfCw4UeI2lAJDhnyQvzEGU9Ks8316D159as2EXylaheXTP71d j8xByBt67wK7OYiqtYJVSRfw/7H1z0pOQ6DO5WdZekB1Ec3VyusyIPX/TnitEZ0vzwd7 zZFepcoVfNSUuXNRtGM7ZxtEz9kDjpEiTYDJtoL+xAGx65F8UX4fmj5AFs9BkSGvLcGf Ybf6PDVBeG037bCmYR4LOiNFL5xj6RZifGRmbTE7WIxepWz68ZHTLm/84juCbVX0o+JK 1wGtr1mmbvOW3ylJMWAVx+dYBJOL040ail0LvRYN8Bbck6ppBOu+NbydQoLWQpQ06qTx NdHA== 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:arc-authentication-results; bh=+lifggirw5NvsQxPOsp5puUZkQ4NOGWyqsclSE3fLwE=; b=pQKyLOayNliLgOHGuryLwPbJmvOjMChUggS1N0vElrJnlC16R2Sb3KzgtRXtbnwUnC O4BtEyZdlLgXh+swTc/7XMgtyg9ZBoLbjiTdOMG1uDQsQm0xbEsH/f3gvP/zhWwB7uhp O9HlRhnGOTLZMhfUm1lKxdOLZScBJHcm87wOl4N6OHXftkZcWQZgLviZZlgyYC3FQ879 A1C1MeNos07h10iwZvbI5fhv4xZtOxwCCBnU5aquN4Po7ovkRRMyhfxtbNJCbfgMM/9u fIxt3tX2ycVco81SzUo0wc381hEu7s70BRfjDeaCa5UT7LbM2JQCipczsqKNzibYIk74 Fhkg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=samsung.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d12si1527276pgu.218.2018.01.29.15.57.49; Mon, 29 Jan 2018 15:58: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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=samsung.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751670AbeA2X5W (ORCPT + 99 others); Mon, 29 Jan 2018 18:57:22 -0500 Received: from osg.samsung.com ([64.30.133.232]:45467 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751273AbeA2X5U (ORCPT ); Mon, 29 Jan 2018 18:57:20 -0500 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id E5D94212F5; Mon, 29 Jan 2018 15:57:19 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ch2-MFzkcrTp; Mon, 29 Jan 2018 15:57:18 -0800 (PST) Received: from [192.168.1.87] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) by osg.samsung.com (Postfix) with ESMTPSA id 72EEC212EC; Mon, 29 Jan 2018 15:57:18 -0800 (PST) Subject: Re: [PATCH 4.4 00/74] 4.4.114-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 Khan References: <20180129123847.507563674@linuxfoundation.org> From: Shuah Khan Message-ID: <375ede0c-80dc-7583-4515-75576f8d6825@osg.samsung.com> Date: Mon, 29 Jan 2018 16:57:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180129123847.507563674@linuxfoundation.org> Content-Type: text/plain; charset=utf-8 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 01/29/2018 05:56 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.114 release. > There are 74 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 31 12:38:21 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.114-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 > Compiled and booted on my test system. No dmesg regressions. thanks, -- Shuah