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=-5.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 29BEAC433DB for ; Wed, 27 Jan 2021 07:54:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D67FC2074B for ; Wed, 27 Jan 2021 07:54:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231697AbhA0Hy1 (ORCPT ); Wed, 27 Jan 2021 02:54:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:51892 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234193AbhA0HrE (ORCPT ); Wed, 27 Jan 2021 02:47:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C6B3820724; Wed, 27 Jan 2021 07:46:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611733572; bh=uCaLoTM3lDJhCWPDJk982fmCBCdiw+WrVEej0zl+pco=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JJMRocVtFJbqrKK8yv0QtGVUEZfYT5HEgtc9/4y9xJ8rH1h59MwIVkspzadEgh44f qftvsEOxuBplYUNMhBMXKBjRDk5lvJTGDze4H0I3VHBpADESw5rX8O0Mr9+gIPo6mg q1XOR46gjaPbf2dh1TULBPlDhVbIixo5bW3H9cb8= Date: Wed, 27 Jan 2021 08:46:08 +0100 From: Greg KH To: Lee Duncan Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Hannes Reinecke , stable@vger.kernel.org, Lee Duncan Subject: Re: [PATCH] fnic: fixup patch to resolve stack frame issues Message-ID: References: <20210127012124.22241-1-leeman.duncan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210127012124.22241-1-leeman.duncan@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Tue, Jan 26, 2021 at 05:21:24PM -0800, Lee Duncan wrote: > From: Hannes Reinecke > > Commit 42ec15ceaea7 fixed a gcc issue with unused variables, but > introduced errors since it allocated an array of two u64-s but > then used more than that. Set the arrays to the proper size. > > Fixes: 42ec15ceaea74b5f7a621fc6686cbf69ca66c4cf Please use the documented way to show sha1 commit ids to make it easier to understand: 42ec15ceaea7 ("scsi: fnic: fix invalid stack access") thanks, greg k-h