Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1477219ybl; Sat, 10 Aug 2019 04:27:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqwJVGcuMWtaKLS/h27UAA2PfYZ3XBsGc1HGTHRjaDyfvsohmJx0SRUnAKD9nHFFTAH+oX70 X-Received: by 2002:a17:902:28c9:: with SMTP id f67mr23950984plb.19.1565436447792; Sat, 10 Aug 2019 04:27:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565436447; cv=none; d=google.com; s=arc-20160816; b=HnKMD9SuC5YIgNKLqMQpsKafTlHY92xMupRvmEPeu9Tu4nwYJuQ75ixEp1IimiN/uz ecJ+gKbFEKq+8cY749NFH9zgDKqEsj8lHFb4qzocCVtU45oAwzAvYsJoKpSLTY6/WrhH hrdEWNto5q1zd0Vxk5sImtXelObmpJ11pcrfwRf6Ntxe+JR7/FBGLo6IH5BLEEXxXZZl CSEqXGl2VJIr3L8uq2GQ55L+7g4amM5MFuEW0Zy5YvFeZzqtsLBe42aXw/7RV4fZGCdg z1ig9jubaf2tVCGzyAdqdes6gqVHmJxVjrdqD4Z9XP5iLXHiNUv+biTtaBK8/fvOUFNY Y1uA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=H2Td0o1551WUCQbvrNeYt2/BVzp7SgQDTDTvT4sURU8=; b=W/+6KrLwaHmTbK3EIY3fJE4Io5/b8VqzgFwuUc7/clRFplcaD3qI9qE4LFwWTqlewY 2OONT9AbFefzDkmTsFyrifgYwYRj3GfYgZKmInuG3ss2bXCPGmWCsJc9mVFOL/BEyPHz NRcAPxmRCT2AMzI2f3lAyWOHLIOnt6rvbvGyot16RmbPCAejBTRNbYJIjdsygSurMip2 4B4yg/pwd/It4yPBoQ3uqhqJ6XLXWu3YiBtXg9YSKXoDRdupWTO/0TVUKaz9PgQoLNyt l6ZkstUcWKeAk7Tc+SrTOYDdKycVnsCWMNrUuh4p711aB5kY25qdcHKeB5oe0jCXvOCj V1Cg== ARC-Authentication-Results: i=1; mx.google.com; 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 r12si56452282pgv.574.2019.08.10.04.27.12; Sat, 10 Aug 2019 04:27:27 -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; 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 S1726210AbfHJLZr (ORCPT + 99 others); Sat, 10 Aug 2019 07:25:47 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:33789 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725862AbfHJLZq (ORCPT ); Sat, 10 Aug 2019 07:25:46 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 7C695802C3; Sat, 10 Aug 2019 13:25:32 +0200 (CEST) Date: Sat, 10 Aug 2019 13:25:45 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Edward Srouji , Yishai Hadas , Leon Romanovsky , Saeed Mahameed Subject: Re: [PATCH 4.19 36/45] net/mlx5: Fix modify_cq_in alignment Message-ID: <20190810112544.GA6147@amd> References: <20190808190453.827571908@linuxfoundation.org> <20190808190455.839364156@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20190808190455.839364156@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Edward Srouji >=20 > [ Upstream commit 7a32f2962c56d9d8a836b4469855caeee8766bd4 ] >=20 > Fix modify_cq_in alignment to match the device specification. > After this fix the 'cq_umem_valid' field will be in the right > offset. Is it neccessary for v4.19 stable? The cq_umem_valid field is not there, and it is not needed by subsequent patch. Best regards, Pavel =09 > +++ b/include/linux/mlx5/mlx5_ifc.h > @@ -5623,7 +5623,12 @@ struct mlx5_ifc_modify_cq_in_bits { > =20 > struct mlx5_ifc_cqc_bits cq_context; > =20 > - u8 reserved_at_280[0x600]; > + u8 reserved_at_280[0x60]; > + > + u8 cq_umem_valid[0x1]; > + u8 reserved_at_2e1[0x1f]; > + > + u8 reserved_at_300[0x580]; > =20 > u8 pas[0][0x40]; > }; >=20 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --envbJBWh7q8WU6mo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl1OqbgACgkQMOfwapXb+vLy0wCeLxyJ7eeEmIAkBJa5q3u9G/Hn 2SsAn0FZbFreG9UHq197gj7ScH49fLPF =fmXv -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo--