From owner-freebsd-bugs@freebsd.org Mon Dec 4 00:43:52 2017 Return-Path: Delivered-To: freebsd-bugs@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 700E3E6E70B for ; Mon, 4 Dec 2017 00:43:52 +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 5DA6770FB6 for ; Mon, 4 Dec 2017 00:43:52 +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 vB40hqH1067478 for ; Mon, 4 Dec 2017 00:43:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224069] (Fix included) Use of uninitalized register value in vesa.ko, causing X, text console and suspend/resume to fail Date: Mon, 04 Dec 2017 00:43:52 +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: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-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.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 00:43:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224069 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linimon@FreeBSD.org --- Comment #1 from Mark Linimon --- (In reply to Stefan B. from comment #0) > Thus I wish I knew who has commented out that line for what reason. (Note: jkim is already on the Cc: here, so I don't need to take any action.) fwiw, there's a way to look that up. Look up the src file on FreeBSD's svnweb: https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c Do an "annotate" based on the latest commit, here rev 326255: https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?annotate=3D326255 Search for the commented out line (shows as 517 there rather than 515): https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?annotate=3D326255#= l517 Clicking the line number in that block takes you to: https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?r1=3D198250&r2=3D1= 98251& Clicking the 'latest revision' link on the right takes you to: =20 https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?revision=3D198251&vi= ew=3Dmarkup which is a very large commit from jkim Mon Oct 19 20:58:10 2009 UTC (8 year= s, 1 month ago). I have no knowledge of what's all involved there. --=20 You are receiving this mail because: You are the assignee for the bug.=