Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1071975yba; Thu, 4 Apr 2019 03:46:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqymrCfhze8MIM0LiF3uJlyXwxfGOi5PRZcf5UNeNfZX1oMyNd1bIet1r+kISe0pFOsh/RRz X-Received: by 2002:a17:902:28a7:: with SMTP id f36mr5364472plb.169.1554374770803; Thu, 04 Apr 2019 03:46:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554374770; cv=none; d=google.com; s=arc-20160816; b=UhKED+M4daJyNK9Wd4AFB/xwZwQI4rqwixSXN7mOyQfZs9Ftxo4rCqeCeq0rSSHg1X LQovC80qPjBYW4iIbJ2JvD3S4C4z9scAcdxphwdfKHI83CRScAjL7UQuuYFFXWjiZl7L xwB6diyszyfAeoK3NIpkEJiPRaukCILoE0naOi9EkpT9b8rDv2l/msF3E0MQJJuuF50Q lSIrMMlxqL617VAxsK3kHRLoQt71YBLuNTCHs1occZ6Yk79C8+79/7em258gr7vehWX3 Ulo4k9Gz3n2qUtgmD9oxln9D661TwPx9zHJ0WKgG9q0jSuoU6cC3XBWYGDSupX1xnHfd NW5Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=n2+aqMjGfvYKN/9xajUkPz276qohjPPO+kpdwzRBxbk=; b=dKQuO8QQ05M22lcCZMjRyrzj3e60WXvpIlkAAWNfZQuTruQWIGwZ8e+q0RX+HpmhQ8 ifCkKLHs+GwDn6EnMIRYNvGImdK7z6zsQApfePmslaRFN780OmMPeD/s+O7Emgjz6pBo Ju69dFKNcE3t16oO5ihbntbQn2+Uc5msK8rdT3zmZGI5pyxztv9RtYMkIqs//Am6S8p3 T00rydHNGCdvH9DBlK4FvcVv/YkImocWa3stpSMT5cyFMgvr+J4bWjNKt11SwkL8HFUs xFAYgSn99MmT1Eii/HvEWr1U1WIvseHcL7HSROwJa0WNBdsCV65e8HnzkL1veUuxtGND aU7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r133si16271618pgr.175.2019.04.04.03.45.55; Thu, 04 Apr 2019 03:46:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729564AbfDDKn7 convert rfc822-to-8bit (ORCPT + 99 others); Thu, 4 Apr 2019 06:43:59 -0400 Received: from mail.fireflyinternet.com ([109.228.58.192]:58740 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729434AbfDDKn7 (ORCPT ); Thu, 4 Apr 2019 06:43:59 -0400 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 16128794-1500050 for multiple; Thu, 04 Apr 2019 11:43:48 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Janusz Krzysztofik From: Chris Wilson In-Reply-To: Cc: David Airlie , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Jani Nikula , Joonas Lahtinen , Rodrigo Vivi References: <20190404102445.12303-1-janusz.krzysztofik@linux.intel.com> <155437373474.7532.10868620123516507965@skylake-alporthouse-com> Message-ID: <155437462649.7532.18347010454266779928@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: [Intel-gfx] [PATCH] drm/i915: Fix context IDs not released on driver hot unbind Date: Thu, 04 Apr 2019 11:43:46 +0100 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Janusz Krzysztofik (2019-04-04 11:40:24) > On Thu, 2019-04-04 at 11:28 +0100, Chris Wilson wrote: > > Quoting Janusz Krzysztofik (2019-04-04 11:24:45) > > > From: Janusz Krzysztofik > > > > > > In case the driver gets unbound while a device is open, kernel > > > panic > > > may be forced if a list of allocated context IDs is not empty. > > > > > > When a device is open, the list may happen to be not empty because > > > a > > > context ID, once allocated by a context ID allocator to a context > > > assosiated with that open file descriptor, is released as late as > > > on device close. > > > > > > On the other hand, there is a need to release all allocated context > > > IDs > > > and destroy the context ID allocator on driver unbind, even if a > > > device > > > is open, in order to free memory resources consumed and prevent > > > from > > > memory leaks. The purpose of the forced kernel panic was to > > > protect > > > the context ID allocator from being silently destroyed if not all > > > allocated IDs had been released. > > > > Those open fd are still pointing into kernel memory where the driver > > used to be. The panic is entirely correct, we should not be unloading > > the module before those dangling pointers have been made safe. > > > > This is papering over the symptom. How is the module being unloaded > > with > > open fd? > > A user can play with the driver unbind or device remove sysfs > interface. Sure, but we must still follow all the steps before _unloading_ the module or else the user is left pointing into reused kernel memory. -Chris