commit a925c7490a2add061bbd4eb25b3a9d972e4a6d20

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=141
This commit is contained in:
Michal Marek 2012-09-16 06:02:22 +00:00 committed by Git OBS Bridge
parent cd350a4ff8
commit 1adfdd160b
45 changed files with 405 additions and 48 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:497758a3f97b5d19bc24f330715acef367b3e799531616808b6b40e7083c54a7 oid sha256:94549c7990548bb4705898bd3f5509e11692dabc949b3812366cf866aca0ee25
size 308251 size 308380

View File

@ -317,6 +317,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-cubox Name: kernel-cubox
Summary: Kernel for SolidRun Cubox Summary: Kernel for SolidRun Cubox
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -393,6 +393,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -396,6 +396,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -411,6 +411,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -405,6 +405,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -17,14 +17,14 @@
# norootforbuild # norootforbuild
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
Name: kernel-docs Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant BuildRequires: kernel-source%variant

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2 Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel Summary: The Amazon EC2 Xen Kernel
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -395,6 +395,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-exynos Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC Summary: Kernel for Samsung's Exynos SoC
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -392,6 +392,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51 Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC Summary: Kernel for Freescale's iMX SoC
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -393,6 +393,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -393,6 +393,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -402,6 +402,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64 Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -406,6 +406,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -395,6 +395,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
# icecream 0 # icecream 0
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: Development/Sources Group: Development/Sources

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -23,7 +23,7 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 3.5.3 Version: 3.5.4
%if %using_buildservice %if %using_buildservice
Release: 0 Release: 0
%else %else

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC Summary: Kernel for Nvidia's Tegra SoC
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -393,6 +393,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -403,6 +403,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500 Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -393,6 +393,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -399,6 +399,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 15 10:32:00 CEST 2012 - jslaby@suse.cz
- rpm/kernel-binary.spec.in: avoid fixdep compilation error
Let's see if it helps.
- commit c618b7c
-------------------------------------------------------------------
Sat Sep 15 10:29:40 CEST 2012 - jslaby@suse.cz
- Linux 3.5.4.
- Refresh patches.suse/scsi-error-test-unit-ready-timeout.
- Delete
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design.
- Update config files.
- commit a925c74
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz Mon Aug 27 11:56:37 CEST 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.5 %define srcversion 3.5
%define patchversion 3.5.3 %define patchversion 3.5.4
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen Name: kernel-xen
Summary: The Xen Kernel Summary: The Xen Kernel
Version: 3.5.3 Version: 3.5.4
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -395,6 +395,8 @@ fi
%endif %endif
while true; do while true; do
make %{?_smp_mflags} scripts $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y \
2>&1 | tee buildlog
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \ make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 \
| tee buildlog | tee buildlog
if test "${PIPESTATUS[0]}" -eq 0; then if test "${PIPESTATUS[0]}" -eq 0; then

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c5d6aad59742697485df536f011d114b01531b380047c0999ae7c4d23aef0efa oid sha256:477694745efabc9c69ead49284e8617298e38ec767c38216ef1340a8610b778f
size 23994 size 22456

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:9b78319fe9aede24c881c97fe6a611f5475d9f67675882d41b2643006ce1a34a oid sha256:8cad372be9405031fce18f9785a30111b8bf20b6dfb54c4474bb828907733ae4
size 95367 size 127080

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:20087e016eb82ef38903564562d7595129cdce06af4443f979e11fd881812a5d oid sha256:02992bd73508309a1c9530346ec9342ce9056caec5c10e594e7d2ce81b2bf950
size 127870 size 127943

View File

@ -30,6 +30,7 @@
patches.kernel.org/patch-3.5.1 patches.kernel.org/patch-3.5.1
patches.kernel.org/patch-3.5.1-2 patches.kernel.org/patch-3.5.1-2
patches.kernel.org/patch-3.5.2-3 patches.kernel.org/patch-3.5.2-3
patches.kernel.org/patch-3.5.3-4
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -410,7 +411,6 @@
######################################################## ########################################################
# I2C # I2C
######################################################## ########################################################
patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design
######################################################## ########################################################
# Input & Console # Input & Console

View File

@ -1,3 +1,3 @@
2012-08-27 14:50:53 +0200 2012-09-15 10:42:36 +0200
GIT Revision: 798a508e5d5c17af5dabe21dc5670245a93e10b2 GIT Revision: a925c7490a2add061bbd4eb25b3a9d972e4a6d20
GIT Branch: stable GIT Branch: stable