From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755881AbYISTZG (ORCPT ); Fri, 19 Sep 2008 15:25:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753691AbYISTYy (ORCPT ); Fri, 19 Sep 2008 15:24:54 -0400 Received: from scing.com ([217.160.110.58]:53928 "EHLO scing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753590AbYISTYy (ORCPT ); Fri, 19 Sep 2008 15:24:54 -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 21:24:49 +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> <200809192026.21107.j@jannau.net> <200809192053.36760.stefan.bauer@cs.tu-chemnitz.de> In-Reply-To: <200809192053.36760.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: <200809192124.49979.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:53:36 Stefan Bauer wrote: > On Friday 19 September 2008 20:26, Janne Grunau wrote: > > 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 > > Thank you for pointing me, but > bc2039245c6390bd414a61c9395604c4155a58c6~1 (lirc_streamzap can use > lirc_buffer_clear) also crashes lircd when irexec is started. ok, then it is not the obvious thing, I'll test in a couple of minutes Janne