Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4319477imm; Mon, 6 Aug 2018 22:41:22 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdnJIUT4qTqzum/7uzqgZfazBP2KYuymRa/RI9SQKLuBix6VmJJ13lLzuQQ2lC/h2bp2w/u X-Received: by 2002:a17:902:b28:: with SMTP id 37-v6mr16412323plq.337.1533620481972; Mon, 06 Aug 2018 22:41:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533620481; cv=none; d=google.com; s=arc-20160816; b=Nkxnidh+dj9VkZ5qu5Qwet2y9UOiTjje2AqratxUhTiUAJV+bWof+2QhnaF5OzziWI g4cNHmTWWHbf1LeHRNa4we2UUw9XLh2egHfb8qvMh2Do6jBdU47UdG23OwOlqHE/lpUZ 5Dx5BSsMmaMZZ8s0DHRKUVs5C7zjRgNUeVjdqfGOeVCGniSHdRMzdcJXJjdjbas33utF ZOY/ohfboUcEjwaXmJybwRvW7zGRr9JlAwhaY03vvjXe0KGhBMI2D+p70wQiFPoLSQln h3l4abOB3Bo97AcISFN+0jLb+vNMFw3l457elZD/fZ99bDfHQ673y3rUgGZGStJkgr0U QZUw== 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=tFXys1iSg3FNWFTTzmI6FDzGTLdxHm4mvVsECxCFbZU=; b=Y1RG9FlNlVRduHW2vc/mP1BFBAvC3/BqyPlJcu92vPf60vLL8k0g36okYeLRggBuHG EKc+Lxb33fL906qBmKIq/mJ7RA0GoKvUguJzMVUwFSNNPO7AMvsD77ZIp5Oge7kticKC vhP/CJIGniIz+BMrDa5BXHPP5G4WALF4BtnNCnj5a6dyAtIbGQqrOtcugccarebdRUmS Q2mVNXUiSkEGzTeZChvKErPDWbLzarpIaXQ+0nckHt0enJtZR53bVOS0jsFB0eaVxtsQ 6B6GrE5OaYJekF+44hJOj4g5fghQ5dBBxXZobQv172CoR9+CYR+Oiuop+5o5IPWyrl2f YF/w== 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 y1-v6si406412pgf.146.2018.08.06.22.41.07; Mon, 06 Aug 2018 22:41:21 -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 S1733217AbeHGHwJ (ORCPT + 99 others); Tue, 7 Aug 2018 03:52:09 -0400 Received: from verein.lst.de ([213.95.11.211]:59252 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727360AbeHGHwJ (ORCPT ); Tue, 7 Aug 2018 03:52:09 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 424CD68D61; Tue, 7 Aug 2018 07:44:49 +0200 (CEST) Date: Tue, 7 Aug 2018 07:44:49 +0200 From: Christoph Hellwig To: Kees Cook Cc: Randy Dunlap , Jens Axboe , Christoph Hellwig , Christoph Hellwig , "Martin K. Petersen" , "James E.J. Bottomley" , Tejun Heo , Borislav Petkov , "David S. Miller" , "Manoj N. Kumar" , "Matthew R. Ochs" , Uma Krishnan , "Nicholas A. Bellinger" , Thomas Gleixner , Philippe Ombredanne , Stephen Boyd , Cyrille Pitchen , Juergen Gross , Viresh Kumar , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Sagar Dharia , David Kershner , linux-block , linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org, target-devel , LKML , Bart Van Assche Subject: Re: [PATCH v2 4/9] target: don't depend on SCSI Message-ID: <20180807054449.GA31556@lst.de> References: <20180731195155.46664-1-keescook@chromium.org> <20180731195155.46664-5-keescook@chromium.org> <111cb1b0-24ba-bcb2-53d5-9665d2b4c421@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, Aug 06, 2018 at 04:59:04PM -0700, Kees Cook wrote: > I wonder if LOOPBACK_TARGET is just missing a "depends on SCSI" as was > added for TCM_PSCSI? That is eactly the case. LOOPBACK_TARGET is a scsi driver that feeds commands into the target layer, so it needs a depends on SCSI. Sorry for missing that earlier.