GIT Revision: 4404c194be13d0a5cb74f9208fe5bbf427248fbe
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6860
This commit is contained in:
parent
03405ef363
commit
4993bc0e09
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -865,6 +865,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -878,6 +878,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -898,6 +898,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/doc/kernel
|
/usr/share/doc/kernel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -868,6 +868,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -865,6 +865,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -883,6 +883,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -887,6 +887,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -868,6 +868,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -862,6 +862,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -243,6 +243,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -81,6 +81,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
|||||||
%_docdir/%name/README.SUSE
|
%_docdir/%name/README.SUSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -870,6 +870,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -866,6 +866,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -862,6 +862,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 23:58:59 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
Sat Nov 13 10:08:17 CET 2010 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -868,6 +868,10 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2010 jslaby@suse.cz
|
||||||
|
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
|
||||||
|
(bnc#651256).
|
||||||
|
- commit 4404c19
|
||||||
* Sat Nov 13 2010 jslaby@suse.cz
|
* Sat Nov 13 2010 jslaby@suse.cz
|
||||||
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
- TTY: restore tty_ldisc_wait_idle (bnc#642043).
|
||||||
- commit 84d87bf
|
- commit 84d87bf
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d3ed093b3bef3ce01d19522061b6e68cbefec16fb9194449569edf41b7061b87
|
oid sha256:bf3bfd70c0a3399549ebd48d199b90dfe7824cf1e827d77a289e21fc09edcb4b
|
||||||
size 96372
|
size 97471
|
||||||
|
@ -98,6 +98,7 @@
|
|||||||
patches.fixes/res-0007-x86-PCI-allocate-space-from-the-end-of-a-region-not-.patch
|
patches.fixes/res-0007-x86-PCI-allocate-space-from-the-end-of-a-region-not-.patch
|
||||||
patches.fixes/res-0008-x86-update-iomem_resource-end-based-on-CPU-physical-.patch
|
patches.fixes/res-0008-x86-update-iomem_resource-end-based-on-CPU-physical-.patch
|
||||||
patches.fixes/res-0009-x86-allocate-space-within-a-region-top-down.patch
|
patches.fixes/res-0009-x86-allocate-space-within-a-region-top-down.patch
|
||||||
|
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Architecture-specific patches. These used to be all
|
# Architecture-specific patches. These used to be all
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2010-11-13 10:08:17 +0100
|
2010-11-15 23:58:59 +0100
|
||||||
GIT Revision: 84d87bffe1852700083d182fdaaed4c27a44d34a
|
GIT Revision: 4404c194be13d0a5cb74f9208fe5bbf427248fbe
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user