[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231002124856.2455696-1-andriy.shevchenko@linux.intel.com>
Date: Mon, 2 Oct 2023 15:48:51 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-modules@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Luis Chamberlain <mcgrof@...nel.org>,
Kees Cook <keescook@...omium.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [PATCH v2 0/5] params: harden string ops and allocatio ops
A couple of patches are for get the string ops, used in the module,
slightly harden. On top a few cleanups.
Since the main part is rather hardening, I think the Kees' tree is
the best fit for the series, but I'm open for another option(s).
Changelog v2:
- dropped the s*printf() --> sysfs_emit() conversion as it revealed
an issue, i.e. reuse getters with non-page-aligned pointer, which
would be addressed separately
- added cover letter and clarified the possible route for the series
(Luis)
Andy Shevchenko (5):
params: Introduce the param_unknown_fn type
params: Do not go over the limit when getting the string length
params: Use size_add() for kmalloc()
params: Sort headers
params: Fix multi-line comment style
include/linux/moduleparam.h | 6 ++---
kernel/params.c | 52 ++++++++++++++++++++-----------------
2 files changed, 31 insertions(+), 27 deletions(-)
--
2.40.0.1.gaa8946217a0b
Powered by blists - more mailing lists