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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE125C433EF for ; Wed, 3 Nov 2021 17:59:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C943460F90 for ; Wed, 3 Nov 2021 17:59:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229621AbhKCSCF (ORCPT ); Wed, 3 Nov 2021 14:02:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:58864 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229558AbhKCSCE (ORCPT ); Wed, 3 Nov 2021 14:02:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C1F9960EDF; Wed, 3 Nov 2021 17:59:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635962368; bh=wSPv/KPHqTG4DTYCHSbxtNfK7yLnRw5I48paglxvGXk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wybcj3pBTSXIRVNBlyOkCZ/m0xi1O+vML3IutxfblkcTwLp9Q3FTIO/CxjiKgxdMh LjnwDl09n1aVY7l4yKGPvNVqd5HbChqEj4hYKfPv1HeNKu15vInw25o8xveraY0ngr GgkeuJ1U9ClH3t7JHASeyYwANLFHbTacb7d5H9yw= Date: Wed, 3 Nov 2021 18:59:25 +0100 From: "gregkh@linuxfoundation.org" To: "Marciniszyn, Mike" Cc: "Dalessandro, Dennis" , "ivansprundel@ioactive.com" , "jgg@nvidia.com" , "stable@vger.kernel.org" Subject: Re: FAILED: patch "[PATCH] IB/qib: Protect from buffer overflow in struct" failed to apply to 4.14-stable tree Message-ID: References: <163559866445226@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Nov 03, 2021 at 03:25:39PM +0000, Marciniszyn, Mike wrote: > > From: gregkh@linuxfoundation.org > > Sent: Saturday, October 30, 2021 8:58 AM > > To: Marciniszyn, Mike ; > > Dalessandro, Dennis ; > > ivansprundel@ioactive.com; jgg@nvidia.com > > Cc: stable@vger.kernel.org > > Subject: FAILED: patch "[PATCH] IB/qib: Protect from buffer overflow in > > struct" failed to apply to 4.14-stable tree > > > > > > The patch below does not apply to the 4.14-stable tree. > > If someone wants it applied there, or to any other stable or longterm tree, > > then please email the backport, including the original git commit id to > > . > > > > thanks, > > > > greg k-h > > > > This patch requires a backport of upstream commit: > > 829ca44ecf60 ("IB/qib: Use struct_size() helper") > > That commit needs to me modified to include linux/overflow.h. > > The overflow patch then picks clean after that modified patch is present. > > How do you want to see that expressed in patches? Can you please send a patch series for this that I can apply? thanks, greg k-h