From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BA4BC43381 for ; Thu, 21 Mar 2019 18:32:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 61AD02190A for ; Thu, 21 Mar 2019 18:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553193155; bh=kOZsBq5113aLHHy3LpyrpYzbN7fIFCiWd6dDifg504c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QkuRC9NWN1PkTwQavykby4/N5m6jH4nVg7+YhNX6r/SAdIDpPldtd8bd8R7zQMRhN hxDJK9V9f+mWl9VeuHX4iBS/o8NTVWyVEvkjVkHZbcoFAYns9JhlFhEfSmGOz7zu6m EdWHy1wbdVSvOQqp8h+m6wug61rDBt6O5QXf+5Kw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728743AbfCUSce (ORCPT ); Thu, 21 Mar 2019 14:32:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:35938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728131AbfCUSce (ORCPT ); Thu, 21 Mar 2019 14:32:34 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BA2C21902; Thu, 21 Mar 2019 18:32:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553193154; bh=kOZsBq5113aLHHy3LpyrpYzbN7fIFCiWd6dDifg504c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PXXvBvJpSZEAig1flbJZrsc2GgVVBQU3bsj1j7gDziDj64rdIbGGtydAsccLfpelH EwtVicDvfFkNq4W9gUs/PXALhCAno6QUiViePPDXRmmGPWsNA3UC41btXAqn7LowI6 h2WswrM52ce2VoYwyobqat5HUmEiWkox0oAd/GGo= Date: Thu, 21 Mar 2019 19:32:31 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org Subject: Re: Build failures and crashes in stable queues (3.19, 4.19, 5.0) Message-ID: <20190321183231.GC10586@kroah.com> References: <20190321161609.GA15808@roeck-us.net> <20190321164940.GE11121@kroah.com> <20190321173830.GB29700@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190321173830.GB29700@roeck-us.net> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Mar 21, 2019 at 10:38:30AM -0700, Guenter Roeck wrote: > On Thu, Mar 21, 2019 at 05:49:40PM +0100, Greg Kroah-Hartman wrote: > > On Thu, Mar 21, 2019 at 09:16:23AM -0700, Guenter Roeck wrote: > > > --- > > > v4.19.y.queue: > > > > > > m68k, all builds: > > > > > > mm/slab.c: In function '__check_heap_object': > > > mm/slab.c:4424:8: error: implicit declaration of function 'kasan_reset_tag' > > > > That's odd, I don't see that function in the tree at all: > > $ git grep kasan_reset_tag > > $ > > > That is odd. > > groeck@server:~/src/linux-stable$ git grep kasan_reset_tag > mm/slab.c: ptr = kasan_reset_tag(ptr); > groeck@server:~/src/linux-stable$ git describe > v4.19.30-212-g4107be0fa04a > > This is from commit 06fc4a6d44dce ("kasan, slab: fix conflicts with > CONFIG_HARDENED_USERCOPY"). Upstream commit is 219667c23c68eb3. > > Is your branch different ? Ah, yes, Sasha dropped those patches earlier today, sorry about that. Let me push out another -rc git tree so you can sync up properly. thanks, greg k-h