Accepting request 56816 from Kernel:HEAD

Accepted submit request 56816 from user jeff_mahoney

OBS-URL: https://build.opensuse.org/request/show/56816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=119
This commit is contained in:
Ruediger Oertel 2010-12-28 23:13:01 +00:00 committed by Git OBS Bridge
commit 4b0509f70b
46 changed files with 228466 additions and 503 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 13 12:17:15 CEST 2010 - jbeulich@novell.com
- */xen: XEN_NETDEV_LOOPBACK=n (no longer needed/supported).
-------------------------------------------------------------------
Fri Dec 10 09:20:36 CEST 2010 - jbeulich@novell.com
- */xen: CONFIG_XEN_COMPAT=0x040000.
-------------------------------------------------------------------
Tue Nov 16 20:18:04 CET 2010 - jeffm@suse.de

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e2bf8f3fb5e7ae899c666a76bb112e621746deae257104173f43294f07b62cf
size 225394
oid sha256:7aa9806387275f97bce79fb73f623659b54b18642e3697beb70a5259dd95608b
size 225524

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion @SRCVERSION@
%define patchversion @PATCHVERSION@
%define kernelrelease @PATCHVERSION@
%define variant @VARIANT@%{nil}
%include %_sourcedir/kernel-spec-macros
@ -227,8 +227,14 @@ if test -e ../config.addon/%cpu_arch_flavor; then
else
cp ../config/%cpu_arch_flavor .config
fi
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
krel=%kernelrelease-%build_flavor
kver=$(make -s kernelversion $MAKE_ARGS)
# We need to store krel minus the kver prefix to CONFIG_LOCALVERSION
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION ${krel#$kver} \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -237,7 +243,6 @@ fi
--disable CONFIG_DEBUG_INFO
%endif
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
yes '' | make oldconfig $MAKE_ARGS
else

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion @SRCVERSION@
%define patchversion @PATCHVERSION@
%define kernelrelease @PATCHVERSION@
%define variant @VARIANT@%{nil}
%include %_sourcedir/kernel-spec-macros

View File

@ -11,9 +11,6 @@
%define source_rel %(release=%release; echo ${release%.*})
%endif
%define release_major %(rel="%source_rel" ; echo "${rel##[^0-9]*.}")
%define kernelrelease %patchversion-%release_major
%define my_builddir %_builddir/%{name}-%{version}
# macro to add the source timestamp to package descriptions

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,132 @@
-------------------------------------------------------------------
Tue Dec 28 07:01:24 CET 2010 - mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
-------------------------------------------------------------------
Mon Dec 27 23:28:19 CET 2010 - jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
-------------------------------------------------------------------
Mon Dec 27 23:24:08 CET 2010 - jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
-------------------------------------------------------------------
Mon Dec 27 23:09:38 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
-------------------------------------------------------------------
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
Backport to XEN.
- commit 92c0965
-------------------------------------------------------------------
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
decode" (bnc#655048).
- Revert "x86: allocate space within a region top-down"
(bnc#655048).
- Revert "x86/PCI: allocate space from the end of a region,
not the beginning" (bnc#655048).
- Revert "PCI: allocate bus resources from the top down"
(bnc#655048).
- Revert "resources: support allocating space within a region
from the top down" (bnc#655048).
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid low BIOS area when allocating address space
(bnc#655048).
- x86: avoid E820 regions when allocating address space
(bnc#655048).
- x86: avoid high BIOS area when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7bbbf27
-------------------------------------------------------------------
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
- Revert "- resources: add arch hook for preventing allocation in reserved"
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
- commit 6f3bdf8
-------------------------------------------------------------------
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
- Delete
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
-------------------------------------------------------------------
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %kernelrelease
- commit 1d67b13
-------------------------------------------------------------------
Thu Dec 16 22:31:42 CET 2010 - jeffm@suse.com
- Linux: 2.6.37-rc6.
- Update config files.
- Refresh patches.suse/SoN-23-mm-swapfile.patch.
- Refresh patches.suse/SoN-26-nfs-swapper.patch.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.24.
- commit 5650f90
-------------------------------------------------------------------
Mon Dec 13 12:17:49 CET 2010 - jbeulich@novell.com
- Update Xen config files (XEN_NETDEV_LOOPBACK=n).
- supported.conf: Update.
- commit d385dff
-------------------------------------------------------------------
Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
- commit c5eced1
-------------------------------------------------------------------
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
- resources: add arch hook for preventing allocation in reserved
areas (bnc#655048).
- x86: avoid BIOS area when allocating address space (bnc#655048).
- x86: avoid PNP resources when allocating address space
(bnc#655048).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 7e25353
-------------------------------------------------------------------
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
- commit 5343e5f
-------------------------------------------------------------------
Fri Dec 10 09:11:01 CET 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.37-rc5.
- commit bef1a0d
-------------------------------------------------------------------
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
- commit 149d22b
@ -453,6 +579,14 @@ Fri Sep 24 09:54:16 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.36-rc5 and c/s 1038.
- commit 7b86243
-------------------------------------------------------------------
Thu Sep 23 23:33:54 CEST 2010 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Fix for kernel release strings like
2.6.36-rc5-73-g57aebd7-vanilla.
- rpm/kernel-spec-macros: Cleanup.
- commit 0926a18
-------------------------------------------------------------------
Thu Sep 23 19:16:00 CEST 2010 - jeffm@suse.de

File diff suppressed because it is too large Load Diff

1
minmem Normal file
View File

@ -0,0 +1 @@
1048576

1
needed_space_in_mb Normal file
View File

@ -0,0 +1 @@
6144

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ab753ff60c69d2961a0fa3e0a1629d45eb99c837821b8f9cce512f3696811aa
size 77495
oid sha256:0ea0384f3d0716d53b17817202cee956720858017a40f200c73eeb04e9e8f9d4
size 78846

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:135d6396467ff4cfef6948fce85182f5c47a7a968767103566422d1ee549226b
size 12806919
oid sha256:df8855514fa94e5e3343963dd3dee040da4b5a60e19b66183581d28651dc95fb
size 12956289

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e795f2dd6ab35118b5d5afe6c0f0242b421b5d12be2124ec25791bff314f970
size 289501
oid sha256:1e0625181980336171760750eec7d013c3d3eb0c354ad29d38094db61b8f83a7
size 289707

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40e8ff4273b97911135cd707d8c5e8cd729039b47ae2d2870e39777ae7f72717
size 2053132
oid sha256:b42bf2ee173814a87897d1e6cd1ce2ec8607c2c0418ae42c30d3415ef4da2202
size 2064915

View File

@ -32,6 +32,8 @@
patches.kernel.org/patch-2.6.37-rc2-rc3
patches.kernel.org/patch-2.6.37-rc3-rc4
patches.kernel.org/patch-2.6.37-rc4-rc5
patches.kernel.org/patch-2.6.37-rc5-rc6
patches.kernel.org/patch-2.6.37-rc6-rc7
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -93,6 +95,14 @@
+needs_update-33 patches.suse/sched-revert-latency-defaults
patches.suse/sched-automated-per-session-task-groups
patches.fixes/sched-fix-autogroup-proc-interface-race
# This is not the correct fix. The check can be done at
# cgroup exit instead with less of an impact on performance.
# Once that patch is released, then this one should go away.
# I'm accepting it for now because it fixes the crashes that
# many of us have been seeing with 2.6.37-rcX. -jeffm
patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash
########################################################
# Architecture-specific patches. These used to be all
@ -777,7 +787,9 @@
patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37-rc3
patches.xen/xen3-patch-2.6.37-rc3-git1
patches.xen/xen3-patch-2.6.37-rc3-rc4
patches.xen/xen3-patch-2.6.37-rc4-rc5
patches.xen/xen3-res-0002-Revert-x86-allocate-space-within-a-region-top-down.patch
patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch

View File

@ -1,3 +1,3 @@
2010-12-09 16:04:57 +0100
GIT Revision: 149d22bc651b3083297e17b92842c6d7affba574
2010-12-28 07:01:24 +0100
GIT Revision: fd7019cdfca45c51ee47e59d2d4c6cb703074e51
GIT Branch: master

View File

@ -2041,6 +2041,7 @@
- kernel/drivers/watchdog/wdrtas # watchdog for RTAS on pSeries JS20
+isa kernel/drivers/watchdog/wdt
kernel/drivers/watchdog/wdt_pci # Driver for the ICS PCI-WDT500/501 watchdog cards
kernel/drivers/watchdog/xen_wdt # Xen pv watchdog driver
kernel/drivers/xen/blkback/blkbk # Xen block device backend
kernel/drivers/xen/blkback/blkback-pagemap
+base kernel/drivers/xen/blkfront/xenblk # Xen block device frontend
@ -2050,17 +2051,17 @@
kernel/drivers/xen/evtchn
kernel/drivers/xen/gntdev/gntdev
kernel/drivers/xen/netback/netbk # Xen network device backend
kernel/drivers/xen/netback/netloop # Xen network loopback device
- kernel/drivers/xen/netback/netloop # Xen network loopback device
+base kernel/drivers/xen/netfront/xennet # Xen network device frontend
kernel/drivers/xen/pciback/pciback # Xen PCI device backend
- kernel/drivers/xen/scsiback/xen-scsibk
- kernel/drivers/xen/scsifront/xenscsi
kernel/drivers/xen/scsiback/xen-scsibk
kernel/drivers/xen/scsifront/xenscsi
+external kernel/drivers/xen/sfc_netback/sfc_netback
+external kernel/drivers/xen/sfc_netback/sfc_netfront
+external kernel/drivers/xen/sfc_netutil/sfc_netutil
kernel/drivers/xen/tpmback/tpmbk # Xen TPM device backend
- kernel/drivers/xen/usbback/usbbk
- kernel/drivers/xen/usbfront/xen-hcd
kernel/drivers/xen/usbback/usbbk
kernel/drivers/xen/usbfront/xen-hcd
kernel/drivers/xen/xenbus/xenbus_be # Xen XenBus backend driver support module
kernel/fs/9p/9p
- kernel/fs/adfs/adfs