From owner-freebsd-amd64@freebsd.org Sat Sep 24 20:28:30 2016 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1806BE8411 for ; Sat, 24 Sep 2016 20:28:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78D45AF7 for ; Sat, 24 Sep 2016 20:28:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8OKSTYn049105 for ; Sat, 24 Sep 2016 20:28:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sat, 24 Sep 2016 20:28:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gmesalazar@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 25 Sep 2016 01:00:30 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 20:28:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #51 from Guilherme Salazar --- (In reply to Vladimir Kondratyev from comment #45) Got some reversals, but they do seem to come from other places. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D $ dmesg | grep -C3 -i "lock order reversal"=20 WARNING: attempt to domain_add(bluetooth) after domainfinalize() WARNING: attempt to domain_add(netgraph) after domainfinalize() re0: link state changed to UP lock order reversal: 1st 0xfffffe01e6e6c950 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:3512 2nd 0xfffff80008f97400 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:281 stack backtrace: -- #7 0xffffffff80b025a8 at kern_mkdirat+0x208 #8 0xffffffff80e9d40b at amd64_syscall+0x2db #9 0xffffffff80e7d7eb at Xfast_syscall+0xfb lock order reversal: 1st 0xfffff8012e05d5f0 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2523 2nd 0xfffffe01e6f94b70 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_vnops.c:263 3rd 0xfffff8012e3fa9a0 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2523 -- #14 0xffffffff80b01dd0 at sys_fsync+0x170 #15 0xffffffff80e9d40b at amd64_syscall+0x2db #16 0xffffffff80e7d7eb at Xfast_syscall+0xfb lock order reversal: 1st 0xfffffe01e7310ab0 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_vnops.c:263 2nd 0xfffff8005fd3a5b0 snaplk (snaplk) @ /usr/src/sys/ufs/ffs/ffs_snapshot.c:2298 stack backtrace: -- #14 0xffffffff80aff298 at kern_unlinkat+0x208 #15 0xffffffff80e9d40b at amd64_syscall+0x2db #16 0xffffffff80e7d7eb at Xfast_syscall+0xfb lock order reversal: 1st 0xfffff8005fd3a5b0 snaplk (snaplk) @ /usr/src/sys/kern/vfs_vnops.c:442 2nd 0xfffff8012ed957c8 ufs (ufs) @ /usr/src/sys/ufs/ffs/ffs_snapshot.c:1629 stack backtrace: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 You are receiving this mail because: You are on the CC list for the bug.=