Message ID | 20230319214926.1794108-1-mcgrof@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-modules-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 3032EC761A6 for <linux-modules@archiver.kernel.org>; Sun, 19 Mar 2023 21:49:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230000AbjCSVtt (ORCPT <rfc822;linux-modules@archiver.kernel.org>); Sun, 19 Mar 2023 17:49:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229779AbjCSVtb (ORCPT <rfc822;linux-modules@vger.kernel.org>); Sun, 19 Mar 2023 17:49:31 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEF8F12BDB; Sun, 19 Mar 2023 14:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=q1oyRes5negp+kybh6kzvflbB5TOrerfJ/RB+Q/Ch1s=; b=pZBIhHv7cXZDXF1lirrj303enp wklOMwjYCBzWyqsoMEOrnGgwfOuHf4hwPHl0aSu6eI9NQNmtARVfAk4RaWm+J+dC9jQ7Uw0IED6KV /OKpgOT6vD7SQf/520tL2tJlrjo+nzJH4lbhsHR7p0Yb2v0W+CrHX+PSwieOBnHFGULbzvXr4xhSl JQvSSXyo5YmPWQVfgFs6P8snnrYBWtrsgHnDoRmwOn/v6bv1DT2qAL9SuVC4ozdj4Pk63ZJ2UP9jY wkfMDIYHaXnSWOPBa91dq7dmwyYE9uKpo/G1bM7W733habsgyR62pce40IucVY2sPig2Bpz53R4sk rtf4EYxA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pe0u7-007WjN-37; Sun, 19 Mar 2023 21:49:27 +0000 From: Luis Chamberlain <mcgrof@kernel.org> To: linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org, pmladek@suse.com, david@redhat.com, petr.pavlu@suse.com, prarit@redhat.com Cc: christophe.leroy@csgroup.eu, song@kernel.org, mcgrof@kernel.org Subject: [RFT 0/5] module: avoid userspace pressure on unwanted allocations Date: Sun, 19 Mar 2023 14:49:21 -0700 Message-Id: <20230319214926.1794108-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain <mcgrof@infradead.org> Precedence: bulk List-ID: <linux-modules.vger.kernel.org> |
Series |
module: avoid userspace pressure on unwanted allocations
|
expand
|