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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=unavailable 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 6CFF0C43612 for ; Mon, 7 Jan 2019 14:47:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 345BD2183E for ; Mon, 7 Jan 2019 14:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546872426; bh=0zKTMrDJLn5GVGX1e0XN0FJrVfPPrMherqtiAL+2bGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Oe1bzdZW6d3F9PaRX0o6vuGUggsei9uDyCgyzL+4E/Uc1GDWYQwQC7lJjXfXE3hYK 7vRTjcxOHq+xUNbyWv/6a9ShM/XuEXAWiyZ+qnx/ns8rU+Cxo85jbiB8F4c6Cj+1q0 wfY7tLrF9fcF4y/WX03N2IDi5wy+aQrXvXtpFHqM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729042AbfAGOrF (ORCPT ); Mon, 7 Jan 2019 09:47:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:35088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727242AbfAGOrF (ORCPT ); Mon, 7 Jan 2019 09:47:05 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 C9A172087F; Mon, 7 Jan 2019 14:47:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546872424; bh=0zKTMrDJLn5GVGX1e0XN0FJrVfPPrMherqtiAL+2bGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gao98PNPwN44ZM4wwT0oyLW9ziavKP9yhtlJPDtJxtaDNjIc14Mh1jV+Tx1ffwSqL t+GEvTNtHg7QWofCZIht3u1ujYxSrwCS6h0br1D9hJ88ArVIBpAna7Bvc8rBYY4fQn rv1/zyJ9thjn1eNVl+75ztnf6yw58LDjtzQVagwE= Date: Mon, 7 Jan 2019 15:47:01 +0100 From: Greg Kroah-Hartman To: Daniel =?iso-8859-1?Q?D=EDaz?= Cc: open list , torvalds@linux-foundation.org, Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.14 000/101] 4.14.92-stable review Message-ID: <20190107144701.GA27006@kroah.com> References: <20190107105330.372621917@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.1 (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 07, 2019 at 08:39:12AM -0600, Daniel Díaz wrote: > Hello! > > On Mon, 7 Jan 2019 at 06:59, Greg Kroah-Hartman > wrote: > > This is the start of the stable review cycle for the 4.14.92 release. > > There are 101 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > We see these build errors with 4.14: > | /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/extent-tree.c: > In function 'btrfs_drop_snapshot': > | /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/extent-tree.c:9186:8: > error: too few arguments to function 'btrfs_run_delayed_items' > | err = btrfs_run_delayed_items(trans); > | ^~~~~~~~~~~~~~~~~~~~~~~ > | In file included from > /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/btrfs_inode.h:26:0, > | from > /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/transaction.h:23, > | from > /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/tree-log.h:23, > | from > /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/extent-tree.c:30: > | /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/delayed-inode.h:114:5: > note: declared here > | int btrfs_run_delayed_items(struct btrfs_trans_handle *trans, > | ^~~~~~~~~~~~~~~~~~~~~~~ Ugh, why does my build system not show this, but my laptop does... Let me go drop the broken patches, thanks fo rletting me know. greg k-h