From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751453AbdH0Nmq (ORCPT ); Sun, 27 Aug 2017 09:42:46 -0400 Received: from mga14.intel.com ([192.55.52.115]:27854 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751338AbdH0Nmp (ORCPT ); Sun, 27 Aug 2017 09:42:45 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,436,1498546800"; d="scan'208";a="894486854" Date: Sun, 27 Aug 2017 16:38:17 +0300 From: Mika Westerberg To: Greg KH Cc: Dan Carpenter , Andreas Noever , Michael Jamet , Yehezkel Bernat , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Colin King Subject: Re: [PATCH resend] thunderbolt: Fix reset response_type Message-ID: <20170827133817.GD2980@lahna.fi.intel.com> References: <735914a9-3d8f-7d98-35c3-6e2e046e70c2@canonical.com> <20170816085417.7xlnl54jkx2p36qs@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170816085417.7xlnl54jkx2p36qs@mwanda> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 16, 2017 at 11:54:17AM +0300, Dan Carpenter wrote: > There is a mistake here where we accidentally use sizeof(TB_CFG_PKG_RESET) > instead of just TB_CFG_PKG_RESET. The size of an int is 4 so it's the > same as TB_CFG_PKG_NOTIFY_ACK. > > Fixes: d7f781bfdbf4 ("thunderbolt: Rework control channel to be more reliable") > Reported-by: Colin King > Signed-off-by: Dan Carpenter > Acked-by: Mika Westerberg > --- > Resending with Greg CC'd. This was also: > Signed-off-by: Andreas Noever > But I wasn't sure if I should add that tag. Hi Greg, Can you pick this fix to your char-misc tree? Thanks!