From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 65539443D for ; Sat, 27 Jan 2024 01:20:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706318407; cv=none; b=Z+Es7Jva26qXacwcviY6y2+ke8vQGzwu5DcdhcEIHWQVCQ+jt6wbcXD+/gFsmrQLSkhk3ZxDLjxfPtEjmEltjpKJ8T7ITU5hSpi13aXnsctsAI3h4kDrI4kaKq3nLrBAvHdzpH7kcr9kwr8diH6SnYhS/LOcgwo+inpz8kYjQvA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706318407; c=relaxed/simple; bh=0ji/mtk22gc4Gz1zjAA9t/PdILLWYwSUFJ/QULRgsnU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JIfH/ljHN1xHE5ugduQ8xIKLNfTIFbyRl5/onY0tu61d0EAr8A4QDrX07xWFYESTD65hvB++Y0tkO1uElSVehE2OO+YfaQlaAJmSLpoPmZTf4pI5BDBXzIgfW/Qq8KNpJ1i80j0e0uBmZT478KWdEdCGs0lpjPlOzxXRn+8mutQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=a7aifvPt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="a7aifvPt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D124CC433F1; Sat, 27 Jan 2024 01:20:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706318406; bh=0ji/mtk22gc4Gz1zjAA9t/PdILLWYwSUFJ/QULRgsnU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a7aifvPt6NmjljwRKKHFFENyQ/ksxaT/NRGCQsjKBL1p0x7+uBygMCtuvchZPduG3 9FsPiQFEUNzfvwPS4ZH2xEkcHbuNEQp+N68raY24n7yLbxqIDljWrXVzOp8O5767PF fyeSQuvAZE1OiTEDpyMsZiPTizi/QyZ2Y+l/6U08= Date: Fri, 26 Jan 2024 17:20:06 -0800 From: Greg KH To: Shiraz Saleem Cc: stable@vger.kernel.org, Mike Marciniszyn Subject: Re: [PATCH 5.15.x] RDMA/irdma: Fix support for 64k pages Message-ID: <2024012656-saloon-obnoxious-081d@gregkh> References: <20240126202144.323-1-shiraz.saleem@intel.com> <20240126202144.323-2-shiraz.saleem@intel.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240126202144.323-2-shiraz.saleem@intel.com> On Fri, Jan 26, 2024 at 02:21:44PM -0600, Shiraz Saleem wrote: > From: Mike Marciniszyn > > [ Upstream commit 03769f72d66edab82484449ed594cb6b00ae0223 ] > All now queued up, thanks greg k-h