Message ID | cover.1739115369.git.wen.yang@linux.dev |
---|---|
Headers | show
Received: from out-187.mta1.migadu.com (out-187.mta1.migadu.com [95.215.58.187]) (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 49A1C1DF973 for <linux-kernel@vger.kernel.org>; Sun, 9 Feb 2025 15:59:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.187 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739116759; cv=none; b=ger3xWPOFFiVn1H1RMUCa0tx6KSu0hCPDkO65BnWKFM1y2mI7vCc0+FKkN5Rx/ZE+697yNCTjHCY4i7mNQxkovrc0PScIh3K0nMAHRaMcPNXtN38bsOSIuo4SRX5uYHVHFy+c/JL14ecZrvPLNl8u7BG7XMj8Jgu+KctJU7CF9k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739116759; c=relaxed/simple; bh=DtqWNuz+jd2orMzRksvcSnQxA8CIBjKxEBA+C5WGsoU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=VzGVtjnz3Fy+9XfU+x+Xm2trO6BfLGTqtaFJTEbMB5MFTAgPkr4lh5LH9XmiG48b4ieo1z0i0uuscn/sTQVDDuJplANkp8ooXb/Ec0ZmAtSaxNkqr4JVLLCaCMEY7EjUVdijwn3FMhh21erd2+HLBvEOuPdsmrvU4gPfUU4XWDk= 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=Gp9fX9MK; arc=none smtp.client-ip=95.215.58.187 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="Gp9fX9MK" 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=1739116749; 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=zgBjIgR08S1bqdf0ZVRzSx3TRTz1LEcmp7APZbqF590=; b=Gp9fX9MKmB0nZlZosgWVQQD4U97hwDNaLD/TaTOHJSY9TwD7Pb+N9j65yuoTP+o9iUchyT Vhcp4w7rGChcMQR6dhs1ELedI+YthqPljhGAbMnyj+MaZZOw/cupFIlBydR9WOBaGIEDR8 9Qktdfx8qCSDM/9qVG7dVOOJpJXh5c8= From: Wen Yang <wen.yang@linux.dev> To: Joel Granados <j.granados@samsung.com>, Luis Chamberlain <mcgrof@kernel.org>, Kees Cook <keescook@chromium.org> Cc: "Eric W . Biederman" <ebiederm@xmission.com>, Dave Young <dyoung@redhat.com>, Christian Brauner <brauner@kernel.org>, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= <thomas@t-8ch.de>, linux-kernel@vger.kernel.org, Wen Yang <wen.yang@linux.dev> Subject: [PATCH v5 0/5] sysctl: encode the min/max values directly in the table entry Date: Sun, 9 Feb 2025 23:58:08 +0800 Message-Id: <cover.1739115369.git.wen.yang@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: <linux-kernel.vger.kernel.org> List-Subscribe: <mailto:linux-kernel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kernel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT |
Series |
sysctl: encode the min/max values directly in the table entry
|
expand
|