Attempt to fix FTBFS on s390,s390x,sparc

svn path=/dists/sid/linux/; revision=19860
This commit is contained in:
Ben Hutchings 2013-02-26 02:24:12 +00:00
parent f6a5afc873
commit 7ffc350ed2
3 changed files with 13 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
linux (3.2.39-2) UNRELEASED; urgency=high
* [s390,s390x] virtio: Ignore ABI changes in 3.2.39 (fixes FTBFS)
* [sparc] drm: Change from built-in to module (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 26 Feb 2013 02:19:28 +0000
linux (3.2.39-1) unstable; urgency=high
* New upstream stable update:

View File

@ -31,7 +31,11 @@ ignore-changes:
module:drivers/net/wan/cycx_drv
module:net/wanrouter/wanrouter
# No-one tries to use virtio from OOT
module:drivers/virtio/*
register_virtio_*
unregister_virtio_*
virtio_*
virtqueue_*
vring_*
# No-one should depend on staging from OOT
module:drivers/staging/*
# Doesn't appear to be used OOT

View File

@ -68,7 +68,7 @@ CONFIG_PRINTER=m
##
## file: drivers/gpu/drm/Kconfig
##
CONFIG_DRM=y
CONFIG_DRM=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m