From patchwork Mon Oct 28 11:23:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benedikt Niedermayr X-Patchwork-Id: 13853321 Received: from mta-64-225.siemens.flowmailer.net (mta-64-225.siemens.flowmailer.net [185.136.64.225]) (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 5E3251D435F for ; Mon, 28 Oct 2024 11:24:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.136.64.225 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730114656; cv=none; b=ODmf1Z9gtYMeecGjExEIdoK+ufWuXmJLZDnLiP2TYFXBvO37i+Rxp88ZxTM1nK2zJkkx9bfgkB2iwzj1hgiUGC6LCpOB75h5MB1JItzTlbE6XJPBMeLVdHCNKzGeI3+AFSTtui1oheTqvNwr9EsaYgPeukhSFKHNmDR0/wTZVSA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730114656; c=relaxed/simple; bh=Ky5YBRYQATDBlfe9Lmh+zMWTk5LDfZ3E5jBpxDguYms=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=WUsJhl9gEwN/iiZf9mcH84x81ZvvDzrWccBZbWUjZyKphsc2ldr4oYiv7zKZwHmSsOnIZSYDfyPEkAmp57yLbnENR+VnkPgiRvGI1lnL+KiFWj/DbUVraXj0u4C94nL9Ykh2wt78zl0p2nmnN+GpfY44HEqXKAWr70DkL1aLnYM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=siemens.com; spf=pass smtp.mailfrom=rts-flowmailer.siemens.com; dkim=pass (2048-bit key) header.d=siemens.com header.i=benedikt.niedermayr@siemens.com header.b=E5YYH84a; arc=none smtp.client-ip=185.136.64.225 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=siemens.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rts-flowmailer.siemens.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=siemens.com header.i=benedikt.niedermayr@siemens.com header.b="E5YYH84a" Received: by mta-64-225.siemens.flowmailer.net with ESMTPSA id 20241028112411fa6b45a696f6fe8342 for ; Mon, 28 Oct 2024 12:24:12 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=benedikt.niedermayr@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=YpfhoksL9PDDwInw2DZ2EdIAS8Ef5VZRAiLXmKgQ/IU=; b=E5YYH84aR8Od7Y/LAhHmacmnYuCIUBAepoH9NDnbAp83Fj1k5B2khb3eQiQvvH8WSjLpFq hVLq6cEFLGoNuk410ccEW1aloI2/tz1AYfbPZ+coEU9QRhxTp7gp/KaCcvcut2/QpDgIuLJ9 aPGL47X2r/LfNic10XGVcFFJW8ni6qhMoWOm8/WS7HcqV8rxdb2BVSeqY7S8qUXIM9EseKTg 9ZdPDJq6pYdLcvLe599tsEsWLSCNhId4Gm2/Xd3ncYnF3sCIGGIpxxntoVZsq6tyBGUIDq1z WMFmVlXgWml7NBF++hZyaPtn7E9HbnFkl17ONnnLXn6vvIWU6IGJOnpA==; From: Benedikt Niedermayr To: konstantin@linuxfoundation.org, baocheng.su@siemens.com, tobias.schaffner@siemens.com, pavel@ucw.cz, lee@kernel.org, hdegoede@redhat.com, ilpo.jarvinen@linux.intel.com, wim@linux-watchdog.org, linux@roeck-us.net Cc: linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-watchdog@vger.kernel.org, felix.moessbauer@siemens.com, christian.storm@siemens.com, quirin.gylstorff@siemens.com, chao.zeng@siemens.com Subject: [PATCH 0/1] MAINTAINERS: replace bouncing maintainers Date: Mon, 28 Oct 2024 12:23:58 +0100 Message-Id: <20241028112359.3333152-1-benedikt.niedermayr@siemens.com> Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-1323861:519-21489:flowmailer Since there where complaints [1] about bouncing maintainers we have now a replacement for maintainers that stepped away from their duties. I'm going to address all participants from the above discussion, so that everybody is informed about the change. I also added the related subsystem maintainers. Please tell me if I should avoid this in the future, and whom I should exactly address for changes in the MAINTAINERS file. [1] https://www.spinics.net/lists/platform-driver-x86/msg47105.html Benedikt Niedermayr (1): MAINTAINERS: replace bouncing maintainers MAINTAINERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- 2.34.1