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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C01DC64EC7 for ; Sat, 25 Feb 2023 03:45:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229598AbjBYDpM (ORCPT ); Fri, 24 Feb 2023 22:45:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229486AbjBYDpK (ORCPT ); Fri, 24 Feb 2023 22:45:10 -0500 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87E9012BE8; Fri, 24 Feb 2023 19:45:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Uc3f7MDWgd9pQwc3G0+8MoEdfDhcHT7tsaqX4kovyng=; b=J8IMhgU2pv4QE22gSGyxtHWGKG A9Qay07wm+6Y8oilP1VAOZHlemKdFVVzPnazS4wdBnuApAlPjnJndziyfL2a71T+FbKKGOkW0T/pV mnJRwTPmIJDVlYZj5uXbKpk0/wIpbbMeYm/y6Kusz6R3qOjtDRFevHuxlcyQVaQ/HxNHlKHoNcUoH i3wPZZim+RGWrHOSeOrJC/tjTBhNO6hFsWhoaezZixcb7yuKi30u74CszESqlMycGfwC6NEwpmuDT cvg/TX5RIQuGjtjRZkiGQToy9fXe9Yr43JiUzIrtp/1VCYPZWmm77CGYnN2XJaQqTNo7JlX/nnpn8 6OaukTEQ==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1pVlUg-00CApw-09; Sat, 25 Feb 2023 03:45:06 +0000 Date: Sat, 25 Feb 2023 03:45:05 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [git pull] vfs.git misc bits Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 24, 2023 at 07:33:12PM -0800, Linus Torvalds wrote: > On Thu, Feb 23, 2023 at 7:41 PM Al Viro wrote: > > > > That should cover the rest of what I had in -next; I'd been sick for > > several weeks, so a lot of pending stuff I hoped to put into -next > > is going to miss this window ;-/ > > Does that include the uaccess fixes for weird architectures? > > I was hoping that was coming... Missed -next; I'll look for tested-by/reviewed-by/etc. and put the same patches into #fixes; we have a week until the end of merge window, and those are fixes, after all...