Accepting request 83043 from Kernel:HEAD

- Update to 3.1-rc6.
- commit 8f0eaba

- patches.arch/x86_64-unwind-annotations: Fix unwinding through
    interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5

- KVM: PPC: Fix incorrect CBE KVM hooks.
  There is another issue with KVM_HV and CBE that I only saw building
  this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
  When building KVM HV mode with plenty other options enabled, the build
  fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
  So I pulled it in from the kvm tree.
- commit 2be41bd

- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0

- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174

- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).

OBS-URL: https://build.opensuse.org/request/show/83043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=150
This commit is contained in:
Ruediger Oertel 2011-09-19 15:50:33 +00:00 committed by Git OBS Bridge
commit 816922a6a7
38 changed files with 252784 additions and 396 deletions

View File

@ -12,8 +12,8 @@
+i386 i386/desktop +i386 i386/desktop
+i386 i386/pae +i386 i386/pae
+i386 -syms i386/debug +i386 -syms i386/debug
#+i386 i386/xen +i386 i386/xen
#+i386 -syms i386/ec2 +i386 -syms i386/ec2
+i386 i386/vanilla +i386 i386/vanilla
+i386 -syms i386/trace +i386 -syms i386/trace
@ -24,8 +24,8 @@
+x86_64 x86_64/default +x86_64 x86_64/default
+x86_64 x86_64/desktop +x86_64 x86_64/desktop
#+x86_64 x86_64/xen +x86_64 x86_64/xen
#+x86_64 -syms x86_64/ec2 +x86_64 -syms x86_64/ec2
+x86_64 -syms x86_64/debug +x86_64 -syms x86_64/debug
+x86_64 x86_64/vanilla +x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace +x86_64 -syms x86_64/trace

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use # The version of the main tarball to use
SRCVERSION=3.1-rc5 SRCVERSION=3.1-rc6
# variant of the kernel-source package, either empty or "-rt" # variant of the kernel-source package, either empty or "-rt"
VARIANT= VARIANT=
# buildservice projects to build the kernel against # buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:69b3427c534a6488fb34f8b7e395eeba2dd23965994ae311c630725c2a2216da oid sha256:70f82a5be46d8bd10ad3763b73d37193754574e3b1bda1d95420a481b0665f60
size 215909 size 229165

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

24187
kernel-ec2.changes Normal file

File diff suppressed because it is too large Load Diff

16389
kernel-ec2.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz

File diff suppressed because it is too large Load Diff

24187
kernel-xen.changes Normal file

File diff suppressed because it is too large Load Diff

16389
kernel-xen.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03a45a61766be3f9cea8c98dfe2195642948d2c3222fca358258d43b9067d494
size 77212038

3
linux-3.1-rc6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18ead5ca0056e9af2a4c58b6924f3e066419a07f563f4a74ad41667d19e5b4be
size 77217153

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 version https://git-lfs.github.com/spec/v1
oid sha256:355837a70c8bd67a129572e4d870dd2f2bf92ac42bbe1651470567571e00d8ca oid sha256:6d05dbf4bc1dc357dff231962bcd1622e273f4145e2ccea9ebed176c77b6bddb
size 66686 size 68118

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:6d91d0846ff42d2cae347caa4e75e517b63052dfe793bc6156fb15d65f876a17 oid sha256:d0c979372b86fd284ff166b4f7c2b8f4d6b58bbceb103d7b2dbf326c25765c03
size 180525 size 182844

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a4db987217ab952413e072901fd609c9577a3f965b0f94f52b883e299bee463e oid sha256:8ef926c0adb17252417fb8420281b103afd9e252005f955327b2a436c868ad01
size 2036335 size 2050767

View File

@ -148,6 +148,8 @@
patches.arch/ppc64-xmon-dmesg-printing.patch patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch patches.arch/ppc-prom-nodisplay.patch
patches.fixes/ptrace-getsiginfo patches.fixes/ptrace-getsiginfo
patches.arch/ppc-kvm-fix-big-section.patch
patches.arch/ppc-kvm-fix-cbe.patch
######################################################## ########################################################
# PS3 # PS3
@ -613,7 +615,7 @@
patches.suse/stack-unwind patches.suse/stack-unwind
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/no-frame-pointer-select patches.suse/no-frame-pointer-select
+jbeulich patches.arch/x86_64-unwind-annotations patches.arch/x86_64-unwind-annotations
######################################################## ########################################################
# Kdump # Kdump
@ -660,114 +662,119 @@
# on top of them instead. This reduces workload when # on top of them instead. This reduces workload when
# re-basing to a newer xen tree. # re-basing to a newer xen tree.
# #
+jbeulich ### both uml framebuffer and xen need this one. ### both uml framebuffer and xen need this one.
+jbeulich patches.xen/add-console-use-vt patches.xen/add-console-use-vt
+jbeulich
+jbeulich # split out patches # split out patches
+jbeulich patches.xen/kexec-move-segment-code-i386.patch patches.xen/kexec-move-segment-code-i386.patch
+jbeulich patches.xen/kexec-move-segment-code-x86_64.patch patches.xen/kexec-move-segment-code-x86_64.patch
+jbeulich patches.xen/ipv6-no-autoconf patches.xen/frontswap-structure-changes
+jbeulich patches.xen/pci-guestdev patches.xen/frontswap-core
+jbeulich patches.xen/pci-reserve patches.xen/frontswap-hooks
+jbeulich patches.xen/frontswap-config
+jbeulich # bulk stuff, new files for xen patches.xen/ipv6-no-autoconf
+jbeulich patches.xen/xen3-auto-xen-arch.diff patches.xen/pci-guestdev
+jbeulich patches.xen/xen3-auto-xen-drivers.diff patches.xen/pci-reserve
+jbeulich patches.xen/xen3-auto-include-xen-interface.diff
+jbeulich patches.xen/xen3-auto-blktap2-pvops.diff # bulk stuff, new files for xen
+jbeulich patches.xen/xen3-auto-xen-arch.diff
+jbeulich # kconfig bits for xen patches.xen/xen3-auto-xen-drivers.diff
+jbeulich patches.xen/xen3-auto-xen-kconfig.diff patches.xen/xen3-auto-include-xen-interface.diff
+jbeulich patches.xen/xen3-auto-blktap2-pvops.diff
+jbeulich # common code changes
+jbeulich patches.xen/xen3-auto-common.diff # kconfig bits for xen
+jbeulich patches.xen/xen3-auto-arch-x86.diff patches.xen/xen3-auto-xen-kconfig.diff
+jbeulich patches.xen/xen3-auto-arch-i386.diff
+jbeulich patches.xen/xen3-auto-arch-x86_64.diff # common code changes
+jbeulich patches.xen/xen3-auto-common.diff
+jbeulich # fixups due to upstream Xen parts patches.xen/xen3-auto-arch-x86.diff
+jbeulich patches.xen/xen3-fixup-xen patches.xen/xen3-auto-arch-i386.diff
+jbeulich patches.xen/xen3-auto-arch-x86_64.diff
+jbeulich # newer changeset backports
+jbeulich # fixups due to upstream Xen parts
+jbeulich # changes outside arch/{i386,x86_64}/xen patches.xen/xen3-fixup-xen
+jbeulich patches.xen/xen3-fixup-kconfig
+jbeulich patches.xen/xen3-fixup-common # newer changeset backports
+jbeulich patches.xen/xen3-fixup-arch-x86
+jbeulich patches.xen/xen3-fixup-blktap2-pvops # changes outside arch/{i386,x86_64}/xen
+jbeulich patches.xen/xen3-fixup-kconfig
+jbeulich # ports of other patches patches.xen/xen3-fixup-common
+jbeulich patches.xen/xen3-patch-2.6.18 patches.xen/xen3-fixup-arch-x86
+jbeulich patches.xen/xen3-patch-2.6.19 patches.xen/xen3-fixup-blktap2-pvops
+jbeulich patches.xen/xen3-patch-2.6.20
+jbeulich patches.xen/xen3-patch-2.6.21 # ports of other patches
+jbeulich patches.xen/xen3-patch-2.6.22 patches.xen/xen3-patch-2.6.18
+jbeulich patches.xen/xen3-patch-2.6.23 patches.xen/xen3-patch-2.6.19
+jbeulich patches.xen/xen3-patch-2.6.24 patches.xen/xen3-patch-2.6.20
+jbeulich patches.xen/xen3-patch-2.6.25 patches.xen/xen3-patch-2.6.21
+jbeulich patches.xen/xen3-patch-2.6.26 patches.xen/xen3-patch-2.6.22
+jbeulich patches.xen/xen3-patch-2.6.27 patches.xen/xen3-patch-2.6.23
+jbeulich patches.xen/xen3-patch-2.6.28 patches.xen/xen3-patch-2.6.24
+jbeulich patches.xen/xen3-patch-2.6.29 patches.xen/xen3-patch-2.6.25
+jbeulich patches.xen/xen3-patch-2.6.30 patches.xen/xen3-patch-2.6.26
+jbeulich patches.xen/xen3-patch-2.6.31 patches.xen/xen3-patch-2.6.27
+jbeulich patches.xen/xen3-patch-2.6.32 patches.xen/xen3-patch-2.6.28
+jbeulich patches.xen/xen3-patch-2.6.33 patches.xen/xen3-patch-2.6.29
+jbeulich patches.xen/xen3-patch-2.6.34 patches.xen/xen3-patch-2.6.30
+jbeulich patches.xen/xen3-patch-2.6.35 patches.xen/xen3-patch-2.6.31
+jbeulich patches.xen/xen3-patch-2.6.36 patches.xen/xen3-patch-2.6.32
+jbeulich patches.xen/xen3-patch-2.6.37 patches.xen/xen3-patch-2.6.33
+jbeulich patches.xen/xen3-patch-2.6.38 patches.xen/xen3-patch-2.6.34
+jbeulich patches.xen/xen3-patch-2.6.39 patches.xen/xen3-patch-2.6.35
+jbeulich patches.xen/xen3-patch-3.0-rc5 patches.xen/xen3-patch-2.6.36
+jbeulich patches.xen/xen3-stack-unwind patches.xen/xen3-patch-2.6.37
+jbeulich patches.xen/xen3-x86_64-unwind-annotations patches.xen/xen3-patch-2.6.38
+jbeulich patches.xen/xen3-patch-2.6.39
+jbeulich # bugfixes and enhancements patches.xen/xen3-patch-3.0
+jbeulich patches.xen/xen-balloon-max-target patches.xen/xen3-patch-3.1-rc5
+jbeulich patches.xen/xen-blkif-protocol-fallback-hack patches.xen/xen3-stack-unwind
+jbeulich patches.xen/xen-blkback-cdrom patches.xen/xen3-x86_64-unwind-annotations
+jbeulich patches.xen/xen-blktap-modular
+jbeulich patches.xen/xen-blktap-write-barriers # bugfixes and enhancements
+jbeulich patches.xen/xen-blktap2-use-after-free patches.xen/xen-balloon-max-target
+jbeulich patches.xen/xen-blktap2-configurable-nr-devs patches.xen/xen-blkif-protocol-fallback-hack
+jbeulich patches.xen/xen-op-packet patches.xen/xen-blkback-cdrom
+jbeulich patches.xen/xen-blkfront-cdrom patches.xen/xen-blktap-modular
+jbeulich patches.xen/xen-kconfig-compat patches.xen/xen-blktap-write-barriers
+jbeulich patches.xen/xen-cpufreq-report patches.xen/xen-blktap2-configurable-nr-devs
+jbeulich patches.xen/xen-sys-suspend patches.xen/xen-op-packet
+jbeulich patches.xen/xen-ipi-per-cpu-irq patches.xen/xen-blkfront-cdrom
+jbeulich patches.xen/xen-virq-per-cpu-irq patches.xen/xen-blkfront-hvm-no-cdrom
+jbeulich patches.xen/xen-clockevents patches.xen/xen-kconfig-compat
+jbeulich patches.xen/xen-spinlock-poll-early patches.xen/xen-cpufreq-report
+jbeulich patches.xen/xen-pcpu-hotplug patches.xen/xen-sys-suspend
+jbeulich patches.xen/xen-mem-hotplug patches.xen/xen-ipi-per-cpu-irq
+jbeulich patches.xen/xen-frontswap patches.xen/xen-virq-per-cpu-irq
+jbeulich patches.xen/xen-swiotlb-heuristics patches.xen/xen-clockevents
+jbeulich patches.xen/xen-configurable-guest-devices patches.xen/xen-spinlock-poll-early
+jbeulich patches.xen/xen-netback-nr-irqs patches.xen/xen-pcpu-hotplug
+jbeulich patches.xen/xen-netback-notify-multi patches.xen/xen-mem-hotplug
+jbeulich patches.xen/xen-netback-generalize patches.xen/xen-swiotlb-heuristics
+jbeulich patches.xen/xen-netback-multiple-tasklets patches.xen/xen-configurable-guest-devices
+jbeulich patches.xen/xen-netback-kernel-threads patches.xen/xen-netback-nr-irqs
+jbeulich patches.xen/xen-cxgb3 patches.xen/xen-netback-notify-multi
+jbeulich patches.xen/xen-dcdbas patches.xen/xen-netback-generalize
+jbeulich patches.xen/xen-floppy patches.xen/xen-netback-multiple-tasklets
+jbeulich patches.xen/xen-sections patches.xen/xen-netback-kernel-threads
+jbeulich patches.xen/xen-kzalloc patches.xen/xen-cxgb3
+jbeulich patches.xen/xen-unpriv-build patches.xen/xen-dcdbas
+jbeulich patches.xen/xen-setup-gsi patches.xen/xen-floppy
+jbeulich patches.xen/xen-x86-panic-no-reboot patches.xen/xen-sections
+jbeulich patches.xen/xen-x86-dcr-fallback patches.xen/xen-kzalloc
+jbeulich patches.xen/xen-x86-no-lapic patches.xen/xen-unpriv-build
+jbeulich patches.xen/xen-x86-pmd-handling patches.xen/xen-setup-gsi
+jbeulich patches.xen/xen-x86-bigmem patches.xen/xen-x86-panic-no-reboot
+jbeulich patches.xen/xen-x86-exit-mmap patches.xen/xen-x86-dcr-fallback
+jbeulich patches.xen/xen-x86-per-cpu-vcpu-info patches.xen/xen-x86-no-lapic
+jbeulich patches.xen/xen-x86-msr-on-pcpu patches.xen/xen-x86-pmd-handling
+jbeulich patches.xen/xen-x86-EFI patches.xen/xen-x86-bigmem
+jbeulich patches.xen/xen-x86_64-pgd-pin patches.xen/xen-x86-exit-mmap
+jbeulich patches.xen/xen-x86_64-pgd-alloc-order patches.xen/xen-x86-per-cpu-vcpu-info
+jbeulich patches.xen/xen-x86_64-dump-user-pgt patches.xen/xen-x86-msr-on-pcpu
+jbeulich patches.xen/xen-x86_64-note-init-p2m patches.xen/xen-x86-EFI
+jbeulich patches.xen/xen-x86_64-unmapped-initrd patches.xen/xen-x86-mmcfg-ACPI-reserved
patches.xen/xen-x86_64-pgd-pin
patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd

View File

@ -1,3 +1,3 @@
2011-09-05 09:52:24 +0200 2011-09-15 22:18:41 +0200
GIT Revision: 8a211c9645361190a2ac73318bd75dd2c8df7979 GIT Revision: 532c24ffdc1e085588774cecacdc52535bddc3a1
GIT Branch: master GIT Branch: master