From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 893A314EC62; Wed, 23 Oct 2024 08:37:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729672665; cv=none; b=gkNoosT2LlO82wlwjNHTZxBvnei5w2LSK1aN48vpq2DjzsDkZJNmTSb/E/xFLCmR0BPKh5UUEydy3JqcNxGeCviHwwV3Veip2GScfdgSjIMVUZFKukai2iKbMtc4bVyPmvgjbGehdyL7MWkYPdx8BA4G53bMjGHquuoTcI/9g2A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729672665; c=relaxed/simple; bh=/IgelIG9LxLQMH0tFnA+FzLpx84kR1qfjaNwI42cJyU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=D/DqosJ8fTNN/Yais5ATvga2UnM3I0EzpSaN4AMzsl5m+bwbKK/RmERNHDx+E9Vpz11rYZc925dqHQbRPJFhhan9KeP+7hmx5cS0i/dc/yzjJwgdw1fNogrLI8s5M9oZyBX+QrxkWGtERukIrXmhlMR+lJncs2546dJ6MQOao98= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GT190R/h; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GT190R/h" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B22CC4CEC6; Wed, 23 Oct 2024 08:37:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729672665; bh=/IgelIG9LxLQMH0tFnA+FzLpx84kR1qfjaNwI42cJyU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GT190R/h7yHeRe2pEdki9I9cn/T0G/mBZ7UBM1Ph0t4WbugP8d1XQ904AYRSxp3dZ sltMEhL3WggzTywfWlqEiIRCBCwvFOGuxYWMOGq1X0I+xIEoV86cTHNCdc97Ydadum z7FgeR2bJcs9ascj8HuoIhlKwzy6opncdxWZLnTlEGiUKRnNbM0uGxPtxMel3syvSs pjiCIbyA/aDPNFweFBvmXfW701pFSJH6dKxcRVc9mHbpJqvle1qvtB6fIdYs7G8Jhg BD2CgK7BgeeYVEgM9Gvicxb9EaFjwD0/vZImPZxy6hMBqKJOfci/uJBHtl/srf8AQo c4Jp+Y1WyfreQ== Date: Wed, 23 Oct 2024 09:37:36 +0100 From: Mauro Carvalho Chehab To: Greg Kroah-Hartman Cc: patches@lists.linux.dev, Linux Media Mailing List Subject: Re: [PATCH] MAINTAINERS: Remove some entries due to various compliance requirements. Message-ID: <20241023093606.50fedb91@sal.lan> In-Reply-To: <2024101835-tiptop-blip-09ed@gregkh> References: <2024101835-tiptop-blip-09ed@gregkh> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Em Fri, 18 Oct 2024 13:31:34 +0200 Greg Kroah-Hartman escreveu: > Remove some entries due to various compliance requirements. They can come > back in the future if sufficient documentation is provided. > > Signed-off-by: Greg Kroah-Hartman > --- > > -MEDIA DRIVERS FOR ASCOT2E > -M: Sergey Kozlov > -M: Abylay Ospan > -L: linux-media@vger.kernel.org > -S: Supported > -W: https://linuxtv.org > -W: http://netup.tv/ > -T: git git://linuxtv.org/media_tree.git > -F: drivers/media/dvb-frontends/ascot2e* Please don't remove media entries at MAINTAINERS. If there are compliance requirements related to some maintainers, instead keep the entry there removing just the M: fields. In case the driver becomes Orphan, please add: M: Mauro Carvalho Chehab And change S: to: S: Odd Fixes Regards, Mauro