Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966666AbeAOPZD (ORCPT + 1 other); Mon, 15 Jan 2018 10:25:03 -0500 Received: from mail02.iobjects.de ([188.40.134.68]:42744 "EHLO mail02.iobjects.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966328AbeAOPZC (ORCPT ); Mon, 15 Jan 2018 10:25:02 -0500 Subject: Re: [PATCH 4.14 000/118] 4.14.14-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: 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 References: <20180115123415.325497625@linuxfoundation.org> From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Organization: Applied Asynchrony, Inc. Message-ID: <2400e624-215b-2e65-2f35-ab1c8aafdc2e@applied-asynchrony.com> Date: Mon, 15 Jan 2018 16:24:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180115123415.325497625@linuxfoundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 01/15/18 13:33, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.14 release. > There are 118 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. Applied to 4.14.13 & built on 3 machines with different old CPUs (Core2Duo, i5/i7 SandyBridge), current gcc 7.2.0 still without retpoline magic (so syscalls only). Ensured CONFIG_RETPOLINE is enabled. No regressions, no filesystems on fire, no spontaneous reboots. Also gave this a syscall-heavy workout with iperf, still pushing >10 GB/s locally just as before (within expected deviation). perf bench shows some expected impact though, ~0.2-0.3 µs for scheduling. cheers, Holger