diff --git a/config.tar.bz2 b/config.tar.bz2 index c39f1af..b5f767b 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d25a2a775ead24c015125123a790634c46989c3d04fd0f9bcf72d39801f22f4a -size 308549 +oid sha256:f603fc509b6ee7616736468d0819dfaf4f01c2271f354496037a18063a0fc280 +size 308362 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index 3df388e..d2cdd14 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -591,9 +591,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-cubox.changes b/kernel-cubox.changes index 626a301..de6eeab 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-cubox.spec b/kernel-cubox.spec index a25b16e..036acb4 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -667,9 +667,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-debug.changes b/kernel-debug.changes index 626a301..de6eeab 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 8135f56..7fd8f86 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -670,9 +670,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-default.changes b/kernel-default.changes index 626a301..de6eeab 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index cd10b67..88c6d44 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -685,9 +685,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 626a301..de6eeab 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 8c489fc..356ef3b 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -679,9 +679,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-docs.changes b/kernel-docs.changes index 626a301..de6eeab 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 626a301..de6eeab 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 1ce20bb..df65ad5 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -669,9 +669,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-exynos.changes b/kernel-exynos.changes index 626a301..de6eeab 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-exynos.spec b/kernel-exynos.spec index b6e5eb9..004cd5a 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -666,9 +666,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-highbank.changes b/kernel-highbank.changes index 626a301..de6eeab 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-highbank.spec b/kernel-highbank.spec index 9835a04..f15efa0 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -666,9 +666,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-imx51.changes b/kernel-imx51.changes index 626a301..de6eeab 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 6160d2a..3223ac6 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -667,9 +667,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index 626a301..de6eeab 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index b0f7828..99aaa00 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -667,9 +667,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-pae.changes b/kernel-pae.changes index 626a301..de6eeab 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index a8964b2..3511db1 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -676,9 +676,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 626a301..de6eeab 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index cbc373a..f3ac91b 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -680,9 +680,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-s390.changes b/kernel-s390.changes index 626a301..de6eeab 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-s390.spec b/kernel-s390.spec index ca5a6c6..5e818bb 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -669,9 +669,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-source.changes b/kernel-source.changes index 626a301..de6eeab 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-syms.changes b/kernel-syms.changes index 626a301..de6eeab 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-tegra.changes b/kernel-tegra.changes index 626a301..de6eeab 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-tegra.spec b/kernel-tegra.spec index 75214ff..d2f1819 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -667,9 +667,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-trace.changes b/kernel-trace.changes index 626a301..de6eeab 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index fe2e5e1..90f7c46 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -677,9 +677,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-u8500.changes b/kernel-u8500.changes index 626a301..de6eeab 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-u8500.spec b/kernel-u8500.spec index b3db9b1..50e6715 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -667,9 +667,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 626a301..de6eeab 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index f51e8af..d003445 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -673,9 +673,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/kernel-xen.changes b/kernel-xen.changes index 626a301..de6eeab 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS +- commit 19e7e54 + +------------------------------------------------------------------- +Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Fix exynos uart +- commit 1b4b5c5 + +------------------------------------------------------------------- +Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de + +- Cleanup ACPI table override patches with latest x86-tip commits + and proper git-xy: meta tags: +- lib: Add early cpio decoder. +- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- ACPI: Implement physical address table override. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Fix build when disabled. +- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check. +- ACPI: Overriding ACPI tables via initrd only works with + an initrd. +- ACPI: Cleanup acpi_initrd_override declaration and remove + ifdefs. +- Delete patches.arch/acpi_fix_custom_method_acc.patch. +- Delete patches.arch/acpi_override_2_2.patch. +- Delete patches.arch/acpi_override_documentation. +- Delete patches.arch/acpi_override_introduce_taint_func.patch. +- Delete patches.arch/acpi_physical_override.patch. +- Delete patches.arch/lib_earlycpio.patch. +- Delete patches.arch/x86_introduce_reserve_mem_area.patch. +- commit c45da8f + ------------------------------------------------------------------- Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index e6a79a4..fffc76d 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -669,9 +669,11 @@ if [ %CONFIG_MODULES = y ]; then Module.symvers || res=$? fi if [ $res -ne 0 ]; then - if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ - ! -e %_sourcedir/IGNORE-KABI-BADNESS -a \ - ! -e /etc/IGNORE-KABI-BADNESS ]; then + # %ignore_kabi_badness is defined in the Kernel:* projects in the + # OBS to be able to build the KOTD in spite of kabi errors + if [ 0%{?ignore_kabi_badness} -eq 0 -a \ + ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ + ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index fca6aa5..689778f 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67356543780e4c24056d28fb7356f14bb80cc38e6a73c113c0d3ebacd1e119c4 -size 82557 +oid sha256:533d1a9cb6e2223e2ed3aa17ae3681a0cbd530a54a4f091cbc80bd5ac912854d +size 83742 diff --git a/series.conf b/series.conf index b5a0f20..255bdee 100644 --- a/series.conf +++ b/series.conf @@ -201,13 +201,16 @@ # Queued for 2.6.36 -> just revert after some time patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch - patches.arch/lib_earlycpio.patch - patches.arch/x86_introduce_reserve_mem_area.patch - patches.arch/acpi_override_2_2.patch - patches.arch/acpi_physical_override.patch - patches.arch/acpi_override_introduce_taint_func.patch - patches.arch/acpi_override_documentation - patches.arch/acpi_fix_custom_method_acc.patch + patches.arch/001-acpi_initrd_override_tables.patch + patches.arch/002-acpi_initrd_override_tables.patch + patches.arch/003-acpi_initrd_override_tables.patch + patches.arch/004-acpi_initrd_override_tables.patch + patches.arch/005-acpi_initrd_override_tables.patch + patches.arch/006-acpi_initrd_override_tables.patch + patches.arch/007-acpi_initrd_override_tables.patch + patches.arch/008-acpi_initrd_override_tables.patch + patches.arch/009-acpi_initrd_override_tables.patch + patches.arch/010-acpi_initrd_override_tables.patch ######################################################## # CPUFREQ diff --git a/source-timestamp b/source-timestamp index 957a905..ecb5473 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-10-17 20:03:43 +0200 -GIT Revision: e978fb65e2bd25d2d273b13380de4d7be2d03c72 +2012-10-18 22:33:10 +0200 +GIT Revision: 3fa892ec9615adec76d6cc9117fc009d79163d26 GIT Branch: master