From patchwork Thu Dec 21 09:14:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bagas Sanjaya X-Patchwork-Id: 13501476 X-Patchwork-Delegate: kuba@kernel.org Received: from mail-ot1-f53.google.com (mail-ot1-f53.google.com [209.85.210.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B82C34C637; Thu, 21 Dec 2023 09:14:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="dL1BaqVQ" Received: by mail-ot1-f53.google.com with SMTP id 46e09a7af769-6dbb20471b0so432996a34.1; Thu, 21 Dec 2023 01:14:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703150067; x=1703754867; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=nK1ZeDVamx7U18/C8YwIFX4kHm0CoIjY003ixghLHh4=; b=dL1BaqVQ+zgxxRcpXQ+0pynSwQm7CEtNt71itFV0+3GF1XAxgFoYJMPb2P6p1OKbuO 4Fut9JZnMC/khPi/JssPXIJ4OvbIFfQr2U4KTbEYWgE3nmTyzyW4MMUwj2JmDD2oQ86R QEdrNFduspgCzzfZ+aJ0UUSNPLr4j3v+4TuegFOQuIRfbCaRWuQ/Nqs6O72aRSdbvntO xzEMbV2R/sn+IAEbrZlY7A9CDjoF3qjBXxKA0fpE/M8TCNV6qCbe5jLBU5mwKr5xVNR7 T7wdpbMzrtszwfAk5In0oLwzCB5Byutlxj4UijfkYgYoAovTgtQ6MiENT1yuoncGyHfW MuYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703150067; x=1703754867; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nK1ZeDVamx7U18/C8YwIFX4kHm0CoIjY003ixghLHh4=; b=qD2sWMah7N/zDUDmYnqXx1HG/nQpUTTnIER69rVawQTUzkPk0iO3udNHmlF+x/TGIS +mP0sXBfom7aX5UgBU0J4aBspThS+HsaqhPoUSDn3aCko/wfwgpav7LCztY5El+RxtVH zFUzxGlLbaudv5VU7QpUJS8AcRYrdK8VOA3m06a+cUiGbvWNi1EFAuKQW+gnnmNnYnKl ly2eiqb08DNMl+nin/rxhOZA9a8b0dOBY1r2xVcOFk50dcrnod6qTUtMcVb9z43T+H9r sPSEdASMHNAjdvlBCiEVAF5bS34bwNW7xpToCo14qSI0RMARIgf9666Rv+bZP7Lt/9gJ 7bbg== X-Gm-Message-State: AOJu0YxPdU9+toYOvpjLsnAfoKeqZROLheC8I1WP7szwPAc0qpCccUoQ bDZ1W4L/l6+cwv2nqRWFC7E= X-Google-Smtp-Source: AGHT+IE0RvoYfx/RGlaBffHusP1cAQybOsB7Oke4YsNyig7USkNqpHxYfgZo7IegqJTEVp+L7ODzVQ== X-Received: by 2002:a05:6359:2d86:b0:16e:12c:16b8 with SMTP id rn6-20020a0563592d8600b0016e012c16b8mr821354rwb.7.1703150066661; Thu, 21 Dec 2023 01:14:26 -0800 (PST) Received: from archie.me ([103.131.18.64]) by smtp.gmail.com with ESMTPSA id r20-20020aa78454000000b006d91c425eb7sm1116015pfn.184.2023.12.21.01.14.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 01:14:26 -0800 (PST) Received: by archie.me (Postfix, from userid 1000) id EEF521024D73D; Thu, 21 Dec 2023 16:14:22 +0700 (WIB) From: Bagas Sanjaya To: Linux Kernel Mailing List , Linux Networking , Linux Kernel Janitors Cc: Greg Kroah-Hartman , Kees Cook , Jakub Kicinski , "David S. Miller" , "Jiri Slaby (SUSE)" , Justin Stitt , Kunwu Chan , Christophe JAILLET , Nathan Chancellor , "Steven Rostedt (Google)" , Karsten Keil , Karsten Keil , YouHong Li , Bagas Sanjaya Subject: [PATCH net 1/2] MAINTAINERS: Remove Karsten Keil Date: Thu, 21 Dec 2023 16:14:18 +0700 Message-ID: <20231221091419.11764-2-bagasdotme@gmail.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231221091419.11764-1-bagasdotme@gmail.com> References: <20231221091419.11764-1-bagasdotme@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org He's no longer active maintaining ISDN/mISDN subsystem: his last message on kernel mailing lists was three years ago [1] and last commit activity from him was 1e1589ad8b5cb5 ("mISDN: Support DR6 indication in mISDNipac driver") in 2016 when he gave Acked-by: from his @b1-systems.de address. Move him to CREDITS, as netdev people should already handle ISDN/mISDN patches. Link: https://lore.kernel.org/r/0ee243a9-9937-ad26-0684-44b18e772662@linux-pingi.de/ [1] Cc: Karsten Keil Cc: Karsten Keil Signed-off-by: Bagas Sanjaya --- CREDITS | 4 ++++ MAINTAINERS | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CREDITS b/CREDITS index 81845c39e3cf37..aeb30bb77f06be 100644 --- a/CREDITS +++ b/CREDITS @@ -1936,6 +1936,10 @@ S: Botanicka' 68a S: 602 00 Brno S: Czech Republic +N: Karsten Keil +E: +D: ISDN/mISDN subsystem maintainer + N: Jakob Kemi E: jakob.kemi@telia.com D: V4L W9966 Webcam driver diff --git a/MAINTAINERS b/MAINTAINERS index d8360788467843..fab95e0258e799 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11238,10 +11238,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git mast F: drivers/infiniband/ulp/isert ISDN/CMTP OVER BLUETOOTH -M: Karsten Keil L: isdn4linux@listserv.isdn4linux.de (subscribers-only) L: netdev@vger.kernel.org -S: Odd Fixes +S: Orphan W: http://www.isdn4linux.de F: Documentation/isdn/ F: drivers/isdn/capi/ @@ -11250,10 +11249,9 @@ F: include/uapi/linux/isdn/ F: net/bluetooth/cmtp/ ISDN/mISDN SUBSYSTEM -M: Karsten Keil L: isdn4linux@listserv.isdn4linux.de (subscribers-only) L: netdev@vger.kernel.org -S: Maintained +S: Orphan W: http://www.isdn4linux.de F: drivers/isdn/Kconfig F: drivers/isdn/Makefile From patchwork Thu Dec 21 09:14:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bagas Sanjaya X-Patchwork-Id: 13501477 X-Patchwork-Delegate: kuba@kernel.org Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7D17E4C627; Thu, 21 Dec 2023 09:14:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="PNQeE0UO" Received: by mail-pf1-f179.google.com with SMTP id d2e1a72fcca58-6d741fb7c8eso553426b3a.2; Thu, 21 Dec 2023 01:14:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703150068; x=1703754868; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=1CGjWDSkysFv97HHQzfjDPfqf3VPoMwSFXyDdvLi7BM=; b=PNQeE0UO6RH6pxi72Ll70GvxrrKAN4swtZANRXQmzlLObUht/7TCpyuOt0B9Qqswyx CctTkh9xVt2y6GWdBRKxjz/+wffEf9EbRaTgsimePIxE4N74MNmZGwteeAulHv6NjoHy aSRD7BXyzDI+G5krtcwGPBWJJZuBt3WdwfUgDLqV2/CpNkWMVh8tPRNEYODzn0KiDwv0 1PF6XiQ/hWBo+YqTJUOQXo/ew44OoIzIRa/GTWJwItj/Eb30Ud/H0tA6FWHKcdRNk8Gi ASu03ckNIJ7PZeangNub7O8Y91LvYJHSNQErkRf8QCy3wnG+kjqWKNOvB2gzsq1Yh3X8 VAZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703150068; x=1703754868; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=1CGjWDSkysFv97HHQzfjDPfqf3VPoMwSFXyDdvLi7BM=; b=btU/gWM5hrySGUx7fdht0k6UaF4kDc6yh8R71PAT72n5GDooiBU6eUfWREqrCVJDwS hyfo94ldGlNjeX+WVMlGqGdCFE/L2kfggIannPPIU6oil84/GlFdqF0l/xm/7OEJ03VP +s0Mm2a/nhlY4l2nvEiRcCfPDmIu0wvnmRe0BBDwuaVv61tEhxOR7O9o5gMspzDC1xXJ ohiwN1fcFMpr/UoNC6pAtFDnSxXfkeqoGnvnDEYMSMJ6GO3uHSYIox8MUQ/eE4osiDMq ZmiGg30BBmE88f0mAkuluz82FwrD1eBqLpfjyTMm7AB95s3Q/DEKytTeI/4EgwVvELTy 3S/Q== X-Gm-Message-State: AOJu0Yyr/Uu0zp8pJLUVMrmAVPa1IHUN87UiIA9U0TUTmSBL09wojObw BZZNPzeDA3/+seOc1POpYwg= X-Google-Smtp-Source: AGHT+IEYm5R46naacXA4TfxnnRRE9q6jqcrx4TiBJlx9bfCOMBJ+E5n4Op970e6/ONFnRL3UBNnRbQ== X-Received: by 2002:a05:6a20:748c:b0:194:c7f0:6068 with SMTP id p12-20020a056a20748c00b00194c7f06068mr1062179pzd.17.1703150067739; Thu, 21 Dec 2023 01:14:27 -0800 (PST) Received: from archie.me ([103.131.18.64]) by smtp.gmail.com with ESMTPSA id ch10-20020a17090af40a00b0028bbd30172csm1279452pjb.56.2023.12.21.01.14.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 01:14:27 -0800 (PST) Received: by archie.me (Postfix, from userid 1000) id 085CD1024D744; Thu, 21 Dec 2023 16:14:22 +0700 (WIB) From: Bagas Sanjaya To: Linux Kernel Mailing List , Linux Networking , Linux Kernel Janitors Cc: Greg Kroah-Hartman , Kees Cook , Jakub Kicinski , "David S. Miller" , "Jiri Slaby (SUSE)" , Justin Stitt , Kunwu Chan , Christophe JAILLET , Nathan Chancellor , "Steven Rostedt (Google)" , Karsten Keil , Karsten Keil , YouHong Li , Bagas Sanjaya Subject: [PATCH net 2/2] MAINTAINERS: Remove isdn4linux@listserv.isdn4linux.de mailing list Date: Thu, 21 Dec 2023 16:14:19 +0700 Message-ID: <20231221091419.11764-3-bagasdotme@gmail.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231221091419.11764-1-bagasdotme@gmail.com> References: <20231221091419.11764-1-bagasdotme@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org Emails to the subscribers-only ML bounce with "550 Address not found" error, yet the subsystem web page (http://www.isdn4linux.de) is still active (last updated in 2008). Remove the ML address to keep people's inbox from delivery status notification messages (and to keep Cc: lists a bit shorter). (Note that get_maintainer.pl already excludes subscribers-only MLs by default, so this is no harm.) Signed-off-by: Bagas Sanjaya --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fab95e0258e799..dfe4540984e103 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11238,7 +11238,6 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git mast F: drivers/infiniband/ulp/isert ISDN/CMTP OVER BLUETOOTH -L: isdn4linux@listserv.isdn4linux.de (subscribers-only) L: netdev@vger.kernel.org S: Orphan W: http://www.isdn4linux.de @@ -11249,7 +11248,6 @@ F: include/uapi/linux/isdn/ F: net/bluetooth/cmtp/ ISDN/mISDN SUBSYSTEM -L: isdn4linux@listserv.isdn4linux.de (subscribers-only) L: netdev@vger.kernel.org S: Orphan W: http://www.isdn4linux.de