[KARMIC] UBUNTU: updated compcache version to 0.5.3
Stefan Bader
stefan.bader at canonical.com
Fri Jul 3 09:19:41 UTC 2009
This actually renames both modules. While this is maybe the way of following
upstream have you thought of:
- will the users (and by that I mean the something like the installer)
need changing.
- also before both old modules were controlled by seperate config options
CONFIG_TLSF and CONFIG_BLK_DEV_COMPCACHE (both having some suboptions).
Now ramzswap.ko and xvmalloc.ko will be created only based on the setting
of CONFIG_BLK_DEV_COMPCACHE. The Kconfig file still refers to TLSF, so this
needs cleanup (either way). Actually Kconfig seems to be terribly out of
sync with reality.
- The Changelog says that a parameter also got changed (backing_dev ->
backing_swap. Along with the module renames we have to make pretty sure we
do not break something/-one.
Stefan
Manoj Iyer wrote:
>
> The following changes since commit
> 293b5d718483341adda82fd8e08cd9deb4e1d976:
> Chris Wright (1):
> intel-iommu: fix Identity Mapping to be arch independent
>
> are available in the git repository at:
>
> git://kernel.ubuntu.com/manjo/ubuntu-karmic.git compcache53
>
> Manoj Iyer (1):
> UBUNTU: updated compcache version to 0.5.3
>
> ubuntu/compcache/BOM | 5 +-
> ubuntu/compcache/Changelog | 82 +++
> ubuntu/compcache/GPL.txt | 280 +++++++++++
> ubuntu/compcache/Kconfig | 1 +
> ubuntu/compcache/LGPL-2.1.txt | 510 +++++++++++++++++++
> ubuntu/compcache/Makefile | 5 +-
> ubuntu/compcache/README | 45 ++
> ubuntu/compcache/compat.h | 34 ++
> ubuntu/compcache/compcache.c | 480 ------------------
> ubuntu/compcache/compcache.h | 96 ----
> ubuntu/compcache/compcache.txt | 29 --
> ubuntu/compcache/ramzswap.c | 1049
> +++++++++++++++++++++++++++++++++++++++
> ubuntu/compcache/ramzswap.h | 159 ++++++
> ubuntu/compcache/tlsf.c | 676 -------------------------
> ubuntu/compcache/tlsf_int.h | 145 ------
> ubuntu/compcache/xvmalloc.c | 557 +++++++++++++++++++++
> ubuntu/compcache/xvmalloc.h | 30 ++
> ubuntu/compcache/xvmalloc_int.h | 86 ++++
> 18 files changed, 2837 insertions(+), 1432 deletions(-)
> create mode 100644 ubuntu/compcache/Changelog
> create mode 100644 ubuntu/compcache/GPL.txt
> create mode 100644 ubuntu/compcache/LGPL-2.1.txt
> create mode 100644 ubuntu/compcache/README
> create mode 100644 ubuntu/compcache/compat.h
> delete mode 100644 ubuntu/compcache/compcache.c
> delete mode 100644 ubuntu/compcache/compcache.h
> delete mode 100644 ubuntu/compcache/compcache.txt
> create mode 100644 ubuntu/compcache/ramzswap.c
> create mode 100644 ubuntu/compcache/ramzswap.h
> delete mode 100644 ubuntu/compcache/tlsf.c
> delete mode 100644 ubuntu/compcache/tlsf_int.h
> create mode 100644 ubuntu/compcache/xvmalloc.c
> create mode 100644 ubuntu/compcache/xvmalloc.h
> create mode 100644 ubuntu/compcache/xvmalloc_int.h
>
>
>
> Cheers
> --- manjo
>
--
When all other means of communication fail, try words!
More information about the kernel-team
mailing list