Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968474AbWLERMJ (ORCPT ); Tue, 5 Dec 2006 12:12:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S968476AbWLERMJ (ORCPT ); Tue, 5 Dec 2006 12:12:09 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:59515 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968474AbWLERMH (ORCPT ); Tue, 5 Dec 2006 12:12:07 -0500 Date: Tue, 5 Dec 2006 18:11:14 +0100 From: Ingo Molnar To: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org Cc: Mike Galbraith , Clark Williams , Sergei Shtylyov , Thomas Gleixner , Fernando Lopez-Lezcano , Giandomenico De Tullio Subject: v2.6.19-rt6, yum/rpm Message-ID: <20061205171114.GA25926@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-ELTE-VirusStatus: clean X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=AWL autolearn=no SpamAssassin version=3.0.3 0.0 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3227 Lines: 103 i have released the 2.6.19-rt6 tree, which can be downloaded from the usual place: http://redhat.com/~mingo/realtime-preempt/ more info about the -rt patchset can be found on the RT wiki: http://rt.wiki.kernel.org this is a fixes-only release. Changes since -rt1: - fix !PREEMPT_RT build error (reported by Mike Galbraith) - tracer build fix (from Mike Galbraith) - latest KVM (Kernel Virtual Machine) branch from Avi Kivity - itimer starvation fix (Thomas Gleixner) - tracer: fix 32-bit cycles regression (reported by Sergei Shtylyov) - kernel-rt-devel fix on i686: include asm-x86_64 to allow external modules (such as FUSE) to build. (reported by Giandomenico De Tullio) - hrtimers: fix resume bug in migrate_hrtimers() causing possible memory corruption - hrtimers: fix jiffy update order in hrtimer_notify_resume() to avoid time warp after resume - lockdep: fix irq-disabling buglet causing boot lockup - seqlock: fix lockdep naming macro - acpi: keep all other ACPI locks non-raw (some ACPI critical sections use the SLAB allocator, which is preemptible in -rt) - netconsole: fix rtl8139_poll_controller() to use _nosync disable - acpi: mark acpi_gbl_hardware_lock as raw, can be used in C3 idle code - acpi: fix irq-enable code in drivers/acpi/ec.c ( - x86_64: fix SysRq-L (show all regs via NMI) feature - new debug helper: ignore_loglevel boot option - new debug helper: debug_direct_keyboard boot option - new debug helper: show nmi print callbacks from do_IRQ too - debug_direct_keyboard fix: turn off lockdep while this hack is utilized - mark pci_config_lock raw, to fix boot crash - disable HPET for now, it's not working reliably and causes hangs - x86_64: fix dump_stack() smp_processor_id() warnings - make NMI watchdog asserts nondestructive - i686: restore /proc/interrupts output to upstream format - fix boot hang due across warm reboots - fix set_workqueue_thread_prio() bug resulting in boot hang - e1000: update to driver 7.3.15-k2 to fix latency problem - tracer updates: use the gtod clocksource for timestamping, to increase the reliability of latency traces - tracer feature: trace_use_raw_cycles to force the use of TSC even if it's not reliable to build a 2.6.19-rt6 tree, the following patches should be applied: http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 http://redhat.com/~mingo/realtime-preempt/patch-2.6.19-rt6 the -rt YUM repository for Fedora Core 6 and 5, for architectures x86_64 and i686 can be activated via: cd /etc/yum.repos.d wget http://people.redhat.com/~mingo/realtime-preempt/rt.repo yum install kernel-rt.x86_64 # on x86_64 yum install kernel-rt # on i686 yum update kernel-rt # refresh - or enable yum-updatesd (note: it will take 15-30 minutes from now on for the yum repository to be updated to -rt6) as usual, bugreports, fixes and suggestions are welcome, Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/