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 7F469C4167B for ; Wed, 29 Nov 2023 16:09:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230184AbjK2QJj (ORCPT ); Wed, 29 Nov 2023 11:09:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbjK2QJh (ORCPT ); Wed, 29 Nov 2023 11:09:37 -0500 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59D3EBF; Wed, 29 Nov 2023 08:09:44 -0800 (PST) X-IronPort-AV: E=McAfee;i="6600,9927,10909"; a="372561778" X-IronPort-AV: E=Sophos;i="6.04,235,1695711600"; d="scan'208";a="372561778" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2023 08:09:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10909"; a="797963434" X-IronPort-AV: E=Sophos;i="6.04,235,1695711600"; d="scan'208";a="797963434" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2023 08:09:28 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r8N7t-00000000TvN-29fS; Wed, 29 Nov 2023 18:09:25 +0200 Date: Wed, 29 Nov 2023 18:09:25 +0200 From: Andy Shevchenko To: =?iso-8859-1?Q?B=F6rge_Str=FCmpfel?= Cc: Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, bstruempfel@ultratronik.de Subject: Re: [PATCH v2] gpiolib: sysfs: Fix error handling on failed export Message-ID: References: <20231128141321.51669-1-boerge.struempfel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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, Nov 29, 2023 at 04:13:44PM +0100, Börge Strümpfel wrote: > On Tue, Nov 28, 2023 at 5:29 PM Andy Shevchenko wrote: > > On Tue, Nov 28, 2023 at 03:13:21PM +0100, Boerge Struempfel wrote: ... > > Fixes tag? > > (`git log --no-merges --grep "Fixes:" will show you examples) > > I thought it was optional. But I have added it for the next version. It's optional. We want to have this only when it's real fix at the table, and to me this one fits. Otherwise, put into the comment area (after the '---' cutter line) why it shouldn't be considered as a such. -- With Best Regards, Andy Shevchenko