Received: by 10.213.65.68 with SMTP id h4csp1778580imn; Mon, 19 Mar 2018 13:02:05 -0700 (PDT) X-Google-Smtp-Source: AG47ELvPddByXKmQxgh+uxNEXbX2kXJ8pb0OCdx2OcirX0CDPkNg/cPGh9NbQE6TrbY1Flv5ZdN2 X-Received: by 10.99.117.26 with SMTP id q26mr9936399pgc.169.1521489725485; Mon, 19 Mar 2018 13:02:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521489725; cv=none; d=google.com; s=arc-20160816; b=vzWy+1u8WWP8GpRwaYjvJnOVrcGzAZ7lSlUeEw/ACBTLVxd0SBWOALIpXwujVSds44 /MP+KJrShNY1F5c1dTIOb+cj1igRkaClw5kO44Z3dTP+61++AuLfmu+Xrfhd2JTVxgbd gVx6DeV9Bgdjy1YaXB0YDAQ4j9cn/qqiwgr0Q/CF2iDOUO3sMnFy4QyuKu2qnrn3ebjk b4Dc5CEylYpf8m6V9Pkeg8OLSrtGcmfVGchMuzZ7+rdLwTEwDDBu9NoL1hNG8cEyBsvA 2x24+fO5oA2Mjr4B0JV+Ig/+QD6r6haRpwAtsHoJpSSbxoIyq+y5s1iKoYFDyhEDsQFO J1mQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=7TdngqSPAZcvGkUc+i5TvHZxLcr0W66H+sNgDArSsLQ=; b=Jf7x7rFZdTC/tlQZFSVZCccgi8cMTt6g4ne0pPG9kXzVhBZA4ZOh0K/c+RB8BE6uLm iriYe65/Z6U1pjaVoQOQU/hfa+Q0SIfayKIIdTB1xedCimEQ2IEHzkQbexbE+vhhmD1h nz+qB+42BrGfIIamr1JA5wuOEMAOUgSyQeqR379mGboYGAnNTcOHP24MBKeM7f22XGON GYdLxTChcRt1e63O1a1KQGU29rjXh9fAtPw+p7z8vWCdyJL2gL+Muh2i7EQ7ZP8WdTJl DhlK0mfYRtWFJvyebhD46Wwk3c/IjPf5unprXOi60Fa4G0EcEseEaLh5/hwlyIcka7++ WKMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j8-v6si576927plk.426.2018.03.19.13.01.51; Mon, 19 Mar 2018 13:02:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969467AbeCST6z (ORCPT + 99 others); Mon, 19 Mar 2018 15:58:55 -0400 Received: from verein.lst.de ([213.95.11.211]:33004 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S969031AbeCST6w (ORCPT ); Mon, 19 Mar 2018 15:58:52 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id CEDC86F233; Mon, 19 Mar 2018 20:58:50 +0100 (CET) Date: Mon, 19 Mar 2018 20:58:50 +0100 From: Christoph Hellwig To: Jonas Rabenstein Cc: Scott Bauer , Jonathan Derrick , Jens Axboe , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH v2 05/11] block: sed-opal: print failed function address Message-ID: <20180319195850.GG3380@lst.de> References: <9c333dc3b35cf9c43061567837de32bf154c2fe4.1521482295.git.jonas.rabenstein@studium.uni-erlangen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9c333dc3b35cf9c43061567837de32bf154c2fe4.1521482295.git.jonas.rabenstein@studium.uni-erlangen.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 19, 2018 at 07:36:47PM +0100, Jonas Rabenstein wrote: > Add function address (and if available its symbol) to the message if a > step function fails. Looks good: Reviewed-by: Christoph Hellwig