Message ID | 20220120214948.3637895-1-smayhew@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <selinux-owner@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 10727C433EF for <selinux@archiver.kernel.org>; Thu, 20 Jan 2022 21:50:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377997AbiATVt6 (ORCPT <rfc822;selinux@archiver.kernel.org>); Thu, 20 Jan 2022 16:49:58 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:35168 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378007AbiATVty (ORCPT <rfc822;selinux@vger.kernel.org>); Thu, 20 Jan 2022 16:49:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642715394; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=2QvkNUTt/OtcptnHt8UmT0vF7UmvJyqV4LqYjKwOhy4=; b=AAKy79EGcUsjuv2Dzxo7k3NLSNVaWAdJuf0Y2LqFSCWOgoGba55O0oqdqJ2r95kfqVqAbL MndRx680XHZVWPPw/aiqOhSHCW4v7IrofxSnrXVsGTFjzmC5qZKMQgJPq/ha5/B40lhP3W LtGdpiOmowQTvLm/hEjg6f9a0Gbi9i0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-168-TxVH5WulO12Aj3iLaW6pXg-1; Thu, 20 Jan 2022 16:49:50 -0500 X-MC-Unique: TxVH5WulO12Aj3iLaW6pXg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C002F1006AA3; Thu, 20 Jan 2022 21:49:49 +0000 (UTC) Received: from aion.usersys.redhat.com (unknown [10.22.8.154]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A22BA56F8B; Thu, 20 Jan 2022 21:49:49 +0000 (UTC) Received: by aion.usersys.redhat.com (Postfix, from userid 1000) id D9EF61A001F; Thu, 20 Jan 2022 16:49:48 -0500 (EST) From: Scott Mayhew <smayhew@redhat.com> To: selinux@vger.kernel.org, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH RFC v2 0/2] selinux: parse sids earlier to avoid doing memory allocations under spinlock Date: Thu, 20 Jan 2022 16:49:46 -0500 Message-Id: <20220120214948.3637895-1-smayhew@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: <selinux.vger.kernel.org> X-Mailing-List: selinux@vger.kernel.org |
Series |
selinux: parse sids earlier to avoid doing memory allocations under spinlock
|
expand
|