Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Ravi Pratap <Ravi.Pratap@hillcrestlabs.com>
Cc: David Daney <ddaney@avtrex.com>,
	Atsushi Nemoto <anemo@mba.ocn.ne.jp>,
	miklos@szeredi.hu, linux-mips@linux-mips.org
Subject: Re: flush_anon_page for MIPS
Date: Mon, 26 Mar 2007 15:05:42 +0100	[thread overview]
Message-ID: <20070326140542.GA14354@linux-mips.org> (raw)
In-Reply-To: <36E4692623C5974BA6661C0B18EE8EDF6CD3FA@MAILSERV.hcrest.com>

On Mon, Mar 26, 2007 at 09:33:10AM -0400, Ravi Pratap wrote:

> > >> Thanks so much! Will this go into 2.6.15 by any chance?
> > > 
> > > I don't recall that there every has been such a kernel release ;-)
> > > 
> > > But seriously, 2.6.15 is as dead as Tutankhamun.
> > 
> > Some chip vendors only support that version, so I am assuming 
> > that that was the reason for the question.
> 
> That's correct, actually :-)
> 
> > It is a classic case of what happens when people do ports 
> > that are not merged.  They say it is good enough as is and 
> > then never move forward or fix bugs.
> 
> True, and I don't know why these vendors do it. I wish too that they
> didn't.

Talk to them.  Be prepared to reiterate.

> > The good news I guess is that we have the source, so we could 
> > forward port it if we were really motivated.
> 
> Yes, but isn't it a lot of work considering the lack of a
> flush_anon_page in 2.6.15?

David wrote about forward porting the patches in your vendor kernel
to a more modern kernel.  That would require some work but the
flush_anon_page() thing would be the least of your worries.

Otherwise, you'd need to backport the about following changesets into
your kernel to get flush_anon_page:

03beb07664d768db97bf454ae5c9581cd4737bb4
df7c814ea6385fea8ccf54c80ec78326f78b743e
f036773e8760a79ad9fdeea6665f86d3493d40d1
4c40981a5c0fe1ee5c755a55a4a8e5e3527f0bca

  Ralf

  parent reply	other threads:[~2007-03-26 14:06 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22 22:28 flush_anon_page for MIPS Miklos Szeredi
2007-03-23 14:19 ` Ralf Baechle
2007-03-23 14:19   ` Ralf Baechle
2007-03-23 14:47   ` Franck Bui-Huu
2007-03-23 15:20     ` Ralf Baechle
2007-03-23 21:00       ` Franck Bui-Huu
2007-03-23 21:20         ` Ralf Baechle
2007-03-23 14:51   ` Ravi Pratap
2007-03-23 14:51     ` Ravi Pratap
2007-03-23 15:41     ` Atsushi Nemoto
2007-03-23 15:47       ` Ravi Pratap
2007-03-23 15:47         ` Ravi Pratap
2007-03-23 15:50         ` Atsushi Nemoto
2007-03-26 13:31           ` Atsushi Nemoto
2007-03-26 13:36             ` Ravi Pratap
2007-03-26 13:36               ` Ravi Pratap
2007-03-26 14:33               ` Ralf Baechle
2007-03-23 15:56         ` Ralf Baechle
2007-03-23 15:59           ` Ravi Pratap
2007-03-23 15:59             ` Ravi Pratap
2007-03-23 16:11             ` Maxime Bizon
2007-03-23 16:12             ` Franck Bui-Huu
2007-03-23 16:17               ` Ravi Pratap
2007-03-23 16:17                 ` Ravi Pratap
2007-03-23 19:06         ` Ralf Baechle
2007-03-23 22:17           ` Ravi Pratap
2007-03-23 22:17             ` Ravi Pratap
2007-03-23 23:36             ` Ralf Baechle
2007-03-24  0:03               ` David Daney
2007-03-26 13:33                 ` Ravi Pratap
2007-03-26 13:33                   ` Ravi Pratap
2007-03-26 14:05                   ` Ralf Baechle [this message]
2007-03-26 22:38                     ` Ravi Pratap
2007-03-26 22:38                       ` Ravi Pratap
2007-03-26 23:24                     ` Ravi Pratap
2007-03-26 23:24                       ` Ravi Pratap
2007-03-27  3:17                       ` Atsushi Nemoto
2007-03-27 14:51                         ` Ravi Pratap
2007-03-27 14:51                           ` Ravi Pratap
2007-03-28 14:25                         ` Ravi Pratap
2007-03-28 14:25                           ` Ravi Pratap
2007-03-28 17:10                           ` David Daney
2007-03-28 18:17                             ` Ravi Pratap
2007-03-28 18:17                               ` Ravi Pratap
2007-03-28 20:34                             ` Ralf Baechle
2007-03-28 20:38                               ` David Daney
2007-03-23 15:01   ` Franck Bui-Huu
2007-03-23 15:36     ` Ralf Baechle
2007-03-23 20:52       ` Franck Bui-Huu
2007-03-23 16:22   ` Miklos Szeredi

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=20070326140542.GA14354@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=Ravi.Pratap@hillcrestlabs.com \
    --cc=anemo@mba.ocn.ne.jp \
    --cc=ddaney@avtrex.com \
    --cc=linux-mips@linux-mips.org \
    --cc=miklos@szeredi.hu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox