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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 05072C4707F for ; Thu, 27 May 2021 16:00:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E3654610CC for ; Thu, 27 May 2021 16:00:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234874AbhE0QCa (ORCPT ); Thu, 27 May 2021 12:02:30 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:55344 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234995AbhE0QC3 (ORCPT ); Thu, 27 May 2021 12:02:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622131256; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=K1rwglUCDYFJDhYemb58TKXBmWarWvKgb3mpajWGZeU=; b=fEgewxjIvdtyvJ1uPS1C9JVz2rC73F2sxDT5hRXG80rr2kR7hIB+aINKDP0uAkMkYeUj+n 0npYqFqw9PAQHNkU3Wf4IWl8zksCTMXHafaQN270OvLHd41ghcCE4U1IxzqjOmvyPHMFBs Ju2IIXVJLRM2L9Sft9UFiSikQM7Vlpc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-257-dy58I4OTPjKUKPDin4IYiw-1; Thu, 27 May 2021 12:00:45 -0400 X-MC-Unique: dy58I4OTPjKUKPDin4IYiw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B29DC106BB43; Thu, 27 May 2021 16:00:41 +0000 (UTC) Received: from gondolin.fritz.box (ovpn-113-46.ams2.redhat.com [10.36.113.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 84E5310016F8; Thu, 27 May 2021 16:00:40 +0000 (UTC) Date: Thu, 27 May 2021 18:00:09 +0200 From: Cornelia Huck To: Vasily Gorbik Cc: Heiko Carstens , Christian Borntraeger , linux-s390@vger.kernel.org, kvm@vger.kernel.org Subject: Re: b4 usage Message-ID: <20210527180009.3311781a.cohuck@redhat.com> In-Reply-To: References: <20210520113450.267893-1-cohuck@redhat.com> <20210527083313.0f5b9553.cohuck@redhat.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On Thu, 27 May 2021 17:25:50 +0200 Vasily Gorbik wrote: > > > BTW, linux-s390@vger.kernel.org is now archived on lore and we started > > > > Oh, nice. > > > > > using b4 (https://git.kernel.org/pub/scm/utils/b4/b4.git) to pick up > > > changes. Besides all other features, it can convert Message-Id: to Link: > > > > I've been using b4 to pick patches (Linux and especially QEMU) for > > quite some time now, but never felt the need to convert Message-Id: to > > Link:. If you prefer the Link: format, I can certainly start using that > > for kernel patches. > > It's up to you, whatever you prefer. Just wanted to point out that this is > possible now. I personally just follow what seems to be a more common practice. > > $ git log --grep=Link:.*lore --oneline linux/master | wc -l > 53522 > $ git log --grep=Message-Id: --oneline linux/master | wc -l > 1666 For QEMU, it's the other way around :) But I'll try to use Link: for kernel patches, unless I forget.