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 8A6632FE056 for ; Sat, 4 Apr 2026 06:18:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775283505; cv=none; b=lZ8ESS0JueRrCO6Mos+p4KJ2XXOH8bDrFNXEyi0k1wqGJraLjng6caAozURnA4IV28av7LmD9Fhw2GziXXl30sfmj0D1DHiSpIf+zE6PTFD7Fm7VGSdLEo6Een52kjObWWCdE6XuHHi6OR0sT2GOr8tndKg4izy8LfS/VXIJtMU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775283505; c=relaxed/simple; bh=oz1NsWKFN908kdETYVcdeNmEkUFKiu4Wtoc8BzmgJbY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MXsfAgGFRqnSkM79p9pLoNlLQj8DsGotcZyGViENIX+ozCOprOnNV8slK8pt7oInTSU/3eS74Aasts24mGvZjnFnvvo1zi5PGGsT5eDldeXN4L8DWRO7tD3fN8Wp19L6yxlUmkoPNlpEXZmHoafmoF8/iXoqnuFnEOopntRn+Q4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oLQkKPDp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="oLQkKPDp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6808C19423; Sat, 4 Apr 2026 06:18:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775283505; bh=oz1NsWKFN908kdETYVcdeNmEkUFKiu4Wtoc8BzmgJbY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oLQkKPDpImSTuEvvF3B/UNJHkGEeKhdR2YrAh6WMBTUDBKWaUhH+PikH2edLBPwrf gmcwNQ1BpW7kKX/0VYU+JFURyZ98wlx3soigF22atosbfkK3xEz+9IMYxusBT/+/DZ zLuBa1cAv5Am7mR6CWjAFJvRfDynFHpln7+txxF0= Date: Sat, 4 Apr 2026 08:14:12 +0200 From: Greg KH To: Main Frame Cc: Jakub Kicinski , "netdev@vger.kernel.org" , "davem@davemloft.net" , "edumazet@google.com" , "pabeni@redhat.com" , "security@kernel.org" Subject: Re: OOB heap read in =?utf-8?Q?nci=5Fcore?= =?utf-8?Q?=5Finit=5Frsp=5Fpacket=5Fv1=28=29_via_chip-controlled_pointer_a?= =?utf-8?Q?rithmetic_=E2=80=94?= net/nfc/nci/rsp.c Message-ID: <2026040440-unnerve-dork-3a79@gregkh> References: <2026040335-gout-cytoplast-a1c0@gregkh> <20260403163545.6e7c0f53@kernel.org> 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-Disposition: inline In-Reply-To: On Sat, Apr 04, 2026 at 12:24:29AM +0000, Main Frame wrote: > > nfc: nci: fix OOB heap read in nci_core_init_rsp_packet_v1() > For some reason your email client sent this in html format, and it was corrupted and indented and couldn't be applied. Can you take a look at Documentation/process/email-clients.rst for how to fix up your email client to not do this and resend it in the correct format so that it can be applied? Also, one note, the "v2" stuff goes below the --- line as documented. thanks, greg k-h