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 A16CEC433EF for ; Wed, 30 Mar 2022 06:43:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242820AbiC3Gpa (ORCPT ); Wed, 30 Mar 2022 02:45:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242806AbiC3GpZ (ORCPT ); Wed, 30 Mar 2022 02:45:25 -0400 Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8857D6C92D for ; Tue, 29 Mar 2022 23:43:38 -0700 (PDT) Received: by mail-lf1-x12e.google.com with SMTP id 5so34098242lfp.1 for ; Tue, 29 Mar 2022 23:43:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FhApYI2LhMGRpUg9dbvqs6hE/OBEtlG9wuXkddgwS8s=; b=ENqimhI30I1agwzDUDYPRCDpYl5zc0ePCljA3xasBaqRjZvYwvemAE+pwSf26IyNBv r0cr09lcgPFqgoYQUgAHxi55Wvl8uj7N0yl8LZ/1gsfWMOgPVKr9SvSiz61x3x5impXj R3ffuT0McnEAalObMBRL3KHFYIauMEFYx2Sr4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FhApYI2LhMGRpUg9dbvqs6hE/OBEtlG9wuXkddgwS8s=; b=EBf0wCR8c+3jLdlViAAxL7/pOnzHqhaQp22r4o165rtuFfrX9W01oUhu6csr0T4fXb Uq+3cKGExCN6Kk41hGZ039BoHfzZvJbh/UEBLsH5yPzU17sc9YfRqKjvta2WyoGFfjGx lB37AvK5z4UAbrxwNA4JtJ28xYOKiMJ4p6CGdJIEW+gwWBUo6WigzgFw/tegugINw63v G60v3ovS30KGYO7KamrtVZbs6EfiOeost7TxkJ9gJApprWXSgXlz/bw9zwLXlZZTricL iEar3C7XafvjUGDb++COBVdMWIDLj/BTzRAfn3+SXagxqMw7hGgABtoSsTxIZ0H7NVgG 7RTA== X-Gm-Message-State: AOAM531w4M44CO123KLXIl38UNcAcmGSuFpLCzHYuaAt7J63oYCaZe9f oSaC7G6jBnt844mUkkYXDtF3jllsc2zI5ofr X-Google-Smtp-Source: ABdhPJwQfmVvyesHfATWL4OUnIjS2Bn/f0oP1eRmJAPXS9vFC3guYal2CIQl69ZgvzJbWZPqKu2X1Q== X-Received: by 2002:a05:6512:3f0a:b0:44a:e3f:2862 with SMTP id y10-20020a0565123f0a00b0044a0e3f2862mr5724942lfa.397.1648622613415; Tue, 29 Mar 2022 23:43:33 -0700 (PDT) Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com. [209.85.167.42]) by smtp.gmail.com with ESMTPSA id c21-20020a056512239500b0044aa21dadeasm742821lfv.60.2022.03.29.23.43.32 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 29 Mar 2022 23:43:32 -0700 (PDT) Received: by mail-lf1-f42.google.com with SMTP id z12so20303837lfu.10 for ; Tue, 29 Mar 2022 23:43:32 -0700 (PDT) X-Received: by 2002:a05:6512:3055:b0:44a:3914:6603 with SMTP id b21-20020a056512305500b0044a39146603mr5682187lfb.435.1648622612260; Tue, 29 Mar 2022 23:43:32 -0700 (PDT) MIME-Version: 1.0 References: <20220326114009.1690-1-aissur0002@gmail.com> <2698031.BEx9A2HvPv@fedor-zhuzhzhalka67> <4705670.GXAFRqVoOG@fedor-zhuzhzhalka67> In-Reply-To: From: Linus Torvalds Date: Tue, 29 Mar 2022 23:43:16 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 4/4] file: Fix file descriptor leak in copy_fd_bitmaps() To: "Jason A. Donenfeld" Cc: Fedor Pchelkin , Alexey Khoroshilov , Eric Biggers , Christian Brauner , Alexander Viro , linux-fsdevel , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 29, 2022 at 11:28 PM Linus Torvalds wrote: > > Ok, I'll apply that asap. Ok, pushed out. This time with no last-minute patch cleanup. Linus