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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 94061C433DF for ; Mon, 12 Oct 2020 12:44:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39792208D5 for ; Mon, 12 Oct 2020 12:44:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602506644; bh=0l7QIPxyaptDtBFdiCyHW4nGSZxK5terGIJImqjcnNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bEUQlewiI+x8LczUh958oQtS9KlW1ZY1pF5YddIcSBqypubUYzWpGcxeSC7N58B1w oRHOO/nVi6UE5dN9EETwkEZJPATct/50G3WAC6sO3TdGv60WiOOUFKCF3ZOJZmCyiQ bCkyCAWxZ+M7irWoVH8UFJYiMAPAEMiuaYUzZlEM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729671AbgJLMoD (ORCPT ); Mon, 12 Oct 2020 08:44:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:46162 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726751AbgJLMoD (ORCPT ); Mon, 12 Oct 2020 08:44:03 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 006232076E; Mon, 12 Oct 2020 12:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602506641; bh=0l7QIPxyaptDtBFdiCyHW4nGSZxK5terGIJImqjcnNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W9HEKuVK9/oqNIzk2FeWRo6ZcXMH37GWSVtmQxcDlPJKNQsOpkg3luyy5WYa220Kf l/N0Dk5qcBg6OVWD7HuQW24xnSD8j8VdG4kyp5wVmoMCag+qdN7EaHh+Xt8eQFi82o UAduw/hHd8F9Wx0zgwfOK+qwWeIZga4ahTmr9h0E= Date: Mon, 12 Oct 2020 14:44:40 +0200 From: Greg KH To: Christian Eggers Cc: u.kleine-koenig@pengutronix.de, wsa@kernel.org, stable-commits@vger.kernel.org, stable@vger.kernel.org Subject: Re: Patch "i2c: imx: Fix reset of I2SR_IAL flag" has been added to the 5.8-stable tree Message-ID: <20201012124440.GA1161572@kroah.com> References: <1602406113214120@kroah.com> <6827529.2cDsNes8Pd@n95hx1g2> <20201012082059.GA3798940@kroah.com> <4806347.2qqPzs43qk@n95hx1g2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4806347.2qqPzs43qk@n95hx1g2> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Oct 12, 2020 at 02:08:59PM +0200, Christian Eggers wrote: > On Monday, 12 October 2020, 10:20:59 CEST, Greg KH wrote: > > On Mon, Oct 12, 2020 at 09:38:30AM +0200, Christian Eggers wrote: > > > Hi Greg, > > > > > > the patch below has meanwhile been reverted by Wolfram Sang [1], because > > > it has been superseded. Although the patch itself is not wrong, you also > > > may want to revert it in order to avoid conflicts with the next version. > > > > > > Best regards > > > Christian > > > > > > [1] > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5a02e7c429cb5e082e5d7be6e5b768828014ba70 > > Thanks for letting me know, now dropped. > > > > greg k-h > > Got just a bunch of notifications that this patch fa4d30556883 has (again) be > applied to all stable trees. Somebody must have even backported it to < 5.8... Hah, that was my other scripts, ugh, sorry about that, and thanks for pointing it out again, my fault. greg k-h