GIT Revision: 3525cb559f2d29d5e64560adec79d963a8829042

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=31
This commit is contained in:
Michal Marek 2011-03-16 06:03:17 +00:00 committed by Git OBS Bridge
parent 12be587583
commit d032ac037a
48 changed files with 7160 additions and 167 deletions

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fa63861931f798dada5989586424f50c61ca04f9b2c6c5b060b6b2560f86415
size 224632
oid sha256:19ad5336718fc475cc212b18dc116089fb57ddd3aa57fe3df52d5556798dad90
size 226710

View File

@ -264,7 +264,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -529,6 +528,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.37.4)
# spec file for package kernel-debug (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -339,7 +339,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -604,6 +603,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -865,6 +867,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -900,6 +905,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -920,10 +941,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -935,6 +969,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -950,6 +988,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -962,19 +1004,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1003,6 +1062,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1011,6 +1078,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1046,21 +1117,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1070,37 +1163,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1120,6 +1251,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1137,12 +1270,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.37.4)
# spec file for package kernel-default (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -354,7 +354,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -619,6 +618,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -878,6 +880,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -913,6 +918,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -933,10 +954,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -948,6 +982,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -963,6 +1001,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -975,19 +1017,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1016,6 +1075,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1024,6 +1091,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1059,21 +1130,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1083,37 +1176,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1133,6 +1264,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1150,12 +1283,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 2.6.37.4)
# spec file for package kernel-desktop (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -348,7 +348,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -613,6 +612,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -898,6 +900,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -933,6 +938,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -953,10 +974,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -968,6 +1002,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -983,6 +1021,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -995,19 +1037,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1036,6 +1095,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1044,6 +1111,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1079,21 +1150,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1103,37 +1196,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1153,6 +1284,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1170,12 +1303,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 2.6.37.4)
# spec file for package kernel-docs (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 2.6.37.4
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -134,6 +137,22 @@ rm -rf $RPM_BUILD_ROOT
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -154,10 +173,23 @@ rm -rf $RPM_BUILD_ROOT
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -169,6 +201,10 @@ rm -rf $RPM_BUILD_ROOT
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -184,6 +220,10 @@ rm -rf $RPM_BUILD_ROOT
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -196,19 +236,36 @@ rm -rf $RPM_BUILD_ROOT
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -237,6 +294,14 @@ rm -rf $RPM_BUILD_ROOT
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -245,6 +310,10 @@ rm -rf $RPM_BUILD_ROOT
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -280,21 +349,43 @@ rm -rf $RPM_BUILD_ROOT
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -304,37 +395,75 @@ rm -rf $RPM_BUILD_ROOT
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -354,6 +483,8 @@ rm -rf $RPM_BUILD_ROOT
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -371,12 +502,47 @@ rm -rf $RPM_BUILD_ROOT
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 2.6.37.4)
# spec file for package kernel-ec2 (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -603,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -868,6 +870,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -903,6 +908,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -923,10 +944,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -938,6 +972,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -953,6 +991,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -965,19 +1007,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1006,6 +1065,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1014,6 +1081,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1049,21 +1120,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1073,37 +1166,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1123,6 +1254,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1140,12 +1273,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-net (Version 2.6.37.4)
# spec file for package kernel-net (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -337,7 +337,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -602,6 +601,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -865,6 +867,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -900,6 +905,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -920,10 +941,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -935,6 +969,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -950,6 +988,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -962,19 +1004,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1003,6 +1062,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1011,6 +1078,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1046,21 +1117,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1070,37 +1163,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1120,6 +1251,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1137,12 +1270,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.37.4)
# spec file for package kernel-pae (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -345,7 +345,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -610,6 +609,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -883,6 +885,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -918,6 +923,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -938,10 +959,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -953,6 +987,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -968,6 +1006,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -980,19 +1022,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1021,6 +1080,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1029,6 +1096,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1064,21 +1135,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1088,37 +1181,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1138,6 +1269,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1155,12 +1288,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.37.4)
# spec file for package kernel-ppc64 (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -349,7 +349,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -614,6 +613,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -887,6 +889,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -922,6 +927,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -942,10 +963,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -957,6 +991,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -972,6 +1010,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -984,19 +1026,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1025,6 +1084,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1033,6 +1100,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1068,21 +1139,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1092,37 +1185,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1142,6 +1273,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1159,12 +1292,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.37.4)
# spec file for package kernel-ps3 (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -603,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -868,6 +870,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -903,6 +908,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -923,10 +944,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -938,6 +972,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -953,6 +991,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -965,19 +1007,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1006,6 +1065,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1014,6 +1081,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1049,21 +1120,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1073,37 +1166,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1123,6 +1254,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1140,12 +1273,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.37.4)
# spec file for package kernel-s390 (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -603,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -862,6 +864,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -897,6 +902,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -917,10 +938,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -932,6 +966,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -947,6 +985,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -959,19 +1001,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1000,6 +1059,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1008,6 +1075,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1043,21 +1114,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1067,37 +1160,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1117,6 +1248,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1134,12 +1267,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.37.4)
# spec file for package kernel-source (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -254,6 +254,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -289,6 +292,22 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -309,10 +328,23 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -324,6 +356,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -339,6 +375,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -351,19 +391,36 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -392,6 +449,14 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -400,6 +465,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -435,21 +504,43 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -459,37 +550,75 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -509,6 +638,8 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -526,12 +657,47 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.37.4)
# spec file for package kernel-syms (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -81,6 +81,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -116,6 +119,22 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -136,10 +155,23 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -151,6 +183,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -166,6 +202,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -178,19 +218,36 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -219,6 +276,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -227,6 +292,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -262,21 +331,43 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -286,37 +377,75 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -336,6 +465,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -353,12 +484,47 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.37.4)
# spec file for package kernel-trace (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -346,7 +346,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -611,6 +610,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -870,6 +872,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -905,6 +910,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -925,10 +946,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -940,6 +974,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -955,6 +993,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -967,19 +1009,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1008,6 +1067,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1016,6 +1083,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1051,21 +1122,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1075,37 +1168,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1125,6 +1256,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1142,12 +1275,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.37.4)
# spec file for package kernel-vanilla (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -342,7 +342,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -607,6 +606,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -866,6 +868,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -901,6 +906,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -921,10 +942,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -936,6 +970,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -951,6 +989,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -963,19 +1005,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1004,6 +1063,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1012,6 +1079,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1047,21 +1118,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1071,37 +1164,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1121,6 +1252,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1138,12 +1271,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vmi (Version 2.6.37.4)
# spec file for package kernel-vmi (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vmi
Summary: VMI-enabled kernel
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -336,7 +336,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -601,6 +600,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -862,6 +864,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -897,6 +902,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -917,10 +938,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -932,6 +966,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -947,6 +985,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -959,19 +1001,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1000,6 +1059,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1008,6 +1075,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1043,21 +1114,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1067,37 +1160,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1117,6 +1248,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1134,12 +1267,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
@ -42,6 +48,31 @@ Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Mon Mar 14 01:22:01 CET 2011 - jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
-------------------------------------------------------------------
Fri Mar 11 14:37:00 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
-------------------------------------------------------------------
Fri Mar 11 14:19:55 CET 2011 - jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
@ -74,6 +105,21 @@ Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
-------------------------------------------------------------------
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 6cc2d2b
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
@ -81,6 +127,13 @@ Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
@ -101,6 +154,13 @@ Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Mon Feb 28 15:34:35 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
@ -125,6 +185,13 @@ Thu Feb 24 16:29:14 CET 2011 - tiwai@suse.de
(bnc#674735).
- commit 74b3781
-------------------------------------------------------------------
Thu Feb 24 16:27:46 CET 2011 - tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
-------------------------------------------------------------------
Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
@ -140,6 +207,19 @@ Thu Feb 24 11:10:55 CET 2011 - jslaby@suse.cz
These patches went upstream, update.
- commit be3e181
-------------------------------------------------------------------
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
-------------------------------------------------------------------
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
-------------------------------------------------------------------
Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
@ -147,6 +227,12 @@ Tue Feb 22 14:06:34 CET 2011 - mszeredi@suse.cz
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
-------------------------------------------------------------------
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
-------------------------------------------------------------------
Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
@ -154,12 +240,25 @@ Mon Feb 21 10:34:10 CET 2011 - tiwai@suse.de
CVE-2011-0712).
- commit f6a72cc
-------------------------------------------------------------------
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
-------------------------------------------------------------------
Sun Feb 20 11:36:45 CET 2011 - jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
-------------------------------------------------------------------
Fri Feb 18 23:13:58 CET 2011 - rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
-------------------------------------------------------------------
Fri Feb 18 22:57:09 CET 2011 - rjw@suse.de
@ -202,6 +301,20 @@ Thu Feb 17 11:58:18 CET 2011 - rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
-------------------------------------------------------------------
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
-------------------------------------------------------------------
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
-------------------------------------------------------------------
Thu Feb 17 01:15:14 CET 2011 - gregkh@suse.de
@ -216,6 +329,13 @@ Wed Feb 16 16:25:24 CET 2011 - jbeulich@novell.com
initial 2.6.37 merge.
- commit 7a5313d
-------------------------------------------------------------------
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
-------------------------------------------------------------------
Wed Feb 16 14:31:03 CET 2011 - tiwai@suse.de
@ -260,6 +380,14 @@ Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
@ -273,11 +401,21 @@ Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:57:43 CET 2011 - jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
@ -285,6 +423,13 @@ Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com
bnc#661429).
- commit 2e98bfc
-------------------------------------------------------------------
Wed Feb 9 22:55:13 CET 2011 - gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
-------------------------------------------------------------------
Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
@ -295,6 +440,9 @@ Wed Feb 9 22:52:29 CET 2011 - gregkh@suse.de
-------------------------------------------------------------------
Wed Feb 9 13:37:33 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -310,6 +458,8 @@ Wed Feb 9 13:00:11 CET 2011 - tiwai@suse.de
-------------------------------------------------------------------
Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
@ -317,10 +467,19 @@ Wed Feb 9 00:08:37 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Tue Feb 8 23:42:06 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
-------------------------------------------------------------------
Tue Feb 8 18:10:13 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
-------------------------------------------------------------------
Tue Feb 8 17:24:22 CET 2011 - jslaby@suse.cz
@ -333,6 +492,35 @@ Tue Feb 8 16:52:35 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
-------------------------------------------------------------------
Tue Feb 8 16:48:28 CET 2011 - jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
-------------------------------------------------------------------
Tue Feb 8 14:31:56 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
-------------------------------------------------------------------
Tue Feb 8 14:17:50 CET 2011 - jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
-------------------------------------------------------------------
Tue Feb 8 13:16:52 CET 2011 - sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
@ -343,18 +531,23 @@ Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
-------------------------------------------------------------------
Mon Feb 7 18:20:11 CET 2011 - mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
-------------------------------------------------------------------
Mon Feb 7 16:19:29 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
@ -363,9 +556,23 @@ Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
-------------------------------------------------------------------
Fri Feb 4 22:22:44 CET 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de
@ -399,6 +606,8 @@ Wed Feb 2 17:34:01 CET 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -429,6 +638,59 @@ Sun Jan 23 23:19:08 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
-------------------------------------------------------------------
Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
-------------------------------------------------------------------
Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
-------------------------------------------------------------------
Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
-------------------------------------------------------------------
Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
-------------------------------------------------------------------
Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
-------------------------------------------------------------------
Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
-------------------------------------------------------------------
Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
-------------------------------------------------------------------
Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
-------------------------------------------------------------------
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
@ -441,6 +703,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
-------------------------------------------------------------------
Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
-------------------------------------------------------------------
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.37.4)
# spec file for package kernel-xen (Version 2.6.38)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.4
%define srcversion 2.6.38
%define patchversion 2.6.38
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.37.4
Version: 2.6.38
%if %using_buildservice
Release: <RELEASE>
%else
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
cat > .kernel-binary.spec.buildenv <<EOF
# Override the timestamp 'uname -v' reports with the build
# timestamp.
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
# The following branch/timestamp will end up in Oopses.
@ -603,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
%_sourcedir/split-modules -d %buildroot \
-o %my_builddir \
-b %kernel_build_dir/Module.base \
%if ! %supported_modules_check
-i \
%endif
-s %kernel_build_dir/Module.supported
%if ! %split_extra
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
@ -868,6 +870,9 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
@ -903,6 +908,22 @@ Debug information for package %name-devel
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Mon Mar 14 2011 jeffm@suse.com
- Linux: 2.6.38-rc8.
- Eliminated 1 patch.
- commit 7da557d
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc7 and c/s 1072
- pv-ops blktap2.
- adjust xen build after addition of pv-ops' blktap2.
- blktap: Fix reference to freed struct request.
- cleanup to blkback and blktap.
- apply xen specific patch to the Chelsio ethernet drivers.
- Update Xen config files.
- commit 289ecca
* Fri Mar 11 2011 jbeulich@novell.com
- fix i386 unwind annotations.
- commit 02bd501
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
@ -923,10 +944,23 @@ Debug information for package %name-devel
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.
- commit 098768b
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
@ -938,6 +972,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit 87944ac
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
@ -953,6 +991,10 @@ Debug information for package %name-devel
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit 74b3781
* Thu Feb 24 2011 tiwai@suse.de
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
(bnc#674735).
- commit ed81f8c
* Thu Feb 24 2011 jslaby@suse.cz
- ath9k: Fix ath9k prevents CPU to enter C3 states (bnc#667793).
- Refresh
@ -965,19 +1007,36 @@ Debug information for package %name-devel
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch.
These patches went upstream, update.
- commit be3e181
* Wed Feb 23 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
- Update to 2.6.38-rc6.
- Eliminated 1 patch.
- commit 6cce7bb
* Tue Feb 22 2011 mszeredi@suse.cz
- xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
(CVE-2011-0711 bnc#672524).
- commit 547a9f9
* Tue Feb 22 2011 mmarek@suse.cz
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
- commit eb17bba
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit f6a72cc
* Mon Feb 21 2011 tiwai@suse.de
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
CVE-2011-0712).
- commit 5ef002b
* Sun Feb 20 2011 jslaby@suse.cz
- Revert "tpm_tis: Use timeouts returned from TPM" (bnc#673619).
- commit d991856
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit da9d3a8
* Fri Feb 18 2011 jslaby@suse.cz
- Update to 2.6.37.1:
@ -1006,6 +1065,14 @@ Debug information for package %name-devel
* Thu Feb 17 2011 rjw@suse.de
- PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access (bnc#434742).
- commit a73834f
* Thu Feb 17 2011 jeffm@suse.de
- Update to 2.6.38-rc5.
- commit 8344657
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
- disable CONFIG_DRM_VMWGFX (bnc#606458)
- update sparc configs to at least be able to run "make oldconfig"
- commit da75bd9
* Thu Feb 17 2011 gregkh@suse.de
- Update config files.
disable CONFIG_DRM_VMWGFX. (bnc#606458)
@ -1014,6 +1081,10 @@ Debug information for package %name-devel
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit 7a5313d
* Wed Feb 16 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
initial 2.6.37 merge.
- commit e493205
* Wed Feb 16 2011 tiwai@suse.de
- ALSA: HDA: Add Lenovo vendor quirk for Conexant 205xx
(bnc#670946).
@ -1049,21 +1120,43 @@ Debug information for package %name-devel
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 72bd3d0
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).
- commit 2e98bfc
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit 1eb5eaa
* Wed Feb 09 2011 gregkh@suse.de
- Staging: samsung-laptop: add support for lots of laptops
(bnc#661682).
- commit c6d0dc9
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
- rpm/kernel-source.spec.in: Set timestamp of sources to the commit
timestamp, so that they are always older than generated files in
/usr/src/linux-obj (bnc#669669).
@ -1073,37 +1166,75 @@ Debug information for package %name-devel
(bnc#670577).
- commit 474305e
* Wed Feb 09 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- rpm/kernel-binary.spec.in: Do not run fdupes in /usr/src/linux-obj, to
keep timestamps intact.
- commit e211a69
* Tue Feb 08 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- rpm/kernel-source.spec.in: Remove .gitignore files after applying patches
(fix last change).
- commit d6a7494
* Tue Feb 08 2011 jeffm@suse.com
- Updated to 2.6.38-rc4.
- Eliminated 1 patch.
- commit c327e0a
* Tue Feb 08 2011 jslaby@suse.cz
- orinoco: allow IW_AUTH_MFP to pass through (bnc#661624).
- commit 442a3d7
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit f82619b
* Tue Feb 08 2011 jbeulich@novell.com
- Fix a few issues in patches.suse/stack-unwind (bnc#661409).
- commit 027481c
* Tue Feb 08 2011 jbeulich@novell.com
- Update Xen patches to 2.6.38-rc4 and c/s 1066.
- config.conf: Re-enable Xen.
- Update x86 config files.
- commit 72cea6e
* Tue Feb 08 2011 jbeulich@novell.com
- Update config files.
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- Refresh and re-enable patches.suse/stack-unwind.
- commit 1fabeda
* Tue Feb 08 2011 sjayaraman@suse.de
- Refresh patches.suse/SoN-06-mm-kmem_estimate_pages.patch to accomodate an
upstream change.
- commit ae5bb3f
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- rpm/{kernel-source.spec.in,mkspec}: Sync with vanilla and linux-next
- commit fecf998
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Remove dead code.
- rpm/kernel-source.spec.in: Remove dead code.
- commit b97b6f2
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Fri Feb 04 2011 mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- rpm/compute-PATCHVERSION.sh: Fix sed regexp
- commit d889fe7
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4
@ -1123,6 +1254,8 @@ Debug information for package %name-devel
during failed mount (bnc#668878)
- commit de24d15
* Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
@ -1140,12 +1273,47 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
- winbond: needs <linux/delay.h> for msleep and friends.
- commit e394a2e
* Sun Jan 23 2011 jeffm@suse.de
- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change.
- commit 40d2921
* Sun Jan 23 2011 jeffm@suse.de
- supported.conf: Added rc_core as a dependency.
- commit 8b2c1b9
* Sun Jan 23 2011 jeffm@suse.com
- Update config files.
- CONFIG_EXPERT=n on all but ps3
- Vanilla configs updated.
- commit b25e639
* Sun Jan 23 2011 jeffm@suse.com
- Revert "- Update config files: CONFIG_EXPERT=n except ps3"
This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400.
This was a bad commit. I have no idea where all the changes came from.
- commit 459f3f1
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
* Sat Jan 22 2011 jeffm@suse.com
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15
* Sat Jan 22 2011 jeffm@suse.de
- Updated some Patch-mainline headers.
- commit 9122bf0
* Sat Jan 22 2011 jeffm@suse.de
- Update to 2.6.38-rc1.
- Removed 12 patches.
- Xen is disabled.
- Quite a few patches need updating.
- commit 9163bb7
* Fri Jan 21 2011 trenn@suse.de
- perf: Do not export power_frequency, but power_start event
(bnc#665153).

3
linux-2.6.38.tar.bz2 Normal file
View File

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

8
mkspec
View File

@ -117,9 +117,11 @@ do_spec('docs', "kernel-docs$variant.spec", %macros);
$requires .= "%endif\n";
}
chomp $requires;
do_spec('syms', "kernel-syms$variant.spec", %macros,
REQUIRES => $requires,
ARCHS => join(" ", sort(keys(%all_archs))));
if (keys(%all_archs)) {
do_spec('syms', "kernel-syms$variant.spec", %macros,
REQUIRES => $requires,
ARCHS => join(" ", sort(keys(%all_archs))));
}
}
exit 0;

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9efd8e2352ca9f515bb8ce2c27af5e0a078f4ec6fe72196c7d2c1be9dbf2409d
size 83014
oid sha256:630a817e16c7246ce6817e59f03a5c0fdeef7122f428e521873d831478aa9ef3
size 76290

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e0561dd185e7032558090f1966bb7cd2f38445a05802ba2f9ff7d763659f547
size 140727
oid sha256:56200c8b75406d638fdaa8bbc5d44d12ba72ec876725a60688f1b1f589142e28
size 129708

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c6b40f6df7ad3fe0feb3537faee6f5f07f41469f424030d9a6ff28861b51cfc
size 87513
oid sha256:8db5c9adf8a504bab6e5a64cc05a9eae06f0aafe0976a0f075635e528797a32d
size 79457

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5b6c8bd5d4cd7a1de0e44d09dafed9fb4e8ec19377545d96de443c42e524f66
size 142300
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
size 136

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:105b05d17d05a97e647c5add90e08e47c210db2247c076c40621cc83ab977483
size 3587
oid sha256:4626128ab961a811286e0fccde755d2971672f7b18c0a8afd2a476d2876e8f5e
size 3743

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a5ea444a74a48a7f5a0f4266f3180bc81fa6ce504e6c1449682e87cbb206436
size 289514
oid sha256:7b2c5adb5ee2c1dd56e6094e6e670ed8b3ced3b61ebca4dbb85b1da367de1162
size 287104

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:717fec47ef88b2162eda88ae970acafaf3830d3f3dda3b53c990a9e0b8caffba
size 31195
oid sha256:a62e7cee91f9d90bbdd542d8cc9dad823dacf6c146c822d98d06e577bd18a2ae
size 31156

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07be0718ee94e4e29a18db09ec13340b6151523ad7f9b0bea3960ec5e93dc3ae
size 1986397
oid sha256:a45d90279c3bf6d7e23a30dd21192cd1f72103fd2b92e47075da2a3314ec30dd
size 2103229

View File

@ -27,10 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-2.6.37.1
patches.kernel.org/patch-2.6.37.1-2
patches.kernel.org/patch-2.6.37.2-3
patches.kernel.org/patch-2.6.37.3-4
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -40,7 +36,7 @@
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
patches.rpmify/qla4xx-missing-readq-definition
patches.rpmify/easycap-fixes
patches.rpmify/winbond-needs-msleep
########################################################
# kABI consistency patches
@ -75,7 +71,6 @@
########################################################
patches.suse/export-release_open_intent
patches.suse/export-security_inode_permission
patches.fixes/reiserfs-xattr-crash-fix
########################################################
# Bug workarounds for binutils
@ -89,15 +84,6 @@
patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults
patches.suse/sched-automated-per-session-task-groups
patches.fixes/taskstats-better-ifdef
# This is not the correct fix. The check can be done at
# cgroup exit instead with less of an impact on performance.
# Once that patch is released, then this one should go away.
# I'm accepting it for now because it fixes the crashes that
# many of us have been seeing with 2.6.37-rcX. -jeffm
########################################################
# Architecture-specific patches. These used to be all
# at the end of series.conf, but since we don't do
@ -133,10 +119,10 @@
patches.arch/x86-mcp51-no-dac
patches.arch/kvm-split-paravirt-ops-by-functionality
patches.arch/kvm-only-export-selected-pv-ops-feature-structs
patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
+needs_update patches.arch/kvm-split-paravirt-ops-by-functionality
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.suse/x86-mark_rodata_rw.patch
@ -266,11 +252,6 @@
# Queued for 2.6.36 -> just revert after some time
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
patches.arch/acpi_fix_global_lock_acquisition.patch
patches.arch/acpi_init_global_lock.patch
patches.fixes/PNP-ACPI-Use-DEVICE_ACPI_HANDLE-for-device-ACPI-handle-access.patch
########################################################
# CPUFREQ
########################################################
@ -288,11 +269,6 @@
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
## cpuidle perf events cleanups and related
patches.arch/cpuidle_rename_c0_to_poll_state.patch
patches.arch/cpuidle_event_fix_export.patch
patches.arch/cpuidle_introduce_cpuidle_events.patch
patches.arch/cpuidle_fix_double_events.patch
patches.arch/perf_timechart_fix_idle_boxes.patch
patches.arch/perf_timechart_fix_zero_timestamps.patch
########################################################
@ -304,7 +280,6 @@
# Suse specific stuff
########################################################
# TIOCGDEV - suse special
patches.fixes/tiocgdev
+still_needed? patches.suse/mm-increase-dirty-limits.patch
+needs_to_die-33 patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch
@ -347,6 +322,7 @@
########################################################
patches.suse/reiserfs-barrier-default
patches.fixes/reiserfs-remove-2-tb-file-size-limit
patches.fixes/reiserfs-xattr-crash-fix
patches.suse/reiser4-dependencies
########################################################
@ -364,7 +340,6 @@
########################################################
# xfs
########################################################
patches.fixes/xfs_fs_geometry-fix.patch
########################################################
# novfs
@ -391,6 +366,7 @@
patches.fixes/novfs-unlink-oops
patches.suse/novfs-2.6.37-api-changes
patches.fixes/novfs-fragment-size-fix.patch
patches.suse/novfs-build-fix
########################################################
# other filesystem stuff: richacls
@ -411,8 +387,12 @@
patches.suse/0014-richacl-xattr-mapping-functions.patch
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
patches.suse/richacl-fix
patches.fixes/debugfs_remove_corruption.diff
########################################################
# other filesystem stuff
########################################################
patches.fixes/hfs-avoid-crash-in-hfs_bnode_create
########################################################
# Swap-over-NFS
@ -450,8 +430,9 @@
patches.suse/SoN-31-fix-null-pointer-dereference
patches.suse/SoN-32-fix-kernel-bug-with-multiple-swapfiles
# don't want to rediff SoN until this gets more testing
# don't want to rediff SoN until this gets more testing
patches.suse/slab-handle-memoryless-nodes-v2a.patch
patches.suse/SoN-fix
########################################################
# Netfilter
@ -503,7 +484,6 @@
patches.fixes/sd_liberal_28_sense_invalid.diff
patches.fixes/scsi-ibmvscsi-module_alias.patch
patches.fixes/loop-queue_lock-null-pointer-derefence-in-blk_throtl_exit-v3.patch
########################################################
# DRM/Video
@ -513,7 +493,6 @@
# video4linux
########################################################
patches.fixes/flexcop-fix-registering-braindead-stupid-names
patches.fixes/media-Mantis-hopper-use-MODULE_DEVICE_TABLE.patch
########################################################
# Network
@ -532,20 +511,14 @@
patches.drivers/tg3-entropy-source.patch
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
patches.fixes/ipv6-revert-dont-flush-routes-when-setting-loopback-down.patch
patches.fixes/bridge-fix-hash-list-corruption.patch
patches.fixes/bridge-fix-timer-arming.patch
patches.fixes/bridge-remove-hash-list.patch
########################################################
# Wireless Networking
########################################################
patches.suse/wireless-no-aes-select
patches.suse/b43-missing-firmware-info.patch
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
patches.fixes/orinoco-allow-IW_AUTH_MFP-to-pass-through.patch
patches.drivers/iwl-cleanup-iwl_good_ack_health.patch
patches.drivers/iwl-fix-ack-health-for-WiFi-BT-combo-devices.patch
+needs_update patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
########################################################
# ISDN
@ -584,27 +557,10 @@
patches.suse/elousb-2.6.35-api-changes
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/input-Add-LED-support-to-Synaptics-device
patches.drivers/tty-add-active-sysfs-attribute-to-tty0-and-console-device
##########################################################
# Sound
##########################################################
patches.drivers/alsa-hda-0003-Add-Lenovo-vendor-quirk-for-Conexant-205xx
patches.drivers/alsa-hda-0004-Fix-missing-EAPD-for-Acer-4930G
patches.drivers/alsa-hda-0005-Add-a-generic-fixup-callback-for-Realtek-codecs
patches.drivers/alsa-hda-0005-Fix-EAPD-on-Lenovo-NB-ALC269-to-low
patches.drivers/alsa-hda-0006-Fix-ALC275-enable-hardware-EQ-for-SONY-VAIO
patches.drivers/alsa-hda-0007-Apply-Sony-VAIO-hweq-fixup-only-once
patches.drivers/alsa-hda-0008-Add-SKU-ignore-for-another-Thinkpad-Edge-14
patches.drivers/alsa-hda-0009-Fix-automute-on-Thinkpad-L412-L512
patches.drivers/alsa-hda-0010-switch-lfe-with-side-in-mixer-for-4930g
patches.drivers/alsa-hda-0011-Fix-unable-to-record-issue-on-ASUS-N82JV
patches.drivers/alsa-hda-0012-4930g-add-internal-lfe-slider
patches.drivers/alsa-hda-0013-Add-support-for-multiple-headphone-speaker-controls
patches.drivers/alsa-hda-0014-Enable-surround-and-subwoofer-on-Lenovo-IdeaPad
patches.drivers/alsa-hda-0015-Fix-volume-control-naming-for-surround-speakers
patches.drivers/alsa-hda-0016-Fixup-unnecessary-volume-control-index-on-Realtek
patches.drivers/alsa-hda-0017-Realtek-ALC88x-Do-not-over-initialize-speakers
########################################################
# Other driver fixes
@ -636,14 +592,15 @@
patches.suse/dm-raid45-api-update-no-barriers
patches.fixes/dm-mpath-reattach-dh
patches.suse/dm-mpath-leastpending-path-update
patches.suse/dm-mpath-accept-failed-paths
patches.suse/dm-mpath-detach-existing-hardware-handler
+needs_update patches.suse/dm-mpath-accept-failed-paths
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
patches.suse/dm-mpath-null-pgs
patches.fixes/dm-table-switch-to-readonly
patches.suse/dm-mpath-evaluate-request-result-and-sense
patches.fixes/dm-release-map_lock-before-set_disk_ro
patches.suse/dm-mpath-no-activate-for-offlined-paths
patches.suse/dm-mpath-no-partitions-feature
patches.suse/mpath-fix
########################################################
# md
@ -695,6 +652,7 @@
patches.suse/stack-unwind
patches.suse/no-frame-pointer-select
patches.arch/x86_64-unwind-annotations
patches.arch/i386-unwind-annotations
########################################################
# Kdump
@ -773,12 +731,17 @@
patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev
patches.xen/pci-reserve
+needs_update-33 patches.xen/sfc-driverlink
+needs_update-33 patches.xen/sfc-resource-driver
+needs_update-33 patches.xen/sfc-driverlink-conditional
+needs_update-33 patches.xen/sfc-external-sram
patches.xen/tmem
# bulk stuff, new files for xen
patches.xen/xen3-auto-xen-arch.diff
patches.xen/xen3-auto-xen-drivers.diff
patches.xen/xen3-auto-include-xen-interface.diff
patches.xen/xen3-auto-blktap2-pvops.diff
# kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff
@ -792,12 +755,16 @@
# fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen
+needs_update-33 patches.xen/sfc-set-arch
+needs_update-33 patches.xen/sfc-endianness
# newer changeset backports
# changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86
patches.xen/xen3-fixup-blktap2-pvops
# ports of other patches
patches.xen/xen3-patch-2.6.18
@ -820,9 +787,9 @@
patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.37.1
patches.xen/xen3-patch-2.6.37.1-2
patches.xen/xen3-patch-2.6.37.2-3
patches.xen/xen3-patch-2.6.38-rc4
patches.xen/xen3-patch-2.6.38-rc4-rc5
patches.xen/xen3-patch-2.6.38-rc6-rc7
patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch
@ -831,18 +798,19 @@
# bugfixes and enhancements
patches.xen/xen-balloon-max-target
patches.xen/xen-modular-blktap
patches.xen/xen-block-backends-cleanup
patches.xen/xen-blkback-bimodal-suse
patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-use-after-free
patches.xen/xen-op-packet
patches.xen/xen-blkfront-cdrom
patches.xen/xen-sections
patches.xen/xen-swiotlb-heuristics
patches.xen/xen-kconfig-compat
patches.xen/xen-cpufreq-report
patches.xen/xen-staging-build
patches.xen/xen-sysdev-suspend
patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq
@ -866,7 +834,6 @@
patches.xen/xen-watchdog
patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-consistent-nmi
patches.xen/xen-x86-no-lapic
patches.xen/xen-x86-pmd-handling
patches.xen/xen-x86-bigmem

View File

@ -1,3 +1,3 @@
2011-03-15 00:05:21 +0100
GIT Revision: 9c0e3f13ffe4e1e25e82e13587a5ddafd645e31e
2011-03-15 17:15:48 +0100
GIT Revision: 3525cb559f2d29d5e64560adec79d963a8829042
GIT Branch: stable

View File

@ -973,6 +973,7 @@
+isa kernel/drivers/media/radio/radio-trust
+isa kernel/drivers/media/radio/radio-typhoon
+isa kernel/drivers/media/radio/radio-zoltrix
kernel/drivers/media/rc/rc_core
kernel/drivers/media/video/adv7170 # Analog Devices ADV7170 video encoder driver
kernel/drivers/media/video/adv7175 # Analog Devices ADV7175 video encoder driver
- kernel/drivers/media/video/au0828/au0828 # depends on dvb-core