From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 108E020248 for ; Mon, 1 Apr 2019 15:50:37 +0000 (UTC) Received: by mail-qk1-x736.google.com with SMTP id s81so5891307qke.13 for ; Mon, 01 Apr 2019 08:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=RQ0sU29tkVkt7MfvR8ySPKg4pJzrgFy9D0rD42RgEI0=; b=UdrQAqn8PRxtcfKplc9D3zvapEh9gdmKxe19eb4HV5B3P+Eqt1agtlZtn51ayOKuSM 45Wkqn982/H8MbEbzzJGKCchTLYPIh0MZIsRt3setdOnSjDZAjuozUtkaqIa2p+UGNlZ O5rG375Bd8kQFa/X5Sa0zXsF25UPlIrMpfiOE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=RQ0sU29tkVkt7MfvR8ySPKg4pJzrgFy9D0rD42RgEI0=; b=rJDZk7EkzWSB6aOO5uxnmBgYxtKdQ2OoWgj9rL0ouj4to7rsNP3jUEr+v/oMdxesOF M47ChDg9rODbnLXRq3DD3ZfoxOLBXVLlSNmtl3gIfZBcrph0VcYyywiibHtlZXcPBECj afWCqtAwjeLmbqL3bUF1AnvSBqtDmmAjnN4nihRPbfB6+MU3W1ddHqRqyS5lzhxt7CFf /lrOuTvjJUbDWE0C2vKpG8YXDIuluzm4SVYBlH/+eG6tfJAZg+dFLin31oHiinW2dqoW Cgwl9b5OjmcNxdra63NvBnm/n3vMu2vGbMjn/eu0bWyNkMMxJ/BVRifpVm6mc6KFNIrG xNaA== X-Gm-Message-State: APjAAAXU6uOGeVwYme7gEZSLEwunwbCRmFAe5JZY8+WXFTPWUE/o31gZ ZmQfa93C6kqvqZJFsdY8I1eo3ps1F3PtUg== X-Google-Smtp-Source: APXvYqw7yX9mjz4gfS5FMH+iRTCBNXbx5hUMfQ+0wpWNFejsHqxSLk4jQ1Ua4/X1zkloil24aH4bxw== X-Received: by 2002:a37:4dd0:: with SMTP id a199mr49330222qkb.164.1554133835447; Mon, 01 Apr 2019 08:50:35 -0700 (PDT) Received: from chatter.qube.local ([176.113.74.187]) by smtp.gmail.com with ESMTPSA id 46sm6846926qtz.87.2019.04.01.08.50.34 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 01 Apr 2019 08:50:34 -0700 (PDT) Date: Mon, 1 Apr 2019 11:50:32 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: handling GDPR requests Message-ID: <20190401155032.GB3701@chatter.qube.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline User-Agent: Mutt/1.11.3 (2019-02-01) List-Id: Hello: Well, I have my first GDPR request. What's the recommended mechanism of dealing with that? The message in question dates back to mid-last year and I see two problems with deleting it from the repository: 1. It's in the previous epoch repo of LKML 2. Deleting/editing that message would require a massive repo rebase with associated db reindexing. I'm not sure I want to think about how long that would take. -K