From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760404AbYCUSeU (ORCPT ); Fri, 21 Mar 2008 14:34:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756063AbYCUSeH (ORCPT ); Fri, 21 Mar 2008 14:34:07 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:54934 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754601AbYCUSeG (ORCPT ); Fri, 21 Mar 2008 14:34:06 -0400 Subject: Re: [SCSI] fix media change events for polled devices From: Kay Sievers To: Jeff Garzik Cc: Linux Kernel Mailing List , Linus Torvalds , James Bottomley , Andrew Morton , linux-scsi@vger.kernel.org In-Reply-To: <47E3EC67.4050404@garzik.org> References: <200803211559.m2LFxPi6017869@hera.kernel.org> <47E3EC67.4050404@garzik.org> Content-Type: text/plain Date: Fri, 21 Mar 2008 19:33:46 +0100 Message-Id: <1206124426.24338.20.camel@lov.site> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/8KgPrFcbdIsRYE40L6XCShA4+hbsP5z3Evvu Wj+0BIQVQMMKYCIkhHCIdrop0yBHSpRoZbTsmy5aWqn6jksKj7 VVntQXB90rUUc2JJIfJsXe4Cgim8eX2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2008-03-21 at 13:12 -0400, Jeff Garzik wrote: > Linux Kernel Mailing List wrote: > > [SCSI] fix media change events for polled devices > > > > Commit: > > a341cd0f (SCSI: add asynchronous event notification API) > > breaks: > > 285e9670 (sr,sd: send media state change modification events) > > by introducing an event filter, which is removed here, to make > > events, we are depending on, happen again. > > > By simply reading the code history, it is trivial to verify that this > description is false: > > Commit 285e9670 depends on a341cd0f, so by definition it is 285e9670 -- > or rather the incomplete update of your original patch that resulted in > 285e9670 -- that is broken. It worked fine with Kristen's patches, and that's where it is coming from from. > Since commit 285e9670 is broken, you fixed the wrong thing. > > Furthermore, you broke a userspace interface that was introduced by > a341cd0f, by removing the event filter controlled by userspace. You mean the read-only sysfs attribute? :) > Did anyone bother to read any code at all? > > When 285e9670 was updated for the scsi_evt_* interface, it should have > initialized the supported_events mask. > > And that is the fix -- initialize supported_events according to sr/sd's > needs, and revert this change (4d1566ed2100d074ccc654e5cf2e44cdea3a01d0) > as obviously broken. You mean adding a new flag? As every device will "support" these events. Thanks, Kay