From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753404Ab1LWG1K (ORCPT ); Fri, 23 Dec 2011 01:27:10 -0500 Received: from 1wt.eu ([62.212.114.60]:45041 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751520Ab1LWG1H (ORCPT ); Fri, 23 Dec 2011 01:27:07 -0500 Date: Fri, 23 Dec 2011 07:26:49 +0100 From: Willy Tarreau To: Linus Torvalds Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, security@kernel.org, pmatouse@redhat.com, agk@redhat.com, jbottomley@parallels.com, mchristi@redhat.com, msnitzer@redhat.com Subject: Re: [PATCH 2/3] block: fail SCSI passthrough ioctls on partition devices Message-ID: <20111223062649.GD21994@1wt.eu> References: <1324576939-23619-3-git-send-email-pbonzini@redhat.com> <4EF38269.7080804@redhat.com> <4EF391A6.2040504@redhat.com> <4EF3AA74.1060801@redhat.com> <20111222234830.GC31021@agk-dp.fab.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 22, 2011 at 04:07:46PM -0800, Linus Torvalds wrote: > For example, I just traced it, and "eject /dev/sdb1" does a CDROMEJECT > ioctl when used as the root user. I haven't tested the patch, but just > reading it, I'd expect it to break that. > > And that's the *natural* way to eject a mounted device. Look at the > USB memory sticks you have. They are almost all partitioned to have > one partition, and that one partition doesn't cover the whole device. > And it's that one partition you use to interact with it - it's what > you mount, and what you eject. Call me dumb, but why would someone use "eject" on a non-physically ejectable device such as a memory stick ? I use it on CDs, I've used it on Sun floppy drives, but USB memory stick ??? After the umount, I just have to pull it from the plug and that's all. I don't catch what an eject command can bring me on top of that :-/ Willy