From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99E0DC43331 for ; Fri, 6 Sep 2019 13:57:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7DA9C20854 for ; Fri, 6 Sep 2019 13:57:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2393798AbfIFN5Z convert rfc822-to-8bit (ORCPT ); Fri, 6 Sep 2019 09:57:25 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:40220 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728978AbfIFN5Z (ORCPT ); Fri, 6 Sep 2019 09:57:25 -0400 Received: from marcel-macbook.fritz.box (p4FEFC197.dip0.t-ipconnect.de [79.239.193.151]) by mail.holtmann.org (Postfix) with ESMTPSA id 697A5CECDF; Fri, 6 Sep 2019 16:06:11 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH] Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message From: Marcel Holtmann In-Reply-To: Date: Fri, 6 Sep 2019 15:57:23 +0200 Cc: Dan Elkouby , Dan Carpenter , Benjamin Tissoires , Johan Hedberg , "David S. Miller" , Brian Norris , Fabian Henneke , Al Viro , Andrea Parri , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <3D70AB75-FEFB-4EB3-9AC8-3BCE90F5458D@holtmann.org> References: <20190906101306.GA12017@kadam> <20190906110645.27601-1-streetwalkermc@gmail.com> To: Jiri Kosina X-Mailer: Apple Mail (2.3445.104.11) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Jiri, >> hidp_send_message was changed to return non-zero values on success, >> which some other bits did not expect. This caused spurious errors to be >> propagated through the stack, breaking some drivers, such as hid-sony >> for the Dualshock 4 in Bluetooth mode. >> >> As pointed out by Dan Carpenter, hid-microsoft directly relied on that >> assumption as well. >> >> Fixes: 48d9cc9d85dd ("Bluetooth: hidp: Let hidp_send_message return number of queued bytes") >> >> Signed-off-by: Dan Elkouby > > Reviewed-by: Jiri Kosina > > Marcel, are you taking this through your tree? I am taking this through my tree. And yes, I applied the updated patch, but answered the other ;) Regards Marcel