All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [trace:rfc:multi-buffers-v4 20/26] kernel/trace/trace_events.c:957:22-25: ERROR: reference preceded
Date: Fri, 17 Aug 2012 03:23:34 +0000	[thread overview]
Message-ID: <20120817032334.GA26867@localhost> (raw)
In-Reply-To: <502956bb.qthNqZPGTcbhybuX%fengguang.wu@intel.com>

Hi Steven,

FYI, there are new coccinelle warnings show up in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git rfc/multi-buffers-v4
head:   e712fa131ebb7d79ffb4965b6ac5493408662b26
commit: c09e363f27e235a60b0b8b11228779e74e0deee8 [20/26] tracing: Separate out trace events from global variables

All coccinelle warnings:

+ kernel/trace/trace_events.c:957:22-25: ERROR: reference preceded by free on line 955

vim +957 kernel/trace/trace_events.c
   954		if (ret < 0)
   955			kfree(dir);
   956	
 > 957		filp->private_data = dir;
   958	
   959		return ret;
   960	}

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation

      reply	other threads:[~2012-08-17  3:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-13 19:34 [trace:rfc:multi-buffers-v4 20/26] kernel/trace/trace_events.c:1671:42: error: dereferencing pointer Fengguang Wu
2012-08-17  3:23 ` Fengguang Wu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120817032334.GA26867@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.