From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754139Ab0EWLY2 (ORCPT ); Sun, 23 May 2010 07:24:28 -0400 Received: from gimli.pxnet.com ([195.227.45.7]:56623 "EHLO mail.pxnet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752686Ab0EWLYX (ORCPT ); Sun, 23 May 2010 07:24:23 -0400 X-Greylist: delayed 663 seconds by postgrey-1.27 at vger.kernel.org; Sun, 23 May 2010 07:24:23 EDT Subject: [PATCH 0/2] ISDN fixes for 2.6.35 From: Tilman Schmidt To: Karsten Keil , David Miller CC: Hansjoerg Lipp , Karsten Keil , i4ldeveloper@listserv.isdn4linux.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20100523-patch-gigaset-00.tilman@imap.cc> Date: Sun, 23 May 2010 13:01:38 +0200 (CEST) X-Spam-Score: -0.671 () AWL,BAYES_40,RDNS_NONE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Karsten, David, following are two patches to the CAPI subsystem and the Gigaset driver I'd like to see included in kernel release 2.6.35. Together they fix a reported hang of the userspace command "capiinit stop". Thanks, Tilman Tilman Schmidt (3): isdn/capi: make reset_ctr op truly optional isdn/gigaset: remove dummy CAPI method implementations drivers/isdn/capi/kcapi.c | 6 ++++++ drivers/isdn/gigaset/capi.c | 28 ++-------------------------- 2 files changed, 8 insertions(+), 26 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tilman Schmidt Subject: [PATCH 0/2] ISDN fixes for 2.6.35 Date: Sun, 23 May 2010 03:14:43 +0200 (CEST) Message-ID: <20100523-patch-gigaset-00.tilman@imap.cc> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Karsten Keil , Hansjoerg Lipp , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, i4ldeveloper-JX7+OpRa80SjiSfgN6Y1Ib39b6g2fGNp@public.gmane.org To: Karsten Keil , David Miller Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: i4ldeveloper-bounces-JX7+OpRa80SjiSfgN6Y1Ib39b6g2fGNp@public.gmane.org Errors-To: i4ldeveloper-bounces-JX7+OpRa80SjiSfgN6Y1Ib39b6g2fGNp@public.gmane.org List-Id: netdev.vger.kernel.org Karsten, David, following are two patches to the CAPI subsystem and the Gigaset driver I'd like to see included in kernel release 2.6.35. Together they fix a reported hang of the userspace command "capiinit stop". Thanks, Tilman Tilman Schmidt (3): isdn/capi: make reset_ctr op truly optional isdn/gigaset: remove dummy CAPI method implementations drivers/isdn/capi/kcapi.c | 6 ++++++ drivers/isdn/gigaset/capi.c | 28 ++-------------------------- 2 files changed, 8 insertions(+), 26 deletions(-)