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 A1497C433EF for ; Wed, 8 Jun 2022 17:14:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229980AbiFHROk (ORCPT ); Wed, 8 Jun 2022 13:14:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231749AbiFHROR (ORCPT ); Wed, 8 Jun 2022 13:14:17 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B0053AD8A8; Wed, 8 Jun 2022 10:00:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D70EBB828FC; Wed, 8 Jun 2022 17:00:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 83DAAC3411F; Wed, 8 Jun 2022 17:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654707614; bh=wHDWDadjXahBcCqOH7i1sGoWyuDatot+S1M8ovKT/Co=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=UmqRHTU30itbqGegfL5vZBn9b1Vx6fvrwB0TaVY+WnQjX6aVRergtaOy3wa9MiIdj MVul8GXKNRshfGnAoXNG3RP5yiIbDj/vZ81+34yXPe6ka4G/TD6ZXxBubO5/IfDd5I TX9UoI86fR6Qmk/ImVrTg4EojC+yE8mOtyFqstnSDdTYmjMpsBJPaWV9p4YWP1tSCX dsnbRsYJvlNXw6PpcgPncJj5QB2hrRpK0U/lRb6gpmE1YZuQ8TPH7dVHJAJvkgr0EU hNQDCbgKgiIOAj6VydTw8OaJseV8AE73QaQOUPwAMaZ/OurJ76ohXzavxLsYDDcTmp CNQiDr7gWnCzQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 69C20E737EF; Wed, 8 Jun 2022 17:00:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/1] Bluetooth: use memset avoid memory leaks From: patchwork-bot+bluetooth@kernel.org Message-Id: <165470761443.24378.11011419118716998242.git-patchwork-notify@kernel.org> Date: Wed, 08 Jun 2022 17:00:14 +0000 References: <20220607153020.29430-1-ruc_zhangxiaohui@163.com> In-Reply-To: <20220607153020.29430-1-ruc_zhangxiaohui@163.com> To: Xiaohui Zhang Cc: marcel@holtmann.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, xiaohuizhang@ruc.edu.cn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Marcel Holtmann : On Tue, 7 Jun 2022 23:30:20 +0800 you wrote: > From: Xiaohui Zhang > > Similar to the handling of l2cap_ecred_connect in commit d3715b2333e9 > ("Bluetooth: use memset avoid memory leaks"), we thought a patch > might be needed here as well. > > Use memset to initialize structs to prevent memory leaks > in l2cap_le_connect > > [...] Here is the summary with links: - [1/1] Bluetooth: use memset avoid memory leaks https://git.kernel.org/bluetooth/bluetooth-next/c/0b537674e072 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html