1
0
forked from pool/kernel-source
OBS User unknown
2008-09-29 16:18:36 +00:00
committed by Git OBS Bridge
parent fd90e837e9
commit 8abb94f778
50 changed files with 78917 additions and 1565 deletions

View File

@@ -1,3 +1,537 @@
-------------------------------------------------------------------
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
- Do not split kernels which have modules disabled (kernel-ps3)
or which do not differentiate between supported and unsupported
modules (kernel-vanilla).
-------------------------------------------------------------------
Mon Sep 29 13:28:01 CEST 2008 - hare@suse.de
- patches.drivers/open-fcoe-dcb-support: Fix section annotation
for ixgbe.
- patches.fixes/scsi-enhance-error-codes: Add missing hunk.
- patches.fixes/open-iscsi-git-update: Open-iSCSI updates
(FATE#304283).
- patches.kernel.org/gdth-section-conflict: Fixup gdth
section annotations.
-------------------------------------------------------------------
Mon Sep 29 09:42:32 CEST 2008 - aj@suse.de
- Silence /etc/rpm/macros.kernel-source via rpmlintrc.
-------------------------------------------------------------------
Mon Sep 29 09:37:19 CEST 2008 - jbeulich@novell.com
- Enable Solarflare driver link and resource driver patches.
- Update x86 config files.
-------------------------------------------------------------------
Mon Sep 29 05:13:31 CEST 2008 - agruen@suse.de
- rpm/kernel-source.spc.in: Try to get rid of a hack that makes
uname -r pretend in build environments that the kernel from
the installed kernel-source package is the running kernel:
packages assuming this are completely broken ans should really
be fixed.
-------------------------------------------------------------------
Mon Sep 29 04:08:34 CEST 2008 - agruen@suse.de
- rpm/kernel-source.spec.in: Prepare for the upcoming introduction
of kernel-source-rt (and kernel-syms-rt) for producing KMPs for
real-time kernels.
- rpm/install-configs: Remove; this script didn't improve things.
-------------------------------------------------------------------
Sun Sep 28 21:00:13 CEST 2008 - aj@suse.de
- rpm/kernel-source.rpmlintrc: New file to silence warnings about
zero size files
- rpm/kernel-source.spec.in: Install it.
- rpm/kernel-source.spec.in: Make /etc/rpm/macros.kernel-source
a config file to silence rpmlint.
-------------------------------------------------------------------
Sun Sep 28 13:50:06 CEST 2008 - jdelvare@suse.de
- supported.conf: Update the list of i2c bus drivers.
- i2c-i810, i2c-prosavage and i2c-savage4 are gone.
- i2c-isch and i2c-nforce2-s4985 are new, mark as supported.
-------------------------------------------------------------------
Sun Sep 28 10:17:15 CEST 2008 - aj@suse.de
- rpm/kernel-source.spec.in: Do not package .gitignore files.
-------------------------------------------------------------------
Sun Sep 28 06:03:34 CEST 2008 - agruen@suse.de
- Fix CONFIG_MODULES=n case.
- config.conf: Some cleanups.
-------------------------------------------------------------------
Sat Sep 27 19:25:06 CEST 2008 - agruen@suse.de
- Split the binary kernel packages into three parts:
+ kernel-$flavor-base: very reduced hardware support, intended
to be used in virtual machine images
+ kernel-$flavor: extends the base package; contains all kernel
modules we can support
+ kernel-$flavor-extra: all other kernel modules which may be
useful, but which we cannot support.
-------------------------------------------------------------------
Sat Sep 27 17:47:33 CEST 2008 - agruen@suse.de
- Hardlink duplicate files automatically: It doesn't save much,
but it keeps rpmlint from breaking the package build.
-------------------------------------------------------------------
Sat Sep 27 17:24:30 CEST 2008 - agruen@suse.de
- Add consistency check: supported modules must not depend on
unsupported ones ... and guess what, there was a large number of
such modules. Fix this by adding all the dependent modules to
supported.conf.
-------------------------------------------------------------------
Sat Sep 27 06:36:40 CEST 2008 - knikanth@suse.de
- patches.suse/dm-barrier-single-device: Implement barrier
support for single device DM devices (FATE#304489).
-------------------------------------------------------------------
Fri Sep 26 23:05:13 CEST 2008 - jeffm@suse.de
- scripts/tar-up_and_run_mbuild.sh: Added -xen flavor to default
mbuild spec list.
-------------------------------------------------------------------
Fri Sep 26 23:04:33 CEST 2008 - jeffm@suse.de
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Export
set_memory_ro() and set_memory_rw() calls for xen. (bnc#425480).
-------------------------------------------------------------------
Fri Sep 26 22:08:24 CEST 2008 - kkeil@suse.de
- patches.suse/e1000e_mmap_range_chk:check ranges in pci_mmap
* updated version with better reporting (bnc#425480)
-------------------------------------------------------------------
Fri Sep 26 21:28:13 CEST 2008 - kkeil@suse.de
- patches to track down and fix the e1000e NVM corruption
(bnc#425480)
- patches.suse/e1000e_allow_bad_checksum: e1000e: allow bad
checksum
- patches.suse/e1000e_call_dump_eeprom: e1000e: dump eeprom to
dmesg for ich8/9
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: e1000e:
debug contention on NVM SWFLAG
- patches.suse/e1000e_do_not_ever_sleep_in_interrupt_context:
e1000e: do not ever sleep in interrupt context
- patches.suse/e1000e_drop_stats_lock: e1000e: drop stats lock
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
set_memory_ro() and set_memory_rw() calls
- patches.suse/e1000e_fix_lockdep_issues: e1000e: fix lockdep
issues
- patches.suse/e1000e_mmap_range_chk: check ranges in pci_mmap
- patches.suse/e1000e_reset_swflag_after_resetting_hardware:
e1000e: reset swflag after resetting hardware
- patches.suse/e1000e_update_version: update version
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
e1000e: Use set_memory_ro()/set_memory_rw() to protect flash
memory
- cleanup old not longer used patches
* patches.drivers/e1000-7.6.5-napi-tail.patch
* patches.drivers/e1000-7.6.9.2
* patches.drivers/e1000-7.6.9.2-napi
-------------------------------------------------------------------
Fri Sep 26 21:26:35 CEST 2008 - kkeil@suse.de
- Enable CONFIG_SGI_IOC4=m in x86_64 (bnc#430275)
-------------------------------------------------------------------
Fri Sep 26 20:54:17 CEST 2008 - jeffm@suse.de
- patches.arch/acpi-export-hotplug_execute: acpi: export
acpi_os_hotplug_execute.
-------------------------------------------------------------------
Fri Sep 26 20:43:49 CEST 2008 - jeffm@suse.de
- patches.xen/xen-rwlocks-enable-interrupts: add missing
__raw_{read,write}_lock_flags to xen's asm/spinlock.h.
-------------------------------------------------------------------
Fri Sep 26 20:33:25 CEST 2008 - jeffm@suse.de
- patches.arch/acpi-bay-remove-from-makefile: acpi: remove bay.c
from makefile.
-------------------------------------------------------------------
Fri Sep 26 19:56:25 CEST 2008 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Disabled sparse checking. Too many
false positives.
-------------------------------------------------------------------
Fri Sep 26 18:07:30 CEST 2008 - trenn@suse.de
No functional change:
- patches.arch/acpi_thermal_passive_blacklist.patch: Avoid
critical temp shutdowns on specific ThinkPad T4x(p) and R40
(https://bugzilla.novell.com/show_bug.cgi?id=333043).
Dock bug fixes (kacpid runs amok on Dells after suspend):
- patches.arch/acpi-dock-avoid-check-_STA-method.patch: avoid
check _STA method (fate#304731,bnc#401740).
- patches.arch/acpi-dock-fix-eject-request-process.patch: fix
eject request process (fate#304731,bnc#401740).
More Dock improvements, unrelated to above fixes:
- patches.arch/acpi-bay-remove-useless-code.patch: remove useless
code (fate#304731,bnc#401740).
- patches.arch/acpi-dock-Fix-duplicate-notification-handler-register.patch:
Fix duplicate notification handler register
(fate#304731,bnc#401740).
- patches.arch/acpi-dock-_LCK-support-for-dock.patch: add _LCK
support for dock (fate#304731,bnc#401740).
- patches.arch/acpi-dock-fix-for-bay-in-a-dock-station.patch:
fix for bay in a dock station (fate#304731,bnc#401740).
- patches.arch/acpi-dock-fix-hotplug-race.patch: fix hotplug race
(fate#304731,bnc#401740).
- patches.arch/acpi-dock-introduce-.uevent-for-devices-in-dock.patch:
introduce .uevent for devices in dock (fate#304731,bnc#401740).
- patches.arch/acpi-libata-hotplug-to-align-with-dock-driver.patch:
libata hotplug to align with dock driver
(fate#304731,bnc#401740).
- patches.arch/acpi-dock-makeing-dock-driver-supports-bay-and-battery-hotplug.patch:
makeing dock driver supports bay and battery hotplug
(fate#304731,bnc#401740).
- patches.arch/acpi-dock-add-type-sysfs-file-for-dock.patch:
add 'type' sysfs file for dock (fate#304731,bnc#401740).
- patches.fixes/acpi_use_acpi_exception.patch: ACPI dock/bay:
Use ACPI_EXCEPTION instead of printk(KERN_ERR.
-------------------------------------------------------------------
Fri Sep 26 16:15:28 CEST 2008 - jeffm@suse.de
- Update config files: NFS_SWAP=y
-------------------------------------------------------------------
Fri Sep 26 15:57:20 CEST 2008 - ptesarik@suse.cz
- patches.suse/rwlocks-enable-interrupts: Allow rwlocks to
re-enable interrupts (bnc#387784).
- patches.arch/ia64-rwlocks-enable-interrupts: ia64: re-enable
interrupts when waiting for a rwlock (bnc#387784).
-------------------------------------------------------------------
Fri Sep 26 14:52:13 CEST 2008 - sjayaraman@suse.de
- Add Swap over NFS patchset.
- Adjust patches.xen/xen3-auto-common.diff to avoid conflict on skbuff.h
as both xen and swap-over-nfs want to add some bits to the skbuff structure.
- patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm:
gfp_to_alloc_flags() (FATE#303834).
- patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm:
serialize access to min_free_kbytes (FATE#303834).
- patches.suse/SoN-03-doc.patch: swap over network documentation
(FATE#303834).
- patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm:
expose gfp_to_alloc_flags() (FATE#303834).
- patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve
pages (FATE#303834).
- patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge
of reserve pages (FATE#303834).
- patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm:
kmem_alloc_estimate() (FATE#303834).
- patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow
PF_MEMALLOC from softirq context (FATE#303834).
- patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency
pool (FATE#303834).
- patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm:
system wide ALLOC_NO_WATERMARK (FATE#303834).
- patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm:
__GFP_MEMALLOC (FATE#303834).
- patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve
management (FATE#303834).
- patches.suse/SoN-13-mm-selinux-emergency.patch: selinux:
tag avc cache alloc as non-critical (FATE#303834).
- patches.suse/SoN-14-net-backlog.patch: net: wrap
sk->sk_backlog_rcv() (FATE#303834).
- patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive
api (FATE#303834).
- patches.suse/SoN-16-net-sk_allocation.patch: net:
sk_allocation() - concentrate socket related allocations
(FATE#303834).
- patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve
infrastructure (FATE#303834).
- patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET
reserves. (FATE#303834).
- patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook
skb allocation to reserves (FATE#303834).
- patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter
emergency skbs. (FATE#303834).
- patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent
a stream specific deadlock (FATE#303834).
- patches.suse/SoN-22-emergency-nf_queue.patch: netfilter:
NF_QUEUE vs emergency skbs (FATE#303834).
- patches.suse/SoN-23-netvm.patch: netvm: skb processing
(FATE#303834).
- patches.suse/SoN-24-mm-swapfile.patch: mm: add support for
non block device backed swap files (FATE#303834).
- patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods
for teaching filesystems about PG_swapcache pages (FATE#303834).
- patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS
client how to treat PG_swapcache pages (FATE#303834).
- patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache
revalidation for swapfiles (FATE#303834).
- patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS
(FATE#303834).
- patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various
memory recursions possible with swap over NFS. (FATE#303834).
- patches.xen/xen3-auto-common.diff: xen3 common.
-------------------------------------------------------------------
Fri Sep 26 11:43:49 CEST 2008 - ptesarik@suse.cz
- split patches.arch/s390-01-01-self-ptrace-v3.patch to make it
more obvious that the patch is not constrained to s390.
The new series is:
patches.suse/self-ptrace.patch: the generic pieces
patches.arch/x86-self-ptrace.patch: implementation for x86
patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390
-------------------------------------------------------------------
Thu Sep 25 16:27:38 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc7 and c/s 676.
-------------------------------------------------------------------
Thu Sep 25 13:53:36 CEST 2008 - olh@suse.de
- add patches.arch/ppc64-rpanote-relocate-firmware.patch
update RPA note for firmware relocation (bnc#427960 - LTC48297)
-------------------------------------------------------------------
Wed Sep 24 16:20:40 CEST 2008 - jblunck@suse.de
This adds some tracepoint instrumentation taken from the LTTng patch
series. Tracepoints are enabled for kernel-debug and kernel-trace only. I
disabled ftrace for all flavors except kernel-debug and kernel-trace as well.
- Update config files.
- rpm/kernel-source.spec.in,kernel-binary.spec.in, config.conf: Add trace
flavor
- patches.fixes/ia64-sparse-fixes.diff: ia64-kvm: fix sparse
warnings.
- patches.xen/xen3-fixup-common: rediff
- patches.xen/xen3-auto-common.diff: rediff
- patches.xen/xen3-patch-2.6.21: rediff
- patches.xen/xen3-patch-2.6.26: rediff
- patches.trace/rcu-read-sched.patch
- patches.trace/markers-use-rcu-read-lock-sched.patch
- patches.trace/tracepoints.patch
- patches.trace/tracepoints-use-table-size-macro.patch
- patches.trace/tracepoints-documentation.patch
- patches.trace/tracepoints-tracepoint-synchronize-unregister.patch
- patches.trace/tracepoints-documentation-fix-teardown.patch
- patches.trace/tracepoints-samples.patch
- patches.trace/tracepoints-samples-fix-teardown.patch
- patches.trace/lttng-instrumentation-irq.patch
- patches.trace/lttng-instrumentation-scheduler.patch
- patches.trace/lttng-instrumentation-timer.patch
- patches.trace/lttng-instrumentation-kernel.patch
- patches.trace/lttng-instrumentation-filemap.patch
- patches.trace/lttng-instrumentation-swap.patch
- patches.trace/lttng-instrumentation-memory.patch
- patches.trace/lttng-instrumentation-page_alloc.patch
- patches.trace/lttng-instrumentation-hugetlb.patch
- patches.trace/lttng-instrumentation-net.patch
- patches.trace/lttng-instrumentation-ipv4.patch
- patches.trace/lttng-instrumentation-ipv6.patch
- patches.trace/lttng-instrumentation-socket.patch
- patches.trace/lttng-instrumentation-fs.patch
- patches.trace/lttng-instrumentation-ipc.patch
- patches.trace/ftrace-port-to-tracepoints.patch
- patches.trace/ftrace-framepointer.diff
-------------------------------------------------------------------
Tue Sep 23 16:20:18 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-03-cmm2-v2.patch: kernel (new function):
Collaborative Memory Management Stage II (bnc#417244)
- patches.xen/xen3-auto-common.diff: Modified patch to allow for
the new patch
-------------------------------------------------------------------
Tue Sep 23 16:18:22 CEST 2008 - jeffm@suse.de
- rpm/kernel-binary.spec.in: Enable sparse checking and section
mismatch checking.
-------------------------------------------------------------------
Tue Sep 23 16:17:41 CEST 2008 - jeffm@suse.de
- patches.kernel.org/arch-include-asm-fixes: kbuild: Properly
handle arch/$arch/include/asm (bnc#427473).
-------------------------------------------------------------------
Mon Sep 22 17:50:04 CEST 2008 - jeffm@suse.de
- patches.fixes/ext2-avoid-printk-flood-with-dir-corruption:
ext2: Avoid printk floods in the face of directory corruption
(bnc#427244 CVE-2008-3528).
- patches.fixes/ext3-avoid-printk-flood-with-dir-corruption:
ext3: Avoid printk floods in the face of directory corruption
(bnc#427244 CVE-2008-3528).
-------------------------------------------------------------------
Mon Sep 22 17:12:29 CEST 2008 - jeffm@suse.de
- Update to 2.6.27-rc7.
- Eliminated 2 patches.
- patches.arch/s390-01-04-fcpperf-4.patch: Fixed up context.
-------------------------------------------------------------------
Mon Sep 22 16:43:43 CEST 2008 - trenn@suse.de
Workaround for ThinkPad brightness switching:
- patches.arch/acpi_video_thinkpad_exclude_IGD_devices.patch:
Do not use video backlight switching for Lenovo ThinkPads.
Commented out for now, possibly to be included later
- patches.drivers/cpufreq_add_cpu_number_paramater_1.patch:
cpufreq: Add a cpu parameter to __cpufreq_driver_getavg()..
- patches.drivers/cpufreq_add_idle_microaccounting_6.patch:
cpufreq,ondemand: Use get_cpu_idle_time_us() to get
micro-accounted idle information.
- patches.drivers/cpufreq_change_load_calculation_2.patch:
cpufreq, ondemand: Change the load calculation, optimizing
for dependent cpus.
- patches.drivers/cpufreq_changes_to_get_cpu_idle_us_5.patch:
export get_cpu_idle_time_us() .
- patches.drivers/cpufreq_get_cpu_idle_time_changes_3.patch:
cpufreq,ondemand: Prepare changes for doing micro-accounting.
- patches.drivers/cpufreq_parameterize_down_differential_4.patch:
cpufreq, ondemand: Use a parameter for down differential.
Added CONFIG_PCIEASPM for rt, xen, powerpc and IA64 to be more
consistent across different kernel flavors as suggested on the
kernel list:
- Update config files.
-------------------------------------------------------------------
Mon Sep 22 09:48:51 CEST 2008 - hare@suse.de
- patches.drivers/open-fcoe-libfc: Fix build error on IA64.
- patches.fixes/scsi-terminate-target-reset: Target reset hangs
(bnc#427267).
- supported.conf: Update to include supported SCSI adapters.
-------------------------------------------------------------------
Fri Sep 19 16:46:36 CEST 2008 - jbeulich@novell.com
- patches.suse/no-frame-pointer-select: Re-enable after removing FTRACE
related change.
- Update x86 non-debug config files: Turn off FRAME_POINTER and FTRACE.
-------------------------------------------------------------------
Fri Sep 19 06:06:12 CEST 2008 - neilb@suse.de
- patches.fixes/md-Allow-metadata_version-to-be-updated-for-externa.patch:
md: Allow metadata_version to be updated for externally managed
metadata. (FATE#304218).
- patches.fixes/md-Don-t-try-to-set-an-array-to-read-auto-if-it-i.patch:
md: Don't try to set an array to 'read-auto' if it is already
in that state. (FATE#304218).
-------------------------------------------------------------------
Thu Sep 18 10:42:25 CEST 2008 - jbeulich@novell.com
- patches.suse/no-frame-pointer-select: Disable.
- Re-enable CONFIG_FRAME_POINTER in x86 config files.
-------------------------------------------------------------------
Thu Sep 18 10:10:01 CEST 2008 - jbeulich@novell.com
- Update i386 and x86-64 config files (disable CONFIG_FRAME_POINTER in
non-debug configs).
- patches.suse/stack-unwind: Add missing put_cpu()-s for x86-64.
- patches.suse/no-frame-pointer-select: Fix stack unwinder Kconfig
(bnc#402518).
-------------------------------------------------------------------
Thu Sep 18 09:34:38 CEST 2008 - hare@suse.de
- Update config files.
- patches.drivers/open-fcoe-driver: fcoe: Fibre Channel over
Ethernet driver (FATE#303913).
- patches.drivers/open-fcoe-libfc: libfc: a modular software
Fibre Channel implementation (FATE#303913).
- patches.drivers/open-fcoe-header-files: FC protocol definition
header files (FATE#303913).
- patches.drivers/open-fcoe-dcb-support: FCoE: Add DCB support
(FATE#303913).
- patches.drivers/ixgbe-fcoe-bugfixes: ixgbe: Bugfixes for FCoE.
- patches.fixes/vlan-gso-size-fix: vlan: device not reading gso
max size of parent. (FATE#303913).
- patches.fixes/pkt_action-skbedit: pkt_action: add new action
skbedit.
- patches.fixes/pkt_sched_multiq_support: pkt_sched: Add
multiqueue scheduler support (FATE#303913).
- supported.conf: Update to include FCoE and device_handler
modules
-------------------------------------------------------------------
Wed Sep 17 16:09:26 CEST 2008 - jbeulich@novell.com
- supported.conf: adjust name of ide-cd (is now ide-cd_mod).
-------------------------------------------------------------------
Wed Sep 17 09:00:30 CEST 2008 - hare@suse.de
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement:
qla2xxx: Defer enablement of RISC interrupts until ISP
initialization completes (FATE#304113).
- patches.drivers/qla2xxx-8.02.01-k8-update: Update qla2xxx to
8.02.01-k8 (FATE#304113).
-------------------------------------------------------------------
Wed Sep 17 08:35:22 CEST 2008 - hare@suse.de
- patches.fixes/scsi-retry-hardware-error: make scsi_check_sense
HARDWARE_ERROR return ADD_TO_MLQUEUE on retry (FATE#304042)
-------------------------------------------------------------------
Tue Sep 16 17:33:16 CEST 2008 - olh@suse.de
- disable CONFIG_SPARSEMEM_VMEMMAP on ppc64 to allow memory remove
(bnc#417537)
-------------------------------------------------------------------
Mon Sep 15 18:05:24 CEST 2008 - jkosina@suse.de
- Update config files (build elousb driver as module)
- patches.drivers/elousb.patch: Elo USB touchscreen driver
(FATE#304972).
-------------------------------------------------------------------
Mon Sep 15 15:24:53 CEST 2008 - hare@suse.de
- patches.fixes/dm-mpath-abort-queue: Abort queued requests for
multipath (FATE#304151).
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de