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=-5.8 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,URIBL_RED 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 F2970C4361A for ; Tue, 19 Jan 2021 12:07:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0E4422D2A for ; Tue, 19 Jan 2021 12:07:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392246AbhASMDP (ORCPT ); Tue, 19 Jan 2021 07:03:15 -0500 Received: from mail.kernel.org ([198.145.29.99]:56904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390364AbhASLxI (ORCPT ); Tue, 19 Jan 2021 06:53:08 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7A4DF23104; Tue, 19 Jan 2021 11:52:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611057148; bh=mKBqhARbz0EvK1nVvLX5o/uMWK/IkLwQI9qSFY1seJ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UHEEInOExXj5qVjr/rl/OghKD8vV4yaMuc7mU7TJQY4caQRNULNJ3raAUOg87mKIk 7tAXyWo8w6C0ucB0AiwOTBK4boCsEUlYBYOAHIwgCp2/4qfLToI58+AhU5R2tssfGA nNx6/sbDwWsufj4XDZtp9MahCwVL7q7bizYsYf7w= Date: Tue, 19 Jan 2021 12:52:25 +0100 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Christoph Hellwig , Oliver Giles , Linux Kernel Mailing List , Al Viro Subject: Re: Splicing to/from a tty Message-ID: References: <20210118081615.GA1397@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 18, 2021 at 01:35:15PM -0800, Linus Torvalds wrote: > On Mon, Jan 18, 2021 at 12:24 PM Linus Torvalds > wrote: > > > > Anybody want to play with this? I'd suggest keeping that "dummy" > > parameter around for a while - I did an allmodconfig build with this, > > but if there are any architecture-specific non-x86-64 cases I wouldn't > > have seen them. > > Not architecture-specific, but I did find by some grepping that I > missed one line discipline driver: the Siemens R3964. > > The reason I missed that is because it's been marked BROKEN in the > Kconfig for almost two years, so it didn't show up in my allmodconfig > coverage. I need to just delete that thing now, obviously no one uses it anymore, sorry for it getting in the way... greg k-h