Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751129AbVIOMLv (ORCPT ); Thu, 15 Sep 2005 08:11:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751168AbVIOMLv (ORCPT ); Thu, 15 Sep 2005 08:11:51 -0400 Received: from f48.mail.ru ([194.67.57.84]:33298 "EHLO f48.mail.ru") by vger.kernel.org with ESMTP id S1751129AbVIOMLv (ORCPT ); Thu, 15 Sep 2005 08:11:51 -0400 From: Serge Goodenko To: linux-kernel@vger.kernel.org Subject: kernel networking - sys_socketcall() problem Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [194.85.70.42] Date: Thu, 15 Sep 2005 16:11:50 +0400 Reply-To: Serge Goodenko Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 667 Lines: 18 hello again! continuing exploring linux kernel networking... in function sys_socketcall() why cannot I read using gdb the message being transmitted in args[] array (i suppose it must be in (char*)args[1]) I cannot do it neither before copy_from_user() (directly from (char*)args[1]) nor after (from a1 variable) at long last, where is that dear message?????? using UML kernel 2.4.25 and gdb thank you Serge MIPT, Russia - 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/