GIT Revision: 5e7640a135c0430700e244c925a657ab1097980a

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7267
This commit is contained in:
Michal Marek
2012-05-16 05:04:58 +00:00
committed by Git OBS Bridge
parent eae2c110d1
commit ddd4ad5b09
19 changed files with 327 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com