libpciaccess: Changes to 'master'

Emil Velikov evelikov at kemper.freedesktop.org
Tue Apr 4 13:50:18 UTC 2017


 configure.ac      |    4 ++--
 src/linux_sysfs.c |    1 -
 src/solx_devfs.c  |   50 +++++++++++++++++++++++---------------------------
 3 files changed, 25 insertions(+), 30 deletions(-)

New commits:
commit 4f1ac52e828eed1c410ee66304fcb7a17f25da40
Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Tue Apr 4 14:40:41 2017 +0100

    libpciaccess 0.13.5
    
    Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

commit 9b9d26ce7646713e148c7ee0f461c2bcccdd5201
Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Tue Apr 4 13:48:46 2017 +0100

    configure.ac: set AC_CONFIG_AUX_DIR
    
    If not set, libtool will search directories up to ../.. for an install-sh and
    then dump the aux files there. This caused a couple of problems with the xorg
    release.sh script that now uses worktrees but is generally bad behaviour
    because we can't guarantee that we're not inside some other repository.
    
    Set AC_CONFIG_AUX_DIR to avoid this behavior.
    
    See https://lists.freedesktop.org/archives/xorg-devel/2017-March/053006.html
    
    Note: the commit and above message are shamelessly copied from libinput.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

commit 504a65a732ea070dce907fce827a15d6b61e0c4d
Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Tue Apr 4 13:33:29 2017 +0100

    configure.ac: remove AC_CONFIG_SRCDIR macro
    
    It is used to guide people who incorrectly set configure --srcdir.
    
    To be actually useful the macro should point to a rather unique file -
    which in our current case is a false premise. We have five Makefile.am
    in-tree and chances are that $libpciaccess/.. may also contain such a
    file.
    
    Let's not pretend that its useful and leave the user to what they're
    asking for.
    
    Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

commit fe556c48dad96717b0ba71d489575c6b90b46448
Author: Henry Zhao <henry.zhao at oracle.com>
Date:   Wed May 25 14:06:49 2016 -0700

    use cached devinfo snapshots, remove unnecessary di_init()
    
    Use cached devinfo (DINFOCACHE) in di_init().
    Remove unnecessary di_init() on nexus nodes.
    
    Signed-off-by: Henry Zhao <henry.zhao at oracle.com>
    Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

commit 0bd248f852f1f2a37396c98519eee6f50c434848
Author: Henry Zhao <henry.zhao at oracle.com>
Date:   Wed May 25 14:04:40 2016 -0700

    probe should not hold pci nexus drivers open
    
    Probe should not hold pci nexus drivers open - close after use.
    
    Signed-off-by: Henry Zhao <henry.zhao at oracle.com>
    Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

commit 85a484b94d5cdcad31c3caf8b0fa52e6f50dec96
Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Thu Dec 1 18:14:40 2016 +0000

    Revert "linux_sysfs: include <limits.h> for PATH_MAX"
    
    This reverts commit 8ea3af620a2d4ad5648917b4a0ef2b23ff566774.
    
    The include was added with 6bd2f7f92eae713663f4e13f6e2cb23526607b8c
    
    Cc: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list