From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 DCCA63C5DBA; Thu, 18 Jun 2026 09:22:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781774525; cv=none; b=ggQLHl3Xb56dr2/miZjuMJ2lN9lhLgawPxPehao7IQG+MKvBO+XJ8cQCMfISA0V8HegSHcX1KMwhTdQLVLcSecSy2dPmOR28MghvRB/FvjXyEhVWb4WqyzhZLtLLdYF1cG33d8rQk3Z2waCwUOMh4+ULNyZOCE/mhmJcd3SCs2c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781774525; c=relaxed/simple; bh=MbPWjRUf/gRHlRilzCV7APbvVzO7gSq3myyNmmtRYOc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jd7Jva+4nEeQcFeAriIfVZWk5x8dnt2dHgXMOA7LuR4rG06nQ1ehSeKZ3FXn3YHxUzB0vLjVWDZJKZux8ITnwfDnF1+ePZDraUN55eSZ130HH/lRFhMp1rUbGBP4dY1TjPiOoB3/VMFSUXjwyMmOVpxvrqAL6eU35+/Rniv/RlE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YSwp5csZ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YSwp5csZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DE001F00A3A; Thu, 18 Jun 2026 09:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781774524; bh=fa1YYlGkltIgjHpqfoqi7k9iBQEAbJ8vTgNEroVuY9I=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=YSwp5csZN+Y3+vwnpxpSHCoq2gC39DvV77NePEnEfzCcHL5be79JeYXXCpyupWgAi +3qx2AcqReAT85/HxxNrF4B6upV9Vgo/RnUsEYaz4cz9WAkn1wGagC9tlMEAMsUcQ5 dCvPc8xFygRYqxXYyJjgiajWboF2LCmANKUu/7z/DL7UCN8omkperqkIqVu2EJevfo sC+kHFBdn6hPjrtmZO+eyQBkxWGrW9ZaZ0qObBt/kXpKf2n99Z30fR+gN0dCdF4Y0v DV3TMvIRNOXMWz5dfQ2zCBAnLSwHhDm6oWk7SP2tgC6s+f/EQ4fHADJH5PInYah7l2 gyHtiomXiCfCA== Date: Thu, 18 Jun 2026 10:21:59 +0100 From: Simon Horman To: Ross Porter Cc: linux-kselftest@vger.kernel.org, netdev@vger.kernel.org, stable@vger.kernel.org, Edoardo Canepa , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shuah Khan , Oscar Maes , Brett A C Sheffield , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] selftests: net: fix file owner for broadcast_ether_dst test Message-ID: <20260618092159.GI827683@horms.kernel.org> References: <20260610062230.71573-1-ross.porter@canonical.com> <20260610062230.71573-2-ross.porter@canonical.com> 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-Disposition: inline In-Reply-To: <20260610062230.71573-2-ross.porter@canonical.com> On Wed, Jun 10, 2026 at 06:22:29PM +1200, Ross Porter wrote: > Ensure the output file is always owned by root (even if tcpdump was > compiled with `--with-user`), by passing the `-Z root` argument when > invoking it. Hi Ross, I think that the motivation, described in the cover letter, belongs here so it can be found more easily using git.. Also, as there is only one patch in the series, the cover letter could be dropped. And lastly, this should be targeted at net as it's a but fix for code present there. Subject: [PATCH net] ... For more information on the Networking development workflow see https://docs.kernel.org/process/maintainer-netdev.html > > Cc: stable@vger.kernel.org > Reported-by: Edoardo Canepa > Closes: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2129815 > Fixes: bf59028ea8d4 ("selftests: net: add test for destination in broadcast packets") > Suggested-by: Edoardo Canepa > Tested-by: Ross Porter > Signed-off-by: Ross Porter ... -- pw-bot: changes-requested