Received: by 10.192.165.156 with SMTP id m28csp1892627imm; Thu, 12 Apr 2018 05:27:14 -0700 (PDT) X-Google-Smtp-Source: AIpwx49ciXK3GHyTYw3Ne9Mv+vVMXzB+8OX1T8T5kxv2DwoFq9iuosi0Er7aPWOA1v9FwILrxS/t X-Received: by 2002:a17:902:5c6:: with SMTP id f64-v6mr801890plf.77.1523536034010; Thu, 12 Apr 2018 05:27:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523536033; cv=none; d=google.com; s=arc-20160816; b=yrqFQnzMefZy6owqWkC4QumT+XyMvQJvvSS7gN4mZhoCMdvFgy5VfC+BK16p7EBKYQ QOeHDVWuA9Pp6OMDyhOb7I/vq7bP1f5xkMoaQocyQ2k6Lz+cCToflZtJtCrCszjpomeA rDZKlZHmJUb4W8apHEFMLEvrmaGD3T5Fh0n2uevrOOLewg+2g++iWIHzTVwLbzfg7KZW 55u5d24wLRhNhyxGxwgiif4IQxYxLdhHQp4ZdC5WBaDDp1L3JNsP7ROJCPT99njAFtgz k7/DeoV4Yi1/e/fWmaHU/DCAkZ1t/VzUsitXea8H6ngQtPgWpvaKOS6tUQO8z4qj872k fzBw== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=aA7+cItW8Gc6/8kIbZZiEnPXOCAXKK9iIYRTx96wyDs=; b=Ag/cASNKmBXZrjeQ5oEzcdt4Kcf0iB2szEqrtwtkI4U1qzjDVugnZMhk4piRqu8lPC DJ08AZb1+J5zGOlVgXaZXorCHO+6aQOK8y4MCcwpBLzQmo3y05Ty+xdeJBVqKnqCVjK5 5XkGaQYY8Xp//685ZbluXFhz3gQC/biidVFYqM4Bg0j9hhEzdxMjGLP+BC+aMEGVmUM9 TzGChp/hCEQo4T3ZGiq8E5HF7p4KaInssHEqcpVMj7Maby+NQc5WZlYwFyBDg6gbodNf urWwyHDlIvnvvtM8fUYSgU91qzGFiVz2leDaLjt7mwwDFWN82MbsbFCxrmrevU4t0qct DKxg== 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 k10-v6si990611pln.103.2018.04.12.05.26.37; Thu, 12 Apr 2018 05:27:13 -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 S1752450AbeDLMXP (ORCPT + 99 others); Thu, 12 Apr 2018 08:23:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47778 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751589AbeDLMXN (ORCPT ); Thu, 12 Apr 2018 08:23:13 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 8DCDFDD9; Thu, 12 Apr 2018 12:23:12 +0000 (UTC) Date: Thu, 12 Apr 2018 14:23:05 +0200 From: Greg Kroah-Hartman To: Thierry Escande Cc: linux-kernel@vger.kernel.org, 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, Nicolas Dechesne , Anibal Limon , Will Deacon Subject: Re: [PATCH 4.9 000/102] 4.9.93-stable review Message-ID: <20180412122305.GA19236@kroah.com> References: <20180406084331.507038179@linuxfoundation.org> <20180406222524.dzzyzh3su3ytgh3u@xps> <20180407061118.GF18744@kroah.com> <45305b36-b5fb-5016-4948-38a7465691af@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <45305b36-b5fb-5016-4948-38a7465691af@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 12, 2018 at 02:17:50PM +0200, Thierry Escande wrote: > Hi Greg, > > On 07/04/2018 08:11, Greg Kroah-Hartman wrote: > > On Fri, Apr 06, 2018 at 05:25:24PM -0500, Dan Rue wrote: > > > On Fri, Apr 06, 2018 at 03:22:41PM +0200, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 4.9.93 release. > > > > There are 102 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 8 08:42:55 UTC 2018. > > > > Anything received after that time might be too late. > > > > > > Results from Linaro’s test farm. > > > No regressions on arm64, arm and x86_64. > > > > > > There is a new test failure on dragonboard 410c (arm64) in > > > kselftest/cpu-on-off-test. However, it looks like the test was failing > > > but giving a false "PASS" on previous versions of 4.9. This -RC seems to > > > have changed the behavior enough to cause the test to actually mark a > > > failure. > > > > > > In any event, this looks like a db410c-specific pre-existing issue that we have > > > already escalated to our Qualcomm team. Details can be found at > > > https://bugs.linaro.org/show_bug.cgi?id=3723 for those interested. > > > > Thanks for testing these and letting me know. > > The test failure on dragonboard 410c comes from [1] to fix a possible > deadlock related to the hotplug rework. It's been reverted in v4.12 by [2] > because the cpu hotplug rework was not ready yet at that time. Since the > hotplug rework has not been backported to v4.9.y, the splat cannot be > reproduced and so [1] can be reverted or [2] applied on v4.9.y. > > [1] https://lkml.org/lkml/2018/3/23/452 > [2] https://lkml.org/lkml/2017/5/7/124 Hm, so I need to drop some patch, but what one? lkml.org does not work for me, please be specific and use the git commit ids, or at the very-least, the subject of the patches. Never make someone have to rely on the existance of a random web site not under kernel developer's control to figure out what to do... greg k-h