[kernel] r19412 - in dists/sid/linux/debian: . config
Ben Hutchings
benh at alioth.debian.org
Fri Oct 5 03:37:56 UTC 2012
Author: benh
Date: Fri Oct 5 03:37:54 2012
New Revision: 19412
Log:
[mips,mipsel] Ignore NFS/SunRPC ABI changes in 3.2.30 (fixes FTBFS)
Since NFS is built-in on MIPS we need to specify symbol patterns rather
than module names.
(It would be nice if we could work out which module the built-in
symbols would belong to, and match against that. Better still if we
could stop supporting configurations with no initramfs!)
Modified:
dists/sid/linux/debian/changelog
dists/sid/linux/debian/config/defines
Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog Thu Oct 4 20:16:43 2012 (r19411)
+++ dists/sid/linux/debian/changelog Fri Oct 5 03:37:54 2012 (r19412)
@@ -1,6 +1,7 @@
linux (3.2.30-2) UNRELEASED; urgency=low
* codel: refine one condition to avoid a nul rec_inv_sqrt
+ * [mips,mipsel] Ignore NFS/SunRPC ABI changes in 3.2.30 (fixes FTBFS)
-- Ben Hutchings <ben at decadent.org.uk> Sat, 29 Sep 2012 14:19:46 +0200
Modified: dists/sid/linux/debian/config/defines
==============================================================================
--- dists/sid/linux/debian/config/defines Thu Oct 4 20:16:43 2012 (r19411)
+++ dists/sid/linux/debian/config/defines Fri Oct 5 03:37:54 2012 (r19412)
@@ -1,10 +1,25 @@
[abi]
abiname: 4
ignore-changes:
- module:fs/lockd/lockd
- module:fs/nfs/nfs
- module:net/sunrpc/sunrpc
module:net/l2tp/*
+# A bunch of NFS/SunRPC exports, not selected by module because MIPS has
+# them built-in
+ __rpc_wait_for_completion_task
+ bc_svc_process
+ nfs4*
+ nfs_*
+ nlmclnt_*
+ nlmsvc_*
+ pnfs_*
+ put_lseg
+ put_rpccred
+ rpc_*
+ rpcauth_*
+ rpcb_getport_async
+ svc_*
+ svcauth_unix_set_client
+ unix_domain_find
+ xprt_*
[base]
arches:
More information about the Kernel-svn-changes
mailing list