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 B15A7C001DE for ; Mon, 7 Aug 2023 17:23:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232242AbjHGRXH (ORCPT ); Mon, 7 Aug 2023 13:23:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232258AbjHGRWv (ORCPT ); Mon, 7 Aug 2023 13:22:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE03C19AB; Mon, 7 Aug 2023 10:22:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id ECE9C62038; Mon, 7 Aug 2023 17:22:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6A9BC433C8; Mon, 7 Aug 2023 17:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691428937; bh=Btos6yEe/pTyrhgNSa9UQH62RHapqhrdMCY/H1ZIIUw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nb8VGOo1PMsc4g0x+peqbaUowavB9SZT+KJAn6EZYprxEAVjjjIGOhlCPhxlVGJZD m71ht22A38Zpohb3HnKzamiFKfYd/us+Ra8OHo7pSvj9B7ZpRXTsuwpMYsbEH2jIne jXdFKZwyaMr0QuiP0YfGCY+lRyHVy4VMsrtM1QqLBAMVMqqkFEqiTm52rG54vYdUra D56s0L+xh6cLY48aVEEeehrMWplwQmbq1RQvaLrJm1I+1AK5IZcVIM7w6wBKrND6Am JVPLMdpu1Db7IKiW0HgBu9ehielZxrocv5XBfbYaumlal/sDXWSkGs9933/AHHuElq tb2OBuRmIK1vQ== Date: Mon, 7 Aug 2023 10:22:15 -0700 From: Jakub Kicinski To: Xinyu Liu Cc: marcel@holtmann.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, baijiaju1990@gmail.com, sy2239101@buaa.edu.cn, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [BUG]Bluetooth: possible semantic bug when the status field of the HCI_Connection_Complete packet set to non-zero Message-ID: <20230807102215.75d3322d@kernel.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 5 Aug 2023 12:35:25 +0800 Xinyu Liu wrote: > Our fuzzing tool finds a possible semantic bug in the Bluetooth system > in Linux 6.2 Sorry this is independent from your report. Why are you fuzzing 6.2? It's end of life. Even 6.3 is at this point. Please use latest kernels in your testing.