From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754721AbYISS0f (ORCPT ); Fri, 19 Sep 2008 14:26:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751227AbYISS01 (ORCPT ); Fri, 19 Sep 2008 14:26:27 -0400 Received: from scing.com ([217.160.110.58]:58128 "EHLO scing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbYISS01 (ORCPT ); Fri, 19 Sep 2008 14:26:27 -0400 X-GoodMailTo: skipped X-GoodMailTo: skipped X-GoodMailTo: skipped X-GoodMailTo: skipped From: Janne Grunau To: Stefan Bauer Subject: Re: [PATCH 02/18] lirc serial port receiver/transmitter device driver Date: Fri, 19 Sep 2008 20:26:20 +0200 User-Agent: KMail/1.9.9 Cc: Jarod Wilson , linux-kernel@vger.kernel.org, Christoph Bartelmus References: <200809112149.25762.stefan.bauer@cs.tu-chemnitz.de> <200809160008.43218.jwilson@redhat.com> <200809192005.12068.stefan.bauer@cs.tu-chemnitz.de> In-Reply-To: <200809192005.12068.stefan.bauer@cs.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809192026.21107.j@jannau.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 19 September 2008 20:05:11 Stefan Bauer wrote: > > Thank you for keeping me up to date, here are my test results with > todays (36e60bd457588b2a2fd37e0c1d0652a9fe214d85) git: > - But lircd crashes immediately every time irexec/irw tries to > connect: > > BUG: unable to handle kernel NULL pointer dereference at 0000000c not necessary, it is commit bc2039245c6390bd414a61c9395604c4155a58c6 Author: Janne Grunau Date: Thu Sep 18 20:49:19 2008 +0200 reimplement lirc_buffer as kfifo wrapper Janne