Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1064889ybl; Wed, 14 Aug 2019 10:08:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqwyB0vUIfVXENnATTodtSO5qD7YcUSajAFtuV6WtKBqXwR6spkKAZYQtOnIgT1uTmW4R7k7 X-Received: by 2002:a17:902:ba96:: with SMTP id k22mr461463pls.44.1565802515249; Wed, 14 Aug 2019 10:08:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565802515; cv=none; d=google.com; s=arc-20160816; b=uF5EtK/g3WCwqETzB6VBeuMnsO+1F6ctu2T6N9EG1JNkOmR0UtTaxzI07fKymo6g4r jzQ6gNx1PK7DdhTj/fJU1oYnljgDFUFfBL2iJmgyb4XY1wWvrtum3xy6iRyMi3VAENuA LErJRZT270C/COl2dR7Lx3HZu9T+KQuqLhfMj/fgX4ZkXL99yxHEJAdBtuxadWwzD4bH UF7/cfSl3RCeLIrKl9CLfaQkblqNxNKCVcWE3bvFiGbNBaPdXQwb/fvUnvVTCVIVXQa3 zhy6jQo/4EudKqRy3X0nx80NB+5TAZlsiPHOOOIGMLNhoJ/K4Egf8xQ8CGRI2Y0GpB3S hQoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=L2RyN+eGshFeZxhmMLjiQhvANq8c/3seEs7b31C6h1k=; b=FlnfBvfgJvUXW2YWd0XyBiBlw9Y0xbWh6EKYrzoQB5bljPC5XpLx6vnGooVLlxZRMe xE/JztJckCIvegjXH2Wg0+LscCJsnhuZDjSwfrEBhPn7KnGdfWhcQ6jQ25hEvZPiiZSE 84owRMi55FpV1BUQdZFLCTgvdUlCrHf1AFx8hXa/e5XSmmUZQ51BLnAFtj9d3X/J3LMs 95HaMjwod8yoexsdx65P12zA2LEfTEweJyNClhAj5CgPH5R3QS89kIqMslX1CYGVs58U fB72i6ge9DQfJCLrE2HKpQICIl/k7ctgk60PykLBNtuL+mk1PdZ+2u70GY8h3qGBQNUG taZw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=E2aGO25Q; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o1si254065plb.142.2019.08.14.10.08.19; Wed, 14 Aug 2019 10:08:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=E2aGO25Q; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729774AbfHNRHB (ORCPT + 99 others); Wed, 14 Aug 2019 13:07:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:56266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729770AbfHNRG5 (ORCPT ); Wed, 14 Aug 2019 13:06:57 -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 2761C21721; Wed, 14 Aug 2019 17:06:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565802416; bh=xByPWCFcCsM1NvHP+UNJgVtTBd1E+xvXYSMwLm9pjNo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E2aGO25QnSXZhq/4yJAfiXto4Wy4/wbSRD7OaYZLNDKgBLwPlrTIbMAzsSkhSb4Zw ggSuOPEVapmJerX1Vmheh6sQsjD/mFWBsjv7la7L4DlM4guRkHW2LUMWes/WBM4VS7 SQV2TEmYVH2HldV4l6n0abycYMhNCDrFyCVUidgQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Julian Wiedmann , Jens Remus , Heiko Carstens , Sasha Levin Subject: [PATCH 5.2 091/144] s390/qdio: add sanity checks to the fast-requeue path Date: Wed, 14 Aug 2019 19:00:47 +0200 Message-Id: <20190814165803.680977622@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190814165759.466811854@linuxfoundation.org> References: <20190814165759.466811854@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit a6ec414a4dd529eeac5c3ea51c661daba3397108 ] If the device driver were to send out a full queue's worth of SBALs, current code would end up discovering the last of those SBALs as PRIMED and erroneously skip the SIGA-w. This immediately stalls the queue. Add a check to not attempt fast-requeue in this case. While at it also make sure that the state of the previous SBAL was successfully extracted before inspecting it. Signed-off-by: Julian Wiedmann Reviewed-by: Jens Remus Signed-off-by: Heiko Carstens Signed-off-by: Sasha Levin --- drivers/s390/cio/qdio_main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/s390/cio/qdio_main.c b/drivers/s390/cio/qdio_main.c index 730c4e68094ba..7f5adf02f0959 100644 --- a/drivers/s390/cio/qdio_main.c +++ b/drivers/s390/cio/qdio_main.c @@ -1558,13 +1558,13 @@ static int handle_outbound(struct qdio_q *q, unsigned int callflags, rc = qdio_kick_outbound_q(q, phys_aob); } else if (need_siga_sync(q)) { rc = qdio_siga_sync_q(q); + } else if (count < QDIO_MAX_BUFFERS_PER_Q && + get_buf_state(q, prev_buf(bufnr), &state, 0) > 0 && + state == SLSB_CU_OUTPUT_PRIMED) { + /* The previous buffer is not processed yet, tack on. */ + qperf_inc(q, fast_requeue); } else { - /* try to fast requeue buffers */ - get_buf_state(q, prev_buf(bufnr), &state, 0); - if (state != SLSB_CU_OUTPUT_PRIMED) - rc = qdio_kick_outbound_q(q, 0); - else - qperf_inc(q, fast_requeue); + rc = qdio_kick_outbound_q(q, 0); } /* in case of SIGA errors we must process the error immediately */ -- 2.20.1