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 E3CAAC6FA8E for ; Wed, 21 Sep 2022 14:40:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229762AbiIUOk2 (ORCPT ); Wed, 21 Sep 2022 10:40:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53660 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229733AbiIUOkY (ORCPT ); Wed, 21 Sep 2022 10:40:24 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 097504BD2B; Wed, 21 Sep 2022 07:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663771224; x=1695307224; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pM6yA6AJ9Eh1jPWxSkV7ceab4yFKTnUkuNGbuDJGxaM=; b=lE29qnJZZwdkyDLF276+7dSwmLVTtwBQdCz0FlDLXLGMgsbT0t83h3pW OBXgzMMtIgxK6ZMuFrwShVmHUs4Lehmiqos/iQuJbUBtWM7J03OqSj4+w Q+q0QK+8JsJWftrqev/CKG1bu2g3/UGk02j6bt1eYiQsJWtsYTCS3eVjf adFSW+DbuKyEBLAFJsZF9lNYoz7A4uf9FvjZIw2We6gR6YhdnSPLKFFTc b5jLW+rfBUwmFzlAOZpr1YHBvnP8m3nG/ScVDwF4+YrvC4WBgeRmQVY1R 24sqDkipI6P+8LSGuPwwBXaB4M+dcGucTQ5gOQfPSHblSiQJHrWoTE9rc A==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="363996364" X-IronPort-AV: E=Sophos;i="5.93,333,1654585200"; d="scan'208";a="363996364" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 07:40:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,333,1654585200"; d="scan'208";a="794696206" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP; 21 Sep 2022 07:40:21 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ob0tf-005ark-1n; Wed, 21 Sep 2022 17:40:19 +0300 Date: Wed, 21 Sep 2022 17:40:19 +0300 From: Andy Shevchenko To: Andrew Morton Cc: Eliav Farber , viro@zeniv.linux.org.uk, yangyicong@hisilicon.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, hhhawa@amazon.com, jonnyc@amazon.com, Akinobu Mita Subject: Re: [PATCH] libfs: fix negative value support in simple_attr_write() Message-ID: References: <20220918135036.33595-1-farbere@amazon.com> <20220919142413.c294de0777dcac8abe2d2f71@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 21, 2022 at 05:39:09PM +0300, Andy Shevchenko wrote: > On Mon, Sep 19, 2022 at 02:24:13PM -0700, Andrew Morton wrote: > > On Sun, 18 Sep 2022 13:50:36 +0000 Eliav Farber wrote: ... > > https://lkml.kernel.org/r/20220919172418.45257-1-akinobu.mita@gmail.com > > Should the final version of this fix be backported into -stable trees? > > But it questioning the formatting string as a parameter. Why do we need that > in the first place then? Sorry if above is the similar to something I have sent earlier, I had had an issue with my IMAP and SMTP servers access. -- With Best Regards, Andy Shevchenko