GIT Revision: 191d3dbd15aa8c06c1b5c9192193aa6b799b2f79
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=70
This commit is contained in:
parent
86f3132f6e
commit
2a91237c2c
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 3.0.0)
|
||||
# spec file for package kernel-debug (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 3.0.0)
|
||||
# spec file for package kernel-default (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -888,6 +888,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-desktop (Version 3.0.0)
|
||||
# spec file for package kernel-desktop (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -908,6 +908,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-docs (Version 3.0.0)
|
||||
# spec file for package kernel-docs (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -99,6 +99,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ec2 (Version 3.0.0)
|
||||
# spec file for package kernel-ec2 (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 3.0.0)
|
||||
# spec file for package kernel-pae (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -893,6 +893,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 3.0.0)
|
||||
# spec file for package kernel-ppc64 (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -897,6 +897,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 3.0.0)
|
||||
# spec file for package kernel-ps3 (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 3.0.0)
|
||||
# spec file for package kernel-s390 (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -872,6 +872,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 3.0.0)
|
||||
# spec file for package kernel-source (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -255,6 +255,19 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 3.0.0)
|
||||
# spec file for package kernel-syms (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -81,6 +81,19 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 3.0.0)
|
||||
# spec file for package kernel-trace (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -880,6 +880,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 3.0.0)
|
||||
# spec file for package kernel-vanilla (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -876,6 +876,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 14:51:58 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 13:06:34 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-xen (Version 3.0.0)
|
||||
# spec file for package kernel-xen (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.0
|
||||
%define patchversion 3.0.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,19 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2011 jslaby@suse.cz
|
||||
- Linux 3.0.1.
|
||||
- Refresh
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.
|
||||
- Refresh patches.xen/kexec-move-segment-code-i386.patch.
|
||||
- Refresh patches.xen/kexec-move-segment-code-x86_64.patch.
|
||||
- Refresh patches.xen/xen3-patch-2.6.36.
|
||||
- Delete patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch.
|
||||
- commit 191d3db
|
||||
* Mon Aug 01 2011 mmarek@suse.cz
|
||||
- rpm/modversions: Support for new genksyms format with E# tags for enum
|
||||
constants.
|
||||
- commit ee6da8c
|
||||
* Fri Jul 29 2011 jslaby@suse.cz
|
||||
- tg3: Fix io failures after chip reset (bnc#705962).
|
||||
- commit c8d864c
|
||||
|
@ -7,7 +7,8 @@ use Getopt::Long;
|
||||
use strict;
|
||||
|
||||
my %symbol_type_name = (
|
||||
n => 'normal', t => 'typedef', e => 'enum', s => 'struct', u => 'union'
|
||||
n => 'normal', t => 'typedef', e => 'enum', s => 'struct', u => 'union',
|
||||
E => 'enum constant'
|
||||
);
|
||||
|
||||
my %definitions;
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:742db609c1328abaccfe7882a824a82df42394a07aa8a8ba07873a25873c6d38
|
||||
size 27664
|
||||
oid sha256:62feff53720d01b80e8bc6ffdad08951926a6610472bf5ad58deb541b826a9f7
|
||||
size 26813
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
|
||||
size 136
|
||||
oid sha256:732be25b7e9129414b9648884872d85d4245524bcf2f011f7caf56cb58ef9f51
|
||||
size 36482
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f38fcef29e5268cfaa2c91335a9be77e4672c9ed5502a2fff10031ef62ba4216
|
||||
size 126172
|
||||
oid sha256:b67bf699ffb69edcda7035138535b9d31fa6b4d307181c71ebe1c3d4e9ef4b47
|
||||
size 126068
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6116c742d33d832eb88589ca64f3cc3684459998f2b6de8858157c86b557867
|
||||
size 2035970
|
||||
oid sha256:d74cf077581e7556c8588fd754ee4531a45d248aa6ef6fcd4fe1e886a8083dfd
|
||||
size 2036025
|
||||
|
@ -27,6 +27,7 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/patch-3.0.1
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -368,7 +369,6 @@
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-07-29 13:07:30 +0200
|
||||
GIT Revision: 004c6e29fcd525c632fe4b4248e9b3ada612de79
|
||||
2011-08-05 22:05:41 +0200
|
||||
GIT Revision: 191d3dbd15aa8c06c1b5c9192193aa6b799b2f79
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user