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

@ -30,15 +30,12 @@
+x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace
# openSuSE:
# G3 G4 bPlan
+ppc ppc/default
# G5 PS3 pSeries
+ppc ppc/ppc64
# PS3 bootloader
#+ppc -syms ppc/ps3
# maybe the kernels above were patched to death?
+ppc ppc/vanilla
+ppc64 ppc64/default
+ppc64 -syms ppc64/trace
+ppc64 -syms ppc64/debug
+ppc64 ppc64/vanilla
# ARM architectures
+armv5tel armv5tel/versatile
@ -51,19 +48,6 @@
+armv7hl armv7hl/exynos
+armv7hl armv7hl/highbank
# SLES
# identical to ppc64 flavor, all KMP packages need a kernel-default
# Up to now, the openSuSE 11.1 ppc media can not have a
# kernel-default.ppc.rpm and a kernel-default.ppc64.rpm to continue
# supporting 32bit and 64bit systems.
+ppc64 ppc64/default
# G5 pSeries
+ppc64 ppc64/ppc64
+ppc64 -syms ppc64/trace
+ppc64 -syms ppc64/debug
# maybe the kernels above were patched to death?
+ppc64 ppc64/vanilla
+s390 s390/s390
+s390 -syms s390/trace
+s390 s390/vanilla

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cc8660fbc828523ea0191e043c945b010bf9b4a27ff21ca9a4b550f66a990b6
size 305820
oid sha256:77e0bd265ef0335669850e527ae102e28c9f73b2035bae9cd850c176eee02239
size 310114

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

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

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

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

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

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

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

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

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

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

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

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

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

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

View File

@ -59,9 +59,6 @@ Requires: kernel-omap2plus-devel = %version-%source_rel
%ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel
%endif
%ifarch ppc ppc64
Requires: kernel-ppc64-devel = %version-%source_rel
%endif
%ifarch s390
Requires: kernel-s390-devel = %version-%source_rel
%endif

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

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

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

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e42b850067b2082a54501a3a6253ea0c44c83168a5593a8757dd23c0d39f8f80
size 84948
oid sha256:bfceb66e488ba73bb836005dbddc634c86cf6106b53a9d729c5cc9a04dbf8895
size 84743

View File

@ -160,7 +160,6 @@
########################################################
patches.arch/s390-message-catalog.diff
patches.arch/kmsg-fix-parameter-limitations
patches.arch/s390-remove-kvm-para.patch
########################################################
# VM/FS patches

View File

@ -1,3 +1,3 @@
2012-11-05 22:30:07 +0100
GIT Revision: 8d4661f8eab7eb363ed78babca41362aebff46de
2012-11-06 20:20:37 +0100
GIT Revision: f759e1e1b025a883be761956e98f8d9862880f54
GIT Branch: master