forked from pool/kernel-source
GIT Revision: 580c1a50b5accbd902f8bbb12431ae95cea9e188
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6950
This commit is contained in:
parent
cbbe568683
commit
286c74e9cc
@ -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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ffe6253eb8d22218b30a64499676b0df8bfbc1bdef4a0b0ffbe6b23967e21715
|
oid sha256:9144ed8f59f24286831a431f21a46eb94372fbaae7bb1991e717df22aef6f1c3
|
||||||
size 223587
|
size 230515
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -872,6 +872,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -885,6 +885,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -905,6 +905,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -99,6 +99,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/doc/kernel
|
/usr/share/doc/kernel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
22782
kernel-ec2.changes
Normal file
22782
kernel-ec2.changes
Normal file
File diff suppressed because it is too large
Load Diff
15482
kernel-ec2.spec
Normal file
15482
kernel-ec2.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -872,6 +872,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -890,6 +890,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -894,6 +894,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -875,6 +875,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -869,6 +869,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -254,6 +254,23 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -50,6 +50,9 @@ Requires: kernel-ppc64-devel = %version-%source_rel
|
|||||||
%ifarch s390
|
%ifarch s390
|
||||||
Requires: kernel-s390-devel = %version-%source_rel
|
Requires: kernel-s390-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
Requires: kernel-xen-devel = %version-%source_rel
|
||||||
|
%endif
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
@ -78,6 +81,23 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
|||||||
%_docdir/%name/README.SUSE
|
%_docdir/%name/README.SUSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -877,6 +877,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 17:57:25 CEST 2011 - jack@suse.cz
|
||||||
|
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:24:21 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 13:21:49 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -873,6 +873,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 jeffm@suse.com
|
||||||
|
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
|
||||||
|
- This results in automatically disabling CONFIG_GIGASET_I4L.
|
||||||
|
- commit 697e68b
|
||||||
|
* Fri Apr 15 2011 jack@suse.cz
|
||||||
|
- novfs: Set the sticky bit for the novfs mountpoint (bnc#686412).
|
||||||
|
- commit 860f111
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- patches.arch/x86_64-unwind-annotations: Re-add.
|
||||||
|
- commit 728e154
|
||||||
|
* Fri Apr 15 2011 jbeulich@novell.com
|
||||||
|
- Update Xen patches to 2.6.39-rc3 and c/s 1079.
|
||||||
|
- blktap2: replace hard-coded limit of tap devices with
|
||||||
|
configurable one.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- commit d3bfd6c
|
||||||
* Thu Apr 14 2011 jeffm@suse.com
|
* Thu Apr 14 2011 jeffm@suse.com
|
||||||
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
- fs/partitions/efi.c: corrupted GUID partition tables can cause
|
||||||
kernel oops (bnc#687113 CVE-2011-1577).
|
kernel oops (bnc#687113 CVE-2011-1577).
|
||||||
|
22782
kernel-xen.changes
Normal file
22782
kernel-xen.changes
Normal file
File diff suppressed because it is too large
Load Diff
15482
kernel-xen.spec
Normal file
15482
kernel-xen.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ac9cf2331d2cf95d86305433dc56a75985bb22909f26219aa1d8ff335cf1e536
|
oid sha256:d2dc1c6d9be0a406c175adf6714a648feec81b309bf87c9bb485c64ffec07064
|
||||||
size 67449
|
size 69821
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bf08c4a8a72f4107df528d74aeb9ef9b407e6dd2fda4737e42a17f9ec591966b
|
oid sha256:5dbf804296e6b5fc1c0e20e241576dc558899e783f9e2ed32c354d0a0bdd5802
|
||||||
size 80200
|
size 80584
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:122401989afc192a6d612e5386f458fe6dff237d3c95b70b4ab5612f4dd02906
|
oid sha256:45ef7c3b6f304455db972e7ed474c9fa69d04be0cfcd23c313f0c1b95155a083
|
||||||
size 2107081
|
size 2129289
|
||||||
|
244
series.conf
244
series.conf
@ -368,6 +368,7 @@
|
|||||||
patches.fixes/novfs-fragment-size-fix.patch
|
patches.fixes/novfs-fragment-size-fix.patch
|
||||||
patches.suse/novfs-build-fix
|
patches.suse/novfs-build-fix
|
||||||
patches.suse/novfs-2.6.39-api-changes
|
patches.suse/novfs-2.6.39-api-changes
|
||||||
|
patches.fixes/novfs-sticky-root
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# other filesystem stuff: richacls
|
# other filesystem stuff: richacls
|
||||||
@ -649,6 +650,7 @@
|
|||||||
patches.suse/crasher-26.diff
|
patches.suse/crasher-26.diff
|
||||||
patches.suse/stack-unwind
|
patches.suse/stack-unwind
|
||||||
patches.suse/no-frame-pointer-select
|
patches.suse/no-frame-pointer-select
|
||||||
|
patches.arch/x86_64-unwind-annotations
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Kdump
|
# Kdump
|
||||||
@ -717,124 +719,124 @@
|
|||||||
# 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.
|
||||||
#
|
#
|
||||||
+xen_needs_update ### both uml framebuffer and xen need this one.
|
### both uml framebuffer and xen need this one.
|
||||||
+xen_needs_update patches.xen/add-console-use-vt
|
patches.xen/add-console-use-vt
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # split out patches
|
# split out patches
|
||||||
+xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
|
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
|
||||||
+xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
|
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
|
||||||
+xen_needs_update patches.xen/ipv6-no-autoconf
|
patches.xen/ipv6-no-autoconf
|
||||||
+xen_needs_update patches.xen/pci-guestdev
|
patches.xen/pci-guestdev
|
||||||
+xen_needs_update patches.xen/pci-reserve
|
patches.xen/pci-reserve
|
||||||
+xen_needs_update+needs_update-33 patches.xen/sfc-driverlink
|
+needs_update-33 patches.xen/sfc-driverlink
|
||||||
+xen_needs_update+needs_update-33 patches.xen/sfc-resource-driver
|
+needs_update-33 patches.xen/sfc-resource-driver
|
||||||
+xen_needs_update+needs_update-33 patches.xen/sfc-driverlink-conditional
|
+needs_update-33 patches.xen/sfc-driverlink-conditional
|
||||||
+xen_needs_update+needs_update-33 patches.xen/sfc-external-sram
|
+needs_update-33 patches.xen/sfc-external-sram
|
||||||
+xen_needs_update patches.xen/tmem
|
patches.xen/tmem
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # bulk stuff, new files for xen
|
# bulk stuff, new files for xen
|
||||||
+xen_needs_update patches.xen/xen3-auto-xen-arch.diff
|
patches.xen/xen3-auto-xen-arch.diff
|
||||||
+xen_needs_update patches.xen/xen3-auto-xen-drivers.diff
|
patches.xen/xen3-auto-xen-drivers.diff
|
||||||
+xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff
|
patches.xen/xen3-auto-include-xen-interface.diff
|
||||||
+xen_needs_update patches.xen/xen3-auto-blktap2-pvops.diff
|
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # kconfig bits for xen
|
# kconfig bits for xen
|
||||||
+xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
|
patches.xen/xen3-auto-xen-kconfig.diff
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # common code changes
|
# common code changes
|
||||||
+xen_needs_update patches.xen/xen3-auto-common.diff
|
patches.xen/xen3-auto-common.diff
|
||||||
+xen_needs_update patches.xen/xen3-auto-arch-x86.diff
|
patches.xen/xen3-auto-arch-x86.diff
|
||||||
+xen_needs_update patches.xen/xen3-auto-arch-i386.diff
|
patches.xen/xen3-auto-arch-i386.diff
|
||||||
+xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff
|
patches.xen/xen3-auto-arch-x86_64.diff
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # fixups due to upstream Xen parts
|
# fixups due to upstream Xen parts
|
||||||
+xen_needs_update patches.xen/xen3-fixup-xen
|
patches.xen/xen3-fixup-xen
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update+needs_update-33 patches.xen/sfc-set-arch
|
+needs_update-33 patches.xen/sfc-set-arch
|
||||||
+xen_needs_update+needs_update-33 patches.xen/sfc-endianness
|
+needs_update-33 patches.xen/sfc-endianness
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # newer changeset backports
|
# newer changeset backports
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # changes outside arch/{i386,x86_64}/xen
|
# changes outside arch/{i386,x86_64}/xen
|
||||||
+xen_needs_update patches.xen/xen3-fixup-kconfig
|
patches.xen/xen3-fixup-kconfig
|
||||||
+xen_needs_update patches.xen/xen3-fixup-common
|
patches.xen/xen3-fixup-common
|
||||||
+xen_needs_update patches.xen/xen3-fixup-arch-x86
|
patches.xen/xen3-fixup-arch-x86
|
||||||
+xen_needs_update patches.xen/xen3-fixup-blktap2-pvops
|
patches.xen/xen3-fixup-blktap2-pvops
|
||||||
+xen_needs_update
|
|
||||||
+xen_needs_update # ports of other patches
|
# ports of other patches
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.18
|
patches.xen/xen3-patch-2.6.18
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.19
|
patches.xen/xen3-patch-2.6.19
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.20
|
patches.xen/xen3-patch-2.6.20
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.21
|
patches.xen/xen3-patch-2.6.21
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.22
|
patches.xen/xen3-patch-2.6.22
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.23
|
patches.xen/xen3-patch-2.6.23
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.24
|
patches.xen/xen3-patch-2.6.24
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.25
|
patches.xen/xen3-patch-2.6.25
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.26
|
patches.xen/xen3-patch-2.6.26
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.27
|
patches.xen/xen3-patch-2.6.27
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.28
|
patches.xen/xen3-patch-2.6.28
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.29
|
patches.xen/xen3-patch-2.6.29
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.30
|
patches.xen/xen3-patch-2.6.30
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.31
|
patches.xen/xen3-patch-2.6.31
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.32
|
patches.xen/xen3-patch-2.6.32
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.33
|
patches.xen/xen3-patch-2.6.33
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.34
|
patches.xen/xen3-patch-2.6.34
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.35
|
patches.xen/xen3-patch-2.6.35
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.36
|
patches.xen/xen3-patch-2.6.36
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.37
|
patches.xen/xen3-patch-2.6.37
|
||||||
+xen_needs_update patches.xen/xen3-patch-2.6.38
|
patches.xen/xen3-patch-2.6.38
|
||||||
+xen_needs_update patches.xen/xen3-seccomp-disable-tsc-option
|
patches.xen/xen3-patch-2.6.39-rc3
|
||||||
+xen_needs_update patches.xen/xen3-x86-mcp51-no-dac
|
patches.xen/xen3-seccomp-disable-tsc-option
|
||||||
+xen_needs_update patches.xen/xen3-x86-mark_rodata_rw.patch
|
patches.xen/xen3-x86-mcp51-no-dac
|
||||||
+xen_needs_update patches.xen/xen3-stack-unwind
|
patches.xen/xen3-x86-mark_rodata_rw.patch
|
||||||
+xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
|
patches.xen/xen3-stack-unwind
|
||||||
+xen_needs_update
|
patches.xen/xen3-x86_64-unwind-annotations
|
||||||
+xen_needs_update # bugfixes and enhancements
|
|
||||||
+xen_needs_update patches.xen/xen-balloon-max-target
|
# bugfixes and enhancements
|
||||||
+xen_needs_update patches.xen/xen-block-backends-cleanup
|
patches.xen/xen-balloon-max-target
|
||||||
+xen_needs_update patches.xen/xen-blkback-bimodal-suse
|
patches.xen/xen-blkback-bimodal-suse
|
||||||
+xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
|
patches.xen/xen-blkif-protocol-fallback-hack
|
||||||
+xen_needs_update patches.xen/xen-blkback-cdrom
|
patches.xen/xen-blkback-cdrom
|
||||||
+xen_needs_update patches.xen/xen-blktap-modular
|
patches.xen/xen-blktap-modular
|
||||||
+xen_needs_update patches.xen/xen-blktap-write-barriers
|
patches.xen/xen-blktap-write-barriers
|
||||||
+xen_needs_update patches.xen/xen-blktap2-use-after-free
|
patches.xen/xen-blktap2-use-after-free
|
||||||
+xen_needs_update patches.xen/xen-op-packet
|
patches.xen/xen-blktap2-configurable-nr-devs
|
||||||
+xen_needs_update patches.xen/xen-blkfront-cdrom
|
patches.xen/xen-op-packet
|
||||||
+xen_needs_update patches.xen/xen-sections
|
patches.xen/xen-blkfront-cdrom
|
||||||
+xen_needs_update patches.xen/xen-swiotlb-heuristics
|
patches.xen/xen-kconfig-compat
|
||||||
+xen_needs_update patches.xen/xen-kconfig-compat
|
patches.xen/xen-cpufreq-report
|
||||||
+xen_needs_update patches.xen/xen-cpufreq-report
|
patches.xen/xen-sys-suspend
|
||||||
+xen_needs_update patches.xen/xen-sysdev-suspend
|
patches.xen/xen-ipi-per-cpu-irq
|
||||||
+xen_needs_update patches.xen/xen-ipi-per-cpu-irq
|
patches.xen/xen-virq-per-cpu-irq
|
||||||
+xen_needs_update patches.xen/xen-virq-per-cpu-irq
|
patches.xen/xen-clockevents
|
||||||
+xen_needs_update patches.xen/xen-clockevents
|
patches.xen/xen-spinlock-poll-early
|
||||||
+xen_needs_update patches.xen/xen-spinlock-poll-early
|
patches.xen/xen-pcpu-hotplug
|
||||||
+xen_needs_update patches.xen/xen-pcpu-hotplug
|
patches.xen/xen-mem-hotplug
|
||||||
+xen_needs_update patches.xen/xen-mem-hotplug
|
patches.xen/xen-swiotlb-heuristics
|
||||||
+xen_needs_update patches.xen/xen-configurable-guest-devices
|
patches.xen/xen-configurable-guest-devices
|
||||||
+xen_needs_update patches.xen/xen-netback-nr-irqs
|
patches.xen/xen-netback-nr-irqs
|
||||||
+xen_needs_update patches.xen/xen-netback-notify-multi
|
patches.xen/xen-netback-notify-multi
|
||||||
+xen_needs_update patches.xen/xen-netback-generalize
|
patches.xen/xen-netback-generalize
|
||||||
+xen_needs_update patches.xen/xen-netback-multiple-tasklets
|
patches.xen/xen-netback-multiple-tasklets
|
||||||
+xen_needs_update patches.xen/xen-netback-kernel-threads
|
patches.xen/xen-netback-kernel-threads
|
||||||
+xen_needs_update patches.xen/xen-tmem-v1
|
patches.xen/xen-tmem-v1
|
||||||
+xen_needs_update patches.xen/xen-cxgb3
|
patches.xen/xen-cxgb3
|
||||||
+xen_needs_update patches.xen/xen-dcdbas
|
patches.xen/xen-dcdbas
|
||||||
+xen_needs_update patches.xen/xen-floppy
|
patches.xen/xen-floppy
|
||||||
+xen_needs_update patches.xen/xen-kzalloc
|
patches.xen/xen-sections
|
||||||
+xen_needs_update patches.xen/xen-unpriv-build
|
patches.xen/xen-kzalloc
|
||||||
+xen_needs_update patches.xen/xen-setup-gsi
|
patches.xen/xen-unpriv-build
|
||||||
+xen_needs_update patches.xen/xen-watchdog
|
patches.xen/xen-setup-gsi
|
||||||
+xen_needs_update patches.xen/xen-x86-panic-no-reboot
|
patches.xen/xen-x86-panic-no-reboot
|
||||||
+xen_needs_update patches.xen/xen-x86-dcr-fallback
|
patches.xen/xen-x86-dcr-fallback
|
||||||
+xen_needs_update patches.xen/xen-x86-no-lapic
|
patches.xen/xen-x86-no-lapic
|
||||||
+xen_needs_update patches.xen/xen-x86-pmd-handling
|
patches.xen/xen-x86-pmd-handling
|
||||||
+xen_needs_update patches.xen/xen-x86-bigmem
|
patches.xen/xen-x86-bigmem
|
||||||
+xen_needs_update patches.xen/xen-x86-exit-mmap
|
patches.xen/xen-x86-exit-mmap
|
||||||
+xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info
|
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||||
+xen_needs_update patches.xen/xen-x86-msr-on-pcpu
|
patches.xen/xen-x86-msr-on-pcpu
|
||||||
+xen_needs_update patches.xen/xen-x86_64-pgd-pin
|
patches.xen/xen-x86_64-pgd-pin
|
||||||
+xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order
|
patches.xen/xen-x86_64-pgd-alloc-order
|
||||||
+xen_needs_update patches.xen/xen-x86_64-dump-user-pgt
|
patches.xen/xen-x86_64-dump-user-pgt
|
||||||
+xen_needs_update patches.xen/xen-x86_64-note-init-p2m
|
patches.xen/xen-x86_64-note-init-p2m
|
||||||
+xen_needs_update patches.xen/xen-x86_64-unmapped-initrd
|
patches.xen/xen-x86_64-unmapped-initrd
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2011-04-14 18:43:07 +0200
|
2011-04-15 20:25:16 +0200
|
||||||
GIT Revision: 385b39373a04b55fd06c8b4845d168ccb017f058
|
GIT Revision: 580c1a50b5accbd902f8bbb12431ae95cea9e188
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user