Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932957Ab1C3UiZ (ORCPT ); Wed, 30 Mar 2011 16:38:25 -0400 Received: from smtp-outbound-2.vmware.com ([65.115.85.73]:57771 "EHLO smtp-outbound-2.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754979Ab1C3UiY (ORCPT ); Wed, 30 Mar 2011 16:38:24 -0400 Date: Wed, 30 Mar 2011 13:38:23 -0700 From: Dmitry Torokhov To: linux-kernel@vger.kernel.org Cc: Bryan Schumaker , Trond Myklebust Subject: 2.6.39-rc1 regression: NFS - unable to mount some shares (bisected) Message-ID: <20110330203823.GA3228@dtor-ws.eng.vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3138 Lines: 55 Hi, The following commit appears to the open preventng me from mounting some of my NFS shares (not all, of them, just some): 8f70e95f9f4159184f557a1db60c909d7c1bd2e3 is the first bad commit commit 8f70e95f9f4159184f557a1db60c909d7c1bd2e3 Author: Bryan Schumaker Date: Thu Mar 24 17:12:31 2011 +0000 NFS: Determine initial mount security When sec= is not presented as a mount option, we should attempt to determine what security flavor the server is using. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust Here is the bisect log: [dtor@dtor-ws linus]$ git bisect log git bisect start # good: [4bbba111d94781d34081c37856bbc5eb33f6c72a] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 git bisect good 4bbba111d94781d34081c37856bbc5eb33f6c72a # bad: [0ce790e7d736cedc563e1fb4e998babf5a4dbc3d] Linux 2.6.39-rc1 git bisect bad 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d # good: [e285c1746accb80620e511f9c72e9893beeedc0e] Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 git bisect good e285c1746accb80620e511f9c72e9893beeedc0e # bad: [8d49a77568d1105ff3e64aec484dac059f54824e] Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-block git bisect bad 8d49a77568d1105ff3e64aec484dac059f54824e # bad: [5aafdea448fb86412a6f8e46df518c1545d32436] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 git bisect bad 5aafdea448fb86412a6f8e46df518c1545d32436 # bad: [9458ea567a72ebd3852c2d764d32c0f2fb61d0df] MIPS: IP22/IP28: Convert to new irq_chip functions git bisect bad 9458ea567a72ebd3852c2d764d32c0f2fb61d0df # good: [ae005cbed12d0b340b04b59d6f5c56e710b3895d] Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 git bisect good ae005cbed12d0b340b04b59d6f5c56e710b3895d # bad: [1685f3b158a244d4f6e205e67c84483fffcb2d9f] MIPS: SMTC: Move declaration of smtc_init_secondary to . git bisect bad 1685f3b158a244d4f6e205e67c84483fffcb2d9f # good: [988b6dceb0ae6d642587c8594529b94f6be0c5ea] NFSv4.1: remove GETATTR from ds commits git bisect good 988b6dceb0ae6d642587c8594529b94f6be0c5ea # good: [35124a0994fc02545b14b9fa3aad000b3331f1c0] Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO git bisect good 35124a0994fc02545b14b9fa3aad000b3331f1c0 # bad: [8f70e95f9f4159184f557a1db60c909d7c1bd2e3] NFS: Determine initial mount security git bisect bad 8f70e95f9f4159184f557a1db60c909d7c1bd2e3 # good: [7c5130588d691a3b34d02312f1bd1b6d56fe0100] NFS: lookup supports s alternate client git bisect good 7c5130588d691a3b34d02312f1bd1b6d56fe0100 # good: [7ebb931598cd95cccea10d4bc4c0123a464ea565] NFS: use secinfo when crossing mountpoints git bisect good 7ebb931598cd95cccea10d4bc4c0123a464ea565 -- 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/