Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 15 Jan 2003 23:37:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 15 Jan 2003 23:37:09 -0500 Received: from holomorphy.com ([66.224.33.161]:6543 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Wed, 15 Jan 2003 23:37:07 -0500 Date: Wed, 15 Jan 2003 20:46:00 -0800 From: William Lee Irwin III To: Dave Hansen Cc: linux-kernel@vger.kernel.org Subject: Re: lots of calls to __write/read_lock_failed Message-ID: <20030116044600.GN919@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Dave Hansen , linux-kernel@vger.kernel.org References: <3E263285.2000204@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E263285.2000204@us.ibm.com> User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 15, 2003 at 08:18:13PM -0800, Dave Hansen wrote: > file_table:_raw_read_lock() 3300000 > Call Trace: > [] fget+0x9d/0xa0 > [] sys_fsync+0x21/0xbe > [] sys_writev+0x47/0x56 > [] syscall_call+0x7/0xb read_lock(&file->files_lock); On Wed, Jan 15, 2003 at 08:18:13PM -0800, Dave Hansen wrote: > filemap:_raw_read_lock() 1450000 > Call Trace: > [] do_generic_mapping_read+0x411/0x43e > [] file_send_actor+0x0/0x74 > [] generic_file_sendfile+0x68/0x76 > [] file_send_actor+0x0/0x74 > [] do_sendfile+0x1e6/0x28a > [] file_send_actor+0x0/0x74 > [] sys_sendfile+0x64/0xcc > [] syscall_call+0x7/0xb read_lock(&mapping->page_lock); On Wed, Jan 15, 2003 at 08:18:13PM -0800, Dave Hansen wrote: > ip_output:_raw_read_lock() 2000000 > Call Trace: > [] ip_finish_output2+0x154/0x226 > [] ip_queue_xmit+0x3dc/0x4ce > [] default_wake_function+0x32/0x3e > [] __wake_up_common+0x38/0x58 > [] tcp_v4_send_check+0x54/0xe2 > [] tcp_transmit_skb+0x2be/0x448 > [] tcp_data_queue+0x23a/0x830 > [] tcp_send_ack+0x81/0xb2 > [] tcp_rcv_established+0x249/0x70e > [] tcp_v4_do_rcv+0x12d/0x132 > [] tcp_v4_rcv+0x47c/0x50c > [] ip_local_deliver_finish+0x9f/0x19e > [] ip_rcv_finish+0x212/0x29f > [] netif_receive_skb+0xc2/0x17c > [] process_backlog+0x7d/0x10c > [] net_rx_action+0xc1/0x178 > [] do_softirq+0xb7/0xba > [] do_IRQ+0xec/0xf8 > [] default_idle+0x0/0x2e read_lock_bh(&hh->hh_lock); On Wed, Jan 15, 2003 at 08:18:13PM -0800, Dave Hansen wrote: > time:_raw_write_lock() 1350000 > Call Trace: > [] timer_interrupt+0x99/0x9c > [] handle_IRQ_event+0x38/0x5c > [] do_IRQ+0x8c/0xf8 > [] default_idle+0x0/0x2e > [] default_idle+0x0/0x2e > [] common_interrupt+0x18/0x20 > [] default_idle+0x0/0x2e > [] default_idle+0x0/0x2e > [] default_idle+0x2a/0x2e > [] cpu_idle+0x39/0x42 > [] printk+0x15d/0x190 read_lock_irqsave(&xtime_lock, flags) or write_lock_irq(&xtime_lock); Bill - 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/