GIT Revision: b244b179a5e2982e103d9073abbf9c2f601abb30

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7224
This commit is contained in:
Michal Marek 2012-03-22 06:02:51 +00:00 committed by Git OBS Bridge
parent 3f93a47980
commit 61bfce0413
34 changed files with 400 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f4f3ce1e70010939c8fe24b432bebe80baff16737c9bc8e80756d96e084d2c7
size 288500
oid sha256:8c4e79de1a10a59308321f0d596260c71b6a6493978e4057bb4be71dbfe5c78c
size 288752

View File

@ -616,6 +616,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -695,6 +695,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -710,6 +710,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -704,6 +704,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -694,6 +694,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -692,6 +692,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -692,6 +692,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -701,6 +701,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -705,6 +705,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -694,6 +694,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -692,6 +692,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -702,6 +702,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -692,6 +692,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -698,6 +698,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 22 03:45:31 CET 2012 - jeffm@suse.com
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
-------------------------------------------------------------------
Thu Mar 22 03:13:21 CET 2012 - jeffm@suse.de
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
-------------------------------------------------------------------
Wed Mar 21 13:25:52 CET 2012 - meissner@suse.de
- rpm: include crtsavres.o on ppc
- commit 854a031
-------------------------------------------------------------------
Mon Mar 19 20:58:52 CET 2012 - jeffm@suse.com

View File

@ -694,6 +694,12 @@ if [ %CONFIG_MODULES = y ]; then
fi
fi
# arch/powerpc/lib/crtsavres.o is required for building external
# modules on powerpc
if [ -f %kernel_build_dir/arch/powerpc/lib/crtsavres.o ]; then
echo arch/powerpc/lib/crtsavres.o >> %my_builddir/obj-files
fi
tar -cf - -T %my_builddir/obj-files | \
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
# bnc#507084

View File

@ -1,3 +1,3 @@
2012-03-19 20:59:16 +0100
GIT Revision: 63bebffe44a9326fb073c81afe33a556420ecb5f
2012-03-22 03:45:31 +0100
GIT Revision: b244b179a5e2982e103d9073abbf9c2f601abb30
GIT Branch: master