From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 890FA443E30 for ; Tue, 21 Jul 2026 08:14:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784621675; cv=none; b=lmEU8Vzfx3wlL08y5fpBApEWOKYbTx1OmKkviyaXctdukR943NPYENWDmMt0X+D6KHAx2TdchUqh28Q7hF1wYTlN8D00a2rSukxp7Fzk3NGu3qxLP21jtr/oq0R0WDwM9a5y/I4mikJGZui32HaHOlVTDtZn+TpovB7Z6Ad+meQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784621675; c=relaxed/simple; bh=n1oYN+YsjqcVFK/s8yaX264xuhAFQR1Xj4fbdqqEdB8=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=diMcJ4bdswS3IrasY421WKL3+Gpx9Xic9Jha/YRbt0mcLRXjNOGToioNB9+he5BpoDiWIyWr+YkZakfo5S5jij/tgDcypyWL+283m26MG4Qbqc0U8ZB289X/NM5Pug45ND2NEfqrADssAWAcENLe6W5VSmbOklqiqOx/XbbWQDg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WJzcWFAr; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WJzcWFAr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AFC7B1F000E9; Tue, 21 Jul 2026 08:14:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784621665; bh=+s9Q2RRuQc0BJx63F3Twf9GJPCNFhpJjIFeNLnaKIXY=; h=From:To:Subject:Date; b=WJzcWFArU1IilxbzhJfqZQ8zOywh+PoP+Gx9OgzhPopEq0Jjc2LQ9hfo6fXoPLgDh /vFWPvcUNnbcajBtCN/gSKi/V9X/WxclMLRt+Y7JgxNoSSpXdbZPbMw4eApGnAhzVQ gTH48mrG5hI/VU8rr4gOEkermIuyl0jVQuTEHa/yRSYHeGByOGA5i1oY2lkOLQ6/Lh yzoJOiStOVy3aQuXB+LdVp1hA3++joweehcBFrVfW+D61vEnbLYJ16bLdr6KEUtGdm qiSRwq/Hifr8j4o6H21rfjiMS9r450f4eXncTprl3bGY8w7agA/PFINXeNvhK1+0Tg WZ9gPur+jHmrw== From: Thomas Gleixner To: LKML , Radu Rendec Subject: [PATCH] MAINTAINERS: Add Radu Rendec as reviewer for the interrupt subsystem Date: Tue, 21 Jul 2026 10:14:22 +0200 Message-ID: <87h5lslpy9.ffs@fw13> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Radu stepped up some time ago to help reviewing patches for the generic interupt subsystem, interrupt domains and interrupt chip drivers. Make it official so submitters add him on Cc. Signed-off-by: Thomas Gleixner --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13712,6 +13712,7 @@ F: sound/soc/codecs/sma* IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) M: Thomas Gleixner +R: Radu Rendec S: Maintained P: Documentation/process/maintainer-tip.rst T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core @@ -13723,6 +13724,7 @@ F: kernel/irq/msi.c IRQ SUBSYSTEM M: Thomas Gleixner +R: Radu Rendec L: linux-kernel@vger.kernel.org S: Maintained P: Documentation/process/maintainer-tip.rst @@ -13737,6 +13739,7 @@ F: lib/group_cpus.c IRQCHIP DRIVERS M: Thomas Gleixner +R: Radu Rendec L: linux-kernel@vger.kernel.org S: Maintained P: Documentation/process/maintainer-tip.rst