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.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 5A795C04A6B for ; Fri, 10 May 2019 11:03:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EC26C21479 for ; Fri, 10 May 2019 11:03:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="cMMHgjn1"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=lohutok.net header.i=@lohutok.net header.b="edekA3Ad" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727112AbfEJLDD (ORCPT ); Fri, 10 May 2019 07:03:03 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:54938 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727052AbfEJLDD (ORCPT ); Fri, 10 May 2019 07:03:03 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 55D0713F2CC; Fri, 10 May 2019 07:03:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to:cc :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=7/UZfhw9E9Ve JJdIRsEZAJRfVYo=; b=cMMHgjn1R7N/VvsH+pKie50xDv3/I2W2ErT3tQyQ6rzC KVRAftO6wUmM6gxQx6dU9y2muSnG/NB5QkgFUquyVUxFNKjy7P+RM4kb5Nx3mVJR ydANHsXiS26ORm6PmZVYA8AF0PoSRxjr7dIc0deE6wlF1C2TsGeQp1lRx08Sj/I= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 4005D13F2CB; Fri, 10 May 2019 07:03:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lohutok.net; h=subject:to:cc:references:from:message-id:date:mime-version:in-reply-to:content-type:content-transfer-encoding; s=2018-11.pbsmtp; bh=iazkAwVea0YJ5yY5c/GobzabrQGWYcRYFx7O9zOFqOg=; b=edekA3AdRkY5rps3cbCCjP7fO2p6munlm29LbSnR6ZrD8g/eGQ3QcWq502WGzWPuviKL1QTTGKN5KezmzlCn326TeRpgZoclvOrOdbaTjhnPYZ/JHgtcGRZCsO4LpfGw7ZTNXfcUWrCAGxtRWj/tXNDfYhxLYSTvv83G3JNZ6Ro= Received: from [192.168.0.10] (unknown [81.101.15.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id F30C713F2CA; Fri, 10 May 2019 07:02:59 -0400 (EDT) Subject: Re: Workflow To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org References: <4a141f36-7d4a-3a4c-259d-d11174f7e24c@lohutok.net> From: Allison Randal Message-ID: <9e059771-89e0-3cd7-0ae0-74699d6f0b5a@lohutok.net> Date: Fri, 10 May 2019 12:02:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 2CAA39EC-7313-11E9-919D-46F8B7964D18-44123303!pb-smtp1.pobox.com Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On 5/10/19 11:54 AM, Thomas Gleixner wrote: > > I'm keeping the first few file diffs in the mail anyway, I just need to > cutoff for the larger patches to avoid the size limit of the list. The URL > is there for reference and for those who really want to look at every > change :) Makes sense. That'll be perfect for me. :) Allison