All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sasha.levin@oracle.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-mm@kvack.org, netdev@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-crypto@vger.kernel.org,
	Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH] mm: kill kmemcheck
Date: Mon, 16 Mar 2015 21:48:23 -0400	[thread overview]
Message-ID: <550787E7.1030604@oracle.com> (raw)
In-Reply-To: <20150311105210.1855c95e@gandalf.local.home>

On 03/11/2015 10:52 AM, Steven Rostedt wrote:
>> > Could you try KASan for your use case and see if it potentially uncovers
>> > anything new?
> The problem is, I don't have a setup to build with the latest compiler.
> 
> I could build with my host compiler (that happens to be 4.9.2), but it
> would take a while to build, and is not part of my work flow.
> 
> 4.9.2 is very new, I think it's a bit premature to declare that the
> only way to test memory allocations is with the latest and greatest
> kernel.
> 
> But if kmemcheck really doesn't work anymore, than perhaps we should
> get rid of it.

Steven,


Since the only objection raised was the too-newiness of GCC 4.9.2/5.0, what
would you consider a good time-line for removal?

I haven't heard any "over my dead body" objections, so I guess that trying
to remove it while no distribution was shipping the compiler that would make
it possible was premature.

Although, on the other hand, I'd be happy if we can have a reasonable date
(that is before my kid goes to college), preferably even before the next
LSF/MM so that we could have a mission accomplished thingie with a round
of beers and commemorative t-shirts.


Thanks,
Sasha

WARNING: multiple messages have this Message-ID (diff)
From: Sasha Levin <sasha.levin@oracle.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-mm@kvack.org, netdev@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-crypto@vger.kernel.org,
	Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH] mm: kill kmemcheck
Date: Mon, 16 Mar 2015 21:48:23 -0400	[thread overview]
Message-ID: <550787E7.1030604@oracle.com> (raw)
In-Reply-To: <20150311105210.1855c95e@gandalf.local.home>

On 03/11/2015 10:52 AM, Steven Rostedt wrote:
>> > Could you try KASan for your use case and see if it potentially uncovers
>> > anything new?
> The problem is, I don't have a setup to build with the latest compiler.
> 
> I could build with my host compiler (that happens to be 4.9.2), but it
> would take a while to build, and is not part of my work flow.
> 
> 4.9.2 is very new, I think it's a bit premature to declare that the
> only way to test memory allocations is with the latest and greatest
> kernel.
> 
> But if kmemcheck really doesn't work anymore, than perhaps we should
> get rid of it.

Steven,


Since the only objection raised was the too-newiness of GCC 4.9.2/5.0, what
would you consider a good time-line for removal?

I haven't heard any "over my dead body" objections, so I guess that trying
to remove it while no distribution was shipping the compiler that would make
it possible was premature.

Although, on the other hand, I'd be happy if we can have a reasonable date
(that is before my kid goes to college), preferably even before the next
LSF/MM so that we could have a mission accomplished thingie with a round
of beers and commemorative t-shirts.


Thanks,
Sasha

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2015-03-17  1:48 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 11:43 [PATCH] mm: kill kmemcheck Sasha Levin
2015-03-11 11:43 ` Sasha Levin
2015-03-11 11:43 ` Sasha Levin
2015-03-11 12:19 ` Steven Rostedt
2015-03-11 12:19   ` Steven Rostedt
2015-03-11 12:34   ` Sasha Levin
2015-03-11 12:34     ` Sasha Levin
2015-03-11 12:40     ` Steven Rostedt
2015-03-11 12:40       ` Steven Rostedt
2015-03-11 13:39       ` Sasha Levin
2015-03-11 13:39         ` Sasha Levin
2015-03-11 14:23         ` Dave Jones
2015-03-11 14:23           ` Dave Jones
2015-03-11 14:26         ` Steven Rostedt
2015-03-11 14:26           ` Steven Rostedt
2015-03-11 14:43           ` Sasha Levin
2015-03-11 14:43             ` Sasha Levin
2015-03-11 14:52             ` Steven Rostedt
2015-03-11 14:52               ` Steven Rostedt
2015-03-17  1:48               ` Sasha Levin [this message]
2015-03-17  1:48                 ` Sasha Levin
2015-03-17  2:33                 ` Steven Rostedt
2015-03-17  2:33                   ` Steven Rostedt
2015-03-11 14:35         ` Boaz Harrosh
2015-03-11 14:35           ` Boaz Harrosh
2015-03-11 17:20         ` David Miller
2015-03-11 17:20           ` David Miller
2015-03-11 17:25           ` Sasha Levin
2015-03-11 17:25             ` Sasha Levin
2015-03-11 18:44             ` David Miller
2015-03-11 18:44               ` David Miller
2015-03-11 20:01               ` Andrey Ryabinin
2015-03-11 20:01                 ` Andrey Ryabinin
2015-03-11 20:48                 ` David Miller
2015-03-11 20:48                   ` David Miller
2015-03-12  0:57 ` Rusty Russell
2015-03-12  0:57   ` Rusty Russell
2015-03-12  0:57   ` Rusty Russell
2015-03-12  3:49 ` Michael Ellerman
2015-03-12  3:49   ` Michael Ellerman
2015-03-12  3:49   ` Michael Ellerman
2015-03-12 12:40   ` Sasha Levin
2015-03-12 12:40     ` Sasha Levin
2015-03-12 18:11     ` David Miller
2015-03-12 13:47   ` Steven Rostedt
2015-03-12 13:47     ` Steven Rostedt
2015-03-12 13:47     ` Steven Rostedt
2015-03-12  7:07 ` Pekka Enberg
2015-03-12  7:07   ` Pekka Enberg
2015-03-12 12:51   ` Sasha Levin
2015-03-12 12:51     ` Sasha Levin
2015-03-12 13:00   ` Jonathan Corbet
2015-03-12 13:00     ` Jonathan Corbet
2015-03-12 13:00     ` Jonathan Corbet

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=550787E7.1030604@oracle.com \
    --to=sasha.levin@oracle.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=netdev@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=torvalds@linux-foundation.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.