Message ID | 20230725150807.8770-1-smayhew@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-nfs-owner@vger.kernel.org> 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 30680C001DF for <linux-nfs@archiver.kernel.org>; Tue, 25 Jul 2023 15:09:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232986AbjGYPJL (ORCPT <rfc822;linux-nfs@archiver.kernel.org>); Tue, 25 Jul 2023 11:09:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232359AbjGYPIz (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Tue, 25 Jul 2023 11:08:55 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F05419A2 for <linux-nfs@vger.kernel.org>; Tue, 25 Jul 2023 08:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1690297693; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Kt8q8QZziuRWXJKh0z3q2q1mZYTDO/d2/gDNEqkZdz8=; b=Q56QmKp8yhlBpmiSVVg2Fn12id5ERyTkOSakyOczfzg+sjJGaDLkOt/Be4T7n1cvb87PhV uhusIBFuyf18sLJOWf5VL3+F9kJVQqQkyp5TiZXvbmFP+II1B2sKurhHqdzLroVBeDmd82 9Ig2PPXz86eQdTsvU2HrwZBbadA1kwc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-302-EWmQt4bINb24psP_a5dLBQ-1; Tue, 25 Jul 2023 11:08:09 -0400 X-MC-Unique: EWmQt4bINb24psP_a5dLBQ-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 966C1830DB1; Tue, 25 Jul 2023 15:08:08 +0000 (UTC) Received: from aion.redhat.com (unknown [10.22.8.81]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7F764492CAC; Tue, 25 Jul 2023 15:08:08 +0000 (UTC) Received: by aion.redhat.com (Postfix, from userid 1000) id 0148762729; Tue, 25 Jul 2023 11:08:07 -0400 (EDT) From: Scott Mayhew <smayhew@redhat.com> To: trond.myklebust@hammerspace.com, anna@kernel.org Cc: linux-nfs@vger.kernel.org Subject: [PATCH 0/1] Fix potential oops in nfs_inode_remove_request() Date: Tue, 25 Jul 2023 11:08:06 -0400 Message-ID: <20230725150807.8770-1-smayhew@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 Precedence: bulk List-ID: <linux-nfs.vger.kernel.org> X-Mailing-List: linux-nfs@vger.kernel.org |
Series |
Fix potential oops in nfs_inode_remove_request()
|
expand
|