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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10A54CA0EC7 for ; Mon, 11 Sep 2023 22:09:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357854AbjIKWGe (ORCPT ); Mon, 11 Sep 2023 18:06:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237064AbjIKL4f (ORCPT ); Mon, 11 Sep 2023 07:56:35 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DBC8E4; Mon, 11 Sep 2023 04:56:31 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49C3CC433C7; Mon, 11 Sep 2023 11:56:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694433390; bh=YzkZ2ubxHjx0CPAflDaTyDFWVsfjQjp/bIqIBv5Cya8=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=eqP8cpn0gfAZye+pJsJ4G/dZZAQlrgrdnCduxaEGg0Cxu5A1ieb4jpMIJOonmJG6z BVsa8W5oxLvHzFmtWIcSzUX7DcmmeA7noNfwu6wzR3b2lxLw6YePQlviXRRLtY90NB e3+/EBBlPP4BjSqVKrqhFZgRyFfdF+9jW4d3I2C56TABDM6Ul4WmIQKcbvnWrLKb2c VH+mT7LCeOZUc1sku4t8XQzZkcpGTrNdsyeF1bSLIj/l1zeIWBFGphdVymAmLpxv9H 32A/IhKikZHwzErvJFtS5nktP2vyF6JUedN5f7XoEw+D/3tTMkvaV57vma/MVc9i59 X7hWzy2rM63IA== From: Leon Romanovsky To: Krzysztof Kozlowski , Artem Chernyshev Cc: Potnuri Bharat Teja , Jason Gunthorpe , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org In-Reply-To: <20230905124048.284165-1-artem.chernyshev@red-soft.ru> References: <20230905124048.284165-1-artem.chernyshev@red-soft.ru> Subject: Re: [PATCH v2] infiniband: cxgb4: cm: Check skb value Message-Id: <169443338748.215131.8527925117659294333.b4-ty@kernel.org> Date: Mon, 11 Sep 2023 14:56:27 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12-dev-a055d Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Tue, 05 Sep 2023 15:40:48 +0300, Artem Chernyshev wrote: > get_skb() can't allocate skb in case of OOM. > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > Applied, thanks! [1/1] infiniband: cxgb4: cm: Check skb value https://git.kernel.org/rdma/rdma/c/8fb8a82086f5bd Best regards, -- Leon Romanovsky