Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763450AbdLSOOJ (ORCPT ); Tue, 19 Dec 2017 09:14:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40780 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbdLSOOE (ORCPT ); Tue, 19 Dec 2017 09:14:04 -0500 Date: Tue, 19 Dec 2017 15:14:06 +0100 From: Greg KH To: Marcus Wolf Cc: dan.carpenter@oracle.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: Pi433: Bugfix for wrong argument for sizeof() in TX thread Message-ID: <20171219141406.GA13129@kroah.com> References: <1513618078-27938-1-git-send-email-linux@wolf-entwicklungen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513618078-27938-1-git-send-email-linux@wolf-entwicklungen.de> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 490 Lines: 16 On Mon, Dec 18, 2017 at 07:27:58PM +0200, Marcus Wolf wrote: > sizeof(array) != sizeof(pointer to array) > Fixes: "staging: pi433: reduce stack size in tx thread" > > Signed-off-by: Marcus Wolf This should be listed as: Fixes: 62f39d49d168 ("staging: pi433: reduce stack size in tx thread") right above your signed-off-by line, so we know what patch it really fixes. I'll do that now, but next time it would be great if you could do it. thanks, greg k-h