From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:34530 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753068AbeDPKMm (ORCPT ); Mon, 16 Apr 2018 06:12:42 -0400 Date: Mon, 16 Apr 2018 12:10:07 +0200 From: Greg KH To: Lei Chen Cc: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, Jiri Slaby Subject: Re: Linux 4.4.128 Message-ID: <20180416101007.GA17839@kroah.com> References: <20180413202432.GA23021@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Mon, Apr 16, 2018 at 05:58:26PM +0800, Lei Chen wrote: > Hi Greg, > This release has build failure on file tools/perf/tests/code-reading.c: > > tests/code-reading.c: In function ‘read_object_code’: > tests/code-reading.c:186:19: error: ‘KMOD_DECOMP_LEN’ undeclared > (first use in this function) > char decomp_name[KMOD_DECOMP_LEN]; > ^ Thanks for the info, I'm going to revert the offending patch from the next release. greg k-h