From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B0F6C47259 for ; Fri, 1 May 2020 19:18:53 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6DF222166E for ; Fri, 1 May 2020 19:18:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6DF222166E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=vt.edu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.92.3) (envelope-from ) id 1jUbBJ-0004jp-If; Fri, 01 May 2020 15:18:41 -0400 Received: from omr1.cc.ipv6.vt.edu ([2607:b400:92:8300:0:c6:2117:b0e] helo=omr1.cc.vt.edu) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jUbBG-0004ji-L8 for kernelnewbies@kernelnewbies.org; Fri, 01 May 2020 15:18:38 -0400 Received: from mr3.cc.vt.edu (mr3.cc.vt.edu [IPv6:2607:b400:92:8500:0:7f:b804:6b0a]) by omr1.cc.vt.edu (8.14.4/8.14.4) with ESMTP id 041JIaRF009585 for ; Fri, 1 May 2020 15:18:37 -0400 Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197]) by mr3.cc.vt.edu (8.14.7/8.14.7) with ESMTP id 041JIVrn016081 for ; Fri, 1 May 2020 15:18:36 -0400 Received: by mail-qk1-f197.google.com with SMTP id f132so11157577qke.11 for ; Fri, 01 May 2020 12:18:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:in-reply-to:references :mime-version:content-transfer-encoding:date:message-id; bh=21Ba8a2dNbSxYsy68gMASTesW/AsKuO/sP3NF47wUKY=; b=F+8nTlxOLX4JA4QzUq6NyuB7yLcRPUrkjTf/sbOYf8ygE0pQ7JWWT71juxsBVlR1i7 aN1cKyXH0/bhSmLwfEaO3JhbJwoVrRZk3iWI4++Iglk6oJJAntyqbP9likg0KEgzbFqq APXqZjRntKptWrjjAq1AueT7jAhQCtD5di+j3mNoiiS/MIqIcZIKcwIK8VsVj+HS2Dz0 3aGXvZoCJUB8xHxkFfmUvs8fk8mcIvbfKSssjZ3VspnN5d2zY2TUtQT+UQ09XurM1tgh OAq2ZZ/c/N2XvsTkhJ/OgFbZr/Dqs5lavRenE+ZydAPfFyNGVl0B6/K6npF0h/dCHDwh jp5A== X-Gm-Message-State: AGi0PubSCFrDHuSM8iEqcSr4EvakGUhqoeNJT/20+kChGywAVS1UqDFO IPg+0riqZwJvTLWNOnhn2eiFhjjmlwVsA7KiR63PaGRSkedZBJZrWoUe1vw79mowLaMoBVBOoSo NEfpVlqNb+SV7wP1Q9+ZXwwIzjnHbrfamAcpm0Yc= X-Received: by 2002:a05:620a:1495:: with SMTP id w21mr5117467qkj.81.1588360710776; Fri, 01 May 2020 12:18:30 -0700 (PDT) X-Google-Smtp-Source: APiQypKO15XHWIYJWWrG0qKpS388hWRppw/5kFinRGlOHeQnDEmKsBaPPQGuu22mRg9zVuw6dsDxeQ== X-Received: by 2002:a05:620a:1495:: with SMTP id w21mr5117444qkj.81.1588360710508; Fri, 01 May 2020 12:18:30 -0700 (PDT) Received: from turing-police ([2601:5c0:c001:c9e1::359]) by smtp.gmail.com with ESMTPSA id o6sm3189688qkj.126.2020.05.01.12.18.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 May 2020 12:18:28 -0700 (PDT) From: "Valdis Kl=?utf-8?Q?=c4=93?=tnieks" X-Google-Original-From: "Valdis Kl=?utf-8?Q?=c4=93?=tnieks" X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7+dev To: hemanth nandish Subject: Re: Kernel janitors discussion list In-Reply-To: References: Mime-Version: 1.0 Date: Fri, 01 May 2020 15:18:28 -0400 Message-ID: <72858.1588360708@turing-police> Cc: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2514760807432665390==" Errors-To: kernelnewbies-bounces@kernelnewbies.org --===============2514760807432665390== Content-Type: multipart/signed; boundary="==_Exmh_1588360707_4555P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --==_Exmh_1588360707_4555P Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Sat, 02 May 2020 00:40:01 +0530, hemanth nandish said: > I came across the Kernel Janitors page for beginners looking to contrib= ute. > The TODO list under kernel janitors guides you on what could be done ra= ther > than specifically discussing any issues. > > So I wanted to know if there is any discussion list on what tasks are > waiting to be completed. It is probably at least a decade and millions of lines of code out of dat= e, and should probably be taken out back and shot to put it out of its misery. --==_Exmh_1588360707_4555P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Comment: Exmh version 2.9.0 11/07/2018 iQIVAwUBXqx2AwdmEQWDXROgAQImGQ//VVgoE27eDrzEsoL2BtOYKzoLEvI9Tspf nimoW17s1cPBcV5ZFZUCLpbJOBh2MdXNySHGHqDTloNXWNhcA2xcCcXRlBel5kGo AL9UIHfEdvynDgJDAbdnS3aI80/T3YVR8vWB6lzMcWFZAUA7EIQr6qyHVxGwqBjJ KcfbnXQkfptYMoeDPJyl1hd3QoU5uYIFgaOL3F6sPHU+ClHr40xFcyrXyXuXaasw hJRvaV/wfpAj9x8Uulgc7qpqy8HemOMzVUX3/z+/Lqb1xUN1HfvRRB6eC+RQjka0 UNpFSH9aNHGC8m6pCJpozOWVfE7tP3r8fV0s1TjwacGjqJgS4dKUjafAhJPNBatU G3QmB2YPRbtA8tVlFIzmygXVR/hNSQ57l9qKVs/DlMXiZYyeEXXTlIPk03McW6qz tzbLrFLj41jz/nYMkrXtrJVF6lEXmNzUunkfHJH1qdg20NtA9ELkLqdnR2rY98fg q1W+9m3bADH2NthG6wSSDJj0xIkQn+/d+7xes6xG0ilwXWJi80djyXX/F0AljiLT HJnN3pUVhr/FlMJiX5ObxkvtQ9yb0yHjqC1sVVQKiur1lr1y++WLGE1OOV4vppXc Q/kIl0PvD533g8jvcu33/0es2esNH0XDQhSeFupBS2DGiojLTDMxwb6mt+Oqvicw cD/9VBG5S4k= =417e -----END PGP SIGNATURE----- --==_Exmh_1588360707_4555P-- --===============2514760807432665390== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies --===============2514760807432665390==--