From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 50B021AF68A; Thu, 20 Jun 2024 16:09:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718899790; cv=none; b=L0N3qWiHoNgnqv5l51xpjQJrPwcWDmUrZun7Kzp5xKWb0hQyy8ZoJ723xuvMwxooWktfAkKPSdENsl3+V/MORE6/Mf3Ub1gvjgPXhgR6Qx5x08KLtq9AY/4/QndZqPmfAudXoRxIAMiYqNtOwoflWBMzE0oXD43Zr1trstC3yO4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718899790; c=relaxed/simple; bh=XQWFgbT1rILISA7GfD948pyMzLIvF0B1LSVD5WWIYrA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MoVPHZcNzYwHxFbhOTBA9kVK25ncNuO5rwrTP41gtJ/104eX9orIW/6T3HR86XYeTxx/5x8XasGrHgnYNc7W8IX1dANgpmoKmiaYtu3jM5EAxb7dWJ3vHI34qGoPBzT6REZQl+Uzl3R9JLGGVhUIb9mIqmsIcOYj4VmB+02v9CI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b/vqKjnk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b/vqKjnk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A5A4C2BD10; Thu, 20 Jun 2024 16:09:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718899789; bh=XQWFgbT1rILISA7GfD948pyMzLIvF0B1LSVD5WWIYrA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b/vqKjnkHu+L1R4UdBumQWvGZcFgNTl2F9cMHXjtfeby5EBZ06pxIECyEeoI7HNlf IOK34i3IorowljsYyoXsX/yB83rvD9RXoU0LOZ4C4TacZ1YdhNkCzOPP+v2Na6ON8n RNJ7UDIgveeS1ta1aGV3qlfjC6MKsO3VptQGp0Nt1os6xti5YTw94JpNH4Ml57ESh1 Adi1p0o/PKimgZcHce23WfypOPqnkwnrFX/RNgBJ5oK0AIKTaIHUfWPrYSG1aly0RT DhriWD6p6OnZn5VmGYVINgUg48uAgRIqk2cibDkEmQxTsySp+zAk3EUYu8e6/BtpN+ N08P0hApcNYtA== Date: Thu, 20 Jun 2024 21:39:45 +0530 From: Vinod Koul To: Markus Elfring Cc: lkp@intel.com, Paul Cercueil , Nuno =?iso-8859-1?Q?S=E1?= , linux-iio@vger.kernel.org, dmaengine@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, Christian =?iso-8859-1?Q?K=F6nig?= , Jonathan Cameron , Lars-Peter Clausen , Sumit Semwal , oe-kbuild-all@lists.linux.dev, LKML , linux-doc@vger.kernel.org, Jonathan Corbet , Julia Lawall , Lee Jones , Randy Dunlap Subject: Re: [v11 3/7] iio: core: Add new DMABUF interface infrastructure Message-ID: References: <202406191014.9JAzwRV6-lkp@intel.com> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On 20-06-24, 12:45, Markus Elfring wrote: > … > > All errors (new ones prefixed by >>): > > > >>> drivers/iio/industrialio-buffer.c:1715:3: error: cannot jump from this goto statement to its label > > 1715 | goto err_dmabuf_unmap_attachment; > … > > Which software design options would you like to try out next > so that such a questionable compilation error message will be avoided finally? The one where all emails from Markus go to dev/null -- ~Vinod