Message ID | 20250219052015.274405-1-jiayuan.chen@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (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 B79961ACEC2 for <linux-kselftest@vger.kernel.org>; Wed, 19 Feb 2025 05:21:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739942474; cv=none; b=ry1Pa6XfohKvA4D3BJ9G441NfQmA7JOMahmDEr28XrrQtspm7yPKs8+goVO05i4YKipGBxtwBQvQ8Qw1p3YHaqw088xC8n8i59TTInGKLhZiehYirS6exeu7KM7rNTZiiEgk4/7k0t9tLnNTYa7vIq+SY96KOgIl09lD27FMRv0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739942474; c=relaxed/simple; bh=nUYwlzScIIbN2ZMhtJfMG/Bc+5js96aLGGdW5oKg72s=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YmOD/VZj5uBAy0wxmnX76JdgupnQ9/T93xx7wpFwKGuNg1F4of6Hi+mprKRF8eInXOlDfLNl6sOYXMuGSYGdNvC5VC3un4oj0SB7HwxYf5Ze2eU0E8+Dh4kvufZ3qHjpUEMgToawdpFyiaqb4j+CmUoL9L8DW5XyjeA/PF81TzE= 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=uNQkxR05; arc=none smtp.client-ip=95.215.58.173 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="uNQkxR05" 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=1739942460; 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=XEsN6voX4JYgMmdCGL9ffI2Bq36Dpz6UUUJG1SIrl7M=; b=uNQkxR05ewq2ft28WW+sv9hb9ng2EeqvNkYjzC5B56wk7fiI+2xSsdcOo5HnrCtcMid+Aa PQPtfds6VNcpRH0EMtkfiTARrpQOQOGmCQFAJtqXMojgUj0h7nRsYt12NrqI5x6IkljU5K HSHy8azdWjWE9Fx95xnUyo0TRbFa6Eo= From: Jiayuan Chen <jiayuan.chen@linux.dev> To: bpf@vger.kernel.org Cc: borisp@nvidia.com, john.fastabend@gmail.com, kuba@kernel.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, horms@kernel.org, andrii@kernel.org, eddyz87@gmail.com, mykolal@fb.com, ast@kernel.org, daniel@iogearbox.net, martin.lau@linux.dev, song@kernel.org, yonghong.song@linux.dev, kpsingh@kernel.org, sdf@fomichev.me, haoluo@google.com, jolsa@kernel.org, shuah@kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, viro@zeniv.linux.org.uk, mrpre@163.com, Jiayuan Chen <jiayuan.chen@linux.dev> Subject: [PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests Date: Wed, 19 Feb 2025 13:20:13 +0800 Message-ID: <20250219052015.274405-1-jiayuan.chen@linux.dev> 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-Migadu-Flow: FLOW_OUT |
Series |
bpf: fix ktls panic with sockmap and add tests
|
expand
|