From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49540C072B5 for ; Fri, 24 May 2019 05:53:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0DEBA21841 for ; Fri, 24 May 2019 05:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558677205; bh=kn1S16Ld07hbuety+OJkH2qGFXGPsK+lf/8fod4Sik0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iFlk0A5V5f1mzdSh8yRKlXEHXulrsvs70YgLOq9/YLoc9MCEEJ3OPRz7gWEhfjbO5 hTot8tHDI0r1VUQxwyumbuUxXr66xynzyeofGCMT7Lo/3XRD0/TLE9a4ucgKB/+FXA 1QCXFmXRcRasypOdVAtrtJMIvZmKP5Ry1nE/QowE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388824AbfEXFxU (ORCPT ); Fri, 24 May 2019 01:53:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:38082 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388814AbfEXFxU (ORCPT ); Fri, 24 May 2019 01:53:20 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E9C172081C; Fri, 24 May 2019 05:53:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558677198; bh=kn1S16Ld07hbuety+OJkH2qGFXGPsK+lf/8fod4Sik0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y/QnzEHjhiKiG5k3cC6a3yuajtiOeTnlBpmd/LE4Na0IZgBAXBzTJst6mstjAtmHF LpxGDF+znyZero3Vm+hho2oazJM9gbAvo/O2PIvdvUqSt07QUUs/ZA+c7pQTIp2u2k hdL+I/gNNQ2R/Cm3xSp3qXDkG/D/HBMzm4Xq7KUw= Date: Fri, 24 May 2019 07:53:16 +0200 From: Greg Kroah-Hartman To: Nobuhiro Iwamatsu Cc: Linux Kernel Mailing List , torvalds@linux-foundation.org, Andrew Morton , linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, stable@vger.kernel.org, Nobuhiro Iwamatsu Subject: Re: [PATCH 4.14 00/77] 4.14.122-stable review Message-ID: <20190524055316.GD31664@kroah.com> References: <20190523181719.982121681@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, May 24, 2019 at 09:28:05AM +0900, Nobuhiro Iwamatsu wrote: > Hi. > > 2019年5月24日(金) 4:11 Greg Kroah-Hartman : > > > > This is the start of the stable review cycle for the 4.14.122 release. > > There are 77 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 Sat 25 May 2019 06:15:09 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.14.122-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.14.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > > > Greg Kroah-Hartman > > Linux 4.14.122-rc1 > > > > > > > > > Yifeng Li > > fbdev: sm712fb: fix crashes and garbled display during DPMS modesetting > > > > There is a problem in this commit, which is fixed in the following commit: > 9dc20113988b9a75ea6b3abd68dc45e2d73ccdab > > commit 9dc20113988b9a75ea6b3abd68dc45e2d73ccdab > Author: Yifeng Li > Date: Tue Apr 2 17:14:10 2019 +0200 > > fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthrough > > A fallthrough in switch/case was introduced in f627caf55b8e ("fbdev: > sm712fb: fix crashes and garbled display during DPMS modesetting"), > due to my copy-paste error, which would cause the memory clock frequency > for SM720 to be programmed to SM712. > > Since it only reprograms the clock to a different frequency, it's only > a benign issue without visible side-effect, so it also evaded Sudip > Mukherjee's code review and regression tests. scripts/checkpatch.pl > also failed to discover the issue, possibly due to nested switch > statements. > > This issue was found by Stephen Rothwell by building linux-next with > -Wimplicit-fallthrough. > > Reported-by: Stephen Rothwell > Fixes: f627caf55b8e ("fbdev: sm712fb: fix crashes and garbled > display during DPMS modesetting") > Signed-off-by: Yifeng Li > Cc: Sudip Mukherjee > Cc: "Gustavo A. R. Silva" > Cc: Kees Cook > Signed-off-by: Bartlomiej Zolnierkiewicz > > And this is also necessary for other stable-rc tree. > Please apply this commit to 4.9.y, 4.14.y, 4.19.y, 5.0.y and 5.1.y. Now queued up everywhere, thanks! greg k-h