Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755812AbZF1UqT (ORCPT ); Sun, 28 Jun 2009 16:46:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752730AbZF1UqB (ORCPT ); Sun, 28 Jun 2009 16:46:01 -0400 Received: from out01.mta.xmission.com ([166.70.13.231]:45224 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753983AbZF1UqA (ORCPT ); Sun, 28 Jun 2009 16:46:00 -0400 To: James Bottomley Cc: tridge@samba.org, john.lanza@linux.com, linux-kernel@vger.kernel.org, OGAWA Hirofumi , linux-fsdevel@vger.kernel.org, Dave Kleikamp , Steve French , Mingming Cao , Paul McKenney References: <19013.8005.541836.436991@samba.org> <19014.54044.484370.187018@samba.org> <19015.482.794111.612472@samba.org> <87ab3sx4ch.fsf@devron.myhome.or.jp> <1246219994.4190.28.camel@mulgrave.site> From: ebiederm@xmission.com (Eric W. Biederman) Date: Sun, 28 Jun 2009 13:45:57 -0700 In-Reply-To: <1246219994.4190.28.camel@mulgrave.site> (James Bottomley's message of "Sun\, 28 Jun 2009 15\:13\:14 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-XM-SPF: eid=;;;mid=;;;hst=in01.mta.xmission.com;;;ip=76.21.114.89;;;frm=ebiederm@xmission.com;;;spf=neutral X-SA-Exim-Connect-IP: 76.21.114.89 X-SA-Exim-Rcpt-To: James.Bottomley@HansenPartnership.com, paulmck@linux.vnet.ibm.com, cmm@us.ibm.com, sfrench@us.ibm.com, shaggy@linux.vnet.ibm.com, linux-fsdevel@vger.kernel.org, hirofumi@mail.parknet.co.jp, linux-kernel@vger.kernel.org, john.lanza@linux.com, tridge@samba.org X-SA-Exim-Mail-From: ebiederm@xmission.com X-Spam-DCC: XMission; sa01 1397; Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: ;James Bottomley X-Spam-Relay-Country: X-Spam-Report: * -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.0 T_TM2_M_HEADER_IN_MSG BODY: T_TM2_M_HEADER_IN_MSG * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa01 1397; Body=1 Fuz1=1 Fuz2=1] * 0.0 XM_Sft_Brands_C00 XM_Sft_Brands_C00 * 0.0 XM_SPF_Neutral SPF-Neutral * 0.4 UNTRUSTED_Relay Comes from a non-trusted relay Subject: Re: [PATCH] Added CONFIG_VFAT_FS_DUALNAMES option X-SA-Exim-Version: 4.2.1 (built Thu, 25 Oct 2007 00:26:12 +0000) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2776 Lines: 64 James Bottomley writes: > On Sun, 2009-06-28 at 12:51 -0700, Eric W. Biederman wrote: >> OGAWA Hirofumi writes: >> >> > tridge@samba.org writes: >> > >> >> > Given what you have said our interpretation of vfat has a bug, >> >> > and that small change is a candidate for -stable. If it could >> >> > be it's own patch. >> >> >> >> good point. >> >> >> >> Hirofumi-san, would you support putting the last_u change into stable? >> > >> > If you want, I have no problem to do. However, I'm not thinking that >> > part is a bug. And -stable rule is also "a real bug that bothers >> > people", but there is even a no bug reporter which tell actual problem. >> >> >> Tridge. Is there any reason to believe that Microsoft will continue >> to treat Longfilenames without short filenames as valid in vfat? >> >> If this turns into a contest of who can do the silliest things in >> their vfat code microsoft could easily introduce a stricter directory >> parser and cause all kinds of grief. >> >> It wouldn't even surprise me if you haven't seen such shenanigans >> while working on samba. > > If you own the platform, like Microsoft does, there are many things you > *could* do to make life difficult for others (like shipping a slightly > incompatible version of java, for instance ...). However, having had > one or two consumer and regulatory backlashes from shipping updates > primarily designed to hobble what you think of as a competitor, you tend > to be much more wary about doing it so openly ... particularly when > you're trying to convince a wary customer base that you're the champion > of interoperability nowadays. > > The bottom line is that we need to consider the current patch on its > merits for evading the vfat patent. Speculating about what Microsoft > might or might not do to retaliate doesn't really help with this. This is a technical question. Are we really in spec with the patch? If we are not in spec. If we break things like checkdisk.exe. Microsoft can legitimately say we broke things and take technical measures to avoid broken filesystems. We have dome similar things to close source binary modules. My impression is that this patch puts us on the hairy edge. If no one is generating files without a short filename now. That may cause problems. All else being equal this is a technically problematic patch as it reduces the chances of interoperability. I am just trying to gage what those chances are. Eric -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/