Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbbFZK1d (ORCPT ); Fri, 26 Jun 2015 06:27:33 -0400 Received: from mail-la0-f50.google.com ([209.85.215.50]:35542 "EHLO mail-la0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751689AbbFZK1Z convert rfc822-to-8bit (ORCPT ); Fri, 26 Jun 2015 06:27:25 -0400 MIME-Version: 1.0 In-Reply-To: References: <986DE56C-2E79-4CAD-9D32-89DAED9B449A@holtmann.org> Date: Fri, 26 Jun 2015 13:27:23 +0300 Message-ID: Subject: Re: [4.1.0-07254-gc13c810] Regression: Bluetooth not working. From: Alexey Dobriyan To: =?UTF-8?Q?J=C3=B6rg_Otte?= Cc: Marcel Holtmann , Johan Hedberg , "bluez mailin list (linux-bluetooth@vger.kernel.org)" , inux Kernel Mailing List , Linus Torvalds Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 860 Lines: 20 On Fri, Jun 26, 2015 at 1:03 PM, Jörg Otte wrote: > 2015-06-26 11:37 GMT+02:00 Marcel Holtmann : >> --- a/net/bluetooth/hidp/core.c >> +++ b/net/bluetooth/hidp/core.c >> @@ -915,6 +915,7 @@ static int hidp_session_new(struct hidp_session **out, const bdaddr_t *bdaddr, >> session->conn = l2cap_conn_get(conn); >> session->user.probe = hidp_session_probe; >> session->user.remove = hidp_session_remove; >> + INIT_LIST_HEAD(&session->user.list); Heh, I checked every list.next/prev instance except init bit. Sorry for the breakage. Alexey -- 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/