Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1731811imm; Thu, 27 Sep 2018 01:24:07 -0700 (PDT) X-Google-Smtp-Source: ACcGV63mpk2nLmi52WgGSKx8Dwo+O4epQwu/A00HEmuvhmCbHe3t3PG/WJPxNPMyXsZqMo1lYTDQ X-Received: by 2002:a17:902:7796:: with SMTP id o22-v6mr9816385pll.5.1538036647120; Thu, 27 Sep 2018 01:24:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538036647; cv=none; d=google.com; s=arc-20160816; b=rICPAxXubIpotK/0eUmEGspzNGNpe1K14mk62wp2uqvhmYznwPw6AKG3w/99E87YYr DwSaov4tSWgg9ykAZmaCWnw52TOPqp1aMs7dR8AxsUXEwGp5PbVMZQfPFPxFpNHS3gvH Kz3htR8dnyRCgIl1QOJfW7hmbX1n901sb0is2D+DtCp5A3C6PJoxxsFHLURO6UJvnyL/ LQ7ngdooOfVDcgb3ZQQAAioJk2siiIczp/+Jss+ZRX8536AtcpR4pLRKCsLFeydid07b JDe1i9UpmvV40Hw0LdUVIpRJsV7CVHMAwI1WmvdNRGiIYSOCHJ5TdOluHbPEYdoXNedO VN2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=mu5NeGSQ3t0NHXPjkJq/7EG9uK3dbcDugVhf1gcbVjg=; b=O8WFZfrqmjA6MWpyoBfwt5TDVgZkN+rSU1ADvi7iunCZP5oMV7BtZ0Zr7MvqI8pyMZ KystOMmByiQgzPpfOrYZySI0nJATRpyFvSpaJMKZmFEey9m051C66nHnYLeTBLVA4Jzx KPvwbP9mw2X5FMuWmFgtCqzVnPaOvdPjcT052X8Oubd8j7EAANbouWWPD6+PXrUBE7Ga OD1sm4kn7qjvP4om8oC5f+D3c12Di9Y11bLwCS5mB/8b2LdJCLvyosUBqAH67dr4VOvk rQzAVYX/mpr4DGjUN1PqbuzH6WmEBdqMfQJwAoWsK6v6KITNjB8F+c6Q82WoV9tIvHXA Ctkw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x23-v6si1356377pfk.25.2018.09.27.01.23.51; Thu, 27 Sep 2018 01:24:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727280AbeI0OjU (ORCPT + 99 others); Thu, 27 Sep 2018 10:39:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:51904 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726944AbeI0OjU (ORCPT ); Thu, 27 Sep 2018 10:39:20 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 53149AFC1; Thu, 27 Sep 2018 08:22:16 +0000 (UTC) Date: Thu, 27 Sep 2018 10:22:15 +0200 From: Petr Mladek To: Rasmus Villemoes Cc: Jason Baron , Andrew Morton , linux-kernel@vger.kernel.org, Steven Rostedt Subject: Re: [PATCH 06/22] linux/printk.h: use unique identifier for each struct _ddebug Message-ID: <20180927082215.ybphmhivvtqwma64@pathway.suse.cz> References: <20180919220444.23190-1-linux@rasmusvillemoes.dk> <20180919220444.23190-7-linux@rasmusvillemoes.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180919220444.23190-7-linux@rasmusvillemoes.dk> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2018-09-20 00:04:28, Rasmus Villemoes wrote: > Changes on x86-64 later in this series require that all struct _ddebug > descriptors in a translation unit uses distinct identifiers. Realize > that for pr_debug_ratelimited by generating such an identifier via > __UNIQUE_ID and pass that to an extra level of macros. > > No functional change. > > Cc: Petr Mladek > Cc: Steven Rostedt > Signed-off-by: Rasmus Villemoes Acked-by: Petr Mladek My understanding is that this patch would go with the other changes via Andrew's tree. Best Regards, Petr