From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9F3E213AE9; Wed, 4 Oct 2023 15:40:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B18FC433C7; Wed, 4 Oct 2023 15:40:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696434012; bh=W9nN7QRuZVUT7tpRXvZ9PJAQeaIUegBNlFb+DkivbT8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lGAY65533YzFiIQlo1Kaur5TW8121s9xQ+sEAsBEhsDF5rfuL6VUBmtOeQn46xzap IZOB4FAtvmIxfaRNsGxczGeF38nUCCKdMFGJIoj5nBUf2Dzov8ceRkKr1IPKawnWqP eKe05FXP6uEZhY+XJVXSwdWyRdNRCc35HmXyye8PgJspR8hlkW1yFgLgSejD4O3fhN 3OV0wQQRSId34PQCvU9jvXWdzFMRKP5Br/AAZz2MyPgMiCQ2z6ricnZp52BM5nHQAU 0GSKvUseb7yDzUEa4sbCXOQ4RdcV/2p5dFcf11PjLEAC3jfUyS1bXceUmLjPy5dj1Z BDBfjBnrA/9GQ== Date: Wed, 4 Oct 2023 08:40:11 -0700 From: Jakub Kicinski To: Anjali Kulkarni Cc: kernel test robot , , , , "David S. Miller" , "Liam R. Howlett" , Subject: Re: [linus:master] [connector/cn_proc] 2aa1f7a1f4: BUG:kernel_NULL_pointer_dereference,address Message-ID: <20231004084011.7aeef442@kernel.org> In-Reply-To: <202309201456.84c19e27-oliver.sang@intel.com> References: <202309201456.84c19e27-oliver.sang@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 20 Sep 2023 14:51:32 +0800 kernel test robot wrote: > kernel test robot noticed "BUG:kernel_NULL_pointer_dereference,address" on: > > commit: 2aa1f7a1f47ce8dac7593af605aaa859b3cf3bb1 ("connector/cn_proc: Add filtering to fix some bugs") > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master Anjali, have you had the chance to look into this?