From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20679 invoked by alias); 4 Mar 2006 17:09:49 -0000 Received: (qmail 20671 invoked by uid 22791); 4 Mar 2006 17:09:48 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: sourceware.org Received: from e35.co.us.ibm.com (HELO e35.co.us.ibm.com) (32.97.110.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Mar 2006 17:09:47 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e35.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id k24H9ipA003835 for ; Sat, 4 Mar 2006 12:09:44 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k24HCUqa177146 for ; Sat, 4 Mar 2006 10:12:30 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id k24H9hXN012496 for ; Sat, 4 Mar 2006 10:09:43 -0700 Received: from [127.0.0.1] ([9.12.235.74]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id k24H9fRn012439 for ; Sat, 4 Mar 2006 10:09:43 -0700 Message-ID: <4409C9D6.608@us.ibm.com> Date: Sat, 04 Mar 2006 17:09:00 -0000 From: Hien Nguyen User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: systemtap Subject: 03-02-2006 meeting minutes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00702.txt.bz2 Attendees IBM - Jim, Hien, Tom, Prasanna, Ananth, Vara, Richard Redhat - Will, Martin, Elena, Frank Intel - Josh, Anil Hitachi - Satoshi LKML watch - Masami san posted a notes on the list. IBM next. kprobes regression tests - Everyone should check in the tests RHEL4 U4 Backport - Anil attached a patch in the new bz #2408. Fault handling is broken, Prasanna has a patch ready to fix that. THis patch should go in the RHEL4 U4 if possible. Ananth said that we have some slots in the spec file, so we must consider to consolidate those patches. We need to test the back port patch on ppc64 and i386 (Josh) Static validator - Posted and checked in CVS. It checks modules for legal external references, and parses the disassembly for legal opcodes. Probes fault handling - Prasanna said that there are some issues in the case of multi-handler (keeping track of which one is faulted). Prasanna is working on a patch to address that. In 2.6.16-rc4-mm2, we could register notify (when the frist probe inserted) and unregister notify (when the last probes removed) Some discussions regarding how systemtap would use the fault handling. Bugs - bz#2046 - Tom sent Martin a patch to take care the new relayfs impact on the rumtime. bz#2294 - Verified. Fixed in 2.6.16-rc5 bz#2185 - Anil is working on this problem.