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 1BA1F276049; Thu, 16 Apr 2026 16:58:46 +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=1776358727; cv=none; b=B8L9njTVGBM4tu9Ikj4CL2r45AaJN6qAxrmo+xS0Y5RgHmKqEIVDoWtEQuTlN/2OS9Tia4nT9JZ/8vTDJegR9yn470WNtRGcbRa1cFIQ9ppbmDYrs6C4dHWuq1TUPtyvXZquSRpPDYYRzdoe2Ih2PCm6G4cfzl0cwzRAqNilaAM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776358727; c=relaxed/simple; bh=5UTE5Zfchr5aKLFBqrb6zXmfHVkoF5Y2ojYgnnVHrWM=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ZZtPjk+buqRQMjI8ItbU0J2NWrCuGbBAFbND7s1BwuvTdPx9aLhR7pMIm/27dikZSvedfUwFGPrzEdo/fOH9uNJhLMP82mYFXAV4RUonXRNuvYe66jp2GKf076Z12jSGNioymtWnafbr60w2DJ9MLEgZur8p6meJoasee0IpD/M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=vAR8HE+m; 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="vAR8HE+m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D51C1C2BCAF; Thu, 16 Apr 2026 16:58:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776358726; bh=5UTE5Zfchr5aKLFBqrb6zXmfHVkoF5Y2ojYgnnVHrWM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=vAR8HE+mtAkJx79kw/58zn5xcXgJTPkrl+L7CAdjjeebUdinIrp/KYQxQWb0rk0Y+ UcWJ8GgR+c17sO5alWCdR68VQRxGu1O0ufT7rC1GDXt7gX/jzLqJKCDxZ+BOUUHjGz fVkcon7hTnPXQd6mkvOfW0W42bwuxR0QwFQhBA1JWYDoIOsVq78XwLzd8wYl38FLBW jSbX2CJ7R4MiDksjT/Oj0p/OpP7osyh3zde8ag+KF7+icbA7jI44OAIJbtIwwDR2TV GNr0S2316bSbwoqKDt4EJG+Wap8Yh2g5XeXwg26pXMwF1eekHqWQEePTRLzwTuIAK+ 1a0dArdM1KI5w== Date: Thu, 16 Apr 2026 09:58:44 -0700 From: Jakub Kicinski To: linux-hams@vger.kernel.org Cc: Chris Maness , hugh@blemings.id.au, Greg KH , Kuniyuki Iwashima , davem@davemloft.net, edumazet@google.com, horms@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com, stable@kernel.org, workflows@vger.kernel.org, yizhe@darknavy.com, f6bvp , Jean-Paul Roubelat , Joerg Reuter , Andreas Koensgen , Thomas Sailer Subject: Re: [PATCH net] netrom: do some basic forms of validation on incoming frames Message-ID: <20260416095844.12f628fa@kernel.org> In-Reply-To: References: <20260410145448.38253e3c@kernel.org> <20260410221220.1708137-1-kuniyu@google.com> <4f5810a7-c792-4d6b-9f7c-6c6b289def19@blemings.org> <2026041135-shindig-trekker-5d06@gregkh> <2026041124-hyphen-circulate-34ae@gregkh> <3cd91fbc-d3a9-431e-b915-58e851c7df9f@blemings.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 On Sun, 12 Apr 2026 05:56:50 -0700 Chris Maness wrote: > Thanks for your work, Hugh. Hi good folks of hamradio. There was a blip of activity after this thread started but now core networking maintainers are back to reviewing all the fixes themselves again. We would like y'all to set up a git tree so that you can handle all the incoming AI patches, and send them out as a pull request. This is how wifi, bluetooth etc. operate. You already have a mailing list so that's good. We do not have the capacity to review all the AI generated fixes, and ignoring security fixes does not feel like an option. I'm planning to send a PR early next week, shedding some low usage / high CVE count code I hope you can have the tree in place by then.