Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp69278ybg; Sun, 31 May 2020 17:08:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxjKA8MN4H4u4eStyQVqhA569zg3dqKmCm1+Q/dOIIfMg8ns8fcSg7f3F56/d4f/BgPhrkr X-Received: by 2002:a17:906:3a0d:: with SMTP id z13mr17010993eje.122.1590970094510; Sun, 31 May 2020 17:08:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590970094; cv=none; d=google.com; s=arc-20160816; b=PY/Pfh+ZXk4TZDtQ6eJ2MU9cXRxu6k2bgK37NwWjA3qrlWa0yAF7/42mqoh7q8YcO0 PULxvjGvKv3Q7slDtOopRvq5uVqvgOaDSD4dF5/MqQDlgBc63MLHlk6SOQPmmp92v/fX F6nCQmytkJmUPsxe3MNG0NAdMzZf6+gwho+YHlqh14okFLnykKC7b2NiNW3GNrvzb+Ka jbnP0futThqLFiRRK8DhOZEmnLTPjVH24RT5D4hNBNMOmw+UT9QCRIAO6nlrGsQq0PYO LFTkj0QTiEdOrmVyTusCyz5TK9ntDKkh7VGic++YGdU6TpcpJ/Krpa0o+ALqsQl8SFZK XEVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=qzrXvIXwTmXTgpY9axnKb8eiYL75ivUgCpeM4lAZnjY=; b=ei7nq2z7QEzpcJpZ7cp9oGJPs7Xyc2FxL21yQDRRf4Hk8hCG9NSHvpBHA5R4blXF9k E12zDb+en4x6XTFiTzGOZp60Tz/RuVDSuvBMjcD8GvK9RcI9FNG3FH1oRomNja4LVXdN /Ubi1P/K3iO7jTqARx85LfeSAOWd9koiC15jwuRRrhYdEp4OgTukbamnHPfZNWDXoOKq RfVM0WLvXxQW3KZ8UN8Aoll9cGjqaDCx6N4jkGnE+OByDUxbJ4tM96cU0/b+o72ysXTn pYO0FFfYALb2p8boiiCiNzrLjqjTXBtw5+EIfNHGIkWL6GAG6hEYCvmm0sqCtlqXcOvs gEmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a9si99573edq.287.2020.05.31.17.07.51; Sun, 31 May 2020 17:08:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728451AbgFAAFK (ORCPT + 99 others); Sun, 31 May 2020 20:05:10 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:52114 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728443AbgFAAFJ (ORCPT ); Sun, 31 May 2020 20:05:09 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id 8810C28F67; Sun, 31 May 2020 20:05:06 -0400 (EDT) Date: Mon, 1 Jun 2020 10:05:05 +1000 (AEST) From: Finn Thain To: Geert Uytterhoeven cc: Joshua Thompson , linux-m68k , Linux Kernel Mailing List Subject: Re: [PATCH 0/4] Mac IOP driver fixes In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 31 May 2020, Geert Uytterhoeven wrote: > Hi Finn, > > On Sun, May 31, 2020 at 1:16 AM Finn Thain wrote: > > > This patch series has several bug fixes for the IOP driver and some > > improvements to the debug level log messages. > > Thanks for your series! > Thanks for your review and for your diligence in the performance of all of your duties as maintainer. > > Geert, please consider pushing these fixes for v5.8, if not the whole > > series. > > I'm afraid it's a bit too late for that, as I expect the v5.8 merge > window to open tonight. Well, it's not that important. > Unless the fix is for a regression in v5.7. AFAICT these bugs are as old as the original driver. But I don't think that disqualifies them from backporting, which I plan to do that once they hit mainline. > BTW, how does the issue being fixed manifest itself? That's not clear to > me from the patch description. > The bugs in the iop driver were found by inspection, in the course of debugging adb-iop driver failures that Stan encountered. It's possible that the adb-iop driver is not badly affected by these bugs (I don't know). It's possible that the iop driver bugs are among the reasons why the swim_iop driver was never stabilized. That driver was removed in b21a323710e7 ("[PATCH] remove the broken BLK_DEV_SWIM_IOP driver").