Message ID | cover.1706131762.git.pabeni@redhat.com |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 348E712BE96 for <linux-kselftest@vger.kernel.org>; Wed, 24 Jan 2024 21:34:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706132076; cv=none; b=egpTwNXGtItNdmkMss8oWdUe0/yp+Ke87ipmsTyD9ZzlhwhV0v3p8IMOQrunxKxFiZ6FDgOWtgwYFkJUS2+iUBUU5/sHRS+8TONsIXTySEAkTGTibh3uWnbM8nnqEMveoYBnTNyUaSNWK1MNimANbPWXfLNX1SaBhtQkQT6xYWs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706132076; c=relaxed/simple; bh=hyriCY+GdBwl7fFW9d2wSuur2RIckxUxqwT3aYsG0ww=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XO3nmhfEDKpkIG4jR+3RrN+TqWx4L2uVpe7R7OOgjiop6NQyi9FlAITI0MixQG4vbXgI875u/FW9EOA1cvMI4iZPgBfNlQ/Y8yV/qHkrNXVBHRatSgk73ugUs6EWA5wPQUtpikxb00hv/VFE/QimCBTciAN4kiGcDom3Xw8iyAk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=UdWGIikU; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="UdWGIikU" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1706132074; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GiQOlEupsfOPv7z7O0qN3/HY/BuiF9CvFySpKPxZr/A=; b=UdWGIikUM8kkd93b27/fp27L6knfvbbjfPP7Toa66PIQqCgZ2i7LejESIZ6U3RmI3JHl8q +NXlowMc1IQxyX9FY3xXz8zYgPbH3hyFglH7akE9FTjjltmdt1sCEZ7T4vELM3S7QByR+I icdvOQdoP8ohx0FgK8m61KolS1VVASs= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-401-PdMlHwXBMiaEf5CA7tDYFA-1; Wed, 24 Jan 2024 16:34:27 -0500 X-MC-Unique: PdMlHwXBMiaEf5CA7tDYFA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0EE462837802; Wed, 24 Jan 2024 21:34:27 +0000 (UTC) Received: from gerbillo.redhat.com (unknown [10.45.225.29]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6E8582166B32; Wed, 24 Jan 2024 21:34:25 +0000 (UTC) From: Paolo Abeni <pabeni@redhat.com> To: netdev@vger.kernel.org Cc: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Shuah Khan <shuah@kernel.org>, Willem de Bruijn <willemb@google.com>, Lucas Karpinski <lkarpins@redhat.com>, linux-kselftest@vger.kernel.org Subject: [PATCH net 0/3] selftests: net: a few fixes Date: Wed, 24 Jan 2024 22:33:19 +0100 Message-ID: <cover.1706131762.git.pabeni@redhat.com> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 |
Series | selftests: net: a few fixes | expand |