From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 041FAC4167B for ; Fri, 1 Dec 2023 15:51:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229771AbjLAPvI (ORCPT ); Fri, 1 Dec 2023 10:51:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229786AbjLAPvG (ORCPT ); Fri, 1 Dec 2023 10:51:06 -0500 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 399CF10EA; Fri, 1 Dec 2023 07:51:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701445872; x=1732981872; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=XsNUWDRj6WzJ145IqU1qVNm6f3JFiLIEhj82z7TmYic=; b=CK7Uz4EnV8cPxNSmiFM1rBRyYj1VbMLJO8BXFdGebeZ8r3o4qRGqvoyo 9YlY9PHkTCiBMbxlKtYRfVp4V17mThgpwb7oo7fvuvJ+yTBnFYBgw/PVb D2ikdO+Cz3WTaxBTv8rzjdkif2qtfwSC0V51RSjLSol9FEjs0wRCBXkcK yl2pkJQC8YmvFSJfqSL44l9I+r9wVb/IiZaNfxqdrMFzS0Rn0Pa3bM2dh I/XJyTkL+N98xkYyB8QkPo5gpZv9YaUXxMhrEaBNcI8nw/cHhsEx0bAwG mvDoKfQxusbBPSc/Nq7WqGNYi2/9PUpBTWmldYgd63WJ25fvtBGT0c9GE g==; X-IronPort-AV: E=McAfee;i="6600,9927,10911"; a="460008704" X-IronPort-AV: E=Sophos;i="6.04,241,1695711600"; d="scan'208";a="460008704" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2023 07:51:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10911"; a="763187689" X-IronPort-AV: E=Sophos;i="6.04,241,1695711600"; d="scan'208";a="763187689" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2023 07:51:10 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r95nH-000000011p6-1tuk; Fri, 01 Dec 2023 17:51:07 +0200 Date: Fri, 1 Dec 2023 17:51:07 +0200 From: Andy Shevchenko To: Luis Chamberlain , Kees Cook , linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman Subject: Re: [PATCH v3 0/5] params: harden string ops and allocatio ops Message-ID: References: <20231120151419.1661807-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231120151419.1661807-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 20, 2023 at 05:11:41PM +0200, Andy Shevchenko wrote: > 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. It also possible to route via Greg's > sysfs (driver core?), but I'm open for another option(s). Kees, Greg, can you apply this series? Or should I do something about it? -- With Best Regards, Andy Shevchenko