Accepting request 25554 from Kernel:HEAD
Copy from Kernel:HEAD/kernel-source based on submit request 25554 from user michal-m OBS-URL: https://build.opensuse.org/request/show/25554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=82
This commit is contained in:
parent
b6d50f4b03
commit
3dcdbea9a1
@ -16,6 +16,10 @@ done
|
||||
status=
|
||||
cd $modpath
|
||||
for module in $(find . -name '*.ko' | sort); do
|
||||
case "$module" in
|
||||
./kernel/drivers/staging/* | ./kernel/Documentation/*)
|
||||
continue ;;
|
||||
esac
|
||||
module=${module%.ko}
|
||||
m=${module##*/}
|
||||
m=${m//-/_}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=2.6.31
|
||||
SRCVERSION=2.6.32
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a480bc39b3bb245d5cb4fed871817fba50f51bb2c5d451c4d7db17fa53e8a6b2
|
||||
size 157707
|
||||
oid sha256:37516ed486636f700047c0fc1bf6881ecbcbd0abe4adf35814914207499aceb3
|
||||
size 157027
|
||||
|
@ -197,6 +197,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -552,9 +553,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor debug
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -187,6 +187,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -494,9 +495,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor default
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -203,6 +203,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -509,9 +510,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor desktop
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -183,6 +183,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -500,9 +501,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor ec2
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -183,6 +183,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -492,9 +493,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor pae
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -187,6 +187,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -500,9 +501,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor ppc64
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -191,6 +191,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -504,9 +505,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor ps3
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -183,6 +183,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -492,9 +493,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor s390
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -187,6 +187,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -493,9 +494,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define src_install_dir usr/src/linux-%kernelrelease%variant
|
||||
@ -29,7 +29,7 @@
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-source%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor trace
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -183,6 +183,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -489,9 +490,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor vanilla
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -191,6 +191,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -497,9 +498,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +1,481 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:41:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:17:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 00:16:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
CONFIG_DRM_I915_KMS=y for i386 (bnc#560402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:53:57 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch:
|
||||
Delete. (bnc#560043)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 20:13:09 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Cleanup config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:34:08 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780
|
||||
phylib and tg3 changes due to 2.6.32 bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 19:06:23 CET 2009 - duwe@suse.de
|
||||
|
||||
- back out cpuidle feature that is still unconsistent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:40:03 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- patches.suse/ocfs2-allocation-resrvations.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:21:13 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
Fix the "fixed" feature patch set from IBM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 18:04:51 CET 2009 - mfasheh@suse.com
|
||||
|
||||
- Update config files.
|
||||
- patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator
|
||||
mounts for migration to ocfs2 (FATE#307584).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:19:44 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for 2.6.32 (again).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 17:00:12 CET 2009 - duwe@suse.de
|
||||
|
||||
- Update config files for cpuidle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:45:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add
|
||||
new Wacom devices (bnc#544763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:40:59 CET 2009 - duwe@suse.de
|
||||
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
one lonely hunk already seems to be in 2.6.32 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:33:28 CET 2009 - duwe@suse.de
|
||||
|
||||
- bnc#552860 / FATE#307104: kernel idle low power, take 2:
|
||||
- patches.suse/cpuidle-cleanup: Refresh.
|
||||
- patches.suse/cpuidle-cleanup-x86: Refresh.
|
||||
- patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:59:01 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Updated to 2.6.32-final.
|
||||
- 2 patches eliminated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:19:01 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Enable Hibernation for zSeries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 14:42:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- Update config files: Disable CONFIG_MFD_PCF50633, the chip is
|
||||
unlikely to be used on architectures we support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 13:54:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/split-modules: Print which supported modules need unsupported
|
||||
modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:56:43 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: support lis3lv02d, hp_accel needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 12:03:20 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: hp_accel is supported (FATE #306448).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:54:14 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: remove wm831x drivers, we no longer ship them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:32:03 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all new hwmon drivers on ppc
|
||||
(default and vanilla) for consistency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:30:08 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 11:03:24 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Fix up after commit bfea0bd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:53:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable WM831x and WM8350 support entirely,
|
||||
as recommended by the drivers author. These devices are only
|
||||
found on embedded devices such as music players or mobile phones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 10:26:09 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Mark pmcraid and igbvf as supported;
|
||||
OSD drivers as unsupported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:48:04 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Restore link from config/s390/vanilla to config/s390x/vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 09:10:46 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- supported.conf: Update Xen drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:57:00 CET 2009 - tonyj@suse.de
|
||||
|
||||
- needs_update: readd
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 04:08:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 01:51:51 CET 2009 - gregkh@suse.de
|
||||
|
||||
- rpm/post.sh:
|
||||
- rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 23:01:36 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: stop shipping wm831x-hwmon, wm8350-hwmon,
|
||||
i2c-simtec and i2c-designware.
|
||||
- supported.conf: remove i2c-simtec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:49:01 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Add all new hwmon and i2c/busses drivers. The
|
||||
former unsupported, the latter supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:33:37 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_VOODOO3.
|
||||
- supported.conf: drop i2c-voodoo3, superseded by tdfxfb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:28:16 CET 2009 - jdelvare@suse.de
|
||||
|
||||
- supported.conf: Drop hwmon and i2c/chips drivers which have been
|
||||
obsoleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:16:50 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete perfmon-kmp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 22:15:33 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: Add perfmon, hid and input modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:28:19 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix vanilla configs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:14:09 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Update config files: disabled CONFIG_SND_SOC* in ppc configs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 18:13:11 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Updated the sound section of supported.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:38:02 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files. disable USB OTG drivers that should not
|
||||
have been enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:24:33 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: remove some usb drivers that were deleted or renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:22:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- supported.conf: update usb driver section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:29:38 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/check-supported-list: Skip modules in Documentation and
|
||||
drivers/staging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:34:10 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix
|
||||
remote DoS (bnc#558267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 14:41:20 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Forward-port 11.2 patches:
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda -
|
||||
Add a position_fix quirk for MSI Wind U115.
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA:
|
||||
hda - Fix Cxt5047 test mode (bnc#559062).
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA:
|
||||
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 23:10:46 CET 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 23:06:06 CET 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).
|
||||
- patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata:
|
||||
x86-64: align RODATA kernel section to 2MB with
|
||||
CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
- patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata:
|
||||
x86-64: preserve large page mapping for 1st 2MB kernel txt
|
||||
with CONFIG_DEBUG_RODATA (bnc#558249).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:24:36 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop libata patches which are already included in
|
||||
2.6.31 vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:06:38 CET 2009 - teheo@suse.de
|
||||
|
||||
- needs_update: drop patches which are already included in 2.6.31
|
||||
vanilla.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:05:39 CET 2009 - teheo@suse.de
|
||||
|
||||
Forward port two x86 patches from SLE11.
|
||||
|
||||
- needs_update:
|
||||
- patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter
|
||||
handling (bnc#463829).
|
||||
- patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51
|
||||
PCI bridge (bnc#463829).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:41:27 CET 2009 - agraf@suse.de
|
||||
|
||||
- Update config files: Enable KSM (FATE#306513)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:52:19 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: acpi dock patch was hmacht's, not mine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:50:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: sysfs debugging crash patch is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:49:08 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: jeffm merged novfs patches into the main novfs patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: qualcomm modem driver is upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:48:03 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: squashfs is now upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:47:27 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: via driver bugfixes never went upstream, and people
|
||||
are complaining about them, so they were dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove staging driver entries, they are all upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:46:05 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove hv driver entries, those are upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 19:45:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- needs_update: remove xen patches with my name on it. Just because
|
||||
I refreshed the patch, doesn't mean I own it or even like the
|
||||
thing :)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:39:15 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace
|
||||
and ppc64 flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:16:56 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Abort if supported modules depend on
|
||||
unsupported ones.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 15:12:17 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- supported.conf: mark cnic as supported (needed by bnx2i).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 14:57:47 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API
|
||||
fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979).
|
||||
- patches.suse/kdb-common: Refresh.
|
||||
- patches.suse/kdump-dump_after_notifier.patch: Refresh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:25:55 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:55:35 CET 2009 - trenn@suse.de
|
||||
|
||||
- needs_update:
|
||||
One I still have to send upstream, but it's nicer error output
|
||||
only, SP1 is fine in respect to removing all these, thanks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:54:58 CET 2009 - hare@suse.de
|
||||
|
||||
- Update config files: Compile in efivars module for
|
||||
x86_64 (FATE#306931).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:08:00 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- needs_update: sjayaraman's patches are either upstream already or
|
||||
rebased to SP1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 11:05:54 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Update config files: NFS_SWAP=y.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 10:45:38 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.trace/lttng-instrumentation-swap.patch: Refresh and fix
|
||||
a build failure with fuzz factor 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:27:35 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- Rebase Swap-over-NFS(SoN) patches:
|
||||
- patches.xen/tmem: Refresh to accomodate changes due to SoN patches.
|
||||
- patches.xen/xen3-auto-common.diff: Refresh to accomodate changes
|
||||
due to SoN patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 05:53:42 CET 2009 - knikanth@suse.de
|
||||
|
||||
- needs_update: Verify knikanth's patches in SLE11 but not in SP1
|
||||
- patches.fixes/dm-release-map_lock-before-set_disk_ro: Release
|
||||
md->map_lock before set_disk_ro (bnc#556899 bnc#479784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 03:22:44 CET 2009 - nfbrown@suse.de
|
||||
|
||||
- Restore following patches from SLES11 that are still needed for
|
||||
SLES11-SP1
|
||||
- patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch:
|
||||
sunrpc/cache: allow thread to block while waiting for cache
|
||||
update. (bnc#498708).
|
||||
- patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch:
|
||||
sunrpc/cache: retry cache lookups that return -ETIMEDOUT
|
||||
(bnc#498708).
|
||||
- patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch:
|
||||
nfsd/idmap: drop special request deferal in favour of improved
|
||||
default. (bnc#498708).
|
||||
- patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous
|
||||
nfsd patch series (bnc#498708).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:12:55 CET 2009 - coly.li@suse.de
|
||||
|
||||
- needs_update: remove patches item of coly.li, lmb and mfasheh.
|
||||
- patches.fixes/dlm-enable-debug.patch: update the patch from SLES11
|
||||
to SLES11 SP1 tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 17:00:15 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.fixes/make-note_interrupt-fast.diff: Fix performance
|
||||
regression on large IA64 systems (bnc #469589).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.31
|
||||
%define patchversion 2.6.32-rc8
|
||||
%define srcversion 2.6.32
|
||||
%define patchversion 2.6.32
|
||||
%define variant %{nil}
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
%define build_flavor xen
|
||||
@ -49,7 +49,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.32
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -183,6 +183,7 @@ Obsoletes: enic-kmp-%build_flavor
|
||||
Obsoletes: fnic-kmp-%build_flavor
|
||||
Obsoletes: brocade-bfa-kmp-%build_flavor
|
||||
Obsoletes: kvm-kmp-%build_flavor
|
||||
Obsoletes: perfmon-kmp-%build_flavor
|
||||
# sle11
|
||||
Obsoletes: ocfs2-kmp-%build_flavor
|
||||
# 11.1
|
||||
@ -492,9 +493,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
%if %split_base
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
-s %kernel_build_dir/Module.supported
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0acd83f7b85db7ee18c2b0b7505e1ba6fd722c36f49a8870a831c851660e3512
|
||||
size 61494822
|
3
linux-2.6.32.tar.bz2
Normal file
3
linux-2.6.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e
|
||||
size 64424138
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0c8bd147cb477155cdd582101301d81d5d48c7d8924e51d87309193d12f5821
|
||||
size 106475
|
||||
oid sha256:323a85cfe94d707b96999ada3c2de7d4e1b36bd8814adb3226033cb247d29535
|
||||
size 109052
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4ede58e3df0ac26883c47764266e4ce53d7898ff17ceeb6c1148729c31fb50d
|
||||
size 184514
|
||||
oid sha256:eaee60e4cb9e6eebcc06bf5aaa351cd3e39de0fd1ec72d5c2315f4515f108eba
|
||||
size 185918
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef8b5df7a500e9d2afa82d2c568df45e57ce8d2d92dd2302d41aeb51218ae583
|
||||
size 51977
|
||||
oid sha256:2c6c722577f06ed4845b1f8c59c4cb3e2b9e7054857d2b90c9b4e4efb12cdf60
|
||||
size 56550
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a97f20426f4979145b436eb254761fc4bdf6b8172cf4f73802a76539959b5c7b
|
||||
size 11909643
|
||||
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
|
||||
size 136
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7581d5d3f31a6d4eda456c1bb6069eef79f4b0f7b545e6bf430959552d32512c
|
||||
size 4183
|
||||
oid sha256:0557a514bd746d55210a6b3ed03e17f320449e28767b405b635f493f3ec6a316
|
||||
size 7144
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1aa88f0ab21fa83e3bbbdac106151194a178fd7dc48b962412f8af0f82536393
|
||||
size 1119162
|
||||
oid sha256:a64fb8715a4facc1ef7ef3a1aa60215bc0155d32e849fcc1a12eeda931fb0c1f
|
||||
size 1174632
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2375378b1ce1093451bccf0a734bbcc6387f90710d597ce90e24ed2257895d16
|
||||
size 44515
|
||||
oid sha256:d3cba097dfa4134f9ff373805a8c8069b53a2a67fb7efa9e0a0d15c3aff71630
|
||||
size 44563
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41580c2a60c8f63943acf70e3e962773f131104fa37858c847f351120b27ad99
|
||||
size 1880840
|
||||
oid sha256:8cc518fb6dacd899475bb0f88020b72acf2157505e771cc391871f38c5653719
|
||||
size 1882770
|
||||
|
5
post.sh
5
post.sh
@ -67,6 +67,11 @@ run_bootloader () {
|
||||
fi
|
||||
}
|
||||
|
||||
# exit out early for Moblin as we don't want to touch the bootloader menu
|
||||
if [ -f /etc/SuSE-moblin-release ] ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ -f /etc/fstab -a ! -e /.buildenv ] ; then
|
||||
# only run the bootloader if the usual bootloader configuration
|
||||
# files are there -- this is different on every architecture
|
||||
|
@ -21,6 +21,11 @@ if [ -x $wm2 ]; then
|
||||
/bin/bash -${-/e/} $wm2 --remove-kernel @KERNELRELEASE@-@FLAVOR@
|
||||
fi
|
||||
|
||||
# exit out early for Moblin as we don't want to touch the bootloader menu
|
||||
if [ -f /etc/SuSE-moblin-release ] ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# remove fstab check once perl-Bootloader can cope with it
|
||||
if [ -f /etc/fstab ]; then
|
||||
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
|
||||
|
94
series.conf
94
series.conf
@ -27,13 +27,6 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/patch-2.6.32-rc1
|
||||
patches.kernel.org/patch-2.6.32-rc1-rc3
|
||||
patches.kernel.org/patch-2.6.32-rc3-rc4
|
||||
patches.kernel.org/patch-2.6.32-rc4-rc5
|
||||
patches.kernel.org/patch-2.6.32-rc5-rc6
|
||||
patches.kernel.org/patch-2.6.32-rc6-rc7
|
||||
patches.kernel.org/patch-2.6.32-rc7-rc8
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -42,11 +35,11 @@
|
||||
# since they're not actually upstream, but if the
|
||||
# packages don't build, that's pretty useless too.
|
||||
########################################################
|
||||
patches.kernel.org/psmouse-section-conflict.diff
|
||||
patches.kernel.org/ipmi-section-conflict.diff
|
||||
patches.kernel.org/md-section-conflict
|
||||
patches.kernel.org/gdth-section-conflict
|
||||
patches.kernel.org/arch-include-asm-fixes
|
||||
patches.rpmify/psmouse-section-conflict.diff
|
||||
patches.rpmify/ipmi-section-conflict.diff
|
||||
patches.rpmify/md-section-conflict
|
||||
patches.rpmify/gdth-section-conflict
|
||||
patches.rpmify/arch-include-asm-fixes
|
||||
patches.rpmify/arm-arch_include_asm-fix.diff
|
||||
patches.rpmify/tsi148-dependency
|
||||
patches.rpmify/staging-missing-sched.h
|
||||
@ -114,7 +107,6 @@
|
||||
########################################################
|
||||
+needs_update-32 patches.suse/smtnice-disable
|
||||
patches.suse/setuid-dumpable-wrongdir
|
||||
+needs_update-32 patches.suse/sysctl-add-affinity_load_balancing
|
||||
patches.fixes/seccomp-disable-tsc-option
|
||||
patches.suse/hung_task_timeout-configurable-default
|
||||
|
||||
@ -144,7 +136,8 @@
|
||||
patches.suse/rlim-0023-unistd-add-__NR_-get-set-prlimit-syscall-numbers.patch
|
||||
patches.suse/rlim-0024-COMPAT-add-get-put_compat_rlimit.patch
|
||||
patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch
|
||||
|
||||
|
||||
patches.fixes/make-note_interrupt-fast.diff
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
@ -185,12 +178,18 @@
|
||||
patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch
|
||||
patches.arch/x86-crypto-pclmulqdq-accelerated-implementation.patch
|
||||
patches.arch/x86-crypto-add-ghash-algorithm-test.patch
|
||||
patches.arch/x86-fix-nodac
|
||||
patches.arch/x86-mcp51-no-dac
|
||||
|
||||
patches.arch/kvm-split-paravirt-ops-by-functionality
|
||||
patches.arch/kvm-only-export-selected-pv-ops-feature-structs
|
||||
patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
|
||||
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
|
||||
|
||||
patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata
|
||||
patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata
|
||||
patches.arch/x86-64-add-comment-for-rodata-large-page-retainment
|
||||
|
||||
########################################################
|
||||
# x86_64/4096CPUS - from SGI
|
||||
########################################################
|
||||
@ -228,8 +227,6 @@
|
||||
patches.arch/ppc-vmcoreinfo.diff
|
||||
patches.arch/ppc-select
|
||||
|
||||
patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch
|
||||
|
||||
patches.arch/ppc-extended_h_cede-kernel-dlpar
|
||||
patches.arch/ppc-extended_h_cede-mv_of_drconf_cell
|
||||
patches.arch/ppc-extended_h_cede-Export_memory_sysdev_class
|
||||
@ -318,7 +315,7 @@
|
||||
# CPUFREQ
|
||||
########################################################
|
||||
|
||||
# cpuidle: not yet -- unresolved symbol on i586
|
||||
## cpuidle feature patch set still not consistent.
|
||||
# patches.suse/cpuidle-cleanup
|
||||
# patches.suse/cpuidle-implement-list
|
||||
# patches.suse/cpuidle-cleanup-x86
|
||||
@ -328,6 +325,7 @@
|
||||
# patches.suse/cpuidle-pseries-proc-idle
|
||||
# patches.suse/cpuidle-eliminate-ppcmdpowersave1
|
||||
# patches.suse/cpuidle-documentation
|
||||
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
|
||||
########################################################
|
||||
# AGP, graphics related stuff
|
||||
@ -340,6 +338,7 @@
|
||||
# TIOCGDEV - suse special
|
||||
patches.fixes/tiocgdev
|
||||
+still_needed? patches.suse/mm-increase-dirty-limits.patch
|
||||
patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch
|
||||
|
||||
########################################################
|
||||
# Networking, IPv6
|
||||
@ -353,6 +352,10 @@
|
||||
patches.fixes/nfs-slot-table-alloc
|
||||
patches.fixes/nfs-honour-server-preferred-io-size
|
||||
|
||||
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch
|
||||
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
|
||||
patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch
|
||||
patches.fixes/nfsd-09-fix-kabi
|
||||
########################################################
|
||||
# lockd + statd
|
||||
########################################################
|
||||
@ -378,11 +381,21 @@
|
||||
patches.fixes/reiserfs-replay-honor-ro
|
||||
patches.suse/reiserfs-barrier-default
|
||||
|
||||
########################################################
|
||||
# dlm
|
||||
########################################################
|
||||
patches.fixes/dlm-enable-debug.patch
|
||||
|
||||
########################################################
|
||||
# ocfs2
|
||||
########################################################
|
||||
patches.suse/ocfs2-allocation-resrvations.patch
|
||||
|
||||
########################################################
|
||||
# gfs2 read-only support for migration
|
||||
########################################################
|
||||
patches.suse/gfs2-ro-mounts-only.patch
|
||||
|
||||
########################################################
|
||||
# xfs
|
||||
########################################################
|
||||
@ -411,6 +424,42 @@
|
||||
patches.suse/nfs4acl-ai.diff
|
||||
patches.fixes/zisofs-large-pagesize-read.patch
|
||||
|
||||
|
||||
########################################################
|
||||
# Swap-over-NFS
|
||||
########################################################
|
||||
patches.suse/SoN-01-mm-setup_per_zone_wmarks.patch
|
||||
patches.suse/SoN-02-doc.patch
|
||||
patches.suse/SoN-03-mm-gfp-to-alloc_flags-expose.patch
|
||||
patches.suse/SoN-04-page_alloc-reserve.patch
|
||||
patches.suse/SoN-05-reserve-slub.patch
|
||||
patches.suse/SoN-06-mm-kmem_estimate_pages.patch
|
||||
patches.suse/SoN-07-mm-PF_MEMALLOC-softirq.patch
|
||||
patches.suse/SoN-08-mm-page_alloc-emerg.patch
|
||||
patches.suse/SoN-09-global-ALLOC_NO_WATERMARKS.patch
|
||||
patches.suse/SoN-10-mm-page_alloc-GFP_EMERGENCY.patch
|
||||
patches.suse/SoN-11-mm-reserve.patch
|
||||
patches.suse/SoN-12-mm-selinux-emergency.patch
|
||||
patches.suse/SoN-13-net-ps_rx.patch
|
||||
patches.suse/SoN-14-net-sk_allocation.patch
|
||||
patches.suse/SoN-15-netvm-reserve.patch
|
||||
patches.suse/SoN-16-netvm-reserve-inet.patch
|
||||
patches.suse/SoN-17-netvm-reserve-inet.patch-fix
|
||||
patches.suse/SoN-18-netvm-skbuff-reserve.patch
|
||||
patches.suse/SoN-19-netvm-sk_filter.patch
|
||||
patches.suse/SoN-20-netvm-tcp-deadlock.patch
|
||||
patches.suse/SoN-21-emergency-nf_queue.patch
|
||||
patches.suse/SoN-22-netvm.patch
|
||||
patches.suse/SoN-23-mm-swapfile.patch
|
||||
patches.suse/SoN-24-mm-page_file_methods.patch
|
||||
patches.suse/SoN-25-nfs-swapcache.patch
|
||||
patches.suse/SoN-26-nfs-swapper.patch
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch
|
||||
patches.suse/SoN-28-nfs-alloc-recursions.patch
|
||||
patches.suse/SoN-29-fix-swap_sync_page-race
|
||||
patches.suse/SoN-30-fix-uninitialized-var.patch
|
||||
|
||||
|
||||
########################################################
|
||||
# Netfilter
|
||||
########################################################
|
||||
@ -486,6 +535,7 @@
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
@ -498,7 +548,6 @@
|
||||
patches.suse/nameif-track-rename.patch
|
||||
patches.fixes/tg3-fix-default-wol.patch
|
||||
patches.drivers/ehea-modinfo.patch
|
||||
+needs_update-32 patches.drivers/tg3_libphy_workaround
|
||||
patches.drivers/igb-add-support-for-82576NS-SerDes-adapter.patch
|
||||
|
||||
# entropy FATE##307517
|
||||
@ -595,7 +644,6 @@
|
||||
# Wireless Networking
|
||||
########################################################
|
||||
patches.suse/wireless-no-aes-select
|
||||
patches.fixes/mac80211-fix-spurious-delba-handling.patch
|
||||
|
||||
########################################################
|
||||
# iSCSI
|
||||
@ -653,6 +701,10 @@
|
||||
patches.drivers/alsa-sp1-hda-15-fix-build-warning
|
||||
patches.drivers/alsa-sp1-hda-16-stac-dual-headphones-fix
|
||||
patches.drivers/alsa-sp1-hda-17-fix-mute-LED-sync-idt92h383xxx
|
||||
patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix
|
||||
patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix
|
||||
patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix
|
||||
patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk
|
||||
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
@ -689,11 +741,13 @@
|
||||
patches.suse/dm-mpath-null-pgs
|
||||
patches.fixes/dm-table-switch-to-readonly
|
||||
patches.suse/dm-mpath-evaluate-request-result-and-sense
|
||||
patches.fixes/dm-release-map_lock-before-set_disk_ro
|
||||
|
||||
########################################################
|
||||
# md
|
||||
########################################################
|
||||
|
||||
patches.drivers/8250_pnp-wacom-add
|
||||
|
||||
##########################################################
|
||||
#
|
||||
@ -747,6 +801,8 @@
|
||||
|
||||
patches.suse/perfmon2.patch
|
||||
patches.suse/perfmon2_ioctl.patch
|
||||
patches.suse/perfmon2-remove_syscalls.patch
|
||||
patches.suse/perfmon2-remove_get_base_syscall_attr.patch
|
||||
patches.suse/perfmon2_noutrace.patch
|
||||
|
||||
patches.fixes/oprofile_bios_ctr.patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
2009-11-26 15:24:07 +0100
|
||||
GIT Revision: 73922f74f422111f9f37c410d1d35ec356dd9acb
|
||||
2009-12-04 00:41:46 +0100
|
||||
GIT Revision: 4070eecb55553914dd7cf49aeb8a589df281e7d9
|
||||
GIT Branch: master
|
||||
|
@ -67,13 +67,18 @@ if test -z "$modules_dep"; then
|
||||
exit 1
|
||||
fi
|
||||
(
|
||||
echo -e '%:\n\t@echo $@'
|
||||
echo '%:
|
||||
@echo $@
|
||||
ifdef EXPLAIN
|
||||
@for dep in $^; do echo "$$dep needed by $@"; done >> $(EXPLAIN)
|
||||
endif
|
||||
'
|
||||
sed -r 's:[^ ]*/([^/]*)\.ko\>:\1:g; y/-/_/' "$modules_dep"
|
||||
) >"$tmp/dep"
|
||||
|
||||
add_dependent_modules()
|
||||
{
|
||||
xargs -r make -rRs -C "$tmp/empty" -f "$tmp/dep" | sort -u
|
||||
xargs -r make EXPLAIN=$1 -rRs -C "$tmp/empty" -f "$tmp/dep" | sort -u
|
||||
}
|
||||
|
||||
# base
|
||||
@ -82,10 +87,11 @@ join -j 1 -o 2.2 "$tmp/base" "$tmp/all" >"$opt_out/base-modules"
|
||||
|
||||
# main
|
||||
sed 's/ .*//; y/-/_/' "$opt_supp" | sort -u >"$tmp/supp"
|
||||
add_dependent_modules <"$tmp/supp" >"$tmp/supp-all"
|
||||
add_dependent_modules "$tmp/supp-explain" <"$tmp/supp" >"$tmp/supp-all"
|
||||
if ! cmp -s "$tmp/supp" "$tmp/supp-all"; then
|
||||
echo "The following unsupported modules are used by supported modules:" >&2
|
||||
join -v2 "$tmp/supp" "$tmp/supp-all" >&2
|
||||
join -j1 -a2 <(sort "$tmp/supp-explain") \
|
||||
<(join -v2 "$tmp/supp" "$tmp/supp-all") >&2
|
||||
echo "Please fix supported.conf." >&2
|
||||
if ! $opt_ignore_errors; then
|
||||
exit 1
|
||||
|
191
supported.conf
191
supported.conf
@ -8,7 +8,12 @@
|
||||
# Modules that a base module uses implicitly are also base modules,
|
||||
# but at least they need to be marked as supported here.
|
||||
|
||||
kernel/arch/ia64/perfmon/perfmon_generic
|
||||
kernel/arch/ia64/perfmon/perfmon_itanium
|
||||
kernel/arch/ia64/perfmon/perfmon_mckinley
|
||||
kernel/arch/ia64/perfmon/perfmon_montecito
|
||||
kernel/arch/ia64/kernel/err_inject
|
||||
|
||||
+external kernel/arch/powerpc/platforms/cell/cbe-cpufreq
|
||||
+external kernel/arch/powerpc/platforms/cell/cbe_cpufreq_pmi
|
||||
+external kernel/arch/powerpc/platforms/cell/cbe_powerbutton
|
||||
@ -154,6 +159,7 @@
|
||||
kernel/drivers/ata/pata_amd # IBM pSeries JS20, AMD8111 board types
|
||||
kernel/drivers/ata/pata_artop
|
||||
kernel/drivers/ata/pata_atiixp
|
||||
kernel/drivers/ata/pata_atp867x
|
||||
kernel/drivers/ata/pata_cmd640
|
||||
kernel/drivers/ata/pata_cmd64x
|
||||
kernel/drivers/ata/pata_cs5520
|
||||
@ -186,6 +192,7 @@
|
||||
kernel/drivers/ata/pata_pdc202xx_old
|
||||
kernel/drivers/ata/pata_qdi
|
||||
kernel/drivers/ata/pata_radisys
|
||||
kernel/drivers/ata/pata_rdc
|
||||
kernel/drivers/ata/pata_rz1000
|
||||
kernel/drivers/ata/pata_sc1200
|
||||
kernel/drivers/ata/pata_sch
|
||||
@ -239,6 +246,7 @@
|
||||
+base kernel/drivers/block/loop
|
||||
kernel/drivers/block/loop_fish2
|
||||
kernel/drivers/block/nbd # Network Block Device
|
||||
- kernel/drivers/block/osdblk
|
||||
- kernel/drivers/block/paride/aten
|
||||
- kernel/drivers/block/paride/bpck
|
||||
- kernel/drivers/block/paride/bpck6
|
||||
@ -411,8 +419,37 @@
|
||||
kernel/drivers/gpu/drm/tdfx/tdfx # 3dfx Banshee/Voodoo3+
|
||||
kernel/drivers/gpu/drm/ttm/ttm
|
||||
- kernel/drivers/gpu/drm/via/via
|
||||
|
||||
kernel/drivers/hid/hid
|
||||
kernel/drivers/hid/hid-a4tech
|
||||
kernel/drivers/hid/hid-apple
|
||||
kernel/drivers/hid/hid-belkin
|
||||
kernel/drivers/hid/hid-cherry
|
||||
kernel/drivers/hid/hid-chicony
|
||||
kernel/drivers/hid/hid-cypress
|
||||
kernel/drivers/hid/hid-drff
|
||||
kernel/drivers/hid/hid-ezkey
|
||||
kernel/drivers/hid/hid-gaff
|
||||
kernel/drivers/hid/hid-gyration
|
||||
kernel/drivers/hid/hid-kensington
|
||||
kernel/drivers/hid/hid-kye
|
||||
kernel/drivers/hid/hid-logitech
|
||||
kernel/drivers/hid/hid-microsoft
|
||||
kernel/drivers/hid/hid-monterey
|
||||
kernel/drivers/hid/hid-ntrig
|
||||
kernel/drivers/hid/hid-petalynx
|
||||
kernel/drivers/hid/hid-pl
|
||||
kernel/drivers/hid/hid-samsung
|
||||
kernel/drivers/hid/hid-sjoy
|
||||
kernel/drivers/hid/hid-sony
|
||||
kernel/drivers/hid/hid-sunplus
|
||||
kernel/drivers/hid/hid-tmff
|
||||
kernel/drivers/hid/hid-topseed
|
||||
kernel/drivers/hid/hid-twinhan
|
||||
kernel/drivers/hid/hid-wacom
|
||||
kernel/drivers/hid/hid-zpff
|
||||
kernel/drivers/hid/usbhid/usbhid
|
||||
|
||||
- kernel/drivers/hwmon/abituguru3 # Abit uGuru rev. 3
|
||||
- kernel/drivers/hwmon/abituguru # Abit uGuru rev. 1 and 2
|
||||
- kernel/drivers/hwmon/ad7414 # AD7414
|
||||
@ -425,10 +462,13 @@
|
||||
- kernel/drivers/hwmon/adm1031 # ADM1031/ADM1030 driver
|
||||
- kernel/drivers/hwmon/adm9240
|
||||
- kernel/drivers/hwmon/ads7828 # 12-bit 8-channel ADC
|
||||
- kernel/drivers/hwmon/adt7462 # Analog Devices ADT7462
|
||||
- kernel/drivers/hwmon/adt7470 # Analog Devices ADT7470
|
||||
- kernel/drivers/hwmon/adt7473 # Analog Devices ADT7473
|
||||
- kernel/drivers/hwmon/adt7475 # Analog Devices ADT7475
|
||||
- kernel/drivers/hwmon/applesmc
|
||||
- kernel/drivers/hwmon/asb100 # ASB100 Bach driver
|
||||
- kernel/drivers/hwmon/asus_atk0110 # Asus ATK0110 (ACPI)
|
||||
- kernel/drivers/hwmon/atxp1
|
||||
- kernel/drivers/hwmon/coretemp # Intel Core/Core2 thermal sensors
|
||||
- kernel/drivers/hwmon/dme1737 # SMSC DME1737, SCH311x and compatible
|
||||
@ -436,12 +476,12 @@
|
||||
- kernel/drivers/hwmon/f71805f # Fintek Super-I/O
|
||||
- kernel/drivers/hwmon/f71882fg # Fintek Super-I/O
|
||||
- kernel/drivers/hwmon/f75375s # Fintek F75373, F75375
|
||||
- kernel/drivers/hwmon/fscher # FSC Hermes driver
|
||||
- kernel/drivers/hwmon/fschmd # Unified FSC driver
|
||||
- kernel/drivers/hwmon/fscpos
|
||||
- kernel/drivers/hwmon/g760a
|
||||
- kernel/drivers/hwmon/gl518sm # GL518SM driver
|
||||
- kernel/drivers/hwmon/gl520sm
|
||||
- kernel/drivers/hwmon/hdaps
|
||||
kernel/drivers/hwmon/hp_accel # HP 3D DriveGuard (FATE #306448)
|
||||
kernel/drivers/hwmon/hwmon
|
||||
kernel/drivers/hwmon/hwmon-vid
|
||||
kernel/drivers/hwmon/i5k_amb # Intel 5000 series FB-DIMM AMB
|
||||
@ -449,6 +489,8 @@
|
||||
+external kernel/drivers/hwmon/ibmpex # IBM PowerExecutive power sensors, supported by IBM
|
||||
- kernel/drivers/hwmon/it87 # IT8705F, IT8712F, Sis950 driver
|
||||
- kernel/drivers/hwmon/k8temp # AMD K8 thermal sensors
|
||||
kernel/drivers/hwmon/lis3lv02d # needed by hp_accel
|
||||
- kernel/drivers/hwmon/lis3lv02d_spi
|
||||
- kernel/drivers/hwmon/lm63
|
||||
- kernel/drivers/hwmon/lm70 # LM70 (on SPI bus)
|
||||
- kernel/drivers/hwmon/lm75 # LM75 driver
|
||||
@ -461,15 +503,22 @@
|
||||
- kernel/drivers/hwmon/lm90 # LM90/ADM1032 driver
|
||||
- kernel/drivers/hwmon/lm92
|
||||
- kernel/drivers/hwmon/lm93 # National Semi. LM93
|
||||
- kernel/drivers/hwmon/lm95241
|
||||
- kernel/drivers/hwmon/ltc4215
|
||||
- kernel/drivers/hwmon/ltc4245
|
||||
- kernel/drivers/hwmon/max1111
|
||||
- kernel/drivers/hwmon/max1619 # MAX1619 sensor driver
|
||||
- kernel/drivers/hwmon/max6650 # MAX6650, MAX6651
|
||||
- kernel/drivers/hwmon/pc87360
|
||||
- kernel/drivers/hwmon/pc87427 # PC87427 fan sensors
|
||||
- kernel/drivers/hwmon/sht15
|
||||
- kernel/drivers/hwmon/sis5595
|
||||
- kernel/drivers/hwmon/smsc47b397
|
||||
- kernel/drivers/hwmon/smsc47m192 # SMSC LPC47M1xx thermal sensors
|
||||
- kernel/drivers/hwmon/smsc47m1 # SMSC LPC47M1xx fan sensors driver
|
||||
- kernel/drivers/hwmon/thmc50 # TI THMC50, Analog Dev. ADM1022
|
||||
- kernel/drivers/hwmon/tmp401
|
||||
- kernel/drivers/hwmon/tmp421
|
||||
- kernel/drivers/hwmon/via686a # VIA 686A Sensor device
|
||||
- kernel/drivers/hwmon/vt1211 # VIA VT1211 super-I/O sensors
|
||||
- kernel/drivers/hwmon/vt8231
|
||||
@ -501,7 +550,7 @@
|
||||
kernel/drivers/i2c/busses/i2c-pca-isa # ISA base PCA9564 driver
|
||||
kernel/drivers/i2c/busses/i2c-pca-platform
|
||||
kernel/drivers/i2c/busses/i2c-piix4
|
||||
kernel/drivers/i2c/busses/i2c-simtec
|
||||
kernel/drivers/i2c/busses/i2c-scmi # SMBus CMI (ACPI)
|
||||
kernel/drivers/i2c/busses/i2c-sis5595 # SIS5595 SMBus driver
|
||||
kernel/drivers/i2c/busses/i2c-sis630 # SIS630 SMBus driver
|
||||
kernel/drivers/i2c/busses/i2c-sis96x # SiS96x SMBus driver
|
||||
@ -510,16 +559,12 @@
|
||||
kernel/drivers/i2c/busses/i2c-tiny-usb
|
||||
kernel/drivers/i2c/busses/i2c-via # i2c for Via vt82c586b southbridge
|
||||
kernel/drivers/i2c/busses/i2c-viapro # vt82c596 SMBus driver
|
||||
- kernel/drivers/i2c/busses/i2c-voodoo3 # Voodoo3 I2C/DDC driver
|
||||
kernel/drivers/i2c/busses/scx200_acb # NatSemi SCx200 ACCESS.bus Driver
|
||||
kernel/drivers/i2c/busses/scx200_i2c
|
||||
kernel/drivers/i2c/chips/at24
|
||||
kernel/drivers/i2c/chips/ds1682
|
||||
kernel/drivers/i2c/chips/eeprom # I2C EEPROM driver
|
||||
kernel/drivers/i2c/chips/max6875 # MAX6874/MAX6875
|
||||
- kernel/drivers/i2c/chips/pca9539 # PCA9539 GPIO driver (deprecated)
|
||||
- kernel/drivers/i2c/chips/pcf8574 # PCF8574 GPIO driver (deprecated)
|
||||
- kernel/drivers/i2c/chips/pcf8575 # PCF8575 GPIO driver (deprecated)
|
||||
kernel/drivers/i2c/chips/pcf8591 # PCF8591 driver
|
||||
kernel/drivers/i2c/chips/tsl2550 # Light sensor
|
||||
kernel/drivers/i2c/i2c-core # I2C-Bus main module
|
||||
@ -598,6 +643,7 @@
|
||||
kernel/drivers/infiniband/ulp/ipoib/ib_ipoib
|
||||
kernel/drivers/infiniband/ulp/iser/ib_iser
|
||||
kernel/drivers/infiniband/ulp/srp/ib_srp
|
||||
|
||||
kernel/drivers/input/evbug
|
||||
kernel/drivers/input/ff-memless
|
||||
kernel/drivers/input/gameport/emu10k1-gp # EMU10k1 gameport driver
|
||||
@ -628,30 +674,41 @@
|
||||
kernel/drivers/input/joystick/tmdc # ThrustMaster DirectConnect joystick driver
|
||||
kernel/drivers/input/joystick/turbografx # TurboGraFX parallel port interface driver
|
||||
kernel/drivers/input/joystick/twidjoy # Handykey Twiddler keyboard as a joystick driver
|
||||
kernel/drivers/input/joystick/walkera0701
|
||||
kernel/drivers/input/joystick/warrior # Logitech WingMan Warrior joystick driver
|
||||
kernel/drivers/input/joystick/xpad
|
||||
kernel/drivers/input/joystick/zhenhua
|
||||
kernel/drivers/input/keyboard/adp5588-keys
|
||||
kernel/drivers/input/keyboard/gpio_keys
|
||||
kernel/drivers/input/keyboard/lm8323
|
||||
kernel/drivers/input/keyboard/matrix_keypad
|
||||
kernel/drivers/input/keyboard/max7359_keypad
|
||||
kernel/drivers/input/keyboard/newtonkbd # Newton keyboard driver
|
||||
kernel/drivers/input/keyboard/opencores-kbd
|
||||
kernel/drivers/input/keyboard/sunkbd # Sun keyboard driver
|
||||
kernel/drivers/input/keyboard/twl4030_keypad
|
||||
kernel/drivers/input/keyboard/xtkbd # XT keyboard driver
|
||||
kernel/drivers/input/misc/apanel
|
||||
kernel/drivers/input/misc/ati_remote
|
||||
kernel/drivers/input/misc/ati_remote2
|
||||
kernel/drivers/input/misc/atlas_btns
|
||||
kernel/drivers/input/misc/cm109
|
||||
kernel/drivers/input/misc/keyspan_remote
|
||||
kernel/drivers/input/misc/pcap_keys
|
||||
kernel/drivers/input/misc/pcf50633-input
|
||||
kernel/drivers/input/misc/pcspkr
|
||||
kernel/drivers/input/misc/powermate
|
||||
kernel/drivers/input/misc/rotary_encoder
|
||||
kernel/drivers/input/misc/twl4030-pwrbutton
|
||||
kernel/drivers/input/misc/uinput # User level driver support for input subsystem
|
||||
- kernel/drivers/input/misc/wistron_btns
|
||||
kernel/drivers/input/misc/winbond-cir
|
||||
kernel/drivers/input/misc/yealink
|
||||
kernel/drivers/input/mouse/appletouch
|
||||
kernel/drivers/input/mouse/bcm5974
|
||||
kernel/drivers/input/mouse/gpio_mouse
|
||||
+isa kernel/drivers/input/mouse/inport
|
||||
+isa kernel/drivers/input/mouse/logibm
|
||||
+isa kernel/drivers/input/mouse/pc110pad
|
||||
kernel/drivers/input/mouse/sermouse # Serial mouse driver
|
||||
kernel/drivers/input/mouse/synaptics_i2c
|
||||
kernel/drivers/input/mouse/vsxxxaa
|
||||
kernel/drivers/input/serio/ct82c710 # 82C710 C&T mouse port chip driver
|
||||
kernel/drivers/input/serio/parkbd # Parallel port to Keyboard port adapter driver
|
||||
kernel/drivers/input/serio/pcips2 # PCI PS/2 keyboard/mouse driver
|
||||
@ -663,22 +720,36 @@
|
||||
kernel/drivers/input/tablet/gtco
|
||||
kernel/drivers/input/tablet/kbtab
|
||||
kernel/drivers/input/tablet/wacom
|
||||
kernel/drivers/input/touchscreen/ad7877
|
||||
kernel/drivers/input/touchscreen/ad7879
|
||||
kernel/drivers/input/touchscreen/ads7846 # ADS7846 based touchscreen and sensor driver
|
||||
kernel/drivers/input/touchscreen/eeti_ts
|
||||
kernel/drivers/input/touchscreen/elo # Elo serial touchscreen driver
|
||||
kernel/drivers/input/touchscreen/elousb
|
||||
kernel/drivers/input/touchscreen/fujitsu_ts
|
||||
kernel/drivers/input/touchscreen/gunze # Gunze AHL-51S touchscreen driver
|
||||
kernel/drivers/input/touchscreen/htcpen
|
||||
kernel/drivers/input/touchscreen/inexio
|
||||
kernel/drivers/input/touchscreen/mcs5000_ts
|
||||
kernel/drivers/input/touchscreen/mk712 # ICS MicroClock MK712 TouchScreen driver
|
||||
kernel/drivers/input/touchscreen/mtouch # MicroTouch (3M) serial touchscreen driver
|
||||
kernel/drivers/input/touchscreen/pcap_ts
|
||||
kernel/drivers/input/touchscreen/penmount
|
||||
kernel/drivers/input/touchscreen/touchit213
|
||||
kernel/drivers/input/touchscreen/touchright
|
||||
kernel/drivers/input/touchscreen/touchwin
|
||||
kernel/drivers/input/touchscreen/tsc2007
|
||||
kernel/drivers/input/touchscreen/ucb1400_ts
|
||||
kernel/drivers/input/touchscreen/usbtouchscreen
|
||||
kernel/drivers/input/touchscreen/w90p910_ts
|
||||
kernel/drivers/input/touchscreen/wacom_w8001
|
||||
kernel/drivers/input/touchscreen/wm97xx-ts
|
||||
+isa kernel/drivers/input/mouse/inport
|
||||
+isa kernel/drivers/input/mouse/logibm
|
||||
+isa kernel/drivers/input/mouse/pc110pad
|
||||
- kernel/drivers/input/misc/wistron_btns
|
||||
|
||||
|
||||
+isa kernel/drivers/isdn/act2000/act2000
|
||||
kernel/drivers/isdn/capi/capi # CAPI4Linux: Userspace /dev/capi20 interface
|
||||
kernel/drivers/isdn/capi/capidrv # CAPI4Linux: Interface to ISDN4Linux
|
||||
@ -750,7 +821,7 @@
|
||||
kernel/drivers/md/dm-regions
|
||||
kernel/drivers/md/dm-region_hash
|
||||
kernel/drivers/md/dm-round-robin # Round-robin path selector
|
||||
kernel/drivers/md/dm-leastpending-path # Least pending path selector
|
||||
kernel/drivers/md/dm-least-pending
|
||||
kernel/drivers/md/dm-queue-length # Queue-lenght oriented dynamic load balancer
|
||||
kernel/drivers/md/dm-service-time # Service-time oriented dynamic load balancer
|
||||
kernel/drivers/md/dm-snapshot # device-mapper snapshot target
|
||||
@ -1193,6 +1264,7 @@
|
||||
kernel/drivers/net/can/vcan
|
||||
- kernel/drivers/net/cassini
|
||||
- kernel/drivers/net/chelsio/cxgb # Chelsio 10Gb Ethernet Driver
|
||||
kernel/drivers/net/cnic
|
||||
+isa kernel/drivers/net/cs89x0
|
||||
kernel/drivers/net/cxgb3/cxgb3
|
||||
+isa kernel/drivers/net/de600
|
||||
@ -1235,6 +1307,7 @@
|
||||
+external kernel/drivers/net/ibmveth # IBM eServer i/pSeries Virtual Ethernet Device Driver
|
||||
kernel/drivers/net/ifb # IMQ replacement
|
||||
kernel/drivers/net/igb/igb # Intel Gigabit Ethernet driver
|
||||
kernel/drivers/net/igbvf/igbvf # Intel Gigabit Ethernet SR-IOV driver
|
||||
kernel/drivers/net/ipg
|
||||
kernel/drivers/net/irda/act200l-sir # ACTiSYS ACT-IR200L dongle driver
|
||||
kernel/drivers/net/irda/actisys-sir # ACTiSYS IR-220L and IR-220L+ dongle driver
|
||||
@ -1538,6 +1611,7 @@
|
||||
kernel/drivers/s390/char/monreader
|
||||
kernel/drivers/s390/char/monwriter
|
||||
kernel/drivers/s390/char/raw3270
|
||||
kernel/drivers/s390/char/sclp_async
|
||||
kernel/drivers/s390/char/sclp_cpi
|
||||
kernel/drivers/s390/char/tape
|
||||
kernel/drivers/s390/char/tape_34xx
|
||||
@ -1628,6 +1702,8 @@
|
||||
kernel/drivers/scsi/mvsas
|
||||
+isa kernel/drivers/scsi/NCR53c406a
|
||||
kernel/drivers/scsi/nsp32
|
||||
- kernel/drivers/scsi/osd/libosd
|
||||
- kernel/drivers/scsi/osd/osd
|
||||
kernel/drivers/scsi/osst # OnStream {DI-|FW-|SC-|USB}{30|50} Tape Driver
|
||||
+isa kernel/drivers/scsi/pas16
|
||||
kernel/drivers/scsi/pcmcia/aha152x_cs
|
||||
@ -1635,6 +1711,7 @@
|
||||
kernel/drivers/scsi/pcmcia/nsp_cs
|
||||
kernel/drivers/scsi/pcmcia/qlogic_cs # Driver for the PCMCIA Qlogic FAS SCSI controllers
|
||||
kernel/drivers/scsi/pcmcia/sym53c500_cs # SYM53C500 PCMCIA SCSI driver
|
||||
kernel/drivers/scsi/pmcraid
|
||||
kernel/drivers/scsi/ppa
|
||||
kernel/drivers/scsi/ps3rom # Sony PS3 ROM update
|
||||
kernel/drivers/scsi/qla1280 # Qlogic ISP SCSI (qla1x80/qla1x160) driver
|
||||
@ -1693,9 +1770,12 @@
|
||||
- kernel/drivers/telephony/phonedev
|
||||
kernel/drivers/thermal/thermal_sys # Generic thermal zone interface
|
||||
kernel/drivers/uio/uio
|
||||
kernel/drivers/uio/uio_aec
|
||||
kernel/drivers/uio/uio_cif
|
||||
kernel/drivers/uio/uio_pci_generic
|
||||
kernel/drivers/uio/uio_pdrv
|
||||
kernel/drivers/uio/uio_pdrv_genirq
|
||||
kernel/drivers/uio/uio_sercos3
|
||||
kernel/drivers/uio/uio_smx
|
||||
- kernel/drivers/usb/atm/cxacru # driver for USB ADSL modems based on Conexant AccessRunner chipset
|
||||
kernel/drivers/usb/atm/speedtch
|
||||
@ -1706,15 +1786,22 @@
|
||||
kernel/drivers/usb/class/cdc-acm # USB Abstract Control Model driver for USB modems and ISDN adapters
|
||||
kernel/drivers/usb/class/cdc-wdm
|
||||
kernel/drivers/usb/class/usblp # USB Printer Device Class driver
|
||||
kernel/drivers/usb/class/usbtmc # USB test and measurement driver
|
||||
+base kernel/drivers/usb/core/usbcore
|
||||
+base kernel/drivers/usb/host/ehci-hcd # 2003-Dec-29 USB 2.0 'Enhanced' Host Controller (EHCI) Driver
|
||||
- kernel/drivers/usb/host/hwa-hc
|
||||
- kernel/drivers/usb/host/isp1362-hcd
|
||||
- kernel/drivers/usb/host/isp116x-hcd # ISP116x HCD (Host Controller Driver) for USB
|
||||
- kernel/drivers/usb/host/isp1760
|
||||
+base kernel/drivers/usb/host/ohci-hcd # 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver
|
||||
- kernel/drivers/usb/host/oxu210hp-hcd
|
||||
kernel/drivers/usb/host/r8a66597-hcd
|
||||
- kernel/drivers/usb/host/sl811_cs # PCMCIA driver for SL811HS (as found in REX-CFU1U)
|
||||
- kernel/drivers/usb/host/sl811-hcd
|
||||
- kernel/drivers/usb/host/u132-hcd
|
||||
+base kernel/drivers/usb/host/uhci-hcd # USB Universal Host Controller Interface driver
|
||||
- kernel/drivers/usb/host/whci/whci-hcd
|
||||
kernel/drivers/usb/host/xhci
|
||||
kernel/drivers/usb/image/mdc800 # USB Driver for Mustek MDC800 Digital Camera
|
||||
kernel/drivers/usb/image/microtek # Microtek Scanmaker X6 USB scanner driver
|
||||
kernel/drivers/usb/misc/adutux
|
||||
@ -1730,22 +1817,21 @@
|
||||
kernel/drivers/usb/misc/isight_firmware
|
||||
kernel/drivers/usb/misc/ldusb # Generic USB driver for report based interrupt in/out devices
|
||||
kernel/drivers/usb/misc/legousbtower # LEGO USB Tower Driver
|
||||
kernel/drivers/usb/misc/phidget
|
||||
kernel/drivers/usb/misc/phidgetkit
|
||||
kernel/drivers/usb/misc/phidgetmotorcontrol
|
||||
kernel/drivers/usb/misc/phidgetservo # USB PhidgetServo Driver
|
||||
kernel/drivers/usb/misc/rio500 # USB Rio 500 driver
|
||||
- kernel/drivers/usb/misc/sisusbvga/sisusbvga # driver for SiS315(E) based USB2VGA dongles
|
||||
kernel/drivers/usb/misc/trancevibrator
|
||||
kernel/drivers/usb/misc/usblcd # USBLCD Driver Version 1.04
|
||||
kernel/drivers/usb/misc/usbled # USB LED Driver
|
||||
kernel/drivers/usb/misc/uss720 # USB Parport Cable driver for Cables using the Lucent Technologies USS720 Chip
|
||||
kernel/drivers/usb/misc/usbsevseg
|
||||
- kernel/drivers/usb/misc/usbtest
|
||||
kernel/drivers/usb/misc/vstusb
|
||||
- kernel/drivers/usb/mon/usbmon # The USB Monitor
|
||||
kernel/drivers/usb/serial/aircable
|
||||
kernel/drivers/usb/serial/ark3116
|
||||
kernel/drivers/usb/serial/belkin_sa # USB Belkin Serial converter driver
|
||||
kernel/drivers/usb/serial/ch341
|
||||
kernel/drivers/usb/serial/cp2101 # Silicon Laboratories CP2101/CP2102 USB to RS232 serial adaptor driver
|
||||
kernel/drivers/usb/serial/cp210x # Silicon Laboratories CP2101/CP2102 USB to RS232 serial adaptor driver
|
||||
kernel/drivers/usb/serial/cyberjack # REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver
|
||||
kernel/drivers/usb/serial/cypress_m8
|
||||
kernel/drivers/usb/serial/digi_acceleport # Digi AccelePort USB-2/USB-4 Serial Converter driver
|
||||
@ -1770,18 +1856,37 @@
|
||||
kernel/drivers/usb/serial/moto_modem
|
||||
kernel/drivers/usb/serial/navman # USB Navman GPS device
|
||||
kernel/drivers/usb/serial/omninet # USB ZyXEL omni.net LCD PLUS Driver
|
||||
kernel/drivers/usb/serial/opticon
|
||||
kernel/drivers/usb/serial/option # USB Wireless modems
|
||||
kernel/drivers/usb/serial/oti6858
|
||||
kernel/drivers/usb/serial/pl2303 # Prolific PL2303 USB to serial adaptor driver
|
||||
kernel/drivers/usb/serial/qcserial
|
||||
kernel/drivers/usb/serial/safe_serial # USB Safe Encapsulated Serial
|
||||
kernel/drivers/usb/serial/siemens_mpi
|
||||
kernel/drivers/usb/serial/sierra # USB Sierra Wireless Modems
|
||||
kernel/drivers/usb/serial/spcp8x5
|
||||
kernel/drivers/usb/serial/symbolserial
|
||||
kernel/drivers/usb/serial/ti_usb_3410_5052
|
||||
kernel/drivers/usb/serial/usb_debug
|
||||
kernel/drivers/usb/serial/usbserial # USB Serial Driver core
|
||||
kernel/drivers/usb/serial/visor # USB HandSpring Visor / Palm OS driver
|
||||
kernel/drivers/usb/serial/whiteheat # USB ConnectTech WhiteHEAT driver
|
||||
+base kernel/drivers/usb/storage/usb-storage # USB Mass Storage driver for Linux
|
||||
+base kernel/drivers/usb/storage/ums-alauda
|
||||
+base kernel/drivers/usb/storage/ums-cypress
|
||||
+base kernel/drivers/usb/storage/ums-datafab
|
||||
+base kernel/drivers/usb/storage/ums-freecom
|
||||
+base kernel/drivers/usb/storage/ums-isd200
|
||||
+base kernel/drivers/usb/storage/ums-jumpshot
|
||||
+base kernel/drivers/usb/storage/ums-karma
|
||||
+base kernel/drivers/usb/storage/ums-onetouch
|
||||
+base kernel/drivers/usb/storage/ums-sddr09
|
||||
+base kernel/drivers/usb/storage/ums-sddr55
|
||||
+base kernel/drivers/usb/storage/ums-usbat
|
||||
- kernel/drivers/usb/wusbcore/wusb-cbaf
|
||||
- kernel/drivers/usb/wusbcore/wusb-wa
|
||||
- kernel/drivers/usb/wusbcore/wusbcore
|
||||
|
||||
- kernel/drivers/video/arcfb # FB driver for Arc monochrome LCD board
|
||||
kernel/drivers/video/arkfb
|
||||
kernel/drivers/video/aty/aty128fb # FBDev driver for ATI Rage128 / Pro cards
|
||||
@ -1901,9 +2006,10 @@
|
||||
+isa kernel/drivers/watchdog/wdt
|
||||
kernel/drivers/watchdog/wdt_pci # Driver for the ICS PCI-WDT500/501 watchdog cards
|
||||
kernel/drivers/xen/blkback/blkbk # Xen block device backend
|
||||
kernel/drivers/xen/blkback/blkback_pagemap # Xen block device backend
|
||||
kernel/drivers/xen/blkback/blkback-pagemap
|
||||
+base kernel/drivers/xen/blkfront/xenblk # Xen block device frontend
|
||||
kernel/drivers/xen/blktap/blktap
|
||||
- kernel/drivers/xen/blktap2/blktap2
|
||||
kernel/drivers/xen/core/domctl
|
||||
kernel/drivers/xen/gntdev/gntdev
|
||||
kernel/drivers/xen/netback/netbk # Xen network device backend
|
||||
@ -1916,6 +2022,8 @@
|
||||
+external kernel/drivers/xen/sfc_netback/sfc_netfront
|
||||
+external kernel/drivers/xen/sfc_netutil/sfc_netutil
|
||||
kernel/drivers/xen/tpmback/tpmbk # Xen TPM device backend
|
||||
- kernel/drivers/xen/usbback/usbbk
|
||||
- kernel/drivers/xen/usbfront/xen-hcd
|
||||
kernel/drivers/xen/xenbus/xenbus_be # Xen XenBus backend driver support module
|
||||
kernel/fs/9p/9p
|
||||
- kernel/fs/adfs/adfs
|
||||
@ -1938,7 +2046,7 @@
|
||||
kernel/fs/exportfs/exportfs
|
||||
kernel/fs/ext2/ext2 # Second Extended Filesystem
|
||||
+base kernel/fs/ext3/ext3 # Second Extended Filesystem with journaling extensions
|
||||
- kernel/fs/ext4/ext4dev
|
||||
- kernel/fs/ext4/ext4
|
||||
kernel/fs/fat/fat
|
||||
- kernel/fs/freevxfs/freevxfs # Veritas Filesystem (VxFS) driver
|
||||
kernel/fs/fuse/fuse # FUSE: Filesystem in Userspace
|
||||
@ -1948,6 +2056,7 @@
|
||||
kernel/fs/hfs/hfs
|
||||
kernel/fs/hfsplus/hfsplus # Extended Macintosh Filesystem
|
||||
- kernel/fs/hpfs/hpfs
|
||||
kernel/fs/isofs/isofs
|
||||
kernel/fs/jbd2/jbd2
|
||||
+base kernel/fs/jbd/jbd
|
||||
- kernel/fs/jffs2/jffs2 # The Journalling Flash File System, v2
|
||||
@ -2377,6 +2486,7 @@
|
||||
kernel/sound/core/seq/snd-seq-midi-event # MIDI byte <-> sequencer event coder
|
||||
kernel/sound/core/seq/snd-seq-virmidi # Virtual Raw MIDI client on Sequencer
|
||||
kernel/sound/core/snd # Advanced Linux Sound Architecture driver for soundcards.
|
||||
kernel/sound/core/snd-hrtimer # HRTimer backend
|
||||
kernel/sound/core/snd-hwdep # Hardware dependent layer
|
||||
kernel/sound/core/snd-page-alloc # Memory allocator for ALSA system.
|
||||
kernel/sound/core/snd-pcm # Midlevel PCM code for ALSA.
|
||||
@ -2419,6 +2529,9 @@
|
||||
+isa kernel/sound/isa/gus/snd-gusmax
|
||||
+isa kernel/sound/isa/gus/snd-interwave
|
||||
+isa kernel/sound/isa/gus/snd-interwave-stb
|
||||
+isa kernel/sound/isa/msnd/snd-msnd-classic
|
||||
+isa kernel/sound/isa/msnd/snd-msnd-lib
|
||||
+isa kernel/sound/isa/msnd/snd-msnd-pinnacle
|
||||
+isa kernel/sound/isa/opti9xx/snd-miro
|
||||
+isa kernel/sound/isa/opti9xx/snd-opti92x-ad1848
|
||||
+isa kernel/sound/isa/opti9xx/snd-opti92x-cs4231
|
||||
@ -2443,21 +2556,24 @@
|
||||
+isa kernel/sound/isa/snd-sgalaxy
|
||||
+isa kernel/sound/isa/snd-sscape
|
||||
+isa kernel/sound/isa/wavefront/snd-wavefront
|
||||
kernel/sound/oss/ad1848
|
||||
kernel/sound/oss/aedsp16 # Audio Excel DSP 16 Driver Version 1.3
|
||||
kernel/sound/oss/kahlua # Kahlua VSA1 PCI Audio
|
||||
kernel/sound/oss/mpu401
|
||||
kernel/sound/oss/opl3
|
||||
kernel/sound/oss/pas2
|
||||
kernel/sound/oss/pss # Module for PSS sound cards (based on AD1848, ADSP-2115 and ESC614). This module includes control of output amplifier and synth volume of the Beethoven ADSP-16 card (this may work with other PSS cards).
|
||||
kernel/sound/oss/sb_lib
|
||||
kernel/sound/oss/sb # OSS Soundblaster ISA PnP and legacy sound driver
|
||||
kernel/sound/oss/sound # OSS Sound subsystem
|
||||
kernel/sound/oss/sscape
|
||||
kernel/sound/oss/trix
|
||||
kernel/sound/oss/uart401
|
||||
kernel/sound/oss/uart6850
|
||||
kernel/sound/oss/v_midi
|
||||
- kernel/sound/oss/ad1848
|
||||
- kernel/sound/oss/aedsp16 # Audio Excel DSP 16 Driver Version 1.3
|
||||
- kernel/sound/oss/kahlua # Kahlua VSA1 PCI Audio
|
||||
- kernel/sound/oss/mpu401
|
||||
- kernel/sound/oss/opl3
|
||||
- kernel/sound/oss/msnd
|
||||
- kernel/sound/oss/msnd_classic
|
||||
- kernel/sound/oss/msnd_pinnacle
|
||||
- kernel/sound/oss/pas2
|
||||
- kernel/sound/oss/pss # Module for PSS sound cards (based on AD1848, ADSP-2115 and ESC614). This module includes control of output amplifier and synth volume of the Beethoven ADSP-16 card (this may work with other PSS cards).
|
||||
- kernel/sound/oss/sb_lib
|
||||
- kernel/sound/oss/sb # OSS Soundblaster ISA PnP and legacy sound driver
|
||||
- kernel/sound/oss/sound # OSS Sound subsystem
|
||||
- kernel/sound/oss/sscape
|
||||
- kernel/sound/oss/trix
|
||||
- kernel/sound/oss/uart401
|
||||
- kernel/sound/oss/uart6850
|
||||
- kernel/sound/oss/v_midi
|
||||
kernel/sound/pci/ac97/snd-ac97-codec # Universal interface for Audio Codec '97
|
||||
kernel/sound/pci/ali5451/snd-ali5451 # ALI M5451
|
||||
kernel/sound/pci/au88x0/snd-au8810 # Aureal vortex
|
||||
@ -2475,7 +2591,9 @@
|
||||
kernel/sound/pci/echoaudio/snd-gina24 # Echoaudio Gina24
|
||||
kernel/sound/pci/echoaudio/snd-indigodj # Echoaudio Indigo DJ
|
||||
kernel/sound/pci/echoaudio/snd-indigo # Echoaudio Indigo
|
||||
kernel/sound/pci/echoaudio/snd-indigodjx
|
||||
kernel/sound/pci/echoaudio/snd-indigoio # Echoaudio Indigo IO
|
||||
kernel/sound/pci/echoaudio/snd-indigoiox
|
||||
kernel/sound/pci/echoaudio/snd-layla20 # Echoaudio Layla20
|
||||
kernel/sound/pci/echoaudio/snd-layla24 # Echoaudio Layla24
|
||||
kernel/sound/pci/echoaudio/snd-mia # Echoaudio Mia
|
||||
@ -2487,11 +2605,12 @@
|
||||
kernel/sound/pci/hda/snd-hda-codec-analog # Analog Device HD-audio codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-atihdmi # ATI/AMD HD-audio (HDMI) codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-ca0110 # CreativeLabs HD-audio codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-cirrus
|
||||
kernel/sound/pci/hda/snd-hda-codec-cmedia # C-Media HD-audio codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-conexant # Conexant HD-audio codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-idt # IDT/Sigmatel HD-audio codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-intelhdmi # Intel HD-audio (HDMI) codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-nvidia # Nvidia HD-audio (HDMI) codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-nvhdmi # Nvidia HD-audio (HDMI) codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-realtek # Realtek HD-audio codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-si3054 # SI-compatible HD-audio modem codecs
|
||||
kernel/sound/pci/hda/snd-hda-codec-via # VIA HD-audio codecs
|
||||
@ -2500,6 +2619,7 @@
|
||||
kernel/sound/pci/ice1712/snd-ice1724 # ICEnsemble ICE1724 (Envy24HT)
|
||||
kernel/sound/pci/ice1712/snd-ice17xx-ak4xxx # ICEnsemble ICE17xx <-> AK4xxx AD/DA chip interface
|
||||
kernel/sound/pci/korg1212/snd-korg1212 # korg1212
|
||||
- kernel/sound/pci/lx6464es/snd-lx6464es
|
||||
kernel/sound/pci/mixart/snd-mixart # Digigram miXart
|
||||
kernel/sound/pci/nm256/snd-nm256 # NeoMagic NM256AV/ZX
|
||||
kernel/sound/pci/oxygen/snd-hifier # TempoTec HiFier Fantasia
|
||||
@ -2551,3 +2671,4 @@
|
||||
kernel/sound/usb/snd-usb-audio # USB Audio
|
||||
kernel/sound/usb/snd-usb-lib # USB Audio/MIDI helper module
|
||||
kernel/sound/usb/usx2y/snd-usb-usx2y # TASCAM US-X2Y Version 0.7.2
|
||||
- kernel/sound/usb/usx2y/snd-usb-us122l
|
||||
|
Loading…
Reference in New Issue
Block a user