Message ID | 20230414051349.1986744-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 A6C75C77B6E for <linux-modules@archiver.kernel.org>; Fri, 14 Apr 2023 05:14:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229625AbjDNFOO (ORCPT <rfc822;linux-modules@archiver.kernel.org>); Fri, 14 Apr 2023 01:14:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229908AbjDNFN6 (ORCPT <rfc822;linux-modules@vger.kernel.org>); Fri, 14 Apr 2023 01:13:58 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 511105260; Thu, 13 Apr 2023 22:13:54 -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=rAZqO82F1I0YGFsgUNXQwTj+e9P8wOwZV9QtPxI6P38=; b=bc/u6WCFQZojSgMvyIiz3X7lyZ rFHkuz0ynpTeAyRE+/Jk5/cNm1npCGKkZgFqljcPNe9qAAzTX8WLMu4nPRwfQuT5LywMLCs7ld35+ 7Jd9sQIbyPJVlKs16pkNqs6ZP/bjiP4Ui9n24Y1/zPcuRF2nP9nSDlBaNBO7D0JHePLMbBu3s4+A8 JgLwuN02OniU1Z8SOy+zln93sZ50GAhgw/IJXmQ3LjgDiwydbnYHr6D+JeXKQyBGce5epEa4WF+W3 BDEIqRchJS7HEKn8unwFyD1nCdbyoCbKUmqdr8adj49tDFNG+Tk+BxUgxXe+9qEKtgb8d3kzRDggu zf7VaypQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pnBks-008KqT-1X; Fri, 14 Apr 2023 05:13:50 +0000 From: Luis Chamberlain <mcgrof@kernel.org> To: david@redhat.com, patches@lists.linux.dev, linux-modules@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, pmladek@suse.com, petr.pavlu@suse.com, prarit@redhat.com, torvalds@linux-foundation.org, gregkh@linuxfoundation.org, rafael@kernel.org Cc: christophe.leroy@csgroup.eu, tglx@linutronix.de, peterz@infradead.org, song@kernel.org, rppt@kernel.org, dave@stgolabs.net, willy@infradead.org, vbabka@suse.cz, mhocko@suse.com, dave.hansen@linux.intel.com, colin.i.king@gmail.com, jim.cromie@gmail.com, catalin.marinas@arm.com, jbaron@akamai.com, rick.p.edgecombe@intel.com, mcgrof@kernel.org Subject: [PATCH v3 0/2] modules/kmod: replace implementation with a sempahore Date: Thu, 13 Apr 2023 22:13:47 -0700 Message-Id: <20230414051349.1986744-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 |
modules/kmod: replace implementation with a sempahore
|
expand
|