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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 C09B5C7618B for ; Wed, 24 Jul 2019 15:40:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 863D92238C for ; Wed, 24 Jul 2019 15:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563982811; bh=1ugpj2cDMT4LouxJwPEh3vVev4JOTmGdyzokTnqYusk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fJ3dcY4MV4+DPog398kPJ1BPSScdOpJM+80a0sw8A+Z30ha/qyv9TT/mN22iMF42Y DAGsMbv1kA0JCIRmr6IXPjL9JUUFolEoMPh6RPPKP1WqzlwacRVNU6Qa0QE2d/5uob 5AFF6l/r3+V5+lWffUAYpmwJqBQUjv616ubOMcnE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387399AbfGXPkL (ORCPT ); Wed, 24 Jul 2019 11:40:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:45014 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387394AbfGXPkL (ORCPT ); Wed, 24 Jul 2019 11:40:11 -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 1E5EE206B8; Wed, 24 Jul 2019 15:40:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563982810; bh=1ugpj2cDMT4LouxJwPEh3vVev4JOTmGdyzokTnqYusk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j/R6w3WO1nkn9185iFQVPIu47pK5tQEVId66GPEaejTV2sX7SRONSUNwobzBEB+BE VvGLsSnS7L9r1mF6+Zd32tdtoSE0Lq0rLzRK2/WuouhE+7D/WwwZ/lWFJ1LgWWn9MB Yrn/2Tkiu1DR3mn6tzWF8XXC5VjJGhgUhgoDPqHU= Date: Wed, 24 Jul 2019 17:40:08 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable Subject: Re: btrfs related build failures in stable queues Message-ID: <20190724154008.GA3050@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jul 24, 2019 at 08:07:50AM -0700, Guenter Roeck wrote: > v4.9.y to v5.1.y: > > fs/btrfs/file.c: In function 'btrfs_punch_hole': > fs/btrfs/file.c:2787:27: error: invalid initializer > struct timespec64 now = current_time(inode); > ^~~~~~~~~~~~ > fs/btrfs/file.c:2790:18: error: incompatible types when assigning to type 'struct timespec' from type 'struct timespec64' This was reported, only seems to show up on arm64, right? > v4.19.y, v5.1.y: > > fs/btrfs/props.c: In function 'prop_compression_validate': > fs/btrfs/props.c:369:6: error: implicit declaration of function 'btrfs_compression_is_valid_type' > > My apologies for the noise if this has already been reported/fixed. Odd, I thought I fixed that, maybe I need to push out an updated git tree, sorry about that. greg k-h