Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp408336pxy; Wed, 21 Apr 2021 06:05:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwCkLh2ZfC3gvSpDzntjgRrBsZAHwklRqgPIthjxfjEvzrjmwXKiw1gJyqa0mK/YCY+lyWu X-Received: by 2002:aa7:d2d6:: with SMTP id k22mr35826216edr.9.1619010306714; Wed, 21 Apr 2021 06:05:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619010306; cv=none; d=google.com; s=arc-20160816; b=e3pztsZCu/pwipZbKr/2EOXpAUG58rQOPm9JqX/6y7FfDZeAxOIkxvc96TfAwtU3fd I5K8OcsFrGlfxnCEWkjJ/f6ppcGKow6DQHRZfxynzvbdQdOMkXkRbjqUTcb8/WtMI6fs fc9g8L4Zih0CxbxRVbPmyk+iM3zC//GXvPIyoWle8XI9QFWKTH6mjhdc9dbU17AJyJrD SJ2pjv8pPwWBheDM30eMHH8cXDo3JiDxAy3bSK/xnLsW8pQiyvtQYhdNa8lTEXzRzgyQ jXqwTq2sS/aCKmWrkoeEQbkjxdlQ7AZPnCbMUKvj69MclY5QBoBFYG/f8CpjKDEDB3TJ Q8wQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=UobzOSZgZiVhZCc5eUoA4rxYB4qnddViIoa3CXQtEN4=; b=qX9y7/ILCLuvqqZZ+GQinK8ucrb6Hw2uy3nDh3qg2oavXknxrJ9ycb8bgs1KFeqonJ S5S+GZ3jQpBJEop+dUlawflFAVS34O4scXmoe/nuqyYOtIpxxzPU98qQFdrhzlLK6dDk BCZNS1US/OEH9a/4zLivPIWTp4vZybBW2xomaEZ3Vsf1adbuyaLXxYyQ2NNieKuNlYmi rBf4ANmfEIM1opHpIwn6QDvccgQW72X8Q2KVruC5GsNANZv3tcZz7fpT6C76BQ2SNib+ bGKgR6/zhVB3UHH0qgajLRpVO3zlGKIwmsOxKNjYQLDBz3Ck7emcRM9h+A4DOMfaFXOU 6pxw== 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 el22si1749054ejc.48.2021.04.21.06.04.43; Wed, 21 Apr 2021 06:05:06 -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 S239814AbhDUM3T (ORCPT + 99 others); Wed, 21 Apr 2021 08:29:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239808AbhDUM3R (ORCPT ); Wed, 21 Apr 2021 08:29:17 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::4]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id ED080C06174A; Wed, 21 Apr 2021 05:28:43 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id F02F792009C; Wed, 21 Apr 2021 14:28:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id E940492009B; Wed, 21 Apr 2021 14:28:41 +0200 (CEST) Date: Wed, 21 Apr 2021 14:28:41 +0200 (CEST) From: "Maciej W. Rozycki" To: David Laight cc: Joe Perches , Khalid Aziz , "James E.J. Bottomley" , "Martin K. Petersen" , Christoph Hellwig , "linux-scsi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Subject: RE: [PATCH v2 1/5] scsi: BusLogic: Fix missing `pr_cont' use In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 21 Apr 2021, David Laight wrote: > > Update BusLogic driver's messaging system to use `pr_cont' for > > continuation lines, bringing messy output: > > If reasonably possible it is best to avoid use of pr_cont(). I know, however for that the whole driver's messaging system would have to be redesigned. Joe (cc-ed) has offered to do it with the original iteration, however I believe consensus has been it will best be done as a separate follow-up change, while this small fix can be easily backported. > If there are concurrent writes from multiple cpu I believe > the writes still get separated. > (Something has to give...) NB this driver may not see a lot of SMP use as I reckon it's had some portability issues, and in any case the hardware requires port I/O which precludes its use with some of the most recent PCIe systems which do not support PCI I/O cycles anymore. And older systems were often UP. Not that the driver should not be kept in a clean style of course. Maciej