From owner-freebsd-bugs@freebsd.org Wed Sep 5 17:59:06 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF581FF8731 for ; Wed, 5 Sep 2018 17:59:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7415B8C564 for ; Wed, 5 Sep 2018 17:59:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 35564FF8730; Wed, 5 Sep 2018 17:59:05 +0000 (UTC) Delivered-To: bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF621FF872F for ; Wed, 5 Sep 2018 17:59:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BDB08C561 for ; Wed, 5 Sep 2018 17:59:04 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id EA6DD1BC5B for ; Wed, 5 Sep 2018 17:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w85Hx3Ci007424 for ; Wed, 5 Sep 2018 17:59:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w85Hx3pV007423 for bugs@FreeBSD.org; Wed, 5 Sep 2018 17:59:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 231064] data abort in in_pcbremlbgrouphash() on ThunderX Date: Wed, 05 Sep 2018 17:59:03 +0000 X-Bugzilla-Reason: AssignedTo 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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2018 17:59:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231064 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Andrew@FreeBSD.org --- Comment #2 from Mark Johnston --- I discovered that the hash table is "corrupted" immediately after it is allocated and initialized. In my case, the table is allocated starting at physical address 0x10000000 and is physically contiguous. It appears that = this collides with an address range used by the vgapci device: pcib9 Device Memory: 0x87e0c0000000-0x87e0c0ffffff pci9 PCI domain 0 bus numbers: 32 pcib10 PCI domain 0 bus numbers: 33 PEM PCIe Memory: 0x10000000-0x110fffff PEM PCIe IO: 0x0-0xfff pci10 pcib10 bus numbers: 33 vgapci0 pcib10 memory window: 0x10000000-0x10ffffff 0x11000000-0x1101ffff Indeed, this range isn't excluded from the EFI map: Type Physical Virtual #Pages Attr=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 RuntimeServicesData 000000500000 500000 00000800 UC WC WT WB RUNT= IME=20=20 ConventionalMemory 000000d00000 0 000ff2ec UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 RuntimeServicesData 0000fffec000 fffec000 00000014 UC WC WT WB RUNT= IME=20=20 ConventionalMemory 000100000000 0 00ef0100 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 BootServicesData 000ff0100000 0 00000020 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 ConventionalMemory 000ff0120000 0 0000eacc UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 BootServicesData 000ffebec000 0 00000514 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 ConventionalMemory 010000400000 0 00fea102 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 LoaderData 010fea502000 0 00008001 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 LoaderCode 010ff2503000 0 00000086 UC WC WT WB=20= =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 LoaderData 010ff2589000 0 0000218b UC= WC WT WB=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 LoaderCode 010ff4714000 0 00000015 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 BootServicesData 010ff4729000 0 0000965d UC WC WT WB=20= =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ConventionalMemory 010ffdd86000 0 000001de UC= WC WT WB=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 BootServicesCode 010ffdf64000 0 00000779 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 ConventionalMemory 010ffe6dd000 0 00000040 UC WC WT WB=20= =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ACPIReclaimMemory 010ffe71d000 0 0000000b UC= WC WT WB=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 ACPIMemoryNVS 010ffe728000 0 00000060 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 RuntimeServicesData 010ffe788000 10ffe788000 00000c30 UC WC WT WB RUNT= IME=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 RuntimeServicesCode 010fff3b8000 10fff3b8000 00000c47 UC= WC WT WB RUNTIME=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 BootServicesData 010ffffff000 0 00000001 UC WC WT WB=20= =20=20=20=20=20=20=20=20=20 MemoryMappedIO 803000000000 803000000000 00001000 UC RUNTIME=20=20= =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 MemoryMappedIO 804000001000 804000001000 00002000 UC RUNTIME=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 MemoryMappedIO 87e006001000 87e006001000 00001000 UC RUNTIME=20=20= =20=20=20=20=20=20=20=20=20 MemoryMappedIO 87e024000000 87e024000000 00001000 UC RUNTIME=20=20= =20=20=20=20=20=20=20=20=20 MemoryMappedIO 87e0d0001000 87e0d0001000 00000001 UC RUNTIME=20=20= =20=20=20=20=20=20=20=20=20 MemoryMappedIO 903000000000 903000000000 00001000 UC RUNTIME=20=20= =20=20=20=20=20=20=20=20=20 MemoryMappedIO 904000001000 904000001000 00002000 UC RUNTIME=20=20= =20=20=20=20=20=20=20=20=20 MemoryMappedIO 97e006001000 97e006001000 00001000 UC RUNTIME=20=20= =20=20=20=20=20=20=20=20=20 Physical memory chunk(s):=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 0x00500000 - 0xfff0fffff, 65516 MB (16772096 pages)=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 0x10000400000 - 0x10ffe71cfff, 65507 MB (16769821 pages)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 0x10ffe788000 - 0x10fff3b7fff, 12 MB ( 3120 pages)=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 0x10ffffff000 - 0x10fffffffff, 0 MB ( 1 pages)=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Excluded memory regions:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 0x00500000 - 0x00cfffff, 8 MB ( 2048 pages) NoAlloc=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 0xfffec000 - 0xffffffff, 0 MB ( 20 pages) NoAlloc=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 0x10fea600000 - 0x10fec38cfff, 29 MB ( 7565 pages) NoAlloc=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 0x10ffe71d000 - 0x10fffffefff, 24 MB ( 6370 pages) NoAlloc=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 0x803000000000 - 0x803000ffffff, 16 MB ( 4096 pages) NoAlloc=20=20= =20=20=20=20=20=20=20=20=20=20=20 0x804000001000 - 0x804002000fff, 32 MB ( 8192 pages) NoAlloc=20=20= =20=20=20=20=20=20=20=20=20=20=20 0x87e006001000 - 0x87e007000fff, 16 MB ( 4096 pages) NoAlloc=20=20= =20=20=20=20=20=20=20=20=20=20=20 0x87e024000000 - 0x87e024ffffff, 16 MB ( 4096 pages) NoAlloc=20=20= =20=20=20=20=20=20=20=20=20=20=20 0x87e0d0001000 - 0x87e0d0001fff, 0 MB ( 1 pages) NoAlloc=20=20= =20=20=20=20=20=20=20=20=20=20=20 0x903000000000 - 0x903000ffffff, 16 MB ( 4096 pages) NoAlloc --=20 You are receiving this mail because: You are the assignee for the bug.=