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=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_IN_DEF_DKIM_WL 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 92857C433DF for ; Mon, 27 Jul 2020 22:30:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E48D208E4 for ; Mon, 27 Jul 2020 22:30:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="I4P+wcYU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726171AbgG0Wax (ORCPT ); Mon, 27 Jul 2020 18:30:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727090AbgG0Waw (ORCPT ); Mon, 27 Jul 2020 18:30:52 -0400 Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75EFBC061794 for ; Mon, 27 Jul 2020 15:30:52 -0700 (PDT) Received: by mail-pj1-x1036.google.com with SMTP id o22so10431879pjw.2 for ; Mon, 27 Jul 2020 15:30:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TOvQ1VnWyG/OnvhNgurvxwrmtR7oK2D6CyEB7iw19aQ=; b=I4P+wcYUdU3lmHev0tDY9dkn1Zvl3qZD2/nET4And8drecCI1+QuixlaHj3pVvzIP4 nQp7aphuRXNv/ZYIMr3RV0Yy2nKbQ3/v9QwggOEdvJmt1mtvvhZVWasu08iCCFRLtoFd X38QuiyzY2S3YzxmDCqkcP/6L2L1gJbfteWuOEKNFSl4UosAdDiMg6vL/iQYNI0yhqum WKAUVRbU3Z5FYkRAyrU5/62X345GBrJwCGCc2FEAlJTXnpzGOZlE+FAG6M1gUHTQE/jm ZMYxvQn6ujKmI0siClPcrTeCN94vGBpr8Spg+2zODaVlq1LeOPXbTULJFUOhempib0pA fZSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TOvQ1VnWyG/OnvhNgurvxwrmtR7oK2D6CyEB7iw19aQ=; b=e7taET4Ai9LYVHH5Yjvj99RnLwwZT/RoDoG3rVcJTcsvRN/KtG5BhjTMCu6tbN73gk /HQjKDzbX46AxGVt5ayFR094BzR9uUOcLi9f+e2luilP2YT1E5KcsmV7AIFash6UogyG wmDG0d7Rz7yZcPocyJGEf/aIaGBPCCtozw9JjHMT/uuiwdibjkmYFuQvB5NkOON2XnB5 I/Nsz+JcLlecMLdxkZOc7gMsHNDupPHVWEhpQJjdO59ehKZghgC9R3Ele1OIr7SpS4HF 2/EB1vx4oF9r/M0ASJVPfxF8YEB3wpMScMm1Zf/vKf4WbDqYtPxxD9BtK9x8ExE/Od3y rd5Q== X-Gm-Message-State: AOAM533hNoLFmXQJ5d0lw+BT2VVMSGkBQQUrwPB4UfSvF0VEdQ3m1gfc T760WRODsmR5AqzLHeqjf80Sf7Of5nLM00FGYaTyDw== X-Google-Smtp-Source: ABdhPJy/5+EuXgNPHAPu/yfMjp7j2SRhs0ZnhWu3vW7vpiajAndVnEyqx/ETcSiL8VoDkRBu9R4kfVg8UtLqUsmMUgU= X-Received: by 2002:a17:902:6bc2:: with SMTP id m2mr19569648plt.119.1595889051673; Mon, 27 Jul 2020 15:30:51 -0700 (PDT) MIME-Version: 1.0 References: <0101017392319714-3d813ac3-7620-4874-8320-ff1f5de1d149-000000@us-west-2.amazonses.com> In-Reply-To: <0101017392319714-3d813ac3-7620-4874-8320-ff1f5de1d149-000000@us-west-2.amazonses.com> From: Nick Desaulniers Date: Mon, 27 Jul 2020 15:30:39 -0700 Message-ID: Subject: Re: [Kernel.org Helpdesk #93182] Re: linux-kbuild missing from lore? To: kernel-helpdesk@rt.linuxfoundation.org Cc: Linux Kbuild mailing list , Masahiro Yamada , Michal Marek , Nathan Huckleberry , Randy Dunlap , Sam Ravnborg Content-Type: text/plain; charset="UTF-8" Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Mon, Jul 27, 2020 at 2:33 PM Chris Hoy Poy via RT wrote: > > Hi all, > > Apologies for delays! > > Have just tried to grab this shared file, and I'm getting 403'd (violates terms), > > I have an archiver subscribed, so new emails are being collected. Ever since a certain engineer decided to exfiltrate documents regarding LIDAR we now internally have a completely locked down (read: useless) version of google drive. If you can send me your email (other than kernel-helpdesk@rt.linuxfoundation) off list, then I might be able to share this with you that way. I was able to send an invite to the helpdesk email, but I suspect that just filed a ticket somewhere. > > cheers > /Chris > > > On Sat Jul 11 03:12:07 2020, ndesaulniers@google.com wrote: > > Hello, can the admin of the lore.kernel.org helpdesk please accept the > > following sanitized archive? > > > > https://drive.google.com/file/d/1d0oS3fCYxGhB0p_IQum9Gh20B3aFxKeI/view?usp=sharing > > > > With generous assistance from Hank Leininger from marc.info, I was > > able to get mbox's for linux-kbuild@vger.kernel.org dating back to > > 2008. > > > > The archive was provided as a tarball of directories of gzip archives. > > To generate the above, I ran: > > > > $ tar xvf linux-kbuild_2008-2020.tar > > $ find . -name \*.gz | xargs gunzip > > $ for F in $(find untared -type f); do ./list-archive-maker.py -s $F > > -e linux-kbuild -k linux-kbuild-known-ids.txt -l linux- > > kbuild.vger.kernel.org; done > > $ tar cf linux-kbuild.tar linux-kbuild > > $ xz -9 linux-kbuild.tar > > > > as per https://korg.docs.kernel.org/lore.html. > > > > This response is via the ticket #93182 filed at > > rt.linuxfoundation.org's web site. > > Thanks, > > ~Nick Desaulniers > > > -- > Chris Hoy Poy > Collaborative Projects IT > The Linux Foundation -- Thanks, ~Nick Desaulniers