From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta0.migadu.com (out-189.mta0.migadu.com [91.218.175.189]) (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 C2E243ACA54 for ; Wed, 8 Apr 2026 08:45:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775637952; cv=none; b=Ou7B06y9PIDuCMXxA0YeCWy2YfKlSJR60mDOKiZjONvoWQr9A1URSPWKe7hTsYOkWglfuFG984fNjNppJepabSLpWeWmjkDHS5vWYuvUFWxSRZPi0keDQ7eMGgO2B0vl+o+5yDZGxDJR8LC2YZMKXJvpwDp9mU07wujBT4oebKk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775637952; c=relaxed/simple; bh=8x8vc8D9egJ2Nzv01sylk4ZXVNBRuPY3+H3jcXm7TZI=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=sQ95HwXEA199xWFz9Q6yVHvE2PGYhJ8amRBcQkwVQxtCKx9xmLODISP50PVsUpT7kxDM8Zcrco04iU5mzxrJdw+opeNlz6U0q29GZpeBzC3iCYer5v52CJb9E4Jypl5YKRgahRz/hD3KZT/V4bf2ASVMehHWiyESWywf/E5+DWw= 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=I77LQLbu; arc=none smtp.client-ip=91.218.175.189 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="I77LQLbu" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1775637942; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3V78EK3mG2WKYBtg7w5ETpi7/fd1k9rE7OPVs8ofvwg=; b=I77LQLbulmG42TGY9+SkONDVoHMdhzgAiBzkWjsos2BGLMzwCiJWMBw0IDSKK+sFaNRlPW BHFxqSABQr1uIEIHYA1huHWp74PsVDru8w8KQwYosS9CevbwhWdL9d8SIxw7ZZ/n8YPxBC B29kEIba1P9verifiaeS9cBJsrrDYgc= Date: Wed, 8 Apr 2026 16:45:36 +0800 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net v2] ppp: require CAP_NET_ADMIN in target netns for unattached ioctls To: Taegu Ha Cc: linux-ppp@vger.kernel.org, gnault@redhat.com, jaco@uls.co.za, richardbgobert@gmail.com, ericwouds@gmail.com, netdev@vger.kernel.org References: <20260408065109.2171-1-hataegu0826@gmail.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Qingfang Deng In-Reply-To: <20260408065109.2171-1-hataegu0826@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Hi, Taegu Please wait at least 24 hours before posting a new patch to netdev. See https://docs.kernel.org/process/maintainer-netdev.html for more information.