From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 67751] New: Stack trace with suspicious RCU usage, when starting ovs-switchd Date: Thu, 26 Dec 2013 09:49:31 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.19.201]:46584 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733Ab3LZJtg (ORCPT ); Thu, 26 Dec 2013 04:49:36 -0500 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DFF4A20161 for ; Thu, 26 Dec 2013 09:49:33 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id 1130920154 for ; Thu, 26 Dec 2013 09:49:32 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=67751 Bug ID: 67751 Summary: Stack trace with suspicious RCU usage, when starting ovs-switchd Product: Virtualization Version: unspecified Kernel Version: 3.13.0-0.rc4.git5.1.fc21.x86_64 Hardware: All OS: Linux Tree: Fedora Status: NEW Severity: normal Priority: P1 Component: kvm Assignee: virtualization_kvm@kernel-bugs.osdl.org Reporter: kashyap.cv@gmail.com Regression: No I see the below on serial console of a Fedora-20 virtual machine when I boot into Kernel 3.13.0-0.rc4.git5.1.fc21.x86_64: --------------------- . . . [ 26.327387] [ 26.328384] =============================== [ 26.330206] [ INFO: suspicious RCU usage. ] [ 26.332044] 3.13.0-0.rc4.git5.1.fc21.x86_64 #1 Not tainted [ 26.334460] ------------------------------- [ 26.336286] net/openvswitch/flow_table.c:436 suspicious rcu_dereference_check() usage! [ 26.339609] [ 26.339609] other info that might help us debug this: [ 26.339609] [ 26.342996] [ 26.342996] rcu_scheduler_active = 1, debug_locks = 0 [ 26.345794] 2 locks held by ovs-vswitchd/720: [ 26.347643] #0: (cb_lock){++++++}, at: [] genl_rcv+0x19/0x40 [ 26.351695] #1: (ovs_mutex){+.+.+.}, at: [] ovs_flow_cmd_new_or_set+0xf9/0x600 [openvswitch] [ 26.356970] [ 26.356970] stack backtrace: [ 26.358825] CPU: 1 PID: 720 Comm: ovs-vswitchd Not tainted 3.13.0-0.rc4.git5.1.fc21.x86_64 #1 [ 26.362207] Hardware name: Red Hat KVM, BIOS Bochs 01/01/2011 [ 26.364499] 0000000000000001 ffff880499af37e0 ffffffff8175b6d2 ffff8800da5ab3a0 [ 26.368323] ffff880499af3810 ffffffff810cd2f7 ffff8804a29c9ea0 ffff880499af387c [ 26.372140] ffff8804986f8a10 ffff8804986f89f0 ffff880499af3860 ffffffffa018f608 [ 26.375929] Call Trace: [ 26.377070] [] dump_stack+0x4d/0x66 [ 26.379340] [] lockdep_rcu_suspicious+0xe7/0x120 [ 26.381818] [] ovs_flow_tbl_lookup+0x188/0x1b0 [openvswitch] [ 26.384835] [] ovs_flow_cmd_new_or_set+0x136/0x600 [openvswitch] [ 26.387961] [] ? genl_family_rcv_msg+0x2c1/0x370 [ 26.390506] [] genl_family_rcv_msg+0x18d/0x370 [ 26.393025] [] ? genl_family_rcv_msg+0x370/0x370 [ 26.395811] [] genl_rcv_msg+0x8e/0xd0 [ 26.398045] [] netlink_rcv_skb+0xa9/0xc0 [ 26.400416] [] genl_rcv+0x28/0x40 [ 26.402561] [] netlink_unicast+0xd5/0x1a0 [ 26.404971] [] netlink_sendmsg+0x337/0x750 [ 26.407294] [] sock_sendmsg+0x8b/0xc0 [ 26.409646] [] ? might_fault+0x5f/0xb0 [ 26.411851] [] ? might_fault+0xa8/0xb0 [ 26.414103] [] ? might_fault+0x5f/0xb0 [ 26.416280] [] ? verify_iovec+0x5e/0xe0 [ 26.418645] [] ___sys_sendmsg+0x3d9/0x3f0 [ 26.421138] [] ? kvm_clock_read+0x27/0x40 [ 26.423483] [] ? sched_clock+0x9/0x10 [ 26.425726] [] ? sched_clock_local+0x1d/0x80 [ 26.428104] [] ? sched_clock_cpu+0xa8/0x100 [ 26.430515] [] ? trace_hardirqs_off+0xd/0x10 [ 26.432914] [] ? local_clock+0x5f/0x70 [ 26.435118] [] ? lock_release_holdtime.part.29+0xf/0x190 [ 26.439405] [] ? fget_light+0xed/0x4f0 [ 26.441705] [] ? fget_light+0x3c/0x4f0 [ 26.444102] [] __sys_sendmsg+0x42/0x80 [ 26.446293] [] SyS_sendmsg+0x12/0x20 [ 26.448435] [] system_call_fastpath+0x16/0x1b . . . --------------------- [This virtual machine has Open vSwitch daemon and a bunch of other OpenStack networking components running.] I filed this here first -- https://bugzilla.redhat.com/show_bug.cgi?id=1046286 -- You are receiving this mail because: You are watching the assignee of the bug.