From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267391AbUGNOZI (ORCPT ); Wed, 14 Jul 2004 10:25:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267435AbUGNOXL (ORCPT ); Wed, 14 Jul 2004 10:23:11 -0400 Received: from tristate.vision.ee ([194.204.30.144]:45450 "HELO mail.city.ee") by vger.kernel.org with SMTP id S267423AbUGNOW0 (ORCPT ); Wed, 14 Jul 2004 10:22:26 -0400 Message-ID: <40F541AE.5010902@vision.ee> Date: Wed, 14 Jul 2004 17:22:38 +0300 From: =?ISO-8859-1?Q?Lenar_L=F5hmus?= Organization: Vision User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040705) X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Re: preempt-timing-2.6.8-rc1 References: <20040713122805.GZ21066@holomorphy.com> In-Reply-To: <20040713122805.GZ21066@holomorphy.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, More violations found. This time during NFS umount/mount. Since (u)mounting is not always the operation that is only done at boot-time (at least in my case), I thought I report. umount /nfs/dir 16ms non-preemptible critical section violated 2 ms preempt threshold starting at truncate_inode_pages+0x9d/0x280 and ending at generic_shutdown_super+0xd0/0x190 [] generic_shutdown_super+0xd0/0x190 [] dec_preempt_count+0x110/0x120 [] generic_shutdown_super+0xd0/0x190 [] dec_preempt_count+0x50/0x120 [] kill_anon_super+0x9/0x40 [] nfs_kill_super+0xc/0x20 [nfs] [] deactivate_super+0x6c/0x90 [] sys_umount+0x3b/0x90 [] destroy_inode+0x35/0x40 [] __fput+0xb5/0x120 [] sys_oldumount+0x17/0x20 [] sysenter_past_esp+0x52/0x71 mount /nfs/dir nfs warning: mount version older than kernel 15ms non-preemptible critical section violated 2 ms preempt threshold starting at sys_mount+0x78/0x110 and ending at schedule+0x237/0x480 [] schedule+0x237/0x480 [] dec_preempt_count+0x110/0x120 [] schedule+0x237/0x480 [] worker_thread+0x1d1/0x240 [] worker_thread+0x222/0x240 [] activate_task+0x68/0x80 [] fb_flashcursor+0x0/0x80 [] default_wake_function+0x0/0x10 [] schedule+0x237/0x480 [] default_wake_function+0x0/0x10 [] worker_thread+0x0/0x240 [] kthread+0x94/0xa0 [] kthread+0x0/0xa0 [] kernel_thread_helper+0x5/0x18 umount /nfs/dir 19ms non-preemptible critical section violated 2 ms preempt threshold starting at generic_shutdown_super+0x69/0x190 and ending at generic_shutdown_super+0xd0/0x190 [] generic_shutdown_super+0xd0/0x190 [] dec_preempt_count+0x110/0x120 [] generic_shutdown_super+0xd0/0x190 [] dec_preempt_count+0x50/0x120 [] kill_anon_super+0x9/0x40 [] nfs_kill_super+0xc/0x20 [nfs] [] deactivate_super+0x6c/0x90 [] sys_umount+0x3b/0x90 [] destroy_inode+0x35/0x40 [] __fput+0xb5/0x120 [] sys_oldumount+0x17/0x20 [] sysenter_past_esp+0x52/0x71 Lenar