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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 C6ADEC43381 for ; Fri, 1 Mar 2019 12:51:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8832B20851 for ; Fri, 1 Mar 2019 12:51:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551444684; bh=0F9lD0IhdOOfLcN6WZMCzaY6FHeIZ/7MdkNGj8JznYo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wo4SYVgsYd2XmjwDzLmCl77jLyGm+5dyNmqZ3XE4MPn38jkLMW5txRO8eE1O8AdU3 sgdNB5U9+jYgKIL9vEq7fHvozEnDsInr34GDysDpWjZJ9ZvX3d+zolWSDzjUli+AcH +/xy+f1WglOtFwpGJGO8R23UummEdsbKFXGizPoQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387735AbfCAMvY (ORCPT ); Fri, 1 Mar 2019 07:51:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:33368 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387575AbfCAMvX (ORCPT ); Fri, 1 Mar 2019 07:51:23 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 532AE2084D; Fri, 1 Mar 2019 12:51:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551444682; bh=0F9lD0IhdOOfLcN6WZMCzaY6FHeIZ/7MdkNGj8JznYo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EuYEl0+8egRPNMOX4LB5PAHo2gzzBebwpeDNtgJjOU/aqEPR5uCxhPYUTyP+mLGZ/ Vk+Q1Zb29M6MDIJNvze4qWyE42DQmxZxyTLacDNPKYW/AQkdSsIr+YHyhNI1+st3Dd STqnGm/ZYG0gEpdvbK/lstQw2HzhQ06qwUy1InW8= Date: Fri, 1 Mar 2019 13:51:20 +0100 From: Greg KH To: Edward Cree Cc: Sasha Levin , stable-commits@vger.kernel.org, stable@vger.kernel.org, Bert Kenward Subject: Re: Patch "sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probe" has been added to the 4.20-stable tree Message-ID: <20190301125120.GA31355@kroah.com> References: <20190227223112.5FFA62183F@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 28, 2019 at 04:03:02PM +0000, Edward Cree wrote: > On 27/02/19 22:31, Sasha Levin wrote: > > This is a note to let you know that I've just added the patch titled > > > > sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probe > > > > to the 4.20-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > sfc-suppress-duplicate-nvmem-partition-types-in-efx_.patch > > and it can be found in the queue-4.20 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > If you are taking this patch, you also need c65285428b6e > sfc: initialise found bitmap in efx_ef10_mtd_probe > which fixes bugs in the above patch; I don't currently see it in the > stable-queue. > > (Also, it's not clear whether the original fix is really needed on stable > kernels; while the bug is present there, it is harmless until a v5.0-rc1 > commit, probably c4dfa25ab307 ("mtd: add support for reading MTD devices via the nvmem API") > interacts with it.) > > The above remarks apply to all six stable trees for which this patch has > been queued. Thanks for the info, I've just dropped this patch from all of the stable queues instead. greg k-h