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 94A4F2F4317; Fri, 13 Jun 2025 01:32:36 +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=1749778356; cv=none; b=MbCmg3jTLwfkFHLWVp/0HApTQ5KbMNLiXOBELc2whsPfrwtrINJFoOL/MdnugHFy9QcyJrrr75oxnItj4n0qs+nLVlkdEnwIC08LfCMi1/LjxtDucSg91zqcKP6f1vIsiPPeO26XHmZx6MDPS+5nc6akOEhnNcs5FT7D6QGR2pI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749778356; c=relaxed/simple; bh=gRJU3XqgcGq9/qTNTjyXU0nsOx7CKZlGWoNnKB8LoFo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=O0WnDHw47CvF4m3OtfPF+ZSz9aQesN4Lx27JMPTNt8GqAx/dThf6/BdacF5xCUwa3jLLWkzpNK8bnj0E7u6i9Oofx2/ppxHVpiSrCTQt2YC+2hWANcBzqHGNcWvk2FZLOQ0Wua9NMtAbuxkZyahj+Y/AfgvJGm2+Xro9H6mmqkg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sy1C8XhS; 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="sy1C8XhS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 879BCC4CEF1; Fri, 13 Jun 2025 01:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1749778356; bh=gRJU3XqgcGq9/qTNTjyXU0nsOx7CKZlGWoNnKB8LoFo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sy1C8XhS/8l6N5BLjORFAN5Z5CTIBVtAvx8cuhDwhfFV5iI3CLrN5K4qUerqYePER cclzA0bnMQB0uxZ3dtc/eUMTXddTP/QulqZ2gyMafq+Twmp9MOLQiXVXH9pxmbZNaR puIkEJ5OZvPRCArrRCu0jJdE7plXCAl6WB4Tcu+LeIyC0P9/X7lsxab0EgZM7phMNo Mrs53pjn9OdLInykvTtga9e3sYTs/rwz8aR7qYnyIkTbUNoIm+Ll6QhD3lt5mDmwGp 8+YFi5do69enNNxm9BPfdsrJget+BQVgKJtQwgnDw8+e7xTaf3vtRwvlnaY4AhKjni JFM5gX2ruEb4Q== Date: Thu, 12 Jun 2025 18:32:34 -0700 From: Jakub Kicinski To: Charalampos Mitrodimas Cc: Thomas Fourier , Chris Snook , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Ingo Molnar , Thomas Gleixner , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] (drivers/ethernet/atheros/atl1) test DMA mapping for error code Message-ID: <20250612183234.51a959e9@kernel.org> In-Reply-To: <87jz5gyitp.fsf@posteo.net> References: <20250612150542.85239-2-fourier.thomas@gmail.com> <87jz5gyitp.fsf@posteo.net> Precedence: bulk X-Mailing-List: linux-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 Thu, 12 Jun 2025 17:24:02 +0000 Charalampos Mitrodimas wrote: > This doesn't seem to build. You can also see it here[1]. > > [1]: https://patchwork.kernel.org/project/netdevbpf/patch/20250612150542.85239-2-fourier.thomas@gmail.com/ Please don't share links to the patchwork checks. Confirm its not a false positive and copy the output into the email. Patchwork checks are *not* a public CI for people to yolo their untested code into. Sharing links may give such impression.