commit c367f31ba24d132e27c5e9251bd16ce4e50dded4
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=153
This commit is contained in:
parent
f61808ee32
commit
9242136329
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d25a2a775ead24c015125123a790634c46989c3d04fd0f9bcf72d39801f22f4a
|
||||
size 308549
|
||||
oid sha256:f603fc509b6ee7616736468d0819dfaf4f01c2271f354496037a18063a0fc280
|
||||
size 308362
|
||||
|
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-highbank
|
||||
Summary: Kernel for Calxeda Highbank SoC
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-omap2plus
|
||||
Summary: Kernel for Texas instrument's OMAP SoC
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-tegra
|
||||
Summary: Kernel for Nvidia's Tegra SoC
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-u8500
|
||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.6.3.
|
||||
- Refresh patches.xen/xen3-fixup-xen.
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-3.2.
|
||||
- Refresh patches.xen/xen3-patch-3.6.
|
||||
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
|
||||
- Delete
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
|
||||
- commit cfee26b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.6
|
||||
%define patchversion 3.6.2
|
||||
%define patchversion 3.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.6.2
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -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."
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67356543780e4c24056d28fb7356f14bb80cc38e6a73c113c0d3ebacd1e119c4
|
||||
size 82557
|
||||
oid sha256:533d1a9cb6e2223e2ed3aa17ae3681a0cbd530a54a4f091cbc80bd5ac912854d
|
||||
size 83742
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60a2b71dc041f5f18d96f0a92ed5168d6d6c087d6e458b4aa6953799e84a0219
|
||||
size 24893
|
||||
oid sha256:633d7857fdb9b857a2a7e52bdde1b0f7df1c5e68bb77d7d0302c12ae02341d22
|
||||
size 24476
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59a5d7e2dbb55f04e6d3093a831fc72dba8a2c2e99d8a0e15d5569891ab75a08
|
||||
size 62599
|
||||
oid sha256:2595d4747b3cc56ce5ec43dc3455f3538e6e63c5ca98ce99e4c6985e6265093a
|
||||
size 90791
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b613688b9f207cc7d012b3d5522bab63e3f854dc8312c58275ed88ea6a1b250
|
||||
size 5999
|
||||
oid sha256:99785b499d19ddb64e37eb73aed49153fd79e4e3269cd6dc232f79a28f1feac2
|
||||
size 5496
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:380f586a74e481f5d38d00e8481afaaa56ec48f865088283f3a76f1d57ce05ca
|
||||
size 2094728
|
||||
oid sha256:e537013344848ed9f3e202ffcfd580167dbb679dc0ed2abdd8a0509120a45c26
|
||||
size 2093850
|
||||
|
20
series.conf
20
series.conf
@ -29,6 +29,7 @@
|
||||
########################################################
|
||||
patches.kernel.org/patch-3.6.1
|
||||
patches.kernel.org/patch-3.6.1-2
|
||||
patches.kernel.org/patch-3.6.2-3
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -41,7 +42,6 @@
|
||||
patches.rpmify/geode-depends-on-x86_32
|
||||
patches.rpmify/ubifs-remove-DATE-TIME.patch
|
||||
patches.rpmify/chipidea-clean-up-dependencies
|
||||
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -202,13 +202,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
|
||||
@ -261,7 +264,6 @@
|
||||
patches.suse/msft-hv-0402-hyperv-Report-actual-status-in-receive-completion-pa.patch
|
||||
patches.suse/msft-hv-0403-hyperv-Add-buffer-for-extended-info-after-the-RNDIS-.patch
|
||||
patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
|
||||
patches.fixes/hv-storvsc-reset-wait.patch
|
||||
|
||||
########################################################
|
||||
# Networking, IPv6
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-10-17 20:28:22 +0200
|
||||
GIT Revision: 10facfd7614368a3c7815562f7dbc535e019691c
|
||||
2012-10-22 00:15:08 +0200
|
||||
GIT Revision: c367f31ba24d132e27c5e9251bd16ce4e50dded4
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user