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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 A9E15C32750 for ; Tue, 13 Aug 2019 10:01:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80D9220665 for ; Tue, 13 Aug 2019 10:01:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565690509; bh=LjLLfJvuHbYFq+3AfjI5u+pE3eh+1T/xNr8JNcS1wwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tSkyHkChm5FDhEMDd586Dgzl+qNm6jMoth543Ax2FszwRzjDtQ8+ELjjaXE7qYJaK ND3vvtLEDt9gru6OhPle7qLqfh6j7C+fIGmon9a5Vc/esiPq0QJuVp4iLiegAVWIZx hD1N5AAhDDeZAdeRS/RA7pKgh9Wf0M8RytPi0wH0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728760AbfHMKBs (ORCPT ); Tue, 13 Aug 2019 06:01:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:50086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728318AbfHMKBs (ORCPT ); Tue, 13 Aug 2019 06:01:48 -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 9AE6420663; Tue, 13 Aug 2019 10:01:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565690507; bh=LjLLfJvuHbYFq+3AfjI5u+pE3eh+1T/xNr8JNcS1wwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fki4XlS+UixZpTQ06877Ms7xM+tkV4R4jID2hM2EsOfxojdI15TNBS0gj6l4CfxYD JP6lSEPhT/IxFF/B6cW7h3hjOnoEsH36wS85DQ+Izya19MTAcWiJ70ythLf7zUPmaz vWIB+200qPm0Qq4TXkLYVoCKp+NaM0kgZ48l6jH8= Date: Tue, 13 Aug 2019 12:01:44 +0200 From: Greg KH To: Alessio Balsini Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@android.com, Jason Gunthorpe , Leon Romanovsky , "hange-folder>?" Subject: Re: [PATCH 4.9.y 4.14.y] IB/mlx5: Fix leaking stack memory to userspace Message-ID: <20190813100144.GB16112@kroah.com> References: <20190812105136.151840-1-balsini@android.com> <20190812105503.153253-1-balsini@android.com> <20190812142316.GA12869@kroah.com> <20190812160714.GA246269@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190812160714.GA246269@google.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 13, 2019 at 10:27:28AM +0100, Alessio Balsini wrote: > Oops, you are totally right, I was still looking at the latest > mlx5_ib_create_qp_resp struct while backporting these patches :) > > Sorry for that, Not a problem, it's good to have a second pair of eyes on these things :) greg k-h