GIT Revision: 646bfb1cf7b96064a857ab76ca74c3d7b19f8f23
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=57
This commit is contained in:
parent
c0405a1a79
commit
a564a6c9fe
@ -275,6 +275,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -352,6 +352,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -877,6 +879,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -367,6 +367,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -890,6 +892,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -361,6 +361,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -910,6 +912,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -99,6 +99,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/doc/kernel
|
/usr/share/doc/kernel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -880,6 +882,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -358,6 +358,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -895,6 +897,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -362,6 +362,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -899,6 +901,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -880,6 +882,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -874,6 +876,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -255,6 +255,25 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -81,6 +81,25 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
|||||||
%_docdir/%name/README.SUSE
|
%_docdir/%name/README.SUSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -359,6 +359,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -882,6 +884,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -355,6 +355,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -878,6 +880,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 13:58:43 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 11:30:18 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|||||||
export KBUILD_VERBOSE=0
|
export KBUILD_VERBOSE=0
|
||||||
export KBUILD_SYMTYPES=1
|
export KBUILD_SYMTYPES=1
|
||||||
export KBUILD_OVERRIDE=1
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -880,6 +882,25 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2011 jslaby@suse.cz
|
||||||
|
- Refresh
|
||||||
|
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
|
||||||
|
- aic94xx: world-writable sysfs update_bios file.
|
||||||
|
Update upstream info.
|
||||||
|
- commit 8912816
|
||||||
|
* Mon May 30 2011 jack@suse.cz
|
||||||
|
- mm: Fix assertion mapping->nrpages == 0 in end_writeback()
|
||||||
|
(bnc#693013 bnc#666423).
|
||||||
|
- Refresh patches.xen/tmem.
|
||||||
|
- commit 646bfb1
|
||||||
|
* Fri May 27 2011 mmarek@suse.cz
|
||||||
|
- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to
|
||||||
|
geeko@buildhost, obsoleting the patch to scripts/mkcompile_h.
|
||||||
|
- commit b4b7255
|
||||||
|
* Mon May 23 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39 final and c/s 1085.
|
||||||
|
- xen/sfc_netfront: fix an unused variable error.
|
||||||
|
- commit 3b6edff
|
||||||
* Fri May 20 2011 jslaby@suse.cz
|
* Fri May 20 2011 jslaby@suse.cz
|
||||||
- PM: Print a warning if firmware is requested when tasks are
|
- PM: Print a warning if firmware is requested when tasks are
|
||||||
frozen (bnc#695219).
|
frozen (bnc#695219).
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:29225fe2e1c48407fa49a2c1b5de011ff4d556f25529ee788a0d90904f7ff77e
|
oid sha256:fcbeaeed8ce65dba258cc166961896888f7097a86cab4a7d77d1e2745e01e0bf
|
||||||
size 27258
|
size 28046
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:317afa5ea7858690bf4512d1b56e60fd3a40b5ff0391176860ff07ae36f482ae
|
oid sha256:ff1bbec2723134d8e3979d0d007893d227736fc38be3e734afd3951160b998cd
|
||||||
size 2115996
|
size 2115934
|
||||||
|
@ -169,6 +169,7 @@
|
|||||||
|
|
||||||
patches.suse/readahead-request-tunables.patch
|
patches.suse/readahead-request-tunables.patch
|
||||||
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
||||||
|
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# IPC patches
|
# IPC patches
|
||||||
@ -621,8 +622,7 @@
|
|||||||
patches.xen/xen3-patch-2.6.36
|
patches.xen/xen3-patch-2.6.36
|
||||||
patches.xen/xen3-patch-2.6.37
|
patches.xen/xen3-patch-2.6.37
|
||||||
patches.xen/xen3-patch-2.6.38
|
patches.xen/xen3-patch-2.6.38
|
||||||
patches.xen/xen3-patch-2.6.39-rc3
|
patches.xen/xen3-patch-2.6.39
|
||||||
patches.xen/xen3-patch-2.6.39-rc5-rc6
|
|
||||||
patches.xen/xen3-stack-unwind
|
patches.xen/xen3-stack-unwind
|
||||||
patches.xen/xen3-x86_64-unwind-annotations
|
patches.xen/xen3-x86_64-unwind-annotations
|
||||||
|
|
||||||
@ -653,7 +653,6 @@
|
|||||||
patches.xen/xen-netback-generalize
|
patches.xen/xen-netback-generalize
|
||||||
patches.xen/xen-netback-multiple-tasklets
|
patches.xen/xen-netback-multiple-tasklets
|
||||||
patches.xen/xen-netback-kernel-threads
|
patches.xen/xen-netback-kernel-threads
|
||||||
patches.xen/xen-tmem-v1
|
|
||||||
patches.xen/xen-cxgb3
|
patches.xen/xen-cxgb3
|
||||||
patches.xen/xen-dcdbas
|
patches.xen/xen-dcdbas
|
||||||
patches.xen/xen-floppy
|
patches.xen/xen-floppy
|
||||||
@ -661,6 +660,7 @@
|
|||||||
patches.xen/xen-kzalloc
|
patches.xen/xen-kzalloc
|
||||||
patches.xen/xen-unpriv-build
|
patches.xen/xen-unpriv-build
|
||||||
patches.xen/xen-setup-gsi
|
patches.xen/xen-setup-gsi
|
||||||
|
patches.xen/xen-sfc-netfront-gcc46
|
||||||
patches.xen/xen-x86-panic-no-reboot
|
patches.xen/xen-x86-panic-no-reboot
|
||||||
patches.xen/xen-x86-dcr-fallback
|
patches.xen/xen-x86-dcr-fallback
|
||||||
patches.xen/xen-x86-no-lapic
|
patches.xen/xen-x86-no-lapic
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2011-05-20 20:23:02 +0200
|
2011-05-30 14:05:11 +0200
|
||||||
GIT Revision: a64b7f7b99649df732bbf2e62442808053af5256
|
GIT Revision: 646bfb1cf7b96064a857ab76ca74c3d7b19f8f23
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user