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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 85C84C4363A for ; Tue, 27 Oct 2020 09:16:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3046C2225C for ; Tue, 27 Oct 2020 09:16:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603790195; bh=eEHOPCuNozZIKxc0vTi6+l0h/9VUmEu/YqIPSDDy4OI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oH9L/aAlqIf3CwA5BaL/XNnlHuCyn4B+4Upt1Nlfk4OyrdRihmF0js56wb0lR8LOD L4mH+QrgnO85f8pKqAkMlfIuQFXxkFuXQL31AXgnYv2B3PfXybhRYPaCqXcwZzo8Iv YyaCOZ5MlrNoTJrxpBBWHTZRv1klWky3upNN8BP0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2504610AbgJ0JQd (ORCPT ); Tue, 27 Oct 2020 05:16:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:60914 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2441288AbgJ0JQb (ORCPT ); Tue, 27 Oct 2020 05:16:31 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 3375620735; Tue, 27 Oct 2020 09:16:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603790190; bh=eEHOPCuNozZIKxc0vTi6+l0h/9VUmEu/YqIPSDDy4OI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LwdOnZFy3TBZCOBJ37B8QDVxTuLy6whcbgNz+KoOSgIvBdsWlffJ/+1obPwjwGVrb SG3dRidDhNcI8l9kQ0b19w4rRm6+Kz84GAdCcPZC6R0CbKPHllx8nkmIeA4A9MC3hj E8Lcm3G0WxYRXSRRPgxXyaHAHI5JYFMoCc0kRaNI= Date: Tue, 27 Oct 2020 10:17:25 +0100 From: Greg KH To: Christoph Hellwig Cc: Linus Torvalds , Al Viro , Linux Kernel Mailing List Subject: Re: problems with splice from /proc (was Linux 5.10-rc1) Message-ID: <20201027091725.GA42707@kroah.com> 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> 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: > On Tue, Oct 27, 2020 at 08:07:45AM +0000, Christoph Hellwig wrote: > > On Tue, Oct 27, 2020 at 08:55:41AM +0100, Greg KH wrote: > > > This is just a test, part of the bionic test suite to verify that bionic > > > is working properly, and is run on new kernels as a verification that > > > nothing functional broke in the kernel update. > > > > > > I don't know about "real applications" yet. > > > > > > Do you have to implement this on a per-proc-file-basis, or will it work > > > for the whole filesystem? > > > > > > And are the patches public anywhere that I could test them out? > > > > This all branch has the last posted version: > > > > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/set_fs-rw.2 > > > > with tthe proc:, sysctl: and seq_file: patches related to it. It did > > switch over all seq_file instances, but non-seq_file instances and write > > operations will need manual per-instance work. > > 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... Ok, I couldn't get a clean merge of that old branch on top of your 5.10-rc1 tree, so I can't give it a run-through. If you have an updated series you want me to test, I'll be glad to do so. thanks, greg k-h