Received: by 10.213.65.68 with SMTP id h4csp2385018imn; Mon, 9 Apr 2018 02:38:35 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+sxJHc0D+rStD9lKRydkn/nxkgh1STsLKwVLnBmWTnUwYKIV6oKmLyxC59NLOXrgFpYvxN X-Received: by 10.98.149.78 with SMTP id p75mr28885377pfd.188.1523266715642; Mon, 09 Apr 2018 02:38:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523266715; cv=none; d=google.com; s=arc-20160816; b=zSDRgIP4XuHhFHDKjhGoWG8GdyYJkdi8Kr7P5C3xuZWPgk7isoasansnQxMkc5ruI9 oNdXEAbKKfdl02PNmRdQKY0HMOTON/omFHI4p3q48+/OLM+lGyWa+IgkLbK1sFk7k+Fg ihkcC/D5nOKoRj4K6TnEic/JG8LXvMh8cc+zT0DieFqGFjgUbsLc2D+ymxMR6GkfWSip YkemLENCfLVJbJe+L8W8RYMgSZqn5ckw2gxJ8nEtwY/9TaHteUkUcMKAmh/Iv+8V4ILb ka8Limo8IQV2NJXHIyqcvD6uphp4IAjTMsvrCen+0qjOJAeQE/ntEuwLCoPGB1IbBVqZ 5FGg== 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=Y1rs+ph5tY/G5rSiNZ53mP6tqvdCLjOoER+ewHFXdVM=; b=IcJ8kbwKqU4Mpuuwk2cM20o6+GNj6wgzVmYMJz+R7jj2tPvvf/lxFOTFNJrHhe8Nre BGjcnCetuItT5MZqMd7VKjTSWphBcUweW2JL57MPHjeBjfR9WLQ/XDGDb7Qm4ivhCR7k hQAJ/PR+MEgg3Yn7/1wn5dxkju7ofWT8u8IN4UoxpVLYV9KePT+AauAD9vHCHU+f26rT LC2sFMb2ctnGV9dJepRFdW9KI6LByx1OG0EA242DI4JutzePhV2jIfQwpWpkrf0LhQ3p Sz0mYe7nKGic0ysq9PEQ4TRG/+VBMQnRRHsKjlt2vRindzJOVE6pZ48uSxUCyN8wadfT Pcag== 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 t23si5288802pgu.285.2018.04.09.02.37.58; Mon, 09 Apr 2018 02:38:35 -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 S1751902AbeDIJfY (ORCPT + 99 others); Mon, 9 Apr 2018 05:35:24 -0400 Received: from verein.lst.de ([213.95.11.211]:38410 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751667AbeDIJfW (ORCPT ); Mon, 9 Apr 2018 05:35:22 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id D616F6FCE1; Mon, 9 Apr 2018 11:35:20 +0200 (CEST) Date: Mon, 9 Apr 2018 11:35:20 +0200 From: Christoph Hellwig To: Oleksandr Natalenko Cc: Kees Cook , David Windsor , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org, LKML , Christoph Hellwig , Jens Axboe , Hannes Reinecke , Johannes Thumshirn , linux-block@vger.kernel.org, paolo.valente@linaro.org Subject: Re: usercopy whitelist woe in scsi_sense_cache Message-ID: <20180409093520.GB10405@lst.de> References: <10360653.ov98egbaqx@natalenko.name> <2679696.GDoj5zcZOu@natalenko.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2679696.GDoj5zcZOu@natalenko.name> 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 I really can't make sense of that report. And I'm also curious why you think 17cb960f29c2 should change anything for that code path.