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 8B97222619; Wed, 21 Aug 2024 01:49:43 +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=1724204983; cv=none; b=fDzMpk7BrNJPj5OWIiWw3VoR91npcZ6u4Oyi78ZR0ytegB4fAzz2F4kItRQGmw+qfhXi3/UgFn0AoU8wnxZ40KkgpnofplcxFxkCqdHNiVRvay2q/S5pnJO6NNPRwXuE/72Qm1whNXQONp6g36kTXkgO2Gpc9DA//Pzvqa4Sido= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724204983; c=relaxed/simple; bh=QEcP0D5pWqJNvY0cdxNsEMzC1z85w9dK6ebctCCsuV0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=jvvdf4NX8YzdSN+TUPj9g5/TjsL/VkQwdWZWE36GJazKtwQagJfl8xeWswsana1KCO3OyTQab3nBBX6t84dVk1PbkcdMV6kjXTfBW40GCzU6JLn98Wqrwz2aBxaf9JiNSYwVpAnarpcZQABHKUqjhr7OQgJPMLOn8KPq1fqgZ3U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=W2iT7nVX; 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="W2iT7nVX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A08F7C4AF0E; Wed, 21 Aug 2024 01:49:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724204983; bh=QEcP0D5pWqJNvY0cdxNsEMzC1z85w9dK6ebctCCsuV0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=W2iT7nVXCenGsX9Oubfa9dTGURB+eoci50JGFgIlkmI342HyusXhc8AyBnwB+ywLf ZQtmlnQUNDrCsZw+AUuG7W9A3FAObsjhOc+gk+umK4RuOqyL/8QL+62PEAtvBoUnjB 6IymVrFBIkHkliksUN0JXCdRCtEuXkyaVmmMMIl22AEpbJGpiaWmOtI5g4XAP69s+z V1vs89QQNhPc0UFEfcL6cRZoJhWzXdaN1vipw0+lKUkhWfYpMGwhbQ1zvnLb9/E0zZ QfNZfQmvivEdqVncvanJZF41b7MJHe6hO6UU9qoyHymgCtnfOQNdURwOz0w5omEp+i hwuwhwYfKeeBA== Date: Tue, 20 Aug 2024 18:49:39 -0700 From: Jakub Kicinski To: Mina Almasry Cc: Taehee Yoo , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-alpha@vger.kernel.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, sparclinux@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-kselftest@vger.kernel.org, bpf@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , Donald Hunter , Jonathan Corbet , Richard Henderson , Ivan Kokshaysky , Matt Turner , Thomas Bogendoerfer , "James E.J. Bottomley" , Helge Deller , Andreas Larsson , Jesper Dangaard Brouer , Ilias Apalodimas , Steven Rostedt , Masami Hiramatsu , Mathieu Desnoyers , Arnd Bergmann , Steffen Klassert , Herbert Xu , David Ahern , Willem de Bruijn , Shuah Khan , Alexei Starovoitov , Daniel Borkmann , John Fastabend , Sumit Semwal , Christian =?UTF-8?B?S8O2bmln?= , Bagas Sanjaya , Christoph Hellwig , Nikolay Aleksandrov , Pavel Begunkov , David Wei , Jason Gunthorpe , Yunsheng Lin , Shailend Chand , Harshitha Ramamurthy , Shakeel Butt , Jeroen de Borst , Praveen Kaligineedi , Willem de Bruijn , Kaiyuan Zhang , Daniel Vetter Subject: Re: [PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice Message-ID: <20240820184939.47708aac@kernel.org> In-Reply-To: References: <20240813211317.3381180-4-almasrymina@google.com> <20240819155257.1148e869@kernel.org> <20240820081920.6630a73f@kernel.org> Precedence: bulk X-Mailing-List: linux-trace-kernel@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 Tue, 20 Aug 2024 13:11:20 -0400 Mina Almasry wrote: > > Protecting the stack from unreadable memory is *the* challenge > > in this series. The rest is a fairly straightforward. > > Understandable. I pulled the trigger on v21 with the build fix last > night after reading your response on the other thread. If you manage > to review that and let me know of any other issues I'm going to run > into down the road, that would be great. But I read in some other > thread that you're overloaded. Sorry if I'm piling on. Feel free to cr > it if necessary, of course. Sorry, I was hoping to but the Intel series with its layers of magic macros exhausted my mental capacity (and time). Feel free to resubmit without the full 24h wait.