[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_driver.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Sat Jun 11 07:39:00 UTC 2016


 configure.ac     |    2 +-
 src/via_driver.c |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 411b4af542ac5d7da49bef9f66f9c706c5816a22
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jun 11 02:38:31 2016 -0500

    Version bumped to 0.4.178
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 77d2017..851f0ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.4.177],
+        [0.4.178],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 870d3c7fc8b6953ff50cdf99c49e2b33b3599eef
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jun 11 02:32:46 2016 -0500

    VIAFreeScreen should not be calling VIAFreeRec
    
    VIAFreeScreen callback function was calling VIAFreeRec function, and
    this was leading to a segmentation fault with Linux 4.5 kernel when it
    fails to map the frame buffer to the memory.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_driver.c b/src/via_driver.c
index a27bd43..63fc492 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -438,8 +438,6 @@ VIAFreeScreen(FREE_SCREEN_ARGS_DECL)
 
     DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, "VIAFreeScreen\n"));
 
-    VIAFreeRec(pScrn);
-
     if (!pVia->KMS && xf86LoaderCheckSymbol("vgaHWFreeHWRec"))
         vgaHWFreeHWRec(pScrn);
 }


More information about the Openchrome-devel mailing list