Message ID | 20250225144004.277169-1-jiayuan.chen@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from out-181.mta1.migadu.com (out-181.mta1.migadu.com [95.215.58.181]) (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 6C60521ABC4 for <netdev@vger.kernel.org>; Tue, 25 Feb 2025 14:40:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.181 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740494430; cv=none; b=nk23T6FcDpwoBrJ55E4sYEKIYZb+KGM5LCup4ER9AFxQ9dQ2cys1VFRkeDu49pryT47YOWgPmpA6zg7GbOyWhgKp+d8PU6zafcUG+kiYo+9IualGP1TEtAtjHT7jGy1X1GkG36quxHAa2E5vbuqNORvE3KerVz2r/DLil47hHqk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740494430; c=relaxed/simple; bh=Gcu0/y2YMP2LlNhJAtEESlhx/D3SReNbDRxbsrVxZnM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=uJsrOFvDRSWUn0tzbh3nnrPExa9bSPLRhwdCytsFSDqKNz5AjSYSxf9J/Fsz9T1G+YnhL57gQNWP/jXfVTY3iTBh+Qw7AYz3ctiMCT3QTDJ6qYAp9kM4NOxHC1a+bJYGJ9//Vkdj8usDDKrERT73u7abqP/pkBeqVwOh3QvO0R4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=O/xgNeZU; arc=none smtp.client-ip=95.215.58.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="O/xgNeZU" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1740494415; 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=RLRUQ6K3ZxrvBuZuKZAonhzQHThtxFHbpTnpSZBjIXA=; b=O/xgNeZU7zk6zS7kTLRt0naInEXik3C/Jeirb8KGy2+4zmAONIGQJAXkW1OLlKpAGI9LVJ /HBQmNyVhxSpxfKe3kk0YTr/L7SvFijVqO2uGQ29nrDGKr6ebZmLFylSpVoIkay66mSfA9 1o4QNWsBxZ2ieE1FJYnin6QLGnP6eUs= From: Jiayuan Chen <jiayuan.chen@linux.dev> To: horms@kernel.org, kuba@kernel.org Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, ricardo@marliere.net, viro@zeniv.linux.org.uk, dmantipov@yandex.ru, aleksander.lobakin@intel.com, linux-ppp@vger.kernel.org, linux-kernel@vger.kernel.org, mrpre@163.com, Jiayuan Chen <jiayuan.chen@linux.dev>, Paul Mackerras <paulus@samba.org> Subject: [PATCH net-next 0/1] ppp: Fix KMSAN uninit-value warning with bpf Date: Tue, 25 Feb 2025 22:40:03 +0800 Message-ID: <20250225144004.277169-1-jiayuan.chen@linux.dev> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Patchwork-Delegate: kuba@kernel.org |
Series |
ppp: Fix KMSAN uninit-value warning with bpf
|
expand
|