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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5F45C32771 for ; Wed, 21 Sep 2022 08:36:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230481AbiIUIgQ (ORCPT ); Wed, 21 Sep 2022 04:36:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42380 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230099AbiIUIgP (ORCPT ); Wed, 21 Sep 2022 04:36:15 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9321382D34 for ; Wed, 21 Sep 2022 01:36:14 -0700 (PDT) Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=bjornoya.blackshift.org) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oavDI-0000Sg-Vv for linux-can@vger.kernel.org; Wed, 21 Sep 2022 10:36:13 +0200 Received: from dspam.blackshift.org (localhost [127.0.0.1]) by bjornoya.blackshift.org (Postfix) with SMTP id 87CF7E8580 for ; Wed, 21 Sep 2022 08:36:11 +0000 (UTC) Received: from hardanger.blackshift.org (unknown [172.20.34.65]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by bjornoya.blackshift.org (Postfix) with ESMTPS id AA48FE8571; Wed, 21 Sep 2022 08:36:10 +0000 (UTC) Received: from blackshift.org (localhost [::1]) by hardanger.blackshift.org (OpenSMTPD) with ESMTP id 66c926ad; Wed, 21 Sep 2022 08:36:10 +0000 (UTC) From: Marc Kleine-Budde To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org, kernel@pengutronix.de Subject: [PATCH net 0/3] pull-request: can 2022-09-21 Date: Wed, 21 Sep 2022 10:36:06 +0200 Message-Id: <20220921083609.419768-1-mkl@pengutronix.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:67c:670:201:5054:ff:fe8d:eefb X-SA-Exim-Mail-From: mkl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-can@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org Hello Jakub, hello David, until the mess with yesterdays pull request is sorted out, here's a pull request with the remaining 3 patches for net/master. The 1st patch is by me, targets the flexcan driver and fixes a potential system hang on single core systems under high CAN packet rate. The next 2 patches are also by me and target the gs_usb driver. A potential race condition during the ndo_open callback as well as the return value if the ethtool identify feature is not supported are fixed. regards, Marc --- The following changes since commit 6a1dbfefdae4f7809b3e277cc76785dac0ac1cd0: net: sh_eth: Fix PHY state warning splat during system resume (2022-09-20 17:05:50 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.0-20220921 for you to fetch changes up to 0f2211f1cf58876f00d2fd8839e0fdadf0786894: can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not supported (2022-09-21 09:48:52 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.0-20220921 ---------------------------------------------------------------- Marc Kleine-Budde (3): can: flexcan: flexcan_mailbox_read() fix return value for drop = true can: gs_usb: gs_can_open(): fix race dev->can.state condition can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not supported drivers/net/can/flexcan/flexcan-core.c | 10 +++++----- drivers/net/can/usb/gs_usb.c | 21 +++++++++++++-------- 2 files changed, 18 insertions(+), 13 deletions(-)