1
0
forked from pool/kernel-source

commit f759e1e1b025a883be761956e98f8d9862880f54

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7384
This commit is contained in:
Michal Marek
2012-11-07 07:03:33 +00:00
committed by Git OBS Bridge
parent 3084bd55dc
commit eaa75e1935
25 changed files with 1150 additions and 30 deletions

View File

@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com