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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS 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 393C9C282C4 for ; Tue, 12 Feb 2019 14:57:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EB80B2075B for ; Tue, 12 Feb 2019 14:57:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=szeredi.hu header.i=@szeredi.hu header.b="m4pBoYHP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726748AbfBLO5d (ORCPT ); Tue, 12 Feb 2019 09:57:33 -0500 Received: from mail-it1-f179.google.com ([209.85.166.179]:40913 "EHLO mail-it1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726238AbfBLO5d (ORCPT ); Tue, 12 Feb 2019 09:57:33 -0500 Received: by mail-it1-f179.google.com with SMTP id i2so8115726ite.5 for ; Tue, 12 Feb 2019 06:57:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=szeredi.hu; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=gTLH++mNve4y6fRSP5KM2QqpBMSFlXB526nP54p+V0k=; b=m4pBoYHP1D+kXBKTVphbJWi4ZdJbP0UULnw39LSloqqKupgkDx+5jbZRcfqxPJZwNs +5tOolEl6RMSyNgpZ+Gxrzf3qeKoTj/i6C0XkTPoskH5YV5O9WuFKXAhPWoGW6L26WrS qjLoZ7d2KF9IX8o5RTZ5d1ZhGhHqJgmDn0yiQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=gTLH++mNve4y6fRSP5KM2QqpBMSFlXB526nP54p+V0k=; b=GEaoXL3db+oKo+/9Rp3zMxsCcb/86VQr9Q8590JRhb2RHlPTkCGe3uRmipfWLCSztp PjLFtDpZd3/O0x0z7mU/MqiKiHyN7BuSagsQ0w10STVK+se9psa8QGVrUOaHRIRZhJo4 3me856rK3tkocgfWkbxfy6vuV3pmGuRsFauz6FvMOTrL+cxoU5erMibGq0Cn1dwQ+X57 ImF1x/JmUdJTFkS2CYYdd1LM4Rgm5itt+HgrTgFMPOm9aMLHfobdTtP5bH0ANuEFBirn /HxvLrbfit319yfBq/1dbIbZ94AL5hR9CDGp1RZoM4kBf+dMv50jYMO0iRoeOHN6Ygoh eYiA== X-Gm-Message-State: AHQUAuanEHAKvI/5NpYq9qA9IOWSdk0gwpmVtMi5V7d+YF3MUPGbHPQE ZKF5nncsaD2h3r7Lh3nTqgvV4ixRGT2GVp7LGX42Ag== X-Google-Smtp-Source: AHgI3IbwtDstocRdpHw4U4+lB3rH731tmT0ZZjPXduqQFBKzCNV/Wjh1RQ78sChtgP7Jo+dMDT1VYE4QVllLJcNMfRA= X-Received: by 2002:a5e:d803:: with SMTP id l3mr1875881iok.144.1549983452299; Tue, 12 Feb 2019 06:57:32 -0800 (PST) MIME-Version: 1.0 References: <87o998m0a7.fsf@vostro.rath.org> <87ef9omb5f.fsf@vostro.rath.org> <87ef9nighv.fsf@thinkpad.rath.org> <87zhs7fbkg.fsf@thinkpad.rath.org> <8736ovcn9q.fsf@vostro.rath.org> In-Reply-To: <8736ovcn9q.fsf@vostro.rath.org> From: Miklos Szeredi Date: Tue, 12 Feb 2019 15:57:21 +0100 Message-ID: Subject: Re: [fuse-devel] fuse: trying to steal weird page To: Miklos Szeredi , fuse-devel , linux-fsdevel Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sun, Feb 10, 2019 at 11:05 PM Nikolaus Rath wrote: > Bad news. I can now reliably reproduce the issue again. A reliable reproducer is always good news. Are the messages exactly the same as last time (value of flags, etc)? Thanks, Miklos