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 D63AD246766 for ; Thu, 16 Apr 2026 17:10:47 +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=1776359447; cv=none; b=k4eYFb5uQ3A2jePHihxZ2GNXMBMfrieE2dXLkzskF6on2QwUib8tCa+WPn/+OvRAMRl+vEpvz+Q8sA/OrrD8jrQmsshYYP9aKjtsY+cMLTMg2wR0U47gaixklTFpaVTWSL/b9ZbuXEk44hEmYJJpKcKrDZ+AEViVWC3F2oxsUTw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776359447; c=relaxed/simple; bh=wk6CYLT9eq8gr3G+eIZXK4Z215gbB54QboYYP0yZNKQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=P4J36D4EgSEIJitPARh1Vh/tTkUFYh1yx5OJ2WiJSQ8Qk1v+brwUC/C52R/hV1Gt/KktJBVhHlHTTriC4iyRN00DeVEYIH5ed5ndCOihiIDPzkFSBmnauoaELawlUscQm2b6TJZkx7aKu3V6zLnzkw90NS92whfu0WA0MTyqQ60= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iInMvlMy; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iInMvlMy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2FAB4C2BCB4; Thu, 16 Apr 2026 17:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776359447; bh=wk6CYLT9eq8gr3G+eIZXK4Z215gbB54QboYYP0yZNKQ=; h=Date:From:To:Cc:Subject:From; b=iInMvlMypBwKu8HGhVkhomaBrOsq1mgs/1aL9e67MyDwYLwG3AeRPMC51DYLod3Xb drt/wE0ZX1+CGvBSkdyZSB36zUoSKUHokYceeoBoLK/wfGrJE4j1ta5zB3/jkB6JZN Ck9rG5v68Uja9th7Oe+0R61e7kunuO40RVHl3Wm04Own77j8EzCjQKkTJUQtbpV5hi ib8XYntEybCTtnHHK70OzJ0Rd/N7b3d09RD0axhNfzedufHUzmRMPmXdHYMusQ9ZFm HS1SwwpDl5AfG8d7EVYRch4bZrALlr8fEUs+JD3r/l1mmaJ4k7gdBLZOu0X4tTcXDU FAaKOH1CiZwCA== Date: Thu, 16 Apr 2026 10:10:41 -0700 From: Jakub Kicinski To: Michael Thalmeier , Raymond Hackley , Michael Walle , Bongsu Jeon , Krzysztof Kozlowski , Mark Greer Cc: netdev@vger.kernel.org Subject: Path forward for NFC in the kernel Message-ID: <20260416101041.4c533306@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-Transfer-Encoding: 7bit Hi folks! We are struggling to keep up with the number of security reports and AI generated patches in the kernel. NFC is infamous for being a huge CVE magnet. We need someone to step up as a maintainer, create an NFC tree and handle all the incoming submissions. Send us (or Linus if you prefer) periodic PRs, like WiFi, Bluetooth etc. do. If that does not happen I'm afraid we'll have to move the NFC code out of the tree, put it up on GH or some such, and let it accumulate CVEs there.. I'm planning to send a PR to Linus to shed the unmaintained code early next week. We need to have a maintainer established by then.