GIT Revision: c44c3aa19e575e23ab070813d3f11048a30fd9ba

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=37
This commit is contained in:
Michal Marek 2011-03-29 05:06:18 +00:00 committed by Git OBS Bridge
parent c3a86417ab
commit bb9cb74314
39 changed files with 3246 additions and 1608 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d52a56e5b2cb7dcf8114f05485cef268361be792c272c2e21170fa63926e417
size 226658
oid sha256:b9a7fae29650a98b84e246cc1f2e79093fbd6b0436ceac5704a7251349fee8fb
size 226460

View File

@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.38.1)
# spec file for package kernel-debug (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%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.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -867,6 +872,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -921,7 +966,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1000,7 +1045,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1055,7 +1102,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1080,7 +1127,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1219,7 +1266,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1307,7 +1354,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1320,10 +1367,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1348,7 +1395,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1517,13 +1564,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1562,7 +1609,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1711,7 +1758,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -1999,7 +2046,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2237,7 +2284,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2325,7 +2372,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2661,7 +2708,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2711,7 +2758,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2773,7 +2820,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2813,7 +2860,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2944,7 +2991,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3267,7 +3314,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3454,11 +3501,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3486,7 +3533,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3782,7 +3829,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3796,7 +3843,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3931,7 +3978,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4169,13 +4216,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4676,7 +4723,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4722,11 +4769,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4875,12 +4922,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5542,7 +5589,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5630,7 +5677,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5761,7 +5808,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5791,7 +5838,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6030,7 +6077,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6043,7 +6090,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6208,7 +6255,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6352,9 +6399,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6989,7 +7036,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7038,7 +7085,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7049,7 +7096,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7210,9 +7257,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7285,7 +7332,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7453,7 +7500,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7646,10 +7693,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7696,9 +7743,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7810,7 +7857,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7903,7 +7950,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7916,7 +7963,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8078,7 +8125,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8156,7 +8203,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8189,7 +8236,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8255,7 +8302,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8264,7 +8311,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8333,7 +8380,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8522,7 +8569,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8624,7 +8671,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8757,7 +8804,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9249,10 +9296,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9319,7 +9366,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9748,7 +9795,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9837,7 +9884,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10162,7 +10209,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10449,12 +10496,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10486,7 +10533,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10617,7 +10664,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10729,16 +10776,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10866,10 +10913,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10990,7 +11037,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13954,7 +14001,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14059,7 +14106,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14216,7 +14263,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14575,7 +14622,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14717,7 +14764,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14919,9 +14966,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14945,11 +14992,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15033,7 +15080,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15483,7 +15530,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15517,7 +15564,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15555,9 +15602,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.38.1)
# spec file for package kernel-default (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -880,6 +885,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -934,7 +979,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1013,7 +1058,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1068,7 +1115,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1093,7 +1140,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1232,7 +1279,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1320,7 +1367,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1333,10 +1380,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1361,7 +1408,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1530,13 +1577,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1575,7 +1622,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1724,7 +1771,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2012,7 +2059,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2250,7 +2297,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2338,7 +2385,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2674,7 +2721,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2724,7 +2771,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2786,7 +2833,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2826,7 +2873,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2957,7 +3004,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3280,7 +3327,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3467,11 +3514,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3499,7 +3546,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3795,7 +3842,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3809,7 +3856,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3944,7 +3991,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4182,13 +4229,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4689,7 +4736,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4735,11 +4782,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4888,12 +4935,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5555,7 +5602,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5643,7 +5690,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5774,7 +5821,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5804,7 +5851,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6043,7 +6090,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6056,7 +6103,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6221,7 +6268,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6365,9 +6412,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -7002,7 +7049,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7051,7 +7098,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7062,7 +7109,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7223,9 +7270,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7298,7 +7345,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7466,7 +7513,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7659,10 +7706,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7709,9 +7756,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7823,7 +7870,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7916,7 +7963,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7929,7 +7976,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8091,7 +8138,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8169,7 +8216,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8202,7 +8249,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8268,7 +8315,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8277,7 +8324,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8346,7 +8393,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8535,7 +8582,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8637,7 +8684,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8770,7 +8817,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9262,10 +9309,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9332,7 +9379,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9761,7 +9808,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9850,7 +9897,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10175,7 +10222,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10462,12 +10509,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10499,7 +10546,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10630,7 +10677,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10742,16 +10789,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10879,10 +10926,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -11003,7 +11050,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13967,7 +14014,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14072,7 +14119,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14229,7 +14276,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14588,7 +14635,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14730,7 +14777,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14932,9 +14979,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14958,11 +15005,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15046,7 +15093,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15496,7 +15543,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15530,7 +15577,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15568,9 +15615,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 2.6.38.1)
# spec file for package kernel-desktop (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -900,6 +905,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -954,7 +999,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1033,7 +1078,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1088,7 +1135,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1113,7 +1160,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1252,7 +1299,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1340,7 +1387,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1353,10 +1400,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1381,7 +1428,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1550,13 +1597,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1595,7 +1642,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1744,7 +1791,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2032,7 +2079,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2270,7 +2317,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2358,7 +2405,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2694,7 +2741,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2744,7 +2791,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2806,7 +2853,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2846,7 +2893,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2977,7 +3024,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3300,7 +3347,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3487,11 +3534,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3519,7 +3566,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3815,7 +3862,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3829,7 +3876,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3964,7 +4011,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4202,13 +4249,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4709,7 +4756,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4755,11 +4802,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4908,12 +4955,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5575,7 +5622,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5663,7 +5710,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5794,7 +5841,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5824,7 +5871,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6063,7 +6110,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6076,7 +6123,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6241,7 +6288,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6385,9 +6432,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -7022,7 +7069,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7071,7 +7118,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7082,7 +7129,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7243,9 +7290,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7318,7 +7365,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7486,7 +7533,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7679,10 +7726,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7729,9 +7776,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7843,7 +7890,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7936,7 +7983,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7949,7 +7996,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8111,7 +8158,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8189,7 +8236,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8222,7 +8269,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8288,7 +8335,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8297,7 +8344,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8366,7 +8413,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8555,7 +8602,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8657,7 +8704,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8790,7 +8837,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9282,10 +9329,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9352,7 +9399,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9781,7 +9828,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9870,7 +9917,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10195,7 +10242,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10482,12 +10529,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10519,7 +10566,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10650,7 +10697,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10762,16 +10809,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10899,10 +10946,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -11023,7 +11070,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13987,7 +14034,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14092,7 +14139,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14249,7 +14296,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14608,7 +14655,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14750,7 +14797,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14952,9 +14999,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14978,11 +15025,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15066,7 +15113,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15516,7 +15563,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15550,7 +15597,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15588,9 +15635,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 2.6.38.1)
# spec file for package kernel-docs (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,46 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -153,7 +193,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -232,7 +272,9 @@ rm -rf $RPM_BUILD_ROOT
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -287,7 +329,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -312,7 +354,7 @@ rm -rf $RPM_BUILD_ROOT
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -451,7 +493,7 @@ rm -rf $RPM_BUILD_ROOT
- 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
* Wed Feb 09 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
@ -539,7 +581,7 @@ rm -rf $RPM_BUILD_ROOT
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -552,10 +594,10 @@ rm -rf $RPM_BUILD_ROOT
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -580,7 +622,7 @@ rm -rf $RPM_BUILD_ROOT
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -749,13 +791,13 @@ rm -rf $RPM_BUILD_ROOT
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -794,7 +836,7 @@ rm -rf $RPM_BUILD_ROOT
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -943,7 +985,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -1231,7 +1273,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -1469,7 +1511,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -1557,7 +1599,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -1893,7 +1935,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -1943,7 +1985,7 @@ rm -rf $RPM_BUILD_ROOT
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2005,7 +2047,7 @@ rm -rf $RPM_BUILD_ROOT
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2045,7 +2087,7 @@ rm -rf $RPM_BUILD_ROOT
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2176,7 +2218,7 @@ rm -rf $RPM_BUILD_ROOT
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -2499,7 +2541,7 @@ rm -rf $RPM_BUILD_ROOT
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -2686,11 +2728,11 @@ rm -rf $RPM_BUILD_ROOT
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -2718,7 +2760,7 @@ rm -rf $RPM_BUILD_ROOT
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3014,7 +3056,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3028,7 +3070,7 @@ rm -rf $RPM_BUILD_ROOT
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3163,7 +3205,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -3401,13 +3443,13 @@ rm -rf $RPM_BUILD_ROOT
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -3908,7 +3950,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -3954,11 +3996,11 @@ rm -rf $RPM_BUILD_ROOT
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4107,12 +4149,12 @@ rm -rf $RPM_BUILD_ROOT
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -4774,7 +4816,7 @@ rm -rf $RPM_BUILD_ROOT
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -4862,7 +4904,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -4993,7 +5035,7 @@ rm -rf $RPM_BUILD_ROOT
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5023,7 +5065,7 @@ rm -rf $RPM_BUILD_ROOT
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -5262,7 +5304,7 @@ rm -rf $RPM_BUILD_ROOT
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -5275,7 +5317,7 @@ rm -rf $RPM_BUILD_ROOT
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -5440,7 +5482,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -5584,9 +5626,9 @@ rm -rf $RPM_BUILD_ROOT
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6221,7 +6263,7 @@ rm -rf $RPM_BUILD_ROOT
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -6270,7 +6312,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -6281,7 +6323,7 @@ rm -rf $RPM_BUILD_ROOT
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -6442,9 +6484,9 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -6517,7 +6559,7 @@ rm -rf $RPM_BUILD_ROOT
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -6685,7 +6727,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -6878,10 +6920,10 @@ rm -rf $RPM_BUILD_ROOT
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -6928,9 +6970,9 @@ rm -rf $RPM_BUILD_ROOT
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7042,7 +7084,7 @@ rm -rf $RPM_BUILD_ROOT
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7135,7 +7177,7 @@ rm -rf $RPM_BUILD_ROOT
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7148,7 +7190,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -7310,7 +7352,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -7388,7 +7430,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -7421,7 +7463,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -7487,7 +7529,7 @@ rm -rf $RPM_BUILD_ROOT
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -7496,7 +7538,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -7565,7 +7607,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -7754,7 +7796,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -7856,7 +7898,7 @@ rm -rf $RPM_BUILD_ROOT
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -7989,7 +8031,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -8481,10 +8523,10 @@ rm -rf $RPM_BUILD_ROOT
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -8551,7 +8593,7 @@ rm -rf $RPM_BUILD_ROOT
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -8980,7 +9022,7 @@ rm -rf $RPM_BUILD_ROOT
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9069,7 +9111,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -9394,7 +9436,7 @@ rm -rf $RPM_BUILD_ROOT
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -9681,12 +9723,12 @@ rm -rf $RPM_BUILD_ROOT
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -9718,7 +9760,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -9849,7 +9891,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -9961,16 +10003,16 @@ rm -rf $RPM_BUILD_ROOT
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10098,10 +10140,10 @@ rm -rf $RPM_BUILD_ROOT
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10222,7 +10264,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13186,7 +13228,7 @@ rm -rf $RPM_BUILD_ROOT
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -13291,7 +13333,7 @@ rm -rf $RPM_BUILD_ROOT
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -13448,7 +13490,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -13807,7 +13849,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -13949,7 +13991,7 @@ rm -rf $RPM_BUILD_ROOT
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14151,9 +14193,9 @@ rm -rf $RPM_BUILD_ROOT
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14177,11 +14219,11 @@ rm -rf $RPM_BUILD_ROOT
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -14265,7 +14307,7 @@ rm -rf $RPM_BUILD_ROOT
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -14715,7 +14757,7 @@ rm -rf $RPM_BUILD_ROOT
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -14749,7 +14791,7 @@ rm -rf $RPM_BUILD_ROOT
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -14787,9 +14829,9 @@ rm -rf $RPM_BUILD_ROOT
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 2.6.38.1)
# spec file for package kernel-ec2 (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -870,6 +875,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -924,7 +969,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1003,7 +1048,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1058,7 +1105,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1083,7 +1130,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1222,7 +1269,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1310,7 +1357,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1323,10 +1370,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1351,7 +1398,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1520,13 +1567,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1565,7 +1612,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1714,7 +1761,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2002,7 +2049,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2240,7 +2287,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2328,7 +2375,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2664,7 +2711,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2714,7 +2761,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2776,7 +2823,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2816,7 +2863,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2947,7 +2994,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3270,7 +3317,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3457,11 +3504,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3489,7 +3536,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3785,7 +3832,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3799,7 +3846,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3934,7 +3981,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4172,13 +4219,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4679,7 +4726,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4725,11 +4772,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4878,12 +4925,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5545,7 +5592,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5633,7 +5680,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5764,7 +5811,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5794,7 +5841,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6033,7 +6080,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6046,7 +6093,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6211,7 +6258,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6355,9 +6402,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6992,7 +7039,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7041,7 +7088,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7052,7 +7099,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7213,9 +7260,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7288,7 +7335,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7456,7 +7503,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7649,10 +7696,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7699,9 +7746,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7813,7 +7860,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7906,7 +7953,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7919,7 +7966,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8081,7 +8128,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8159,7 +8206,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8192,7 +8239,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8258,7 +8305,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8267,7 +8314,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8336,7 +8383,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8525,7 +8572,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8627,7 +8674,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8760,7 +8807,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9252,10 +9299,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9322,7 +9369,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9751,7 +9798,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9840,7 +9887,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10165,7 +10212,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10452,12 +10499,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10489,7 +10536,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10620,7 +10667,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10732,16 +10779,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10869,10 +10916,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10993,7 +11040,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13957,7 +14004,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14062,7 +14109,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14219,7 +14266,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14578,7 +14625,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14720,7 +14767,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14922,9 +14969,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14948,11 +14995,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15036,7 +15083,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15486,7 +15533,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15520,7 +15567,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15558,9 +15605,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-net (Version 2.6.38.1)
# spec file for package kernel-net (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%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.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -867,6 +872,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -921,7 +966,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1000,7 +1045,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1055,7 +1102,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1080,7 +1127,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1219,7 +1266,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1307,7 +1354,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1320,10 +1367,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1348,7 +1395,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1517,13 +1564,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1562,7 +1609,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1711,7 +1758,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -1999,7 +2046,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2237,7 +2284,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2325,7 +2372,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2661,7 +2708,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2711,7 +2758,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2773,7 +2820,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2813,7 +2860,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2944,7 +2991,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3267,7 +3314,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3454,11 +3501,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3486,7 +3533,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3782,7 +3829,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3796,7 +3843,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3931,7 +3978,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4169,13 +4216,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4676,7 +4723,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4722,11 +4769,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4875,12 +4922,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5542,7 +5589,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5630,7 +5677,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5761,7 +5808,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5791,7 +5838,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6030,7 +6077,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6043,7 +6090,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6208,7 +6255,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6352,9 +6399,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6989,7 +7036,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7038,7 +7085,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7049,7 +7096,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7210,9 +7257,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7285,7 +7332,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7453,7 +7500,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7646,10 +7693,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7696,9 +7743,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7810,7 +7857,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7903,7 +7950,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7916,7 +7963,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8078,7 +8125,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8156,7 +8203,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8189,7 +8236,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8255,7 +8302,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8264,7 +8311,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8333,7 +8380,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8522,7 +8569,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8624,7 +8671,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8757,7 +8804,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9249,10 +9296,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9319,7 +9366,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9748,7 +9795,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9837,7 +9884,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10162,7 +10209,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10449,12 +10496,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10486,7 +10533,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10617,7 +10664,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10729,16 +10776,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10866,10 +10913,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10990,7 +11037,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13954,7 +14001,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14059,7 +14106,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14216,7 +14263,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14575,7 +14622,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14717,7 +14764,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14919,9 +14966,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14945,11 +14992,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15033,7 +15080,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15483,7 +15530,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15517,7 +15564,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15555,9 +15602,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.38.1)
# spec file for package kernel-pae (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -885,6 +890,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -939,7 +984,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1018,7 +1063,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1073,7 +1120,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1098,7 +1145,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1237,7 +1284,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1325,7 +1372,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1338,10 +1385,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1366,7 +1413,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1535,13 +1582,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1580,7 +1627,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1729,7 +1776,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2017,7 +2064,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2255,7 +2302,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2343,7 +2390,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2679,7 +2726,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2729,7 +2776,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2791,7 +2838,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2831,7 +2878,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2962,7 +3009,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3285,7 +3332,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3472,11 +3519,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3504,7 +3551,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3800,7 +3847,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3814,7 +3861,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3949,7 +3996,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4187,13 +4234,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4694,7 +4741,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4740,11 +4787,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4893,12 +4940,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5560,7 +5607,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5648,7 +5695,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5779,7 +5826,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5809,7 +5856,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6048,7 +6095,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6061,7 +6108,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6226,7 +6273,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6370,9 +6417,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -7007,7 +7054,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7056,7 +7103,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7067,7 +7114,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7228,9 +7275,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7303,7 +7350,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7471,7 +7518,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7664,10 +7711,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7714,9 +7761,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7828,7 +7875,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7921,7 +7968,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7934,7 +7981,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8096,7 +8143,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8174,7 +8221,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8207,7 +8254,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8273,7 +8320,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8282,7 +8329,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8351,7 +8398,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8540,7 +8587,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8642,7 +8689,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8775,7 +8822,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9267,10 +9314,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9337,7 +9384,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9766,7 +9813,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9855,7 +9902,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10180,7 +10227,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10467,12 +10514,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10504,7 +10551,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10635,7 +10682,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10747,16 +10794,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10884,10 +10931,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -11008,7 +11055,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13972,7 +14019,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14077,7 +14124,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14234,7 +14281,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14593,7 +14640,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14735,7 +14782,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14937,9 +14984,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14963,11 +15010,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15051,7 +15098,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15501,7 +15548,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15535,7 +15582,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15573,9 +15620,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.38.1)
# spec file for package kernel-ppc64 (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -889,6 +894,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -943,7 +988,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1022,7 +1067,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1077,7 +1124,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1102,7 +1149,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1241,7 +1288,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1329,7 +1376,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1342,10 +1389,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1370,7 +1417,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1539,13 +1586,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1584,7 +1631,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1733,7 +1780,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2021,7 +2068,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2259,7 +2306,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2347,7 +2394,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2683,7 +2730,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2733,7 +2780,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2795,7 +2842,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2835,7 +2882,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2966,7 +3013,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3289,7 +3336,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3476,11 +3523,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3508,7 +3555,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3804,7 +3851,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3818,7 +3865,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3953,7 +4000,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4191,13 +4238,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4698,7 +4745,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4744,11 +4791,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4897,12 +4944,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5564,7 +5611,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5652,7 +5699,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5783,7 +5830,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5813,7 +5860,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6052,7 +6099,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6065,7 +6112,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6230,7 +6277,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6374,9 +6421,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -7011,7 +7058,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7060,7 +7107,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7071,7 +7118,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7232,9 +7279,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7307,7 +7354,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7475,7 +7522,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7668,10 +7715,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7718,9 +7765,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7832,7 +7879,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7925,7 +7972,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7938,7 +7985,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8100,7 +8147,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8178,7 +8225,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8211,7 +8258,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8277,7 +8324,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8286,7 +8333,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8355,7 +8402,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8544,7 +8591,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8646,7 +8693,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8779,7 +8826,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9271,10 +9318,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9341,7 +9388,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9770,7 +9817,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9859,7 +9906,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10184,7 +10231,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10471,12 +10518,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10508,7 +10555,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10639,7 +10686,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10751,16 +10798,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10888,10 +10935,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -11012,7 +11059,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13976,7 +14023,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14081,7 +14128,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14238,7 +14285,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14597,7 +14644,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14739,7 +14786,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14941,9 +14988,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14967,11 +15014,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15055,7 +15102,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15505,7 +15552,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15539,7 +15586,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15577,9 +15624,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.38.1)
# spec file for package kernel-ps3 (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -870,6 +875,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -924,7 +969,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1003,7 +1048,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1058,7 +1105,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1083,7 +1130,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1222,7 +1269,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1310,7 +1357,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1323,10 +1370,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1351,7 +1398,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1520,13 +1567,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1565,7 +1612,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1714,7 +1761,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2002,7 +2049,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2240,7 +2287,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2328,7 +2375,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2664,7 +2711,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2714,7 +2761,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2776,7 +2823,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2816,7 +2863,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2947,7 +2994,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3270,7 +3317,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3457,11 +3504,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3489,7 +3536,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3785,7 +3832,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3799,7 +3846,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3934,7 +3981,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4172,13 +4219,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4679,7 +4726,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4725,11 +4772,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4878,12 +4925,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5545,7 +5592,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5633,7 +5680,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5764,7 +5811,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5794,7 +5841,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6033,7 +6080,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6046,7 +6093,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6211,7 +6258,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6355,9 +6402,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6992,7 +7039,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7041,7 +7088,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7052,7 +7099,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7213,9 +7260,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7288,7 +7335,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7456,7 +7503,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7649,10 +7696,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7699,9 +7746,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7813,7 +7860,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7906,7 +7953,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7919,7 +7966,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8081,7 +8128,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8159,7 +8206,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8192,7 +8239,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8258,7 +8305,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8267,7 +8314,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8336,7 +8383,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8525,7 +8572,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8627,7 +8674,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8760,7 +8807,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9252,10 +9299,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9322,7 +9369,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9751,7 +9798,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9840,7 +9887,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10165,7 +10212,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10452,12 +10499,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10489,7 +10536,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10620,7 +10667,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10732,16 +10779,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10869,10 +10916,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10993,7 +11040,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13957,7 +14004,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14062,7 +14109,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14219,7 +14266,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14578,7 +14625,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14720,7 +14767,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14922,9 +14969,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14948,11 +14995,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15036,7 +15083,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15486,7 +15533,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15520,7 +15567,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15558,9 +15605,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.38.1)
# spec file for package kernel-s390 (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -864,6 +869,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -918,7 +963,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -997,7 +1042,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1052,7 +1099,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1077,7 +1124,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1216,7 +1263,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1304,7 +1351,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1317,10 +1364,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1345,7 +1392,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1514,13 +1561,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1559,7 +1606,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1708,7 +1755,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -1996,7 +2043,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2234,7 +2281,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2322,7 +2369,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2658,7 +2705,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2708,7 +2755,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2770,7 +2817,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2810,7 +2857,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2941,7 +2988,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3264,7 +3311,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3451,11 +3498,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3483,7 +3530,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3779,7 +3826,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3793,7 +3840,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3928,7 +3975,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4166,13 +4213,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4673,7 +4720,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4719,11 +4766,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4872,12 +4919,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5539,7 +5586,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5627,7 +5674,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5758,7 +5805,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5788,7 +5835,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6027,7 +6074,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6040,7 +6087,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6205,7 +6252,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6349,9 +6396,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6986,7 +7033,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7035,7 +7082,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7046,7 +7093,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7207,9 +7254,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7282,7 +7329,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7450,7 +7497,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7643,10 +7690,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7693,9 +7740,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7807,7 +7854,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7900,7 +7947,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7913,7 +7960,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8075,7 +8122,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8153,7 +8200,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8186,7 +8233,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8252,7 +8299,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8261,7 +8308,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8330,7 +8377,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8519,7 +8566,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8621,7 +8668,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8754,7 +8801,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9246,10 +9293,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9316,7 +9363,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9745,7 +9792,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9834,7 +9881,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10159,7 +10206,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10446,12 +10493,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10483,7 +10530,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10614,7 +10661,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10726,16 +10773,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10863,10 +10910,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10987,7 +11034,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13951,7 +13998,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14056,7 +14103,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14213,7 +14260,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14572,7 +14619,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14714,7 +14761,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14916,9 +14963,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14942,11 +14989,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15030,7 +15077,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15480,7 +15527,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15514,7 +15561,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15552,9 +15599,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.38.1)
# spec file for package kernel-source (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -254,6 +254,46 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -308,7 +348,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -387,7 +427,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -442,7 +484,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -467,7 +509,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -606,7 +648,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- 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
* Wed Feb 09 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
@ -694,7 +736,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -707,10 +749,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -735,7 +777,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -904,13 +946,13 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -949,7 +991,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1098,7 +1140,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -1386,7 +1428,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -1624,7 +1666,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -1712,7 +1754,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2048,7 +2090,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2098,7 +2140,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2160,7 +2202,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2200,7 +2242,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2331,7 +2373,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -2654,7 +2696,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -2841,11 +2883,11 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -2873,7 +2915,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3169,7 +3211,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3183,7 +3225,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3318,7 +3360,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -3556,13 +3598,13 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4063,7 +4105,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4109,11 +4151,11 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4262,12 +4304,12 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -4929,7 +4971,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5017,7 +5059,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5148,7 +5190,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5178,7 +5220,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -5417,7 +5459,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -5430,7 +5472,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -5595,7 +5637,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -5739,9 +5781,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6376,7 +6418,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -6425,7 +6467,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -6436,7 +6478,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -6597,9 +6639,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -6672,7 +6714,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -6840,7 +6882,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7033,10 +7075,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7083,9 +7125,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7197,7 +7239,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7290,7 +7332,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7303,7 +7345,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -7465,7 +7507,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -7543,7 +7585,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -7576,7 +7618,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -7642,7 +7684,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -7651,7 +7693,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -7720,7 +7762,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -7909,7 +7951,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8011,7 +8053,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8144,7 +8186,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -8636,10 +8678,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -8706,7 +8748,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9135,7 +9177,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9224,7 +9266,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -9549,7 +9591,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -9836,12 +9878,12 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -9873,7 +9915,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10004,7 +10046,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10116,16 +10158,16 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10253,10 +10295,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10377,7 +10419,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13341,7 +13383,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -13446,7 +13488,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -13603,7 +13645,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -13962,7 +14004,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14104,7 +14146,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14306,9 +14348,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14332,11 +14374,11 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -14420,7 +14462,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -14870,7 +14912,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -14904,7 +14946,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -14942,9 +14984,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.38.1)
# spec file for package kernel-syms (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -81,6 +81,46 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -135,7 +175,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -214,7 +254,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -269,7 +311,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -294,7 +336,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -433,7 +475,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- 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
* Wed Feb 09 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
@ -521,7 +563,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -534,10 +576,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -562,7 +604,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -731,13 +773,13 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -776,7 +818,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -925,7 +967,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -1213,7 +1255,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -1451,7 +1493,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -1539,7 +1581,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -1875,7 +1917,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -1925,7 +1967,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -1987,7 +2029,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2027,7 +2069,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2158,7 +2200,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -2481,7 +2523,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -2668,11 +2710,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -2700,7 +2742,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -2996,7 +3038,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3010,7 +3052,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3145,7 +3187,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -3383,13 +3425,13 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -3890,7 +3932,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -3936,11 +3978,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4089,12 +4131,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -4756,7 +4798,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -4844,7 +4886,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -4975,7 +5017,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5005,7 +5047,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -5244,7 +5286,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -5257,7 +5299,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -5422,7 +5464,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -5566,9 +5608,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6203,7 +6245,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -6252,7 +6294,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -6263,7 +6305,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -6424,9 +6466,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -6499,7 +6541,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -6667,7 +6709,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -6860,10 +6902,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -6910,9 +6952,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7024,7 +7066,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7117,7 +7159,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7130,7 +7172,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -7292,7 +7334,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -7370,7 +7412,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -7403,7 +7445,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -7469,7 +7511,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -7478,7 +7520,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -7547,7 +7589,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -7736,7 +7778,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -7838,7 +7880,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -7971,7 +8013,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -8463,10 +8505,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -8533,7 +8575,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -8962,7 +9004,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9051,7 +9093,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -9376,7 +9418,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -9663,12 +9705,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -9700,7 +9742,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -9831,7 +9873,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -9943,16 +9985,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10080,10 +10122,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10204,7 +10246,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13168,7 +13210,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -13273,7 +13315,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -13430,7 +13472,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -13789,7 +13831,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -13931,7 +13973,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14133,9 +14175,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14159,11 +14201,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -14247,7 +14289,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -14697,7 +14739,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -14731,7 +14773,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -14769,9 +14811,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.38.1)
# spec file for package kernel-trace (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%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.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -872,6 +877,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -926,7 +971,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1005,7 +1050,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1060,7 +1107,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1085,7 +1132,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1224,7 +1271,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1312,7 +1359,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1325,10 +1372,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1353,7 +1400,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1522,13 +1569,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1567,7 +1614,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1716,7 +1763,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2004,7 +2051,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2242,7 +2289,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2330,7 +2377,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2666,7 +2713,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2716,7 +2763,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2778,7 +2825,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2818,7 +2865,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2949,7 +2996,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3272,7 +3319,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3459,11 +3506,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3491,7 +3538,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3787,7 +3834,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3801,7 +3848,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3936,7 +3983,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4174,13 +4221,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4681,7 +4728,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4727,11 +4774,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4880,12 +4927,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5547,7 +5594,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5635,7 +5682,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5766,7 +5813,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5796,7 +5843,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6035,7 +6082,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6048,7 +6095,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6213,7 +6260,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6357,9 +6404,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6994,7 +7041,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7043,7 +7090,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7054,7 +7101,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7215,9 +7262,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7290,7 +7337,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7458,7 +7505,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7651,10 +7698,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7701,9 +7748,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7815,7 +7862,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7908,7 +7955,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7921,7 +7968,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8083,7 +8130,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8161,7 +8208,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8194,7 +8241,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8260,7 +8307,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8269,7 +8316,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8338,7 +8385,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8527,7 +8574,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8629,7 +8676,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8762,7 +8809,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9254,10 +9301,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9324,7 +9371,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9753,7 +9800,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9842,7 +9889,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10167,7 +10214,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10454,12 +10501,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10491,7 +10538,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10622,7 +10669,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10734,16 +10781,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10871,10 +10918,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10995,7 +11042,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13959,7 +14006,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14064,7 +14111,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14221,7 +14268,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14580,7 +14627,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14722,7 +14769,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14924,9 +14971,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14950,11 +14997,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15038,7 +15085,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15488,7 +15535,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15522,7 +15569,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15560,9 +15607,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.38.1)
# spec file for package kernel-vanilla (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%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.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -868,6 +873,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -922,7 +967,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1001,7 +1046,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1056,7 +1103,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1081,7 +1128,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1220,7 +1267,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1308,7 +1355,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1321,10 +1368,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1349,7 +1396,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1518,13 +1565,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1563,7 +1610,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1712,7 +1759,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2000,7 +2047,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2238,7 +2285,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2326,7 +2373,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2662,7 +2709,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2712,7 +2759,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2774,7 +2821,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2814,7 +2861,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2945,7 +2992,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3268,7 +3315,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3455,11 +3502,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3487,7 +3534,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3783,7 +3830,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3797,7 +3844,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3932,7 +3979,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4170,13 +4217,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4677,7 +4724,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4723,11 +4770,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4876,12 +4923,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5543,7 +5590,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5631,7 +5678,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5762,7 +5809,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5792,7 +5839,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6031,7 +6078,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6044,7 +6091,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6209,7 +6256,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6353,9 +6400,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6990,7 +7037,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7039,7 +7086,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7050,7 +7097,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7211,9 +7258,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7286,7 +7333,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7454,7 +7501,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7647,10 +7694,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7697,9 +7744,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7811,7 +7858,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7904,7 +7951,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7917,7 +7964,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8079,7 +8126,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8157,7 +8204,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8190,7 +8237,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8256,7 +8303,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8265,7 +8312,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8334,7 +8381,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8523,7 +8570,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8625,7 +8672,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8758,7 +8805,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9250,10 +9297,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9320,7 +9367,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9749,7 +9796,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9838,7 +9885,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10163,7 +10210,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10450,12 +10497,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10487,7 +10534,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10618,7 +10665,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10730,16 +10777,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10867,10 +10914,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10991,7 +11038,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13955,7 +14002,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14060,7 +14107,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14217,7 +14264,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14576,7 +14623,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14718,7 +14765,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14920,9 +14967,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14946,11 +14993,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15034,7 +15081,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15484,7 +15531,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15518,7 +15565,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15556,9 +15603,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Mar 28 16:08:19 CEST 2011 - trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
-------------------------------------------------------------------
Mon Mar 28 15:23:44 CEST 2011 - trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
-------------------------------------------------------------------
Mon Mar 28 14:07:07 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
-------------------------------------------------------------------
Mon Mar 28 13:00:56 CEST 2011 - tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
-------------------------------------------------------------------
Mon Mar 28 09:57:32 CEST 2011 - jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
-------------------------------------------------------------------
Fri Mar 25 09:03:46 CET 2011 - jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
-------------------------------------------------------------------
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
@ -199,7 +260,9 @@ 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %supported_modules_check == 0.
- commit 88d5daa
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.38.1)
# spec file for package kernel-xen (Version 2.6.38.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.1
%define patchversion 2.6.38.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.38.1
Version: 2.6.38.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -90,7 +90,12 @@ Requires(post): mkinitrd >= 2.6.0
%else
Requires(post): mkinitrd
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
# Do not install p-b and mkinitrd for the install check, the %post script is
# able to handle this
#!BuildIgnore: perl-Bootloader mkinitrd
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -870,6 +875,46 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 28 2011 trenn@suse.de
- Update config files, remove CONFIG_X86_MCE_XEON75XX=m
->driver got reverted with previous commit
- Refresh patches.xen/xen3-auto-arch-x86.diff.
- commit b367e7b
* Mon Mar 28 2011 trenn@suse.de
- Remove xeon75xx driver, was intended as a SLE11 SP1 workaround
to decode physical memory address on Boxboro-EX for MCEs.
APEI implementation should take care of that in recent kernels.
- Delete patches.arch/x86_mce_intel_decode_physical_address.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch.
- Delete
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch.
- commit 1fe7a22
* Mon Mar 28 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not install unneeded packages in the
build chroot.
- commit 7f4c49d
* Mon Mar 28 2011 tiwai@suse.de
- ALSA: hda - Increase the default buffer size (682725).
- ALSA: hda - Fix pin-config of Gigabyte mobo (bnc#677256).
- commit 8088cec
* Mon Mar 28 2011 jslaby@suse.cz
- Update to 2.6.38.2:
- obsoletes:
- patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch.
- Refresh patches.xen/tmem.
- Refresh patches.xen/xen-dcdbas.
- commit 5b9dd3d
* Fri Mar 25 2011 jslaby@suse.cz
- Update patches.kernel.org/patch-2.6.38.1 (bnc#558740).
(Add a bug reference)
- commit 3285b9b
* Thu Mar 24 2011 tiwai@suse.de
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
- commit f9b1d82
* Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
@ -924,7 +969,7 @@ Debug information for package %name-devel
* Tue Mar 15 2011 jeffm@suse.com
- Update to 2.6.38.
- commit f2ec6ad
* Mon Mar 14 2011 jslaby@suse.cz
* Tue Mar 15 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
@ -1003,7 +1048,9 @@ Debug information for package %name-devel
* 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
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 88d5daa
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
@ -1058,7 +1105,7 @@ 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
* Thu Feb 24 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Remove unused code.
- commit dacbc44
* Tue Feb 22 2011 jeffm@suse.com
@ -1083,7 +1130,7 @@ Debug information for package %name-devel
* 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
* Sat Feb 19 2011 rjw@suse.de
- ACPI / debugfs: Fix buffer overflows, double free (bnc#666095).
- commit 41c6654
* Fri Feb 18 2011 rjw@suse.de
@ -1222,7 +1269,7 @@ Debug information for package %name-devel
- 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
* Wed Feb 09 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
@ -1310,7 +1357,7 @@ Debug information for package %name-devel
- ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929).
- commit 7dbcb59
* Mon Jan 31 2011 jslaby@suse.cz
* Tue Feb 01 2011 jslaby@suse.cz
- Refresh patches.rpmify/cloneconfig.diff.
scripts/kconfig/conf accepts long parameters only for some time already
- Refresh patches.rpmify/cloneconfig.diff.
@ -1323,10 +1370,10 @@ Debug information for package %name-devel
* Mon Jan 31 2011 jslaby@suse.cz
- Fix prlimit64 for suid/sgid processes (bnc#668262).
- commit dae8217
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 3e2a2b2
* Sun Jan 23 2011 jeffm@suse.com
* Mon Jan 24 2011 jeffm@suse.com
- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279).
- commit 4bf0e68
* Sun Jan 23 2011 jeffm@suse.de
@ -1351,7 +1398,7 @@ Debug information for package %name-devel
* Sun Jan 23 2011 jeffm@suse.com
- Update config files: CONFIG_EXPERT=n except ps3
- commit 3f2c93d
* Sat Jan 22 2011 jeffm@suse.com
* Sun Jan 23 2011 jeffm@suse.com
- Updated to 2.6.38-rc2.
- Eliminated 1 patch.
- commit 90baa82
@ -1520,13 +1567,13 @@ Debug information for package %name-devel
* Tue Dec 28 2010 mgalbraith@suse.de
- sched: fix autogroup /proc interface race.
- commit fd7019c
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- scripts/wd-functions.sh: Re-added support for finding tarball in $MIRROR.
- commit c8014fb
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- sched, cgroup: Use exit hook to avoid use-after-free crash.
- commit 59c0581
* Mon Dec 27 2010 jeffm@suse.com
* Tue Dec 28 2010 jeffm@suse.com
- Update to 2.6.37-rc7.
- Eliminated 9 patches.
- commit d38591c
@ -1565,7 +1612,7 @@ Debug information for package %name-devel
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
It's unreferenced and wrong.
- commit 9e6fc50
* Thu Dec 16 2010 mmarek@suse.cz
* Fri Dec 17 2010 mmarek@suse.cz
- rpm/kernel-source.spec.in: Define %%kernelrelease
- commit 1d67b13
* Thu Dec 16 2010 jeffm@suse.com
@ -1714,7 +1761,7 @@ Debug information for package %name-devel
* Tue Nov 16 2010 jeffm@suse.com
- Update to 2.6.37-rc2.
- commit 1453a04
* Mon Nov 15 2010 jslaby@suse.cz
* Tue Nov 16 2010 jslaby@suse.cz
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
(bnc#651256).
- PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
@ -2002,7 +2049,7 @@ Debug information for package %name-devel
* Wed Sep 01 2010 jbeulich@novell.com
- fix unwind annotations.
- commit 5aa6daf
* Tue Aug 31 2010 jeffm@suse.com
* Wed Sep 01 2010 jeffm@suse.com
- net sched: fix kernel leak in act_police (CVE-2010-2942
bnc#632309).
- commit 66e1d72
@ -2240,7 +2287,7 @@ Debug information for package %name-devel
* Wed Jul 07 2010 mmarek@suse.cz
- patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path
to scripts/setlocalversion.
* Tue Jul 06 2010 jeffm@suse.de
* Wed Jul 07 2010 jeffm@suse.de
- Update to 2.6.35-rc4.
- Eliminated 4 patches.
* Fri Jul 02 2010 jeffm@suse.de
@ -2328,7 +2375,7 @@ Debug information for package %name-devel
* Thu Jun 24 2010 jdelvare@suse.de
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
(it87) Fix in7 on IT8720F (bnc#612910).
* Wed Jun 23 2010 jeffm@suse.de
* Thu Jun 24 2010 jeffm@suse.de
- btrfs fix rollup from v2.6.35:
- patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr:
Btrfs: handle ERR_PTR from posix_acl_from_xattr().
@ -2664,7 +2711,7 @@ Debug information for package %name-devel
* Wed Apr 21 2010 jeffm@suse.com
- Update to 2.6.34-rc5.
- Eliminated 1 patch.
* Mon Apr 19 2010 jack@suse.de
* Tue Apr 20 2010 jack@suse.de
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
super-block with standard macros.
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
@ -2714,7 +2761,7 @@ Debug information for package %name-devel
* Fri Apr 09 2010 knikanth@suse.de
- patches.fixes/loop-update-mtime.patch: loop: Update mtime when
writing using aops (bnc#590738).
* Thu Apr 08 2010 jeffm@suse.de
* Fri Apr 09 2010 jeffm@suse.de
- patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv:
reiserfs: Fix permissions on .reiserfs_priv (bnc#593906
CVE-2010-1146).
@ -2776,7 +2823,7 @@ Debug information for package %name-devel
* Fri Mar 26 2010 jkosina@suse.cz
- patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in
gyration_event() (bnc#589329).
* Thu Mar 25 2010 jack@suse.de
* Fri Mar 26 2010 jack@suse.de
- patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an
oops in novfs scope-finding code (bnc#588579).
* Thu Mar 25 2010 jeffm@suse.de
@ -2816,7 +2863,7 @@ Debug information for package %name-devel
* Mon Mar 22 2010 jeffm@suse.de
- patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning:
xfs/dmapi: fix incompatible pointer type warning.
* Sun Mar 21 2010 jeffm@suse.de
* Mon Mar 22 2010 jeffm@suse.de
- Updated to 2.6.34-rc2.
- Eliminated 4 patches.
* Fri Mar 19 2010 jbohac@suse.cz
@ -2947,7 +2994,7 @@ Debug information for package %name-devel
reports incorrect file size (bnc#426536).
- patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of
OO documents on NSS Volumes (bnc#508259).
* Sat Feb 20 2010 jengelh@medozas.de
* Sun Feb 21 2010 jengelh@medozas.de
- use standard short options in tar commands
* Wed Feb 17 2010 nfbrown@suse.de
- patches.fixes/nfs-find-crash: Fix potential oops when running
@ -3270,7 +3317,7 @@ Debug information for package %name-devel
backport from v2.6.32-4e9c4f (bnc#564640).
* Wed Jan 20 2010 gregkh@suse.de
- Update config files. 2.6.32.4 changed one of them.
* Tue Jan 19 2010 tiwai@suse.de
* Wed Jan 20 2010 tiwai@suse.de
- patches.suse/bootsplash-scaler: Refresh. Fixed the text area
calculation, and added the upscaling (bnc#570082).
* Tue Jan 19 2010 jeffm@suse.com
@ -3457,11 +3504,11 @@ Debug information for package %name-devel
* Thu Jan 14 2010 rjw@suse.de
- patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the
irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952).
* Wed Jan 13 2010 bphilips@suse.de
* Thu Jan 14 2010 bphilips@suse.de
- patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch:
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board
chips (bnc#537016).
* Wed Jan 13 2010 jkosina@suse.cz
* Thu Jan 14 2010 jkosina@suse.cz
- patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch:
crypto: testmgr - Fix complain about lack test for internal
used algorithm (bnc#568278 FATE#306883).
@ -3489,7 +3536,7 @@ Debug information for package %name-devel
locations.
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/ppc-crashdump-typefix: Renamed to patches.rpmify/ppc-crashdump-typefix
* Tue Jan 12 2010 jeffm@suse.com
* Wed Jan 13 2010 jeffm@suse.com
- patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1:
Delete.
* Tue Jan 12 2010 jeffm@suse.com
@ -3785,7 +3832,7 @@ Debug information for package %name-devel
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
Refresh.
* Tue Jan 05 2010 gregkh@suse.de
* Wed Jan 06 2010 gregkh@suse.de
- patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch:
drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436).
* Tue Jan 05 2010 tonyj@suse.de
@ -3799,7 +3846,7 @@ Debug information for package %name-devel
* Sun Dec 27 2009 tiwai@suse.de
- patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA:
hda - HDMI sticky stream tag support (FATE#306783).
* Wed Dec 23 2009 rjw@suse.de
* Thu Dec 24 2009 rjw@suse.de
- patches.arch/xpc_first_contact_when_active.patch: X86: UV
- xpc_make_first_contact hang due to not accepting ACTIVE
state. (bnc#562288, fate#306952).
@ -3934,7 +3981,7 @@ Debug information for package %name-devel
- patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC:
Rename generic_interrupt to x86_platform_ipi (bnc#561946,
fate#306952).
* Thu Dec 17 2009 mmarek@suse.cz
* Fri Dec 18 2009 mmarek@suse.cz
- patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file.
- rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version.
* Thu Dec 17 2009 jeffm@suse.com
@ -4172,13 +4219,13 @@ Debug information for package %name-devel
* Mon Dec 14 2009 jkosina@suse.cz
- patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in
serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066).
* Sun Dec 13 2009 rjw@suse.de
* Mon Dec 14 2009 rjw@suse.de
- patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched:
Fix isolcpus boot option (bnc#562290, fate#306952).
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.suse/supported-flag: Fix -Wmissing-prototypes warnings
in modpost.c.
* Fri Dec 11 2009 mmarek@suse.cz
* Sat Dec 12 2009 mmarek@suse.cz
- patches.rpmify/modpost-segfault: modpost: fix segfault with
short symbol names.
* Fri Dec 11 2009 jeffm@suse.com
@ -4679,7 +4726,7 @@ Debug information for package %name-devel
* Thu Dec 03 2009 gregkh@suse.de
- rpm/post.sh:
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
* Wed Dec 02 2009 jdelvare@suse.de
* Thu Dec 03 2009 jdelvare@suse.de
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
i2c-simtec and i2c-designware.
- supported.conf: remove i2c-simtec.
@ -4725,11 +4772,11 @@ Debug information for package %name-devel
hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403).
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk:
ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io:
megaraid_sas: Fix permissions on poll_mode_io (bnc#557180
CVE-2009-3939).
* Mon Nov 30 2009 jeffm@suse.com
* Tue Dec 01 2009 jeffm@suse.com
- patches.arch/x86-64-add-comment-for-rodata-large-page-retainment:
x86-64: add comment for RODATA large page retainment
(bnc#558249).
@ -4878,12 +4925,12 @@ Debug information for package %name-devel
* Thu Nov 26 2009 gregkh@suse.de
- patches.drivers/via-unichrome-drm-bugfixes.patch: Delete.
it never went upstream, so we should drop it as well.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.trace/lttng-*: update for 2.6.32
- patches.trace/lttng-instrumentation-timer.patch: Delete.
- patches.xen/tmem: Refresh.
- patches.xen/xen3-auto-common.diff: Refresh.
* Wed Nov 25 2009 tonyj@suse.de
* Thu Nov 26 2009 tonyj@suse.de
- patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters
reserved by bios (FATE#307426).
* Wed Nov 25 2009 jeffm@suse.com
@ -5545,7 +5592,7 @@ Debug information for package %name-devel
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_INTEL_TXT is not set
Done for x86_64 for now only.
* Mon Nov 16 2009 jkosina@suse.de
* Tue Nov 17 2009 jkosina@suse.de
- patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for
NCR devices (bnc#548807).
* Fri Nov 13 2009 mmarek@suse.cz
@ -5633,7 +5680,7 @@ Debug information for package %name-devel
* Thu Nov 05 2009 hare@suse.de
- Update config files: Increase MAX_RAW_DEVS to 4096 on
zSeries (bnc#552565).
* Wed Nov 04 2009 mmarek@suse.cz
* Thu Nov 05 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: delete stray text.
* Tue Nov 03 2009 mmarek@suse.cz
- config.conf: remove the ec2 flavor from kernel-syms, most KMPs
@ -5764,7 +5811,7 @@ Debug information for package %name-devel
- Update vanilla config files.
* Fri Oct 09 2009 jeffm@suse.de
- Update to 2.6.32-rc3.
* Thu Oct 08 2009 jeffm@suse.de
* Fri Oct 09 2009 jeffm@suse.de
- patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS
* Thu Oct 08 2009 jeffm@suse.de
- patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR
@ -5794,7 +5841,7 @@ Debug information for package %name-devel
- 14 patches need further review.
- Xen and AppArmor are currently disabled.
- USB support in KDB is disabled.
* Wed Oct 07 2009 gregkh@suse.de
* Thu Oct 08 2009 gregkh@suse.de
- patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3.
- major tty bugfix
* Wed Oct 07 2009 tiwai@suse.de
@ -6033,7 +6080,7 @@ Debug information for package %name-devel
- supported.conf: Add resulting modules as supported.
* Wed Aug 19 2009 jbeulich@novell.com
- Update Xen patches to 2.6.31-rc6 and c/s 928.
* Tue Aug 18 2009 tiwai@suse.de
* Wed Aug 19 2009 tiwai@suse.de
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
Fix invalid capture mixers with some ALC268 models.
* Tue Aug 18 2009 gregkh@suse.de
@ -6046,7 +6093,7 @@ Debug information for package %name-devel
need for custom scripts.
* Mon Aug 17 2009 jeffm@suse.com
- Updated to 2.6.31-rc6.
* Sun Aug 16 2009 gregkh@suse.de
* Mon Aug 17 2009 gregkh@suse.de
- patches.drivers/samsung-backlight-driver.patch: added N120 support
and some other devices that were integrated into the driver from
upstream.
@ -6211,7 +6258,7 @@ Debug information for package %name-devel
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Mon Jul 27 2009 jeffm@suse.de
- patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes.
* Sat Jul 25 2009 jeffm@suse.de
* Sun Jul 26 2009 jeffm@suse.de
- config.conf: Re-enabled trace flavor.
* Fri Jul 24 2009 jeffm@suse.de
- Update config files: Disabled optimize for size on i386 and x86_64
@ -6355,9 +6402,9 @@ Debug information for package %name-devel
* Fri Jul 17 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist
function and make it less chatty in build logs.
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/apparmor.diff: ia64 build fix
* Thu Jul 16 2009 jeffm@suse.com
* Fri Jul 17 2009 jeffm@suse.com
- patches.apparmor/security-default-lsm: security: Define default
LSM (bnc#442668).
* Thu Jul 16 2009 jeffm@suse.de
@ -6992,7 +7039,7 @@ Debug information for package %name-devel
O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249)
* Mon Mar 16 2009 bphilips@suse.de
- README: add rough guide to updating KABI
* Fri Mar 13 2009 jeffm@suse.com
* Sat Mar 14 2009 jeffm@suse.com
- Update to 2.6.29-rc8.
* Thu Mar 12 2009 jbeulich@novell.com
- patches.fixes/fix-nf_conntrack_slp,
@ -7041,7 +7088,7 @@ Debug information for package %name-devel
* Wed Mar 04 2009 mmarek@suse.cz
- rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817)
in kernel-vanilla.spec.
* Tue Mar 03 2009 jeffm@suse.com
* Wed Mar 04 2009 jeffm@suse.com
- patches.suse/export-security_inode_permission: Export
security_inode_permission for aufs.
* Thu Feb 26 2009 jeffm@suse.com
@ -7052,7 +7099,7 @@ Debug information for package %name-devel
- scripts/tar-up.sh: create tarballs that don't change
unnecessarily: set owner/group to nobody/nobody, mtime to time of
the latest commit and sort the input files.
* Tue Feb 24 2009 jeffm@suse.com
* Wed Feb 25 2009 jeffm@suse.com
- Update to 2.6.29-rc6-git1.
* Sat Feb 21 2009 mmarek@suse.cz
- rpm/kernel-syms.spec.in: also check if the package versions match
@ -7213,9 +7260,9 @@ Debug information for package %name-devel
* Wed Jan 28 2009 olh@suse.de
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
map scsi proc_name to module name (bnc#459933 - LTC50724)
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- Update config files: Disable ftrace in -debug on ppc64
* Tue Jan 27 2009 jeffm@suse.de
* Wed Jan 28 2009 jeffm@suse.de
- config.conf: Added -debug flavor for ppc64.
* Tue Jan 27 2009 bwalle@suse.de
- patches.drivers/libfc-set-the-release-function.diff:
@ -7288,7 +7335,7 @@ Debug information for package %name-devel
- refresh patch fuzz now that 2.6.27.13 is in tree
* Sun Jan 25 2009 gregkh@suse.de
- Update to final version of 2.6.27.13
* Sat Jan 24 2009 gregkh@suse.de
* Sun Jan 25 2009 gregkh@suse.de
- dynamic debugging fixes backported from upstream:
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
driver core: add newlines to debugging enabled/disabled
@ -7456,7 +7503,7 @@ Debug information for package %name-devel
- patches.fixes/security-introduce-missing-kfree.patch
- patches.fixes/xpc-fix-heartbeat
- Update config files.
* Thu Jan 22 2009 kkeil@suse.de
* Fri Jan 23 2009 kkeil@suse.de
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
with shared interrupt during reset (bnc#396687)
* Thu Jan 22 2009 tonyj@suse.de
@ -7649,10 +7696,10 @@ Debug information for package %name-devel
subchannel multipath mode setup (bnc#466462,LTC#51047).
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
memory alignment for GPN_FT requests. (bnc#466462).
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update config files for vanilla kernel versions due to new config
option added in 2.6.27.12-rc1.
* Thu Jan 15 2009 gregkh@suse.de
* Fri Jan 16 2009 gregkh@suse.de
- Update to 2.6.27.12-rc1:
- security fixes
- fixes CVE-2009-0029
@ -7699,9 +7746,9 @@ Debug information for package %name-devel
- patches.arch/ppc-fix_hugepage_check.patch:
is_hugepage_only_range() must account for both 4kB and 64kB
slices (bnc#466229 - LTC51063)
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
* Wed Jan 14 2009 jeffm@suse.de
* Thu Jan 15 2009 jeffm@suse.de
- Enabled patches.suse/unlock_page-speedup.patch
* Wed Jan 14 2009 rjw@suse.de
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
@ -7813,7 +7860,7 @@ Debug information for package %name-devel
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
* Mon Jan 12 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
@ -7906,7 +7953,7 @@ Debug information for package %name-devel
pci-acpi.h. (bnc#438941).
* Fri Jan 09 2009 gregkh@suse.de
- clean up patch fuzz
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch:
ACPI/PCI: PCI MSI _OSC support capabilities called when root
bridge added (bnc#438941).
@ -7919,7 +7966,7 @@ Debug information for package %name-devel
- patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch:
ACPI/PCI: remove obsolete _OSC capability support functions
(bnc#438941).
* Thu Jan 08 2009 gregkh@suse.de
* Fri Jan 09 2009 gregkh@suse.de
- patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch:
ACPI/PCI: call _OSC support during root bridge discovery
(bnc#438941).
@ -8081,7 +8128,7 @@ Debug information for package %name-devel
* Wed Dec 31 2008 npiggin@suse.de
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
fix (bnc#449812).
* Mon Dec 29 2008 jeffm@suse.de
* Tue Dec 30 2008 jeffm@suse.de
- patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi:
Fix oops with incompatible backlight interface.
* Mon Dec 22 2008 olh@suse.de
@ -8159,7 +8206,7 @@ Debug information for package %name-devel
- patches.drivers/libata-update-ST-FLUSH-blacklist
- patches.fixes/iwlwifi_fix_oops.patch
- patches.fixes/v4l-dvb-avoid-writing-outside-array
* Tue Dec 16 2008 jeffm@suse.de
* Wed Dec 17 2008 jeffm@suse.de
- patches.suse/reiserfs-barrier-default: Make reiserfs default
to barrier=flush.
* Tue Dec 16 2008 mmarek@suse.cz
@ -8192,7 +8239,7 @@ Debug information for package %name-devel
- patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch:
mm: Do not disable memory hotplug when hibernation is enabled
(bnc#438914).
* Mon Dec 15 2008 jeffm@suse.de
* Tue Dec 16 2008 jeffm@suse.de
- patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table
in iwl_clear_stations_table function (bnc#457062).
* Mon Dec 15 2008 jjolly@suse.de
@ -8258,7 +8305,7 @@ Debug information for package %name-devel
- update to 2.6.27.9-rc2:
- lots of bugfixes
- some security updates
* Thu Dec 11 2008 gregkh@suse.de
* Fri Dec 12 2008 gregkh@suse.de
- intermediate commit as part of adding 2.6.27.9-rc1 to the tree.
* Thu Dec 11 2008 hare@suse.de
- Compile in zfcpdump module for S/390 (bnc#446367).
@ -8267,7 +8314,7 @@ Debug information for package %name-devel
* Thu Dec 11 2008 teheo@suse.de
- patches.drivers/libata-update-ST-FLUSH-blacklist: libata:
fix Seagate NCQ+FLUSH blacklist (bnc#458192).
* Wed Dec 10 2008 nfbrown@suse.de
* Thu Dec 11 2008 nfbrown@suse.de
- patches.suse/SoN-fix-sync: Cope with racy nature of sync_page
in swap_sync_page (441793).
* Wed Dec 10 2008 jjolly@suse.de
@ -8336,7 +8383,7 @@ Debug information for package %name-devel
* Tue Dec 09 2008 nfbrown@suse.de
- patches.fixes/xfs-barrier-fix.patch: Fix propagation of
EOPNOTSUPP when barriers are not supported. (bnc#438608).
* Mon Dec 08 2008 rjw@suse.de
* Tue Dec 09 2008 rjw@suse.de
- patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure
to enable WoL by default when possible (bnc#447371).
* Mon Dec 08 2008 olh@suse.de
@ -8525,7 +8572,7 @@ Debug information for package %name-devel
* Thu Dec 04 2008 gregkh@suse.de
- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed
anymore now that 2.6.27.8-rc1 has a similar fix.
* Wed Dec 03 2008 gregkh@suse.de
* Thu Dec 04 2008 gregkh@suse.de
- Update to 2.6.27.8-rc1:
- lots of bugfixes
- some security fixes as well.
@ -8627,7 +8674,7 @@ Debug information for package %name-devel
patches.fixes/cifs-fix-writepages
patches.fixes/cifs-reinstate-sess-sharing-sans-races
patches.fixes/cifs-reinstate-treecon-sharing
* Tue Dec 02 2008 jeffm@suse.de
* Wed Dec 03 2008 jeffm@suse.de
- scripts/git-create-branch: Helper script to create a new
branch.
* Tue Dec 02 2008 mmarek@suse.cz
@ -8760,7 +8807,7 @@ Debug information for package %name-devel
- patches.xen/xen-x86-no-lapic: Add uv_irq.o
- patches.xen/uv-sysfs-no-xen.diff:
Don't build UV sysfs support on Xen.
* Fri Nov 28 2008 trenn@suse.de
* Sat Nov 29 2008 trenn@suse.de
- patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch:
powernow-k8: ignore out-of-range PstateStatus value (no
bug avail).
@ -9252,10 +9299,10 @@ Debug information for package %name-devel
access on i386 sparsemem (bnc#440525).
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
Refresh.
* Thu Nov 13 2008 gregkh@suse.de
* Fri Nov 14 2008 gregkh@suse.de
- patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch:
iwlagn: avoid sleep in softirq context (bnc#444382).
* Thu Nov 13 2008 philips@suse.de
* Fri Nov 14 2008 philips@suse.de
- patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch:
cdc-acm.c: fix recursive lock in acm_start_wb error path.
* Thu Nov 13 2008 gregkh@suse.de
@ -9322,7 +9369,7 @@ Debug information for package %name-devel
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
* Tue Nov 11 2008 philips@suse.de
* Wed Nov 12 2008 philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
* Tue Nov 11 2008 jeffm@suse.de
@ -9751,7 +9798,7 @@ Debug information for package %name-devel
workqueue: introduce create_rt_workqueue. (from 2.6.28)
Refresh to eliminate fuzz:
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
* Sat Nov 01 2008 sdietrich@suse.de
* Sun Nov 02 2008 sdietrich@suse.de
- Update RT config files:
- Sync with SLES 11 default/debug configs
- Limit CPUS to 32
@ -9840,7 +9887,7 @@ Debug information for package %name-devel
- patches.drivers/block-del-timer-after-dequeue: blk: move
blk_delete_timer call in end_that_request_last (bnc#440076
bnc#440173).
* Thu Oct 30 2008 trenn@suse.de
* Fri Oct 31 2008 trenn@suse.de
- patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops
on G33 in 1MB stolen Mem case (bnc#391261).
* Thu Oct 30 2008 gregkh@suse.de
@ -10165,7 +10212,7 @@ Debug information for package %name-devel
panasonic-laptop: add Panasonic Let's Note laptop extras
driver v0.94.
- Update config files.
* Mon Oct 27 2008 gregkh@suse.de
* Tue Oct 28 2008 gregkh@suse.de
- patches.drivers/via-framebuffer-driver.patch: Via Framebuffer
driver.
- Update config files.
@ -10452,12 +10499,12 @@ Debug information for package %name-devel
bnc#436450.
* Fri Oct 24 2008 gregkh@suse.de
- clean up all fuzz in patches to get them to apply cleanly.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core
kernel code and was rejected from upstream.
- patches.arch/s390-01-03-cmm2-v2.patch: Delete.
- patches.arch/s390-01-03-cmm2-v2a.patch: Delete.
* Thu Oct 23 2008 gregkh@suse.de
* Fri Oct 24 2008 gregkh@suse.de
- Update to version 3.4 of squashfs:
- patches.suse/squashfs3.3-patch: Delete.
- patches.suse/squashfs-patch-2.6.25: Delete.
@ -10489,7 +10536,7 @@ Debug information for package %name-devel
- patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear
KVA on x86 (bnc#437674).
- patches.xen/xen3-patch-2.6.26: merge
* Wed Oct 22 2008 gregkh@suse.de
* Thu Oct 23 2008 gregkh@suse.de
- update to 2.6.27.3
- lots of bugfixes
- CVE-2008-3831 fix
@ -10620,7 +10667,7 @@ Debug information for package %name-devel
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
* Thu Oct 16 2008 mfasheh@suse.com
* Fri Oct 17 2008 mfasheh@suse.com
- ocfs2 fixes / updates from 2.6.28 merge window
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
@ -10732,16 +10779,16 @@ Debug information for package %name-devel
* Tue Oct 14 2008 gregkh@suse.de
- supported.conf: remove ide-core and ide-cdrom from base on request
from Tejun.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- Update config files.
- patches.drivers/staging-add-pcc-acpi-driver.patch: Staging:
add pcc-acpi driver.
- rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet.
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp
* Mon Oct 13 2008 gregkh@suse.de
* Tue Oct 14 2008 gregkh@suse.de
- rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and
ppc-acpi-kmp
* Mon Oct 13 2008 gregkh@suse.de
@ -10869,10 +10916,10 @@ Debug information for package %name-devel
patches.rt/ftrace-trace-sched.patch
* Fri Oct 10 2008 mfasheh@suse.com
- supported.conf: mark kernel/fs/gfs2 unsupported
* Thu Oct 09 2008 gregkh@suse.de
* Fri Oct 10 2008 gregkh@suse.de
- supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due
to sb16 dependancy issues
* Thu Oct 09 2008 jeffm@suse.de
* Fri Oct 10 2008 jeffm@suse.de
- patches.fixes/account-reserved-pages: Delete.
* Thu Oct 09 2008 jeffm@suse.de
- patches.suse/supported-flag-sysfs: Updated to build with
@ -10993,7 +11040,7 @@ Debug information for package %name-devel
* Thu Oct 09 2008 teheo@suse.de
- patches.xen/xen3-auto-common.diff: minor patch apply fix after
libata-prefer-over-ide.
* Wed Oct 08 2008 teheo@suse.de
* Thu Oct 09 2008 teheo@suse.de
- patches.drivers/libata-prefer-over-ide: libata: prefer libata
drivers over ide ones (bnc#433105).
* Wed Oct 08 2008 carnold@novell.com
@ -13957,7 +14004,7 @@ Debug information for package %name-devel
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
ACPI: Provide a spec conform OSI interface to the BIOS.
* Mon Jul 28 2008 bphilips@suse.de
* Tue Jul 29 2008 bphilips@suse.de
- rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes.
* Fri Jul 25 2008 mszeredi@suse.cz
- supported.conf: Mark fuse as supported.
@ -14062,7 +14109,7 @@ Debug information for package %name-devel
CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER,
CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET
- debug only: CONFIG_CGROUP_DEBUG
* Wed Jun 25 2008 jeffm@suse.de
* Thu Jun 26 2008 jeffm@suse.de
- Updated to 2.6.26-rc8
- Eliminated 1 patch.
* Wed Jun 25 2008 jeffm@suse.de
@ -14219,7 +14266,7 @@ Debug information for package %name-devel
* Wed Jun 04 2008 jjohanse@suse.de
- patches.apparmor/apparmor-module_interface.diff: AppArmor:
Update patch to properly set profile name_table size (bnc#396993)
* Tue Jun 03 2008 jkosina@suse.de
* Wed Jun 04 2008 jkosina@suse.de
- patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add
Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list
(bnc#345699 bnc#389169)
@ -14578,7 +14625,7 @@ Debug information for package %name-devel
* Tue May 13 2008 gregkh@suse.de
- Update to 2.6.25.4-rc1
- lots of bug fixes
* Mon May 12 2008 sdietrich@suse.de
* Tue May 13 2008 sdietrich@suse.de
Cleanup RT:
- patches.rt/*: Delete.
* Mon May 12 2008 jkosina@suse.de
@ -14720,7 +14767,7 @@ Debug information for package %name-devel
* Fri May 02 2008 teheo@suse.de
- patches.drivers/libata-sata_inic162x-update-to-0.4:
sata_inic162x: update to 0.4 (bnc#385599).
* Thu May 01 2008 gregkh@suse.de
* Fri May 02 2008 gregkh@suse.de
- update to 2.6.25.1:
- fixes CVE-2008-1375 and CVE-2008-1675
- lots of other minor bugfixes
@ -14922,9 +14969,9 @@ Debug information for package %name-devel
* Sat Apr 19 2008 aj@suse.de
- Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary
spec files.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Re-synced reiserfs patch set due to broken local repo.
* Fri Apr 18 2008 jeffm@suse.de
* Sat Apr 19 2008 jeffm@suse.de
- Updated reiserfs patch set
- Eliminated xattr interaction with AppArmor
- Eliminated xattr deadlock under load between journal lock and
@ -14948,11 +14995,11 @@ Debug information for package %name-devel
chown and delete.
* Tue Apr 15 2008 jbeulich@novell.com
- Update Xen patches to 2.6.25-rc9 and c/s 517.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- refresh patches to clean up fuzz
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- Update config files.
* Fri Apr 11 2008 gregkh@suse.de
* Sat Apr 12 2008 gregkh@suse.de
- updat to 2.6.25-rc9
* Thu Apr 10 2008 gregkh@suse.de
- update to 2.6.25-rc8-git8
@ -15036,7 +15083,7 @@ Debug information for package %name-devel
disable mpc51xx support instead
* Tue Mar 18 2008 jeffm@suse.de
- rpm/kernel-binary.spec.in: Changed to just match %%ix86
* Mon Mar 17 2008 olh@suse.de
* Tue Mar 18 2008 olh@suse.de
- add patches.arch/ppc-efika-ipic.patch
fix a crash in init_ipic_sysfs on efika
* Mon Mar 17 2008 agruen@suse.de
@ -15486,7 +15533,7 @@ Debug information for package %name-devel
- patches.suse/lockd-kernel-statd
- patches.suse/lockd-suse-config
- patches.suse/lockd-max-hosts-dynamic
* Tue Feb 05 2008 oneukum@suse.de
* Wed Feb 06 2008 oneukum@suse.de
- patches.suse/usb_printer_no_auto.diff: Delete.
Obsoleted by mainline change
* Tue Feb 05 2008 gregkh@suse.de
@ -15520,7 +15567,7 @@ Debug information for package %name-devel
* Sat Jan 26 2008 olh@suse.de
- update patches.arch/ppc-efika-modalias.patch
use struct device_attribute to fix oops on boot
* Fri Jan 25 2008 jeffm@suse.de
* Sat Jan 26 2008 jeffm@suse.de
- scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in
$PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT)
* Fri Jan 25 2008 jeffm@suse.de
@ -15558,9 +15605,9 @@ Debug information for package %name-devel
call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage
* Mon Jan 21 2008 aj@suse.de
- Remove unused config/s390/rt.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- patches.rt/irq-flags-unsigned-long.patch: Delete.
* Fri Jan 18 2008 jeffm@suse.de
* Sat Jan 19 2008 jeffm@suse.de
- Update to 2.6.24-rc8-git2.
* Fri Jan 18 2008 jeffm@suse.de
- Enabled 2.6.24-rc8-git1.

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:443c86e035ef0c6c88b41e1c9fc95faf4e1fc7d2e9dd1be3aeb159c00c6166aa
size 131716
oid sha256:f8ac545f8026dfa420739450a7d9945b44f62c4d024c647447802addbdd526a1
size 133561

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64c001633799ad38f590835cafd9b924e6080ebfa40b6036367288d5f7621dff
size 82594
oid sha256:4a527df6f759da51e9f3783bed75511d85568ff093627f329702d18275c0f56e
size 81696

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13421944543188e09934a5e4be590245f5aca1b9055628e2550d165dac53b969
size 28024
oid sha256:939ee942183762e8bd600c38ca19bf750ce2c352712d94a3d8fc717e21c16e8c
size 48328

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:083a8abe0b9a4c49f6aca91bf393d92886222993043a237761400ad66239f2e7
size 2106753
oid sha256:66482ddfdf49c99a3be90fdc1576a0b9b7445f81a3e5d41f41b13af8017df08b
size 2106648

View File

@ -28,6 +28,7 @@
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-2.6.38.1
patches.kernel.org/patch-2.6.38.1-2
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -84,7 +85,6 @@
patches.fixes/seccomp-disable-tsc-option
patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch
########################################################
# Architecture-specific patches. These used to be all
@ -132,12 +132,6 @@
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
########################################################
# Needed on Boxboro/Westmere-EX to correctly decode the physical
# address of correctable errors
patches.arch/x86_mce_intel_decode_physical_address.patch
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch
########################################################
# x86_64/4096CPUS - from SGI
@ -571,6 +565,10 @@
##########################################################
# Sound
##########################################################
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889
patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo
patches.drivers/alsa-hda-0019-Increase-default-buffer-size
patches.drivers/alsa-asihpi-check-adapter-index-in-hpi_ioctl
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes

View File

@ -1,3 +1,3 @@
2011-03-24 17:06:24 +0100
GIT Revision: 8a8caffdda1f4188a536ac92546bafd85b6c6355
2011-03-28 23:43:36 +0200
GIT Revision: c44c3aa19e575e23ab070813d3f11048a30fd9ba
GIT Branch: stable