Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp967343ybl; Fri, 24 Jan 2020 12:53:23 -0800 (PST) X-Google-Smtp-Source: APXvYqwvpRY3fBssWV4D3bxthaV3aZ6LkppK/BAKbRi6WdM41dv/WWU/K6JQFaqqrXjv3MTNHvln X-Received: by 2002:a05:6808:b13:: with SMTP id s19mr465355oij.119.1579899203247; Fri, 24 Jan 2020 12:53:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579899203; cv=none; d=google.com; s=arc-20160816; b=m0V0UQoP1HKrGsXH4kaDLaJ34R6iRCdhxYGolXzB4msxTOyutOKr25cfp3d1PFj9we hDsbAJc/EBs7yApyiXeZPhU/OI9nrmi0+19oJLftPnXsw8/OvglDuW3AyyFkY5n1HBLY GLknAj9Mz0NAK7beDdrkxwixb8iqgB4ezdstE1u30Ym7q6NJNAmJAFdQh7/fOzn4BkWW RtmnDDoeOzeEFy+sgFfn0+S849GBL0xvQzBGZQd9ui0Gg1kzyNMzknBJ7bDi6NPTvUIp VPqBNaEg2M2DiAuUdLXxy7zhFhnKHt6CSNwGK2d39R7WQN33hsxPTF3elw+nD/DVsLdN hG1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=4HSSOJEo1I7ZjAnxNz+u1aPptCdpRjsansD0fcwHEjI=; b=cjFz5j6cvDGfCpQpBOs0Bpwa7UvXqbmjMdTuJqW7SWEh1s5VeDhI4N3oFYJmJrMuq3 EOIXIGgf8Z09kymbuk4c7F0qI2jubaD/h/d8uHpV50MqrqtuLZus6LVRV0PWf+WJp35I +L3VBYYClMQQ6FYgYoKhgHFXL8UxjPXaxBSMxGWNvUQ0mo1Uwl/TukFVkyZMvOEe0sMG Y8JvbvOk41v5Y95EROjOvhjyrO5SVBrTf42I7YfBSzLRSRIkAa7ppPLrXE/5fTbSCDz0 0XE6Q/YpE556BZoYS2Bl6I/rJ5IggkKgdLKV/6R3xWLYGtL4jRQRt2IYGlROJ2MRjghe P83g== 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 u127si298060oig.71.2020.01.24.12.53.11; Fri, 24 Jan 2020 12:53:23 -0800 (PST) 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 S2388636AbgAXPu1 (ORCPT + 99 others); Fri, 24 Jan 2020 10:50:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:47234 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387665AbgAXPu1 (ORCPT ); Fri, 24 Jan 2020 10:50:27 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2D81A2071E; Fri, 24 Jan 2020 15:50:26 +0000 (UTC) Date: Fri, 24 Jan 2020 10:50:24 -0500 From: Steven Rostedt To: Vasily Averin Cc: linux-kernel@vger.kernel.org, Andrew Morton , NeilBrown , Waiman Long , Ingo Molnar , Peter Oberparleiter Subject: Re: [PATCH 0/7] seq_file .next functions should increase position index Message-ID: <20200124105024.18d24572@gandalf.local.home> In-Reply-To: <244674e5-760c-86bd-d08a-047042881748@virtuozzo.com> References: <244674e5-760c-86bd-d08a-047042881748@virtuozzo.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Jan 2020 10:02:36 +0300 Vasily Averin wrote: > > I've sent patches into maillists of affected subsystems already, > this patch-set fixes the problem in files related to > pstore, tracing, gcov, sysvipc and other subsystems processed > via linux-kernel@ mailing list directly Since you sent the patches out individually, and not as the usually way of replying to the 0/7 patch (this email), do you expect the patches to just be accepted by the individual maintainers, and not as a series? -- Steve > > https://bugzilla.kernel.org/show_bug.cgi?id=206283 > > Vasily Averin (7): > pstore_ftrace_seq_next should increase position index > gcov_seq_next should increase position index > t_next should increase position index > fpid_next should increase position index > eval_map_next should increase position index > trigger_next should increase position index > sysvipc_find_ipc should increase position index > > fs/pstore/inode.c | 2 +- > ipc/util.c | 2 +- > kernel/gcov/fs.c | 2 +- > kernel/trace/ftrace.c | 9 ++++++--- > kernel/trace/trace.c | 4 +--- > kernel/trace/trace_events_trigger.c | 5 +++-- > 6 files changed, 13 insertions(+), 11 deletions(-) >