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 58B92C0015E for ; Wed, 19 Jul 2023 15:28:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231315AbjGSP2G (ORCPT ); Wed, 19 Jul 2023 11:28:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231855AbjGSP14 (ORCPT ); Wed, 19 Jul 2023 11:27:56 -0400 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C05BF12F; Wed, 19 Jul 2023 08:27:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689780469; x=1721316469; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=giYj7E79SFC5uRRCOZ1jC9xYfhxyjyPap8ZnCxguQFA=; b=d6r1PddSr5df82hHa+p1ElWwwfZ9gIogRalyImE7Mpahgy1HGOBYAELA V/UxAT6Webd3G43OOdx+VJ0o1dkxWtixeux0QPoY5oXNK1Y/X7i5lVOAd XMR2RQhMR5Z+hlsaNR+0Xo2eUJsc4lVoRdedXkCpVL41EbyYVHu+KvIiC xrWqTaZ95JAL+bUQGyd7noDwrIMWbpQnhGsh7PSSICw508ZN7c7wxsqQ/ 7khOEz9raqEMul+4o3riO/4uocJLBdJZy3DKguKMIdXwQ4p/oFo0C/bnq QvIpluYoRGglBeybsT2CfrwHjl4C9P+iTTpa0VrVsq9tpHU3cT2HJAgjZ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10776"; a="351362464" X-IronPort-AV: E=Sophos;i="6.01,216,1684825200"; d="scan'208";a="351362464" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2023 08:27:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10776"; a="753744424" X-IronPort-AV: E=Sophos;i="6.01,216,1684825200"; d="scan'208";a="753744424" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008.jf.intel.com with ESMTP; 19 Jul 2023 08:27:47 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qM95d-00GAUI-2l; Wed, 19 Jul 2023 18:27:45 +0300 Date: Wed, 19 Jul 2023 18:27:45 +0300 From: Andy Shevchenko To: Milan Zamazal Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Jonathan Cameron , Lars-Peter Clausen , Nuno =?iso-8859-1?Q?S=E1?= Subject: Re: [PATCH v3] iio: core: Prevent invalid memory access when there is no parent Message-ID: References: <20230719083208.88149-1-mzamazal@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230719083208.88149-1-mzamazal@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, Jul 19, 2023 at 10:32:08AM +0200, Milan Zamazal wrote: > Changes in v3: > - The call trace in the commit message reduced to the minimum lines > needed to explain the problem. Precisely, that deserves my tag which I already had given :-) Thank you! -- With Best Regards, Andy Shevchenko