1
0
forked from pool/kernel-source

GIT Revision: 12ac0acca09ab7ae651970f3a7e181e42e8cf4e2

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6867
This commit is contained in:
Michal Marek 2010-11-23 06:01:46 +00:00 committed by Git OBS Bridge
parent 632f436ab8
commit 56b8aa6753
35 changed files with 474 additions and 55 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:9b4243bb4d6b5f4788959b70bdba8a790343fafb2efc46529c0bf55faa6e3652 oid sha256:3e454abd81df115d8e235bcdd2ad91b3fe806df8e155a2f5048f620caa1cee48
size 214982 size 215251

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -865,6 +865,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -878,6 +878,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -898,6 +898,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# norootforbuild # norootforbuild
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -26,9 +26,9 @@ Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
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 = %version-%source_rel BuildRequires: kernel-source%variant = %version-%source_rel
@ -99,6 +99,18 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel /usr/share/doc/kernel
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-net
Summary: Minimal kernel with disk and net support Summary: Minimal kernel with disk and net support
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -865,6 +865,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -883,6 +883,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -887,6 +887,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ps3
Summary: kernel for ps3 bootloader Summary: kernel for ps3 bootloader
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -868,6 +868,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -862,6 +862,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
# icecream 0 # icecream 0
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -32,9 +32,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources
@ -243,6 +243,18 @@ popd
%endif %endif
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release Release: %kernel_source_release
@ -78,6 +78,18 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -870,6 +870,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -866,6 +866,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.36 %define srcversion 2.6.36
%define patchversion 2.6.37-rc2 %define patchversion 2.6.37-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-vmi
Summary: VMI-enabled kernel Summary: VMI-enabled kernel
Version: 2.6.37 Version: 2.6.37
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -862,6 +862,18 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Mon Nov 22 2010 jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
* Mon Nov 22 2010 jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
* Sun Nov 21 2010 jslaby@suse.cz * Sun Nov 21 2010 jslaby@suse.cz
- PCI: fix offset check for sysfs mmapped files (bnc#655157). - PCI: fix offset check for sysfs mmapped files (bnc#655157).
- commit 2938f56 - commit 2938f56

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:cef788b70bd011485e293bf5b03ebe094a2dcc091925fabfb7786eb6bbf3ac6c oid sha256:66978eaaf4cb47e601806b0392c2e405f8907727260ceb625aeae9bdfed6af3e
size 79690 size 76893

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:cca74408f83f1f1e56d9dfa2abbbd7de1a49be43379df04dc77ff79895cb2296 oid sha256:72a0c37ad39509afe9622d8683ae34de2edfbfabf245f59d0bd76bf2a7cfe324
size 12475175 size 12551114

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2778b85fc99bbe4d416b43762c3c1c28da12c2a0c40a33bd020435fe0c3c427c oid sha256:d0d5058695873c812222809f3a9a95d3fc7c24b1a88f4333b9b77cc9ac6e79a2
size 3341 size 3555

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:206549d9a995fb4fb5f61b6d5feb1ad62177c13127dbacf292726d829962dc7c oid sha256:073be450bdb76697a2580a758c0012946cdaefa0ce86a766fda13d3f86ab1219
size 288357 size 288466

View File

@ -29,6 +29,7 @@
######################################################## ########################################################
patches.kernel.org/patch-2.6.37-rc1 patches.kernel.org/patch-2.6.37-rc1
patches.kernel.org/patch-2.6.37-rc1-rc2 patches.kernel.org/patch-2.6.37-rc1-rc2
patches.kernel.org/patch-2.6.37-rc2-rc3
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -38,6 +39,7 @@
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
patches.rpmify/qla4xx-missing-readq-definition patches.rpmify/qla4xx-missing-readq-definition
patches.rpmify/easycap-fixes
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
@ -88,8 +90,6 @@
patches.suse/hung_task_timeout-configurable-default patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults +needs_update-33 patches.suse/sched-revert-latency-defaults
patches.fixes/make-note_interrupt-fast.diff
patches.fixes/twl6030-fix-note_interrupt-call
patches.suse/sched-automated-per-tty-task-groups patches.suse/sched-automated-per-tty-task-groups
######################################################## ########################################################
@ -523,7 +523,6 @@
######################################################## ########################################################
# PCI and PCI hotplug # PCI and PCI hotplug
######################################################## ########################################################
patches.fixes/PCI-fix-offset-check-for-sysfs-mmapped-files.patch
######################################################## ########################################################
# sysfs / driver core # sysfs / driver core

View File

@ -1,3 +1,3 @@
2010-11-21 16:35:45 +0100 2010-11-22 19:48:15 +0100
GIT Revision: 2938f568e86f78ebe4ede547405f44599cea768c GIT Revision: 12ac0acca09ab7ae651970f3a7e181e42e8cf4e2
GIT Branch: master GIT Branch: master