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 90A49C4332F for ; Mon, 28 Nov 2022 18:24:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233284AbiK1SYB (ORCPT ); Mon, 28 Nov 2022 13:24:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233407AbiK1SXj (ORCPT ); Mon, 28 Nov 2022 13:23:39 -0500 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C0062F67E; Mon, 28 Nov 2022 10:12:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669659171; x=1701195171; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=xaWF9C0/0D+j8i7P82sI3ZUSgtkWKl8JwJRUvbYeeK8=; b=VN4efkW/4/rPV8edTo/WptaEG7cVmMPzBzpn1p62mEye8J2DA3BSBHR+ 715LdMFDfPPtfpfMhsQoKnTLHV+eojFRpwWBPVrd64sBuT62V37DFw+TH SjAYhEAo0XA1AXoSZ9fvk/fT1uORC33kyelUc6QEQ23MVWFAHcxfGPADf RedXCbfEUnmegxRipudZxkiqNh6ES/uAi8HlGGWcCCxsDhCUZXYmEt7hF Hf1XblvbzvOE5kMBXovP8Ey7KIczNPOj1PeYkFOOOSPdxwiVR7QH/WOUD vjpjiBi6DuXO38vgFuC16edPOA9c+70a3dey3tKLbqkJWJ/zgp2qiMdBW Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="316748383" X-IronPort-AV: E=Sophos;i="5.96,200,1665471600"; d="scan'208";a="316748383" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Nov 2022 10:11:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="643486605" X-IronPort-AV: E=Sophos;i="5.96,200,1665471600"; d="scan'208";a="643486605" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP; 28 Nov 2022 10:11:37 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ozibQ-001Kan-0S; Mon, 28 Nov 2022 20:11:36 +0200 Date: Mon, 28 Nov 2022 20:11:35 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Thierry Reding , Brian Masney , Marijn Suijten Subject: Re: [PATCH v1 1/1] gpiolib: Unify access to the device properties Message-ID: References: <20221116141728.72491-1-andriy.shevchenko@linux.intel.com> 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-gpio@vger.kernel.org On Mon, Nov 28, 2022 at 07:01:42PM +0100, Bartosz Golaszewski wrote: > On Fri, Nov 25, 2022 at 7:30 PM Andy Shevchenko > wrote: > > On Wed, Nov 16, 2022 at 04:17:28PM +0200, Andy Shevchenko wrote: ... > > Bart, can this be applied? > > Sure, now applied. Got carried away with this use-after-free from > userspace problem. Thank you! -- With Best Regards, Andy Shevchenko