Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755008AbXLSQnV (ORCPT ); Wed, 19 Dec 2007 11:43:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752468AbXLSQnJ (ORCPT ); Wed, 19 Dec 2007 11:43:09 -0500 Received: from wa-out-1112.google.com ([209.85.146.180]:12629 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277AbXLSQnI (ORCPT ); Wed, 19 Dec 2007 11:43:08 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qx+xhXOUTYE6dniQKzSGNyCnG5Vty7R/iu0jFsO5z86OalmvIkexps5wdSh7PmRrUkjQprgcVxS1PGDvmuMlDI/nrHrelO6jrKvjj5Xycx3bBUjHQGAlGd/57sqeXO7GDhx2Ksk+y9d+3CFF9snbBvkrvxykO7hFOjuqmd63rP0= Message-ID: Date: Wed, 19 Dec 2007 18:43:08 +0200 From: "Ramagudi Naziir" To: "Jason Wessel" Subject: Re: a problem with NETPOLL/KGDBoE Cc: "Matt Mackall" , linux-kernel@vger.kernel.org, kgdb-bugreport@lists.sourceforge.net In-Reply-To: <4769483E.4070600@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071206183423.GZ19691@waste.org> <4769483E.4070600@windriver.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1594 Lines: 42 On 12/19/07, Jason Wessel wrote: > What module parameters did you pass to kgdboe and what kernel are you > using and are you using the kgdb source forge patches? I am running the kgdb_2.6.23 branch of your kgdb git tree (git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git). my kgdb parameter is "6443@10.0.0.28/,32323@10.0.0.11/", where 10.0.0.28 is my target and 10.0.0.11 is the host running gdb. I have to sniff gdb in order to find out the value of 32323... > I had not looked to see if anything changed in the latest net poll api, > but previously with the 2.6.21 kernel as example, the net poll api > ignored the source port parameter entirely. If this has changed, I I don't know about 2.6.21, but now it seems that NETPOLL do not ignore the source port. > would be happy to make a further change to zero out the port or do what > is needed to make it dynamic again, in a similar fashion to the way the > MAC address parsing is dynamic for KGDB + the net poll api. Oh that would be great. Thanks, naziir > > Jason. > > Also you can omit the linux-kernel mailling and take this up at: > kgdb-bugreport@lists.sourceforge.net if you are using the source forge > patches. I didn't find source forge patches that are still applicable to nowadays kernels, so I am using your git tree. > -- 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/