From patchwork Tue Sep 24 09:12:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thorsten Blum X-Patchwork-Id: 13810569 Received: from out-175.mta1.migadu.com (out-175.mta1.migadu.com [95.215.58.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB6BD21A1C for ; Tue, 24 Sep 2024 09:14:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.175 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727169263; cv=none; b=fO0fYhmEj3qmyIp8U34MHGHjCD3CtB+O2Ebo3iVTbaXMGHQeX2BIeIDGRmHBkdRCzQ+x+tF97t696eut9mEr5j6RRO89AKfMzA0Hm53SKWggcOV6m6w7qos4rZjsaTjr0kr13Q4UK8xzoJuUFlvgKldp/jrkYFW19aa+dQF0z5s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727169263; c=relaxed/simple; bh=gpafSpem4HB2dPyhl/6Bj9nqfP/ORi7C7BNrIIUafno=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Y7dpwJgAh75NjQ1koWOvwklbx5/AHTbzw19VVqtt02aepsl1Bz7ExsHDzYAJaEQbbtDojIwGeTE4/fHToxQ0gc5ih5jibeJ6kNQPlJXCdULu0J2+K+W4ewIUp/wHagHrIOfEtx72RREfW9gWiJxECFyE3gMOiQf7t1thVLIFcjE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Za+zMia/; arc=none smtp.client-ip=95.215.58.175 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Za+zMia/" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1727169258; 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=nFHd29R/rsH2fVSDacZDI+gbua1g6h18VtoviUxOb4g=; b=Za+zMia/NZyUlnhNsw1eNO9V47VIshtv/BeOEChBcxEdrgMZIc0SL99zvA2EAlBjF3ZN0d eUDDT0gaE7HV7E3w1+/ExD13aD7c/kAYQrm5Cy9118xsTV+CAUaD7i+2J4VrLvJKU536uM 3Rj6HdLaS4QAfe+Rosd9dTfIFSDXnpM= From: Thorsten Blum To: Kees Cook , "Gustavo A. R. Silva" Cc: Thorsten Blum , linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: [PATCH] MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be} Date: Tue, 24 Sep 2024 11:12:49 +0200 Message-ID: <20240924091248.238698-2-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-hardening@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT In addition to __counted_by, also match the keywords __counted_by_le and __counted_by_be. Signed-off-by: Thorsten Blum --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 911d573f7779..aff8b04b5eac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12293,7 +12293,7 @@ F: lib/usercopy_kunit.c F: mm/usercopy.c K: \b(add|choose)_random_kstack_offset\b K: \b__check_(object_size|heap_object)\b -K: \b__counted_by\b +K: \b__counted_by(_le|_be)?\b KERNEL JANITORS L: kernel-janitors@vger.kernel.org