From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751517AbbECVca (ORCPT ); Sun, 3 May 2015 17:32:30 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:54816 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751278AbbECVcX (ORCPT ); Sun, 3 May 2015 17:32:23 -0400 Message-ID: <554693DD.6090208@roeck-us.net> Date: Sun, 03 May 2015 14:32:13 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org CC: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 3.19 000/177] 3.19.7-stable review References: <20150502190119.666291882@linuxfoundation.org> <55467E74.8050600@roeck-us.net> In-Reply-To: <55467E74.8050600@roeck-us.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: 0 X-CTCH-RefID: str=0001.0A020206.554693E7.000E,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 5 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: mailgid no entry from get_relayhosts_entry X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/03/2015 01:00 PM, Guenter Roeck wrote: > > Build error: > > net/netfilter/xt_cgroup.c: In function 'cgroup_mt': > net/netfilter/xt_cgroup.c:42:2: error: implicit declaration of function 'sk_fullsock' > > 3.19.y and 4.0.y are being rebuilt right mow, so maybe you fixed that > problem as well as the same failure in 4.0.y. I'll resend my report for 3.19.y > and wait with the report for 4.0.y until after the rebuild is complete. > Another build failure, affecting powerpc:defconfig and powerpc:allmodconfig builds for 4.0.y and 3.19.y (and it looks like it is still there). Error log: include/linux/bug.h: Assembler messages: include/linux/bug.h:7: Error: unrecognized opcode: `enum' include/linux/bug.h:8: Error: junk at end of line, first unrecognized character is `,' include/linux/bug.h:9: Error: junk at end of line, first unrecognized character is `,' [ and many more similar messages ] Bisect points to 'powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL define'. After reverting the patch in 4.0.y, the files affected by it still compile, so I don't entirely understand why this patch would be needed in -stable. Guenter