forked from pool/kernel-source
GIT Revision: b367e7b953784b5bdbe38538d1b98b768672ff5f
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6938
This commit is contained in:
parent
cd2b8eec4b
commit
35ea281cf0
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98244600c05548d5bb9f0fbd74bed0fd76631c5bf974c3029ccc17ad9a55287f
|
||||
size 226524
|
||||
oid sha256:ab1cb6a2741502619c378634f28c36df9356250712a7573b83f823481efe8b1f
|
||||
size 226304
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -936,7 +966,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -949,7 +981,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -963,7 +995,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1014,7 +1046,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1064,11 +1096,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1093,7 +1125,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
|
||||
@ -1250,13 +1282,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
|
||||
@ -1295,7 +1327,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
|
||||
@ -1423,7 +1455,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).
|
||||
- commit 4404c19
|
||||
@ -1709,7 +1741,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
|
||||
@ -1947,7 +1979,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
|
||||
@ -2035,7 +2067,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().
|
||||
@ -2371,7 +2403,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:
|
||||
@ -2421,7 +2453,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).
|
||||
@ -2483,7 +2515,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
|
||||
@ -2523,7 +2555,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
|
||||
@ -2654,7 +2686,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
|
||||
@ -2977,7 +3009,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
|
||||
@ -3164,11 +3196,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).
|
||||
@ -3196,7 +3228,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
|
||||
@ -3492,7 +3524,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
|
||||
@ -3506,7 +3538,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).
|
||||
@ -3641,7 +3673,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
|
||||
@ -3879,13 +3911,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
|
||||
@ -4386,7 +4418,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.
|
||||
@ -4432,11 +4464,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).
|
||||
@ -4585,12 +4617,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
|
||||
@ -5252,7 +5284,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
|
||||
@ -5340,7 +5372,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
|
||||
@ -5471,7 +5503,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
|
||||
@ -5501,7 +5533,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
|
||||
@ -5740,7 +5772,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
|
||||
@ -5753,7 +5785,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.
|
||||
@ -5918,7 +5950,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
|
||||
@ -6062,9 +6094,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
|
||||
@ -6699,7 +6731,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,
|
||||
@ -6748,7 +6780,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
|
||||
@ -6759,7 +6791,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
|
||||
@ -6920,9 +6952,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:
|
||||
@ -6995,7 +7027,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
|
||||
@ -7163,7 +7195,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
|
||||
@ -7356,10 +7388,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
|
||||
@ -7406,9 +7438,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:
|
||||
@ -7520,7 +7552,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).
|
||||
@ -7613,7 +7645,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).
|
||||
@ -7626,7 +7658,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).
|
||||
@ -7788,7 +7820,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
|
||||
@ -7866,7 +7898,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
|
||||
@ -7899,7 +7931,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
|
||||
@ -7965,7 +7997,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).
|
||||
@ -7974,7 +8006,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
|
||||
@ -8043,7 +8075,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
|
||||
@ -8232,7 +8264,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.
|
||||
@ -8334,7 +8366,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
|
||||
@ -8467,7 +8499,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).
|
||||
@ -8959,10 +8991,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
|
||||
@ -9029,7 +9061,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
|
||||
@ -9458,7 +9490,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
|
||||
@ -9547,7 +9579,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
|
||||
@ -9872,7 +9904,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.
|
||||
@ -10159,12 +10191,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.
|
||||
@ -10196,7 +10228,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
|
||||
@ -10327,7 +10359,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
|
||||
@ -10439,16 +10471,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
|
||||
@ -10576,10 +10608,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
|
||||
@ -10700,7 +10732,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
|
||||
@ -13664,7 +13696,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.
|
||||
@ -13769,7 +13801,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
|
||||
@ -13926,7 +13958,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)
|
||||
@ -14285,7 +14317,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
|
||||
@ -14427,7 +14459,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
|
||||
@ -14629,9 +14661,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
|
||||
@ -14655,11 +14687,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
|
||||
@ -14743,7 +14775,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
|
||||
@ -15193,7 +15225,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
|
||||
@ -15227,7 +15259,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
|
||||
@ -15265,9 +15297,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -949,7 +979,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -962,7 +994,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -976,7 +1008,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1027,7 +1059,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1077,11 +1109,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1106,7 +1138,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
|
||||
@ -1263,13 +1295,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
|
||||
@ -1308,7 +1340,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
|
||||
@ -1436,7 +1468,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).
|
||||
- commit 4404c19
|
||||
@ -1722,7 +1754,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
|
||||
@ -1960,7 +1992,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
|
||||
@ -2048,7 +2080,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().
|
||||
@ -2384,7 +2416,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:
|
||||
@ -2434,7 +2466,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).
|
||||
@ -2496,7 +2528,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
|
||||
@ -2536,7 +2568,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
|
||||
@ -2667,7 +2699,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
|
||||
@ -2990,7 +3022,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
|
||||
@ -3177,11 +3209,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).
|
||||
@ -3209,7 +3241,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
|
||||
@ -3505,7 +3537,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
|
||||
@ -3519,7 +3551,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).
|
||||
@ -3654,7 +3686,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
|
||||
@ -3892,13 +3924,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
|
||||
@ -4399,7 +4431,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.
|
||||
@ -4445,11 +4477,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).
|
||||
@ -4598,12 +4630,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
|
||||
@ -5265,7 +5297,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
|
||||
@ -5353,7 +5385,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
|
||||
@ -5484,7 +5516,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
|
||||
@ -5514,7 +5546,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
|
||||
@ -5753,7 +5785,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
|
||||
@ -5766,7 +5798,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.
|
||||
@ -5931,7 +5963,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
|
||||
@ -6075,9 +6107,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
|
||||
@ -6712,7 +6744,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,
|
||||
@ -6761,7 +6793,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
|
||||
@ -6772,7 +6804,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
|
||||
@ -6933,9 +6965,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:
|
||||
@ -7008,7 +7040,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
|
||||
@ -7176,7 +7208,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
|
||||
@ -7369,10 +7401,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
|
||||
@ -7419,9 +7451,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:
|
||||
@ -7533,7 +7565,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).
|
||||
@ -7626,7 +7658,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).
|
||||
@ -7639,7 +7671,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).
|
||||
@ -7801,7 +7833,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
|
||||
@ -7879,7 +7911,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
|
||||
@ -7912,7 +7944,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
|
||||
@ -7978,7 +8010,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).
|
||||
@ -7987,7 +8019,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
|
||||
@ -8056,7 +8088,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
|
||||
@ -8245,7 +8277,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.
|
||||
@ -8347,7 +8379,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
|
||||
@ -8480,7 +8512,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).
|
||||
@ -8972,10 +9004,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
|
||||
@ -9042,7 +9074,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
|
||||
@ -9471,7 +9503,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
|
||||
@ -9560,7 +9592,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
|
||||
@ -9885,7 +9917,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.
|
||||
@ -10172,12 +10204,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.
|
||||
@ -10209,7 +10241,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
|
||||
@ -10340,7 +10372,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
|
||||
@ -10452,16 +10484,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
|
||||
@ -10589,10 +10621,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
|
||||
@ -10713,7 +10745,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
|
||||
@ -13677,7 +13709,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.
|
||||
@ -13782,7 +13814,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
|
||||
@ -13939,7 +13971,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)
|
||||
@ -14298,7 +14330,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
|
||||
@ -14440,7 +14472,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
|
||||
@ -14642,9 +14674,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
|
||||
@ -14668,11 +14700,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
|
||||
@ -14756,7 +14788,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
|
||||
@ -15206,7 +15238,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
|
||||
@ -15240,7 +15272,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
|
||||
@ -15278,9 +15310,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -969,7 +999,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -982,7 +1014,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -996,7 +1028,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1047,7 +1079,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1097,11 +1129,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1126,7 +1158,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
|
||||
@ -1283,13 +1315,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
|
||||
@ -1328,7 +1360,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
|
||||
@ -1456,7 +1488,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).
|
||||
- commit 4404c19
|
||||
@ -1742,7 +1774,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
|
||||
@ -1980,7 +2012,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
|
||||
@ -2068,7 +2100,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().
|
||||
@ -2404,7 +2436,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:
|
||||
@ -2454,7 +2486,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).
|
||||
@ -2516,7 +2548,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
|
||||
@ -2556,7 +2588,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
|
||||
@ -2687,7 +2719,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
|
||||
@ -3010,7 +3042,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
|
||||
@ -3197,11 +3229,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).
|
||||
@ -3229,7 +3261,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
|
||||
@ -3525,7 +3557,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
|
||||
@ -3539,7 +3571,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).
|
||||
@ -3674,7 +3706,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
|
||||
@ -3912,13 +3944,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
|
||||
@ -4419,7 +4451,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.
|
||||
@ -4465,11 +4497,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).
|
||||
@ -4618,12 +4650,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
|
||||
@ -5285,7 +5317,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
|
||||
@ -5373,7 +5405,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
|
||||
@ -5504,7 +5536,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
|
||||
@ -5534,7 +5566,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
|
||||
@ -5773,7 +5805,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
|
||||
@ -5786,7 +5818,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.
|
||||
@ -5951,7 +5983,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
|
||||
@ -6095,9 +6127,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
|
||||
@ -6732,7 +6764,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,
|
||||
@ -6781,7 +6813,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
|
||||
@ -6792,7 +6824,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
|
||||
@ -6953,9 +6985,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:
|
||||
@ -7028,7 +7060,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
|
||||
@ -7196,7 +7228,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
|
||||
@ -7389,10 +7421,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
|
||||
@ -7439,9 +7471,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:
|
||||
@ -7553,7 +7585,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).
|
||||
@ -7646,7 +7678,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).
|
||||
@ -7659,7 +7691,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).
|
||||
@ -7821,7 +7853,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
|
||||
@ -7899,7 +7931,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
|
||||
@ -7932,7 +7964,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
|
||||
@ -7998,7 +8030,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).
|
||||
@ -8007,7 +8039,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
|
||||
@ -8076,7 +8108,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
|
||||
@ -8265,7 +8297,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.
|
||||
@ -8367,7 +8399,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
|
||||
@ -8500,7 +8532,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).
|
||||
@ -8992,10 +9024,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
|
||||
@ -9062,7 +9094,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
|
||||
@ -9491,7 +9523,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
|
||||
@ -9580,7 +9612,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
|
||||
@ -9905,7 +9937,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.
|
||||
@ -10192,12 +10224,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.
|
||||
@ -10229,7 +10261,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
|
||||
@ -10360,7 +10392,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
|
||||
@ -10472,16 +10504,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
|
||||
@ -10609,10 +10641,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
|
||||
@ -10733,7 +10765,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
|
||||
@ -13697,7 +13729,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.
|
||||
@ -13802,7 +13834,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
|
||||
@ -13959,7 +13991,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)
|
||||
@ -14318,7 +14350,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
|
||||
@ -14460,7 +14492,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
|
||||
@ -14662,9 +14694,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
|
||||
@ -14688,11 +14720,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
|
||||
@ -14776,7 +14808,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
|
||||
@ -15226,7 +15258,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
|
||||
@ -15260,7 +15292,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
|
||||
@ -15298,9 +15330,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
225
kernel-docs.spec
225
kernel-docs.spec
@ -99,6 +99,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -168,7 +193,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -181,7 +208,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -195,7 +222,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -246,7 +273,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -296,11 +323,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -325,7 +352,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
|
||||
@ -482,13 +509,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
|
||||
@ -527,7 +554,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
|
||||
@ -655,7 +682,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).
|
||||
- commit 4404c19
|
||||
@ -941,7 +968,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
|
||||
@ -1179,7 +1206,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
|
||||
@ -1267,7 +1294,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().
|
||||
@ -1603,7 +1630,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:
|
||||
@ -1653,7 +1680,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).
|
||||
@ -1715,7 +1742,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
|
||||
@ -1755,7 +1782,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
|
||||
@ -1886,7 +1913,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
|
||||
@ -2209,7 +2236,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
|
||||
@ -2396,11 +2423,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).
|
||||
@ -2428,7 +2455,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
|
||||
@ -2724,7 +2751,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
|
||||
@ -2738,7 +2765,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).
|
||||
@ -2873,7 +2900,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
|
||||
@ -3111,13 +3138,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
|
||||
@ -3618,7 +3645,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.
|
||||
@ -3664,11 +3691,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).
|
||||
@ -3817,12 +3844,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
|
||||
@ -4484,7 +4511,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
|
||||
@ -4572,7 +4599,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
|
||||
@ -4703,7 +4730,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
|
||||
@ -4733,7 +4760,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
|
||||
@ -4972,7 +4999,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
|
||||
@ -4985,7 +5012,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.
|
||||
@ -5150,7 +5177,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
|
||||
@ -5294,9 +5321,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
|
||||
@ -5931,7 +5958,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,
|
||||
@ -5980,7 +6007,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
|
||||
@ -5991,7 +6018,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
|
||||
@ -6152,9 +6179,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:
|
||||
@ -6227,7 +6254,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
|
||||
@ -6395,7 +6422,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
|
||||
@ -6588,10 +6615,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
|
||||
@ -6638,9 +6665,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:
|
||||
@ -6752,7 +6779,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).
|
||||
@ -6845,7 +6872,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).
|
||||
@ -6858,7 +6885,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).
|
||||
@ -7020,7 +7047,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
|
||||
@ -7098,7 +7125,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
|
||||
@ -7131,7 +7158,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
|
||||
@ -7197,7 +7224,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).
|
||||
@ -7206,7 +7233,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
|
||||
@ -7275,7 +7302,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
|
||||
@ -7464,7 +7491,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.
|
||||
@ -7566,7 +7593,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
|
||||
@ -7699,7 +7726,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).
|
||||
@ -8191,10 +8218,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
|
||||
@ -8261,7 +8288,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
|
||||
@ -8690,7 +8717,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
|
||||
@ -8779,7 +8806,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
|
||||
@ -9104,7 +9131,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.
|
||||
@ -9391,12 +9418,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.
|
||||
@ -9428,7 +9455,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
|
||||
@ -9559,7 +9586,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
|
||||
@ -9671,16 +9698,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
|
||||
@ -9808,10 +9835,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
|
||||
@ -9932,7 +9959,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
|
||||
@ -12896,7 +12923,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.
|
||||
@ -13001,7 +13028,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
|
||||
@ -13158,7 +13185,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)
|
||||
@ -13517,7 +13544,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
|
||||
@ -13659,7 +13686,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
|
||||
@ -13861,9 +13888,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
|
||||
@ -13887,11 +13914,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
|
||||
@ -13975,7 +14002,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
|
||||
@ -14425,7 +14452,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
|
||||
@ -14459,7 +14486,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
|
||||
@ -14497,9 +14524,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
232
kernel-ec2.spec
232
kernel-ec2.spec
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -939,7 +969,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -952,7 +984,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -966,7 +998,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1017,7 +1049,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1067,11 +1099,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1096,7 +1128,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
|
||||
@ -1253,13 +1285,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
|
||||
@ -1298,7 +1330,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
|
||||
@ -1426,7 +1458,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).
|
||||
- commit 4404c19
|
||||
@ -1712,7 +1744,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
|
||||
@ -1950,7 +1982,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
|
||||
@ -2038,7 +2070,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().
|
||||
@ -2374,7 +2406,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:
|
||||
@ -2424,7 +2456,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).
|
||||
@ -2486,7 +2518,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
|
||||
@ -2526,7 +2558,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
|
||||
@ -2657,7 +2689,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
|
||||
@ -2980,7 +3012,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
|
||||
@ -3167,11 +3199,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).
|
||||
@ -3199,7 +3231,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
|
||||
@ -3495,7 +3527,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
|
||||
@ -3509,7 +3541,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).
|
||||
@ -3644,7 +3676,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
|
||||
@ -3882,13 +3914,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
|
||||
@ -4389,7 +4421,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.
|
||||
@ -4435,11 +4467,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).
|
||||
@ -4588,12 +4620,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
|
||||
@ -5255,7 +5287,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
|
||||
@ -5343,7 +5375,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
|
||||
@ -5474,7 +5506,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
|
||||
@ -5504,7 +5536,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
|
||||
@ -5743,7 +5775,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
|
||||
@ -5756,7 +5788,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.
|
||||
@ -5921,7 +5953,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
|
||||
@ -6065,9 +6097,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
|
||||
@ -6702,7 +6734,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,
|
||||
@ -6751,7 +6783,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
|
||||
@ -6762,7 +6794,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
|
||||
@ -6923,9 +6955,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:
|
||||
@ -6998,7 +7030,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
|
||||
@ -7166,7 +7198,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
|
||||
@ -7359,10 +7391,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
|
||||
@ -7409,9 +7441,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:
|
||||
@ -7523,7 +7555,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).
|
||||
@ -7616,7 +7648,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).
|
||||
@ -7629,7 +7661,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).
|
||||
@ -7791,7 +7823,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
|
||||
@ -7869,7 +7901,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
|
||||
@ -7902,7 +7934,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
|
||||
@ -7968,7 +8000,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).
|
||||
@ -7977,7 +8009,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
|
||||
@ -8046,7 +8078,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
|
||||
@ -8235,7 +8267,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.
|
||||
@ -8337,7 +8369,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
|
||||
@ -8470,7 +8502,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).
|
||||
@ -8962,10 +8994,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
|
||||
@ -9032,7 +9064,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
|
||||
@ -9461,7 +9493,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
|
||||
@ -9550,7 +9582,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
|
||||
@ -9875,7 +9907,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.
|
||||
@ -10162,12 +10194,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.
|
||||
@ -10199,7 +10231,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
|
||||
@ -10330,7 +10362,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
|
||||
@ -10442,16 +10474,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
|
||||
@ -10579,10 +10611,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
|
||||
@ -10703,7 +10735,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
|
||||
@ -13667,7 +13699,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.
|
||||
@ -13772,7 +13804,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
|
||||
@ -13929,7 +13961,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)
|
||||
@ -14288,7 +14320,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
|
||||
@ -14430,7 +14462,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
|
||||
@ -14632,9 +14664,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
|
||||
@ -14658,11 +14690,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
|
||||
@ -14746,7 +14778,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
|
||||
@ -15196,7 +15228,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
|
||||
@ -15230,7 +15262,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
|
||||
@ -15268,9 +15300,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
232
kernel-net.spec
232
kernel-net.spec
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -936,7 +966,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -949,7 +981,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -963,7 +995,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1014,7 +1046,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1064,11 +1096,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1093,7 +1125,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
|
||||
@ -1250,13 +1282,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
|
||||
@ -1295,7 +1327,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
|
||||
@ -1423,7 +1455,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).
|
||||
- commit 4404c19
|
||||
@ -1709,7 +1741,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
|
||||
@ -1947,7 +1979,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
|
||||
@ -2035,7 +2067,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().
|
||||
@ -2371,7 +2403,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:
|
||||
@ -2421,7 +2453,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).
|
||||
@ -2483,7 +2515,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
|
||||
@ -2523,7 +2555,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
|
||||
@ -2654,7 +2686,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
|
||||
@ -2977,7 +3009,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
|
||||
@ -3164,11 +3196,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).
|
||||
@ -3196,7 +3228,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
|
||||
@ -3492,7 +3524,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
|
||||
@ -3506,7 +3538,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).
|
||||
@ -3641,7 +3673,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
|
||||
@ -3879,13 +3911,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
|
||||
@ -4386,7 +4418,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.
|
||||
@ -4432,11 +4464,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).
|
||||
@ -4585,12 +4617,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
|
||||
@ -5252,7 +5284,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
|
||||
@ -5340,7 +5372,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
|
||||
@ -5471,7 +5503,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
|
||||
@ -5501,7 +5533,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
|
||||
@ -5740,7 +5772,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
|
||||
@ -5753,7 +5785,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.
|
||||
@ -5918,7 +5950,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
|
||||
@ -6062,9 +6094,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
|
||||
@ -6699,7 +6731,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,
|
||||
@ -6748,7 +6780,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
|
||||
@ -6759,7 +6791,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
|
||||
@ -6920,9 +6952,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:
|
||||
@ -6995,7 +7027,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
|
||||
@ -7163,7 +7195,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
|
||||
@ -7356,10 +7388,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
|
||||
@ -7406,9 +7438,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:
|
||||
@ -7520,7 +7552,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).
|
||||
@ -7613,7 +7645,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).
|
||||
@ -7626,7 +7658,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).
|
||||
@ -7788,7 +7820,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
|
||||
@ -7866,7 +7898,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
|
||||
@ -7899,7 +7931,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
|
||||
@ -7965,7 +7997,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).
|
||||
@ -7974,7 +8006,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
|
||||
@ -8043,7 +8075,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
|
||||
@ -8232,7 +8264,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.
|
||||
@ -8334,7 +8366,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
|
||||
@ -8467,7 +8499,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).
|
||||
@ -8959,10 +8991,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
|
||||
@ -9029,7 +9061,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
|
||||
@ -9458,7 +9490,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
|
||||
@ -9547,7 +9579,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
|
||||
@ -9872,7 +9904,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.
|
||||
@ -10159,12 +10191,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.
|
||||
@ -10196,7 +10228,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
|
||||
@ -10327,7 +10359,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
|
||||
@ -10439,16 +10471,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
|
||||
@ -10576,10 +10608,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
|
||||
@ -10700,7 +10732,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
|
||||
@ -13664,7 +13696,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.
|
||||
@ -13769,7 +13801,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
|
||||
@ -13926,7 +13958,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)
|
||||
@ -14285,7 +14317,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
|
||||
@ -14427,7 +14459,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
|
||||
@ -14629,9 +14661,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
|
||||
@ -14655,11 +14687,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
|
||||
@ -14743,7 +14775,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
|
||||
@ -15193,7 +15225,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
|
||||
@ -15227,7 +15259,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
|
||||
@ -15265,9 +15297,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
232
kernel-pae.spec
232
kernel-pae.spec
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -954,7 +984,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -967,7 +999,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -981,7 +1013,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1032,7 +1064,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1082,11 +1114,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1111,7 +1143,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
|
||||
@ -1268,13 +1300,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
|
||||
@ -1313,7 +1345,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
|
||||
@ -1441,7 +1473,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).
|
||||
- commit 4404c19
|
||||
@ -1727,7 +1759,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
|
||||
@ -1965,7 +1997,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
|
||||
@ -2053,7 +2085,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().
|
||||
@ -2389,7 +2421,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:
|
||||
@ -2439,7 +2471,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).
|
||||
@ -2501,7 +2533,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
|
||||
@ -2541,7 +2573,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
|
||||
@ -2672,7 +2704,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
|
||||
@ -2995,7 +3027,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
|
||||
@ -3182,11 +3214,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).
|
||||
@ -3214,7 +3246,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
|
||||
@ -3510,7 +3542,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
|
||||
@ -3524,7 +3556,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).
|
||||
@ -3659,7 +3691,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
|
||||
@ -3897,13 +3929,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
|
||||
@ -4404,7 +4436,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.
|
||||
@ -4450,11 +4482,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).
|
||||
@ -4603,12 +4635,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
|
||||
@ -5270,7 +5302,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
|
||||
@ -5358,7 +5390,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
|
||||
@ -5489,7 +5521,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
|
||||
@ -5519,7 +5551,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
|
||||
@ -5758,7 +5790,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
|
||||
@ -5771,7 +5803,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.
|
||||
@ -5936,7 +5968,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
|
||||
@ -6080,9 +6112,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
|
||||
@ -6717,7 +6749,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,
|
||||
@ -6766,7 +6798,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
|
||||
@ -6777,7 +6809,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
|
||||
@ -6938,9 +6970,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:
|
||||
@ -7013,7 +7045,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
|
||||
@ -7181,7 +7213,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
|
||||
@ -7374,10 +7406,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
|
||||
@ -7424,9 +7456,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:
|
||||
@ -7538,7 +7570,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).
|
||||
@ -7631,7 +7663,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).
|
||||
@ -7644,7 +7676,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).
|
||||
@ -7806,7 +7838,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
|
||||
@ -7884,7 +7916,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
|
||||
@ -7917,7 +7949,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
|
||||
@ -7983,7 +8015,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).
|
||||
@ -7992,7 +8024,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
|
||||
@ -8061,7 +8093,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
|
||||
@ -8250,7 +8282,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.
|
||||
@ -8352,7 +8384,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
|
||||
@ -8485,7 +8517,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).
|
||||
@ -8977,10 +9009,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
|
||||
@ -9047,7 +9079,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
|
||||
@ -9476,7 +9508,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
|
||||
@ -9565,7 +9597,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
|
||||
@ -9890,7 +9922,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.
|
||||
@ -10177,12 +10209,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.
|
||||
@ -10214,7 +10246,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
|
||||
@ -10345,7 +10377,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
|
||||
@ -10457,16 +10489,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
|
||||
@ -10594,10 +10626,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
|
||||
@ -10718,7 +10750,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
|
||||
@ -13682,7 +13714,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.
|
||||
@ -13787,7 +13819,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
|
||||
@ -13944,7 +13976,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)
|
||||
@ -14303,7 +14335,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
|
||||
@ -14445,7 +14477,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
|
||||
@ -14647,9 +14679,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
|
||||
@ -14673,11 +14705,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
|
||||
@ -14761,7 +14793,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
|
||||
@ -15211,7 +15243,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
|
||||
@ -15245,7 +15277,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
|
||||
@ -15283,9 +15315,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -958,7 +988,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -971,7 +1003,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -985,7 +1017,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1036,7 +1068,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1086,11 +1118,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1115,7 +1147,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
|
||||
@ -1272,13 +1304,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
|
||||
@ -1317,7 +1349,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
|
||||
@ -1445,7 +1477,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).
|
||||
- commit 4404c19
|
||||
@ -1731,7 +1763,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
|
||||
@ -1969,7 +2001,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
|
||||
@ -2057,7 +2089,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().
|
||||
@ -2393,7 +2425,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:
|
||||
@ -2443,7 +2475,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).
|
||||
@ -2505,7 +2537,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
|
||||
@ -2545,7 +2577,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
|
||||
@ -2676,7 +2708,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
|
||||
@ -2999,7 +3031,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
|
||||
@ -3186,11 +3218,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).
|
||||
@ -3218,7 +3250,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
|
||||
@ -3514,7 +3546,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
|
||||
@ -3528,7 +3560,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).
|
||||
@ -3663,7 +3695,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
|
||||
@ -3901,13 +3933,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
|
||||
@ -4408,7 +4440,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.
|
||||
@ -4454,11 +4486,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).
|
||||
@ -4607,12 +4639,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
|
||||
@ -5274,7 +5306,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
|
||||
@ -5362,7 +5394,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
|
||||
@ -5493,7 +5525,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
|
||||
@ -5523,7 +5555,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
|
||||
@ -5762,7 +5794,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
|
||||
@ -5775,7 +5807,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.
|
||||
@ -5940,7 +5972,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
|
||||
@ -6084,9 +6116,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
|
||||
@ -6721,7 +6753,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,
|
||||
@ -6770,7 +6802,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
|
||||
@ -6781,7 +6813,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
|
||||
@ -6942,9 +6974,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:
|
||||
@ -7017,7 +7049,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
|
||||
@ -7185,7 +7217,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
|
||||
@ -7378,10 +7410,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
|
||||
@ -7428,9 +7460,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:
|
||||
@ -7542,7 +7574,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).
|
||||
@ -7635,7 +7667,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).
|
||||
@ -7648,7 +7680,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).
|
||||
@ -7810,7 +7842,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
|
||||
@ -7888,7 +7920,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
|
||||
@ -7921,7 +7953,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
|
||||
@ -7987,7 +8019,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).
|
||||
@ -7996,7 +8028,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
|
||||
@ -8065,7 +8097,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
|
||||
@ -8254,7 +8286,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.
|
||||
@ -8356,7 +8388,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
|
||||
@ -8489,7 +8521,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).
|
||||
@ -8981,10 +9013,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
|
||||
@ -9051,7 +9083,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
|
||||
@ -9480,7 +9512,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
|
||||
@ -9569,7 +9601,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
|
||||
@ -9894,7 +9926,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.
|
||||
@ -10181,12 +10213,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.
|
||||
@ -10218,7 +10250,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
|
||||
@ -10349,7 +10381,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
|
||||
@ -10461,16 +10493,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
|
||||
@ -10598,10 +10630,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
|
||||
@ -10722,7 +10754,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
|
||||
@ -13686,7 +13718,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.
|
||||
@ -13791,7 +13823,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
|
||||
@ -13948,7 +13980,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)
|
||||
@ -14307,7 +14339,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
|
||||
@ -14449,7 +14481,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
|
||||
@ -14651,9 +14683,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
|
||||
@ -14677,11 +14709,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
|
||||
@ -14765,7 +14797,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
|
||||
@ -15215,7 +15247,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
|
||||
@ -15249,7 +15281,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
|
||||
@ -15287,9 +15319,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
232
kernel-ps3.spec
232
kernel-ps3.spec
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -939,7 +969,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -952,7 +984,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -966,7 +998,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1017,7 +1049,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1067,11 +1099,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1096,7 +1128,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
|
||||
@ -1253,13 +1285,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
|
||||
@ -1298,7 +1330,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
|
||||
@ -1426,7 +1458,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).
|
||||
- commit 4404c19
|
||||
@ -1712,7 +1744,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
|
||||
@ -1950,7 +1982,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
|
||||
@ -2038,7 +2070,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().
|
||||
@ -2374,7 +2406,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:
|
||||
@ -2424,7 +2456,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).
|
||||
@ -2486,7 +2518,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
|
||||
@ -2526,7 +2558,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
|
||||
@ -2657,7 +2689,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
|
||||
@ -2980,7 +3012,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
|
||||
@ -3167,11 +3199,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).
|
||||
@ -3199,7 +3231,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
|
||||
@ -3495,7 +3527,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
|
||||
@ -3509,7 +3541,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).
|
||||
@ -3644,7 +3676,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
|
||||
@ -3882,13 +3914,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
|
||||
@ -4389,7 +4421,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.
|
||||
@ -4435,11 +4467,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).
|
||||
@ -4588,12 +4620,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
|
||||
@ -5255,7 +5287,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
|
||||
@ -5343,7 +5375,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
|
||||
@ -5474,7 +5506,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
|
||||
@ -5504,7 +5536,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
|
||||
@ -5743,7 +5775,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
|
||||
@ -5756,7 +5788,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.
|
||||
@ -5921,7 +5953,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
|
||||
@ -6065,9 +6097,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
|
||||
@ -6702,7 +6734,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,
|
||||
@ -6751,7 +6783,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
|
||||
@ -6762,7 +6794,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
|
||||
@ -6923,9 +6955,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:
|
||||
@ -6998,7 +7030,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
|
||||
@ -7166,7 +7198,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
|
||||
@ -7359,10 +7391,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
|
||||
@ -7409,9 +7441,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:
|
||||
@ -7523,7 +7555,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).
|
||||
@ -7616,7 +7648,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).
|
||||
@ -7629,7 +7661,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).
|
||||
@ -7791,7 +7823,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
|
||||
@ -7869,7 +7901,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
|
||||
@ -7902,7 +7934,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
|
||||
@ -7968,7 +8000,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).
|
||||
@ -7977,7 +8009,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
|
||||
@ -8046,7 +8078,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
|
||||
@ -8235,7 +8267,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.
|
||||
@ -8337,7 +8369,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
|
||||
@ -8470,7 +8502,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).
|
||||
@ -8962,10 +8994,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
|
||||
@ -9032,7 +9064,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
|
||||
@ -9461,7 +9493,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
|
||||
@ -9550,7 +9582,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
|
||||
@ -9875,7 +9907,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.
|
||||
@ -10162,12 +10194,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.
|
||||
@ -10199,7 +10231,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
|
||||
@ -10330,7 +10362,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
|
||||
@ -10442,16 +10474,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
|
||||
@ -10579,10 +10611,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
|
||||
@ -10703,7 +10735,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
|
||||
@ -13667,7 +13699,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.
|
||||
@ -13772,7 +13804,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
|
||||
@ -13929,7 +13961,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)
|
||||
@ -14288,7 +14320,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
|
||||
@ -14430,7 +14462,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
|
||||
@ -14632,9 +14664,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
|
||||
@ -14658,11 +14690,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
|
||||
@ -14746,7 +14778,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
|
||||
@ -15196,7 +15228,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
|
||||
@ -15230,7 +15262,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
|
||||
@ -15268,9 +15300,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
232
kernel-s390.spec
232
kernel-s390.spec
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -933,7 +963,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -946,7 +978,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -960,7 +992,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1011,7 +1043,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1061,11 +1093,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1090,7 +1122,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
|
||||
@ -1247,13 +1279,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
|
||||
@ -1292,7 +1324,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
|
||||
@ -1420,7 +1452,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).
|
||||
- commit 4404c19
|
||||
@ -1706,7 +1738,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
|
||||
@ -1944,7 +1976,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
|
||||
@ -2032,7 +2064,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().
|
||||
@ -2368,7 +2400,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:
|
||||
@ -2418,7 +2450,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).
|
||||
@ -2480,7 +2512,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
|
||||
@ -2520,7 +2552,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
|
||||
@ -2651,7 +2683,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
|
||||
@ -2974,7 +3006,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
|
||||
@ -3161,11 +3193,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).
|
||||
@ -3193,7 +3225,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
|
||||
@ -3489,7 +3521,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
|
||||
@ -3503,7 +3535,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).
|
||||
@ -3638,7 +3670,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
|
||||
@ -3876,13 +3908,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
|
||||
@ -4383,7 +4415,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.
|
||||
@ -4429,11 +4461,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).
|
||||
@ -4582,12 +4614,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
|
||||
@ -5249,7 +5281,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
|
||||
@ -5337,7 +5369,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
|
||||
@ -5468,7 +5500,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
|
||||
@ -5498,7 +5530,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
|
||||
@ -5737,7 +5769,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
|
||||
@ -5750,7 +5782,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.
|
||||
@ -5915,7 +5947,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
|
||||
@ -6059,9 +6091,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
|
||||
@ -6696,7 +6728,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,
|
||||
@ -6745,7 +6777,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
|
||||
@ -6756,7 +6788,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
|
||||
@ -6917,9 +6949,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:
|
||||
@ -6992,7 +7024,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
|
||||
@ -7160,7 +7192,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
|
||||
@ -7353,10 +7385,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
|
||||
@ -7403,9 +7435,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:
|
||||
@ -7517,7 +7549,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).
|
||||
@ -7610,7 +7642,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).
|
||||
@ -7623,7 +7655,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).
|
||||
@ -7785,7 +7817,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
|
||||
@ -7863,7 +7895,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
|
||||
@ -7896,7 +7928,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
|
||||
@ -7962,7 +7994,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).
|
||||
@ -7971,7 +8003,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
|
||||
@ -8040,7 +8072,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
|
||||
@ -8229,7 +8261,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.
|
||||
@ -8331,7 +8363,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
|
||||
@ -8464,7 +8496,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).
|
||||
@ -8956,10 +8988,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
|
||||
@ -9026,7 +9058,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
|
||||
@ -9455,7 +9487,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
|
||||
@ -9544,7 +9576,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
|
||||
@ -9869,7 +9901,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.
|
||||
@ -10156,12 +10188,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.
|
||||
@ -10193,7 +10225,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
|
||||
@ -10324,7 +10356,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
|
||||
@ -10436,16 +10468,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
|
||||
@ -10573,10 +10605,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
|
||||
@ -10697,7 +10729,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
|
||||
@ -13661,7 +13693,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.
|
||||
@ -13766,7 +13798,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
|
||||
@ -13923,7 +13955,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)
|
||||
@ -14282,7 +14314,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
|
||||
@ -14424,7 +14456,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
|
||||
@ -14626,9 +14658,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
|
||||
@ -14652,11 +14684,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
|
||||
@ -14740,7 +14772,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
|
||||
@ -15190,7 +15222,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
|
||||
@ -15224,7 +15256,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
|
||||
@ -15262,9 +15294,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
@ -254,6 +254,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -323,7 +348,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -336,7 +363,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -350,7 +377,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -401,7 +428,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -451,11 +478,11 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -480,7 +507,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
|
||||
@ -637,13 +664,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
|
||||
@ -682,7 +709,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
|
||||
@ -810,7 +837,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).
|
||||
- commit 4404c19
|
||||
@ -1096,7 +1123,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
|
||||
@ -1334,7 +1361,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
|
||||
@ -1422,7 +1449,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().
|
||||
@ -1758,7 +1785,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:
|
||||
@ -1808,7 +1835,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).
|
||||
@ -1870,7 +1897,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
|
||||
@ -1910,7 +1937,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
|
||||
@ -2041,7 +2068,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
|
||||
@ -2364,7 +2391,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
|
||||
@ -2551,11 +2578,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).
|
||||
@ -2583,7 +2610,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
|
||||
@ -2879,7 +2906,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
|
||||
@ -2893,7 +2920,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).
|
||||
@ -3028,7 +3055,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
|
||||
@ -3266,13 +3293,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
|
||||
@ -3773,7 +3800,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.
|
||||
@ -3819,11 +3846,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).
|
||||
@ -3972,12 +3999,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
|
||||
@ -4639,7 +4666,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
|
||||
@ -4727,7 +4754,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
|
||||
@ -4858,7 +4885,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
|
||||
@ -4888,7 +4915,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
|
||||
@ -5127,7 +5154,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
|
||||
@ -5140,7 +5167,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.
|
||||
@ -5305,7 +5332,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
|
||||
@ -5449,9 +5476,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
|
||||
@ -6086,7 +6113,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,
|
||||
@ -6135,7 +6162,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
|
||||
@ -6146,7 +6173,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
|
||||
@ -6307,9 +6334,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:
|
||||
@ -6382,7 +6409,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
|
||||
@ -6550,7 +6577,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
|
||||
@ -6743,10 +6770,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
|
||||
@ -6793,9 +6820,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:
|
||||
@ -6907,7 +6934,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).
|
||||
@ -7000,7 +7027,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).
|
||||
@ -7013,7 +7040,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).
|
||||
@ -7175,7 +7202,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
|
||||
@ -7253,7 +7280,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
|
||||
@ -7286,7 +7313,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
|
||||
@ -7352,7 +7379,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).
|
||||
@ -7361,7 +7388,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
|
||||
@ -7430,7 +7457,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
|
||||
@ -7619,7 +7646,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.
|
||||
@ -7721,7 +7748,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
|
||||
@ -7854,7 +7881,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).
|
||||
@ -8346,10 +8373,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
|
||||
@ -8416,7 +8443,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
|
||||
@ -8845,7 +8872,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
|
||||
@ -8934,7 +8961,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
|
||||
@ -9259,7 +9286,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.
|
||||
@ -9546,12 +9573,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.
|
||||
@ -9583,7 +9610,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
|
||||
@ -9714,7 +9741,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
|
||||
@ -9826,16 +9853,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
|
||||
@ -9963,10 +9990,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
|
||||
@ -10087,7 +10114,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
|
||||
@ -13051,7 +13078,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.
|
||||
@ -13156,7 +13183,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
|
||||
@ -13313,7 +13340,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)
|
||||
@ -13672,7 +13699,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
|
||||
@ -13814,7 +13841,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
|
||||
@ -14016,9 +14043,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
|
||||
@ -14042,11 +14069,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
|
||||
@ -14130,7 +14157,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
|
||||
@ -14580,7 +14607,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
|
||||
@ -14614,7 +14641,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
|
||||
@ -14652,9 +14679,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
225
kernel-syms.spec
225
kernel-syms.spec
@ -81,6 +81,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -150,7 +175,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -163,7 +190,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -177,7 +204,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -228,7 +255,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -278,11 +305,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -307,7 +334,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
|
||||
@ -464,13 +491,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
|
||||
@ -509,7 +536,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
|
||||
@ -637,7 +664,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).
|
||||
- commit 4404c19
|
||||
@ -923,7 +950,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
|
||||
@ -1161,7 +1188,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
|
||||
@ -1249,7 +1276,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().
|
||||
@ -1585,7 +1612,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:
|
||||
@ -1635,7 +1662,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).
|
||||
@ -1697,7 +1724,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
|
||||
@ -1737,7 +1764,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
|
||||
@ -1868,7 +1895,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
|
||||
@ -2191,7 +2218,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
|
||||
@ -2378,11 +2405,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).
|
||||
@ -2410,7 +2437,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
|
||||
@ -2706,7 +2733,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
|
||||
@ -2720,7 +2747,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).
|
||||
@ -2855,7 +2882,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
|
||||
@ -3093,13 +3120,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
|
||||
@ -3600,7 +3627,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.
|
||||
@ -3646,11 +3673,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).
|
||||
@ -3799,12 +3826,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
|
||||
@ -4466,7 +4493,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
|
||||
@ -4554,7 +4581,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
|
||||
@ -4685,7 +4712,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
|
||||
@ -4715,7 +4742,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
|
||||
@ -4954,7 +4981,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
|
||||
@ -4967,7 +4994,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.
|
||||
@ -5132,7 +5159,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
|
||||
@ -5276,9 +5303,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
|
||||
@ -5913,7 +5940,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,
|
||||
@ -5962,7 +5989,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
|
||||
@ -5973,7 +6000,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
|
||||
@ -6134,9 +6161,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:
|
||||
@ -6209,7 +6236,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
|
||||
@ -6377,7 +6404,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
|
||||
@ -6570,10 +6597,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
|
||||
@ -6620,9 +6647,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:
|
||||
@ -6734,7 +6761,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).
|
||||
@ -6827,7 +6854,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).
|
||||
@ -6840,7 +6867,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).
|
||||
@ -7002,7 +7029,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
|
||||
@ -7080,7 +7107,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
|
||||
@ -7113,7 +7140,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
|
||||
@ -7179,7 +7206,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).
|
||||
@ -7188,7 +7215,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
|
||||
@ -7257,7 +7284,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
|
||||
@ -7446,7 +7473,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.
|
||||
@ -7548,7 +7575,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
|
||||
@ -7681,7 +7708,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).
|
||||
@ -8173,10 +8200,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
|
||||
@ -8243,7 +8270,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
|
||||
@ -8672,7 +8699,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
|
||||
@ -8761,7 +8788,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
|
||||
@ -9086,7 +9113,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.
|
||||
@ -9373,12 +9400,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.
|
||||
@ -9410,7 +9437,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
|
||||
@ -9541,7 +9568,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
|
||||
@ -9653,16 +9680,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
|
||||
@ -9790,10 +9817,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
|
||||
@ -9914,7 +9941,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
|
||||
@ -12878,7 +12905,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.
|
||||
@ -12983,7 +13010,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
|
||||
@ -13140,7 +13167,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)
|
||||
@ -13499,7 +13526,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
|
||||
@ -13641,7 +13668,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
|
||||
@ -13843,9 +13870,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
|
||||
@ -13869,11 +13896,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
|
||||
@ -13957,7 +13984,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
|
||||
@ -14407,7 +14434,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
|
||||
@ -14441,7 +14468,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
|
||||
@ -14479,9 +14506,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -941,7 +971,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -954,7 +986,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -968,7 +1000,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1019,7 +1051,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1069,11 +1101,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1098,7 +1130,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
|
||||
@ -1255,13 +1287,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
|
||||
@ -1300,7 +1332,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
|
||||
@ -1428,7 +1460,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).
|
||||
- commit 4404c19
|
||||
@ -1714,7 +1746,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
|
||||
@ -1952,7 +1984,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
|
||||
@ -2040,7 +2072,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().
|
||||
@ -2376,7 +2408,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:
|
||||
@ -2426,7 +2458,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).
|
||||
@ -2488,7 +2520,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
|
||||
@ -2528,7 +2560,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
|
||||
@ -2659,7 +2691,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
|
||||
@ -2982,7 +3014,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
|
||||
@ -3169,11 +3201,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).
|
||||
@ -3201,7 +3233,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
|
||||
@ -3497,7 +3529,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
|
||||
@ -3511,7 +3543,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).
|
||||
@ -3646,7 +3678,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
|
||||
@ -3884,13 +3916,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
|
||||
@ -4391,7 +4423,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.
|
||||
@ -4437,11 +4469,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).
|
||||
@ -4590,12 +4622,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
|
||||
@ -5257,7 +5289,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
|
||||
@ -5345,7 +5377,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
|
||||
@ -5476,7 +5508,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
|
||||
@ -5506,7 +5538,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
|
||||
@ -5745,7 +5777,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
|
||||
@ -5758,7 +5790,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.
|
||||
@ -5923,7 +5955,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
|
||||
@ -6067,9 +6099,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
|
||||
@ -6704,7 +6736,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,
|
||||
@ -6753,7 +6785,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
|
||||
@ -6764,7 +6796,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
|
||||
@ -6925,9 +6957,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:
|
||||
@ -7000,7 +7032,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
|
||||
@ -7168,7 +7200,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
|
||||
@ -7361,10 +7393,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
|
||||
@ -7411,9 +7443,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:
|
||||
@ -7525,7 +7557,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).
|
||||
@ -7618,7 +7650,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).
|
||||
@ -7631,7 +7663,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).
|
||||
@ -7793,7 +7825,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
|
||||
@ -7871,7 +7903,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
|
||||
@ -7904,7 +7936,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
|
||||
@ -7970,7 +8002,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).
|
||||
@ -7979,7 +8011,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
|
||||
@ -8048,7 +8080,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
|
||||
@ -8237,7 +8269,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.
|
||||
@ -8339,7 +8371,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
|
||||
@ -8472,7 +8504,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).
|
||||
@ -8964,10 +8996,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
|
||||
@ -9034,7 +9066,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
|
||||
@ -9463,7 +9495,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
|
||||
@ -9552,7 +9584,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
|
||||
@ -9877,7 +9909,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.
|
||||
@ -10164,12 +10196,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.
|
||||
@ -10201,7 +10233,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
|
||||
@ -10332,7 +10364,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
|
||||
@ -10444,16 +10476,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
|
||||
@ -10581,10 +10613,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
|
||||
@ -10705,7 +10737,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
|
||||
@ -13669,7 +13701,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.
|
||||
@ -13774,7 +13806,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
|
||||
@ -13931,7 +13963,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)
|
||||
@ -14290,7 +14322,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
|
||||
@ -14432,7 +14464,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
|
||||
@ -14634,9 +14666,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
|
||||
@ -14660,11 +14692,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
|
||||
@ -14748,7 +14780,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
|
||||
@ -15198,7 +15230,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
|
||||
@ -15232,7 +15264,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
|
||||
@ -15270,9 +15302,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -937,7 +967,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -950,7 +982,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -964,7 +996,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1015,7 +1047,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1065,11 +1097,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1094,7 +1126,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
|
||||
@ -1251,13 +1283,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
|
||||
@ -1296,7 +1328,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
|
||||
@ -1424,7 +1456,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).
|
||||
- commit 4404c19
|
||||
@ -1710,7 +1742,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
|
||||
@ -1948,7 +1980,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
|
||||
@ -2036,7 +2068,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().
|
||||
@ -2372,7 +2404,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:
|
||||
@ -2422,7 +2454,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).
|
||||
@ -2484,7 +2516,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
|
||||
@ -2524,7 +2556,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
|
||||
@ -2655,7 +2687,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
|
||||
@ -2978,7 +3010,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
|
||||
@ -3165,11 +3197,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).
|
||||
@ -3197,7 +3229,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
|
||||
@ -3493,7 +3525,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
|
||||
@ -3507,7 +3539,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).
|
||||
@ -3642,7 +3674,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
|
||||
@ -3880,13 +3912,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
|
||||
@ -4387,7 +4419,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.
|
||||
@ -4433,11 +4465,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).
|
||||
@ -4586,12 +4618,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
|
||||
@ -5253,7 +5285,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
|
||||
@ -5341,7 +5373,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
|
||||
@ -5472,7 +5504,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
|
||||
@ -5502,7 +5534,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
|
||||
@ -5741,7 +5773,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
|
||||
@ -5754,7 +5786,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.
|
||||
@ -5919,7 +5951,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
|
||||
@ -6063,9 +6095,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
|
||||
@ -6700,7 +6732,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,
|
||||
@ -6749,7 +6781,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
|
||||
@ -6760,7 +6792,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
|
||||
@ -6921,9 +6953,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:
|
||||
@ -6996,7 +7028,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
|
||||
@ -7164,7 +7196,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
|
||||
@ -7357,10 +7389,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
|
||||
@ -7407,9 +7439,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:
|
||||
@ -7521,7 +7553,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).
|
||||
@ -7614,7 +7646,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).
|
||||
@ -7627,7 +7659,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).
|
||||
@ -7789,7 +7821,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
|
||||
@ -7867,7 +7899,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
|
||||
@ -7900,7 +7932,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
|
||||
@ -7966,7 +7998,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).
|
||||
@ -7975,7 +8007,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
|
||||
@ -8044,7 +8076,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
|
||||
@ -8233,7 +8265,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.
|
||||
@ -8335,7 +8367,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
|
||||
@ -8468,7 +8500,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).
|
||||
@ -8960,10 +8992,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
|
||||
@ -9030,7 +9062,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
|
||||
@ -9459,7 +9491,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
|
||||
@ -9548,7 +9580,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
|
||||
@ -9873,7 +9905,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.
|
||||
@ -10160,12 +10192,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.
|
||||
@ -10197,7 +10229,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
|
||||
@ -10328,7 +10360,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
|
||||
@ -10440,16 +10472,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
|
||||
@ -10577,10 +10609,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
|
||||
@ -10701,7 +10733,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
|
||||
@ -13665,7 +13697,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.
|
||||
@ -13770,7 +13802,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
|
||||
@ -13927,7 +13959,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)
|
||||
@ -14286,7 +14318,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
|
||||
@ -14428,7 +14460,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
|
||||
@ -14630,9 +14662,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
|
||||
@ -14656,11 +14688,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
|
||||
@ -14744,7 +14776,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
|
||||
@ -15194,7 +15226,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
|
||||
@ -15228,7 +15260,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
|
||||
@ -15266,9 +15298,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.
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 17:26:22 CET 2011 - tiwai@suse.de
|
||||
|
||||
@ -114,7 +151,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
232
kernel-xen.spec
232
kernel-xen.spec
@ -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,31 @@ 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
|
||||
* Thu Mar 24 2011 tiwai@suse.de
|
||||
- ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588).
|
||||
- commit 5253098
|
||||
@ -939,7 +969,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
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
@ -952,7 +984,7 @@ Debug information for package %name-devel
|
||||
- ALSA: usb-audio: fix oops due to cleanup race when disconnecting
|
||||
(bnc#674735).
|
||||
- commit ed81f8c
|
||||
* 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
|
||||
@ -966,7 +998,7 @@ Debug information for package %name-devel
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
- commit 5ef002b
|
||||
* 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
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
@ -1017,7 +1049,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 9ba5ff0
|
||||
* 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).
|
||||
- commit 907f9cc
|
||||
@ -1067,11 +1099,11 @@ Debug information for package %name-devel
|
||||
- ALSA: hda - Fix memory leaks in conexant jack arrays
|
||||
(bnc#668929).
|
||||
- commit 31971a4
|
||||
* 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
|
||||
- commit 939410c
|
||||
* 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
|
||||
@ -1096,7 +1128,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
|
||||
@ -1253,13 +1285,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
|
||||
@ -1298,7 +1330,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
|
||||
@ -1426,7 +1458,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).
|
||||
- commit 4404c19
|
||||
@ -1712,7 +1744,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
|
||||
@ -1950,7 +1982,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
|
||||
@ -2038,7 +2070,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().
|
||||
@ -2374,7 +2406,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:
|
||||
@ -2424,7 +2456,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).
|
||||
@ -2486,7 +2518,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
|
||||
@ -2526,7 +2558,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
|
||||
@ -2657,7 +2689,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
|
||||
@ -2980,7 +3012,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
|
||||
@ -3167,11 +3199,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).
|
||||
@ -3199,7 +3231,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
|
||||
@ -3495,7 +3527,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
|
||||
@ -3509,7 +3541,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).
|
||||
@ -3644,7 +3676,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
|
||||
@ -3882,13 +3914,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
|
||||
@ -4389,7 +4421,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.
|
||||
@ -4435,11 +4467,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).
|
||||
@ -4588,12 +4620,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
|
||||
@ -5255,7 +5287,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
|
||||
@ -5343,7 +5375,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
|
||||
@ -5474,7 +5506,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
|
||||
@ -5504,7 +5536,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
|
||||
@ -5743,7 +5775,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
|
||||
@ -5756,7 +5788,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.
|
||||
@ -5921,7 +5953,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
|
||||
@ -6065,9 +6097,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
|
||||
@ -6702,7 +6734,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,
|
||||
@ -6751,7 +6783,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
|
||||
@ -6762,7 +6794,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
|
||||
@ -6923,9 +6955,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:
|
||||
@ -6998,7 +7030,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
|
||||
@ -7166,7 +7198,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
|
||||
@ -7359,10 +7391,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
|
||||
@ -7409,9 +7441,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:
|
||||
@ -7523,7 +7555,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).
|
||||
@ -7616,7 +7648,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).
|
||||
@ -7629,7 +7661,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).
|
||||
@ -7791,7 +7823,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
|
||||
@ -7869,7 +7901,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
|
||||
@ -7902,7 +7934,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
|
||||
@ -7968,7 +8000,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).
|
||||
@ -7977,7 +8009,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
|
||||
@ -8046,7 +8078,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
|
||||
@ -8235,7 +8267,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.
|
||||
@ -8337,7 +8369,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
|
||||
@ -8470,7 +8502,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).
|
||||
@ -8962,10 +8994,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
|
||||
@ -9032,7 +9064,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
|
||||
@ -9461,7 +9493,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
|
||||
@ -9550,7 +9582,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
|
||||
@ -9875,7 +9907,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.
|
||||
@ -10162,12 +10194,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.
|
||||
@ -10199,7 +10231,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
|
||||
@ -10330,7 +10362,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
|
||||
@ -10442,16 +10474,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
|
||||
@ -10579,10 +10611,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
|
||||
@ -10703,7 +10735,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
|
||||
@ -13667,7 +13699,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.
|
||||
@ -13772,7 +13804,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
|
||||
@ -13929,7 +13961,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)
|
||||
@ -14288,7 +14320,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
|
||||
@ -14430,7 +14462,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
|
||||
@ -14632,9 +14664,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
|
||||
@ -14658,11 +14690,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
|
||||
@ -14746,7 +14778,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
|
||||
@ -15196,7 +15228,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
|
||||
@ -15230,7 +15262,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
|
||||
@ -15268,9 +15300,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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:630a817e16c7246ce6817e59f03a5c0fdeef7122f428e521873d831478aa9ef3
|
||||
size 76290
|
||||
oid sha256:d371b5ca1ff27f37882b23a11b9f530316970464a637a527041bfa105bf3c270
|
||||
size 70298
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa6778c8de9a796343f1f84d56905c65d3c0e0ee46fb17bbe83fca6240e20daf
|
||||
size 132554
|
||||
oid sha256:581db64ee3564f72001e238a8694acd599c5e0dde8ba0c886413c2c5d556baaa
|
||||
size 133513
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:083a8abe0b9a4c49f6aca91bf393d92886222993043a237761400ad66239f2e7
|
||||
size 2106753
|
||||
oid sha256:122401989afc192a6d612e5386f458fe6dff237d3c95b70b4ab5612f4dd02906
|
||||
size 2107081
|
||||
|
@ -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
|
||||
@ -572,6 +566,8 @@
|
||||
# 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
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-03-24 17:26:22 +0100
|
||||
GIT Revision: 5253098bfd7f81235395ae8b447bade4eaa281a8
|
||||
2011-03-28 16:08:19 +0200
|
||||
GIT Revision: b367e7b953784b5bdbe38538d1b98b768672ff5f
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user