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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 958ABC433E0 for ; Tue, 23 Jun 2020 00:42:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63FC2206C1 for ; Tue, 23 Jun 2020 00:42:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592872932; bh=lDG/JZDsuAf9acFjC7NDazsOUESIIp2StvHO75x/iNE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=IsSXm1t8leKddo0jbKGllPZcKM6e1uZrX4aBs+u6IL5sDOr8iL8e+U8hIl0QYLaVl amqDk54TuU4FMrnCK5/fuZWUci1LaUwWhXJaVu2ivdAvGDIaG6A/eHj1qFQUIgjsQo OxjqXmUX/tA0JQR7RW55k9NJR6AhN/SJb41X+iGQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731803AbgFWAmL (ORCPT ); Mon, 22 Jun 2020 20:42:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:39750 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731442AbgFWAmJ (ORCPT ); Mon, 22 Jun 2020 20:42:09 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 CC6E3206C1; Tue, 23 Jun 2020 00:42:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592872929; bh=lDG/JZDsuAf9acFjC7NDazsOUESIIp2StvHO75x/iNE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qHBgiHW698HTcR5ESkds1pevRBUZWtgcLB7BaB9MvHuFR9TUu/7Mc7UwbS98pJo04 fb1zuaIyb9QhIuEvdErIDRQ3tEpORUcsvDNu8oQBiQQzCc7v7Q/sVTCN84P/Z1Ija9 /cvVKGzlLkSl6PqhrlYKP8QtV3evkhiwrkXMs1U8= Date: Mon, 22 Jun 2020 20:42:07 -0400 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: efremov@linux.com, saeedm@mellanox.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] net/mlx5: DR, Fix freeing in dr_create_rc_qp()" failed to apply to 5.7-stable tree Message-ID: <20200623004207.GR1931@sasha-vm> References: <1592574342143235@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1592574342143235@kroah.com> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jun 19, 2020 at 03:45:42PM +0200, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 5.7-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 > >------------------ original commit in Linus's tree ------------------ > >>From 47a357de2b6b706af3c9471d5042f9ba8907031e Mon Sep 17 00:00:00 2001 >From: Denis Efremov >Date: Mon, 1 Jun 2020 19:45:26 +0300 >Subject: [PATCH] net/mlx5: DR, Fix freeing in dr_create_rc_qp() > >Variable "in" in dr_create_rc_qp() is allocated with kvzalloc() and >should be freed with kvfree(). > >Fixes: 297cccebdc5a ("net/mlx5: DR, Expose an internal API to issue RDMA operations") >Cc: stable@vger.kernel.org >Signed-off-by: Denis Efremov >Signed-off-by: Saeed Mahameed Conflict due to quite a lot of refactoring around QP. I've fixed it up and queued for 5.7 and 5.4. -- Thanks, Sasha