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 C9EFFC433EF for ; Thu, 10 Mar 2022 22:50:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244272AbiCJWvO (ORCPT ); Thu, 10 Mar 2022 17:51:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235842AbiCJWvN (ORCPT ); Thu, 10 Mar 2022 17:51:13 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22543E3C45 for ; Thu, 10 Mar 2022 14:50:12 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 9BE5D61BC2 for ; Thu, 10 Mar 2022 22:50:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E2732C340E9; Thu, 10 Mar 2022 22:50:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646952611; bh=64+RIaiiX/ZM5tzR+jtzAYSJtZddQdNhzXsDLqacsug=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=chD+d+gLbC56NvO3AQKoDwaDvBJrFp5jmuGxJubo/Bm9mSgwumTZ1A1pUQa8Nbon6 gtmqLN0oKXgPdMMJc/x7S1PaepL/2cZu0MRvR/ebUrkGjvueavuEtHg6jC+ShL4nhJ xCTZN7lRddmUjDXjNnInrTLcNwhWPqapyvv2CI1BDpcBsrDmj9djD/vHYmRKfGVePu CMI24b2v7PIF/9kEmDQJqmDRwu1GTi6aI+29Wv+SkrjjX3qH8/wuvTvmvlM3gv/KO4 sFTssjzZG43MlyyKi3rmzFlcj/EYITnEFK3rAjLDCdr3c/2kGCl/Vww+1BC+CnF+si icjmxU4Qi7VDg== 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 B7042E8DD5B; Thu, 10 Mar 2022 22:50:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] sctp: fix kernel-infoleak for SCTP sockets From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164695261074.1555.3159642827265058252.git-patchwork-notify@kernel.org> Date: Thu, 10 Mar 2022 22:50:10 +0000 References: <20220310001145.297371-1-eric.dumazet@gmail.com> In-Reply-To: <20220310001145.297371-1-eric.dumazet@gmail.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, edumazet@google.com, syzkaller@googlegroups.com, lucien.xin@gmail.com, vyasevich@gmail.com, nhorman@tuxdriver.com, marcelo.leitner@gmail.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Wed, 9 Mar 2022 16:11:45 -0800 you wrote: > From: Eric Dumazet > > syzbot reported a kernel infoleak [1] of 4 bytes. > > After analysis, it turned out r->idiag_expires is not initialized > if inet_sctp_diag_fill() calls inet_diag_msg_common_fill() > > [...] Here is the summary with links: - [net] sctp: fix kernel-infoleak for SCTP sockets https://git.kernel.org/netdev/net/c/633593a80898 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html