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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 ADDFCC4363A for ; Tue, 27 Oct 2020 08:15:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 31EDD20878 for ; Tue, 27 Oct 2020 08:15:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="BAKNOWrK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2443650AbgJ0IPe (ORCPT ); Tue, 27 Oct 2020 04:15:34 -0400 Received: from casper.infradead.org ([90.155.50.34]:34296 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2508872AbgJ0IO6 (ORCPT ); Tue, 27 Oct 2020 04:14:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kCOSijagaKHmxK8MwdcwWXCr1ds42cJ2bvuNXMSRJ+Q=; b=BAKNOWrKdIS16rOuIDrwnFnYtw +0vM81xocuZYvzDI1+ofCWovX/n++Hva5QwkcXHXltvw+3DeJbn9T8h15JGsBuZyfNyJZpuu12GqN K5cYvxE041kStCr3HbfysoocNtmoEaKI0rdCtxALK2LMQ39OybJyL0NrSvPo4odMKnt+HsN9IOufH iRTY9mr1alLwsiD0r71KmWYaN3xGLVp5CRU5BfBUt5Dw0rNNMi+9O6Zl9yyvpEF5PsMfyT1z3iLzO 7ihvEqPK6NU0136cwcZaoTBm3r78SFAu1lsUjMMYTQE7s68wR6EBg9cC6YULPldZx9QdZ8eRTTrNa RFgV4XGw==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXK88-00016s-60; Tue, 27 Oct 2020 08:14:56 +0000 Date: Tue, 27 Oct 2020 08:14:56 +0000 From: Christoph Hellwig To: Greg KH Cc: Christoph Hellwig , Linus Torvalds , Al Viro , Linux Kernel Mailing List Subject: Re: problems with splice from /proc (was Linux 5.10-rc1) Message-ID: <20201027081456.GA4146@infradead.org> References: <20201027064832.GA209538@kroah.com> <20201027074911.GB29565@infradead.org> <20201027075541.GA24429@kroah.com> <20201027080745.GA31045@infradead.org> <20201027081420.GA30177@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201027081420.GA30177@kroah.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 27, 2020 at 09:14:20AM +0100, Greg KH wrote: > Luckily /proc/cpuinfo seems to use the seq_file interface, so this > series would work for that. > > What's the odds of this series getting into 5.10-final? I'll go run it > through the Android build system right now to see if it fixes the issue > or not... It contained a few bits people didn't like too much, and we had no practical need for it. I'll try to respin it to be a little more palatable, and will update you once I have results.