Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp593826ybz; Wed, 15 Apr 2020 14:45:50 -0700 (PDT) X-Google-Smtp-Source: APiQypLzTwU+WO5vHWxzGuzU8ekeQH2/Qp5Jf4LRboMdOjH+PQwJsWP3VvjPchKn9XrSy0X7vGvs X-Received: by 2002:a50:e007:: with SMTP id e7mr26995527edl.361.1586987150739; Wed, 15 Apr 2020 14:45:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586987150; cv=none; d=google.com; s=arc-20160816; b=LbwhzJt3yhjVFpKQoCmPD2PkHzXgRoqcP8pa3pdK9vflGvNcVO7c6j82u6Xwy0EOxD YHeZiMFQ0zPV4/fmlUJdsEiNo5hkquTPDpYqskJumiuXe5RGneqMV7pM9Km4p57rai+s w/xuHs3JW1fSly46ra3h2SUvXsDILOHPhsh2ebHSF8yCkgbo+09pRbJvsRgXgTPAaubA 9X+70C0DzovSSrx8oaYBuXVGIWqL27r+Ngpte+bnr1kMzrsnDh7PepVz/Au10regk+lH 44VVgDVqMHi5XvOvh0N6RWFWQ0nL3k74BdvY8e4YzzdBbNI50mFkF92bE1zMCP08naMR g7Eg== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=WzDrdJPlP5gtwL/eH1WOURkzlEC7MmtUuMzywL9dPC4=; b=fj81Fxz1ADqWMG5WGizcXPYjzyPTTM18/Qo/l39PzMtBtqfR8TTD6zDiNkbabX7Nwv FY9zyvtlFzfuYzLjSHDUwGO7vDB9I67Me/g6J/6OpAyRvmVUPV/AH+g0cP2+woIA7QCz 3zOpFPEXUn+alFI1WTr7R6NG5bic+slyJ4j5fT/WPxtL/hvy7qWW3X1McH6sKHO41TXP sBBpV1HAhg1FPNCEJE9IscN1DD+ZowLt5cBNMKvq2GacLO4GBYFzkWLfIZpvF5Q3J2uO jGAIMqo4qi/iiQisprq0d5rxIhUmFcEoBt0+Z8oja97mxEaWpsXmskrOSMVt6DH5UMjR 7LrA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s30si3744779edc.331.2020.04.15.14.45.27; Wed, 15 Apr 2020 14:45:50 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391459AbgDNQYq (ORCPT + 99 others); Tue, 14 Apr 2020 12:24:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S2391445AbgDNQYa (ORCPT ); Tue, 14 Apr 2020 12:24:30 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37DB4C061A0C for ; Tue, 14 Apr 2020 09:24:30 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 99A302A1ADC Subject: Re: [PATCH v2 1/2] platform/chrome: cros_ec_ishtp: skip old cros_ec responses To: Mathew King , linux-kernel@vger.kernel.org Cc: Jett Rink , Benson Leung , Guenter Roeck , Rushikesh S Kadam References: <20200410162305.76638-1-mathewk@chromium.org> From: Enric Balletbo i Serra Message-ID: Date: Tue, 14 Apr 2020 18:24:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200410162305.76638-1-mathewk@chromium.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jett and Mathew, Thank you for the patch On 10/4/20 18:23, Mathew King wrote: > From: Jett Rink > > The ISHTP layer can give us old responses that we already gave up on. We > do not want to interpret these old responses as the current response we > are waiting for. > > The cros_ish should only have one request in flight at a time. We send > the request and wait for the response from the ISH. If the ISH is too > slow to respond we give up on that request and we can send a new > request. The ISH may still send the response to the request that timed > out and without this we treat the old response as the response to the > current command. This is a condition that should not normally happen but > it has been observed with a bad ISH image. So add a token to the request > header which is copied into the response header when the ISH processes > the message to ensure that response is for the current request. > > Signed-off-by: Jett Rink > Signed-off-by: Mathew King Queued for 5.8 > --- > v2: - Change from using id to token > - Reword the commit message > --- > drivers/platform/chrome/cros_ec_ishtp.c | 32 ++++++++++++++++++------- > 1 file changed, 23 insertions(+), 9 deletions(-) > > diff --git a/drivers/platform/chrome/cros_ec_ishtp.c b/drivers/platform/chrome/cros_ec_ishtp.c > index 93a71e93a2f1..e673a7f738fc 100644 > --- a/drivers/platform/chrome/cros_ec_ishtp.c > +++ b/drivers/platform/chrome/cros_ec_ishtp.c > @@ -48,7 +48,8 @@ static const guid_t cros_ish_guid = > struct header { > u8 channel; > u8 status; > - u8 reserved[2]; > + u8 token; > + u8 reserved; > } __packed; > > struct cros_ish_out_msg { > @@ -90,6 +91,7 @@ static DECLARE_RWSEM(init_lock); > * data exceeds this value, we log an error. > * @size: Actual size of data received from firmware. > * @error: 0 for success, negative error code for a failure in process_recv(). > + * @token: Expected token for response that we are waiting on. > * @received: Set to true on receiving a valid firmware response to host command > * @wait_queue: Wait queue for host to wait for firmware response. > */ > @@ -98,6 +100,7 @@ struct response_info { > size_t max_size; > size_t size; > int error; > + u8 token; > bool received; > wait_queue_head_t wait_queue; > }; > @@ -162,6 +165,7 @@ static int ish_send(struct ishtp_cl_data *client_data, > u8 *out_msg, size_t out_size, > u8 *in_msg, size_t in_size) > { > + static u8 next_token; > int rv; > struct header *out_hdr = (struct header *)out_msg; > struct ishtp_cl *cros_ish_cl = client_data->cros_ish_cl; > @@ -174,8 +178,11 @@ static int ish_send(struct ishtp_cl_data *client_data, > client_data->response.data = in_msg; > client_data->response.max_size = in_size; > client_data->response.error = 0; > + client_data->response.token = next_token++; > client_data->response.received = false; > > + out_hdr->token = client_data->response.token; > + > rv = ishtp_cl_send(cros_ish_cl, out_msg, out_size); > if (rv) { > dev_err(cl_data_to_dev(client_data), > @@ -249,17 +256,23 @@ static void process_recv(struct ishtp_cl *cros_ish_cl, > > switch (in_msg->hdr.channel) { > case CROS_EC_COMMAND: > - /* Sanity check */ > - if (!client_data->response.data) { > + if (client_data->response.received) { > dev_err(dev, > - "Receiving buffer is null. Should be allocated by calling function\n"); > - client_data->response.error = -EINVAL; > - goto error_wake_up; > + "Previous firmware message not yet processed\n"); > + goto end_error; > } > > - if (client_data->response.received) { > + if (client_data->response.token != in_msg->hdr.token) { > + dev_err_ratelimited(dev, > + "Dropping old response token %d\n", > + in_msg->hdr.token); > + goto end_error; > + } > + > + /* Sanity check */ > + if (!client_data->response.data) { > dev_err(dev, > - "Previous firmware message not yet processed\n"); > + "Receiving buffer is null. Should be allocated by calling function\n"); > client_data->response.error = -EINVAL; > goto error_wake_up; > } > @@ -289,9 +302,10 @@ static void process_recv(struct ishtp_cl *cros_ish_cl, > memcpy(client_data->response.data, > rb_in_proc->buffer.data, data_len); > > +error_wake_up: > /* Set flag before waking up the caller */ > client_data->response.received = true; > -error_wake_up: > + > /* Wake the calling thread */ > wake_up_interruptible(&client_data->response.wait_queue); > >