From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-he1eur01on0048.outbound.protection.outlook.com ([104.47.0.48]:60134 "EHLO EUR01-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751274AbeCNMZ3 (ORCPT ); Wed, 14 Mar 2018 08:25:29 -0400 Date: Wed, 14 Mar 2018 12:24:52 +0000 From: Andri Yngvason To: Marc Kleine-Budde Cc: netdev@vger.kernel.org, davem@davemloft.net, linux-can@vger.kernel.org, kernel@pengutronix.de, wg@grandegger.com Subject: Re: pull-request: can 2018-03-14 Message-ID: <20180314122452.GA12518@maxwell> References: <20180314120523.2295-1-mkl@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180314120523.2295-1-mkl@pengutronix.de> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Mar 14, 2018 at 01:05:21PM +0100, Marc Kleine-Budde wrote: > Hello David, > > this is a pull request of two patches for net/master. > > Both patches are by Andri Yngvason and fix problems in the cc770 driver, > that show up quite fast on RT systems, but also on non RT setups. > > regards, > Marc > > --- > > The following changes since commit f89782c2d131e6eae0d1ea2569ba76bc4c5875fe: > > qed: Use after free in qed_rdma_free() (2018-03-13 10:54:17 -0400) > > are available in the Git repository at: > > ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-4.16-20180314 > > for you to fetch changes up to 746201235b3f876792099079f4c6fea941d76183: > > can: cc770: Fix queue stall & dropped RTR reply (2018-03-14 13:01:22 +0100) > > ---------------------------------------------------------------- > linux-can-fixes-for-4.16-20180314 > > ---------------------------------------------------------------- > Andri Yngvason (2): > can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack > can: cc770: Fix queue stall & dropped RTR reply > > drivers/net/can/cc770/cc770.c | 103 ++++++++++++++++++++++++++---------------- > drivers/net/can/cc770/cc770.h | 2 + > 2 files changed, 65 insertions(+), 40 deletions(-) > > -- > To unsubscribe from this list: send the line "unsubscribe linux-can" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Wait, do we not want Wolfgang's signed-off-by or reviewed-by? Thanks, Andri