Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- From: Paul Mundt <lethal@xxxxxxxxxxxx>
- Date: Thu, 20 Sep 2007 23:25:43 +0900
On Thu, Sep 20, 2007 at 02:04:26PM +0200, Bernd Schmidt wrote:
Paul Mundt wrote:What you can do about that is to order the patches, so one doesn't get
I find it a bit disconcerting that blackfin already depends on this
in-tree without there being any earlier discussion on making these
changes.
Parts of the initial submission were picked up (the include/asm
directory), other's weren't. Little we can do about that.
applied ahead of the other. People have successfully managed to submit
patches with dependencies in the past, you can look through the archives
for examples.
My apologies for not making it clearer. I did not get a chance to hackSince all the architecture is interested in is the relval that has
associated "persistent" data encoded in it, why don't we just have a stub
to give the architecture a chance to validate the relval before the
flat_get_relocate_addr() and move this stuff there instead? ie, blackfin
takes this out-of-line and manages its persistent value there.
What is flat_set_persistent other than a stub to validate the relval?
I'm not at all sure what you're proposing or how it would be different.
together a patch today. Hopefully the below will clear up whatever
confusion there was.
Yes, well, the scope of the changes is really rather irrelevant, it's theload_flat_file() is ugly enough without dumping more architecture
callback abuses in it.
The other maintainers who have spoken up didn't seem to think this was
ugly, or an abuse. I'm surprised to hear language like that when
discussing a patch that adds an if statement, a local variable and one
parameter in a function call.
technical basis behind it that should be the concern. My suggestion was
to lose the local variable, get rid of this "persistent" API, and plug in
something like flat_validate_relval() or something equally silly where
each architecture has the option to grab the relval and set up whatever
sort of state it wants to out-of-line.
This is making API changes where it's convenient for your platform to use
this value, and there's no reason to change the API here at all. The
if/continue block are not an issue, it is the whole concept of persistent
data in this case that has no need to be applied uniformally across all
other architectures.
Why should all architectures have to change their APIs (not just adding
new things mind you, also changing existing definitions) to accomodate
something that can trivially be kept in the blackfin code?
I wager the other maintainers either a) don't care because it doesn't
effect them, or b) have resigned binfmt_flat to its fate. Neither option
is particularly appealing in terms of getting that code tidied. That sort
of indifference is largely why binfmt_flat is as much of a mess as it is
today. Your patch is certainly not the cause of this, the architecture
callbacks there are just a mess to begin with, I would prefer that we try
to keep new additions flexible without blindly hardcoding more usage
assumptions all over the place and having to paper over them again later.
I can hack up some patches tomorrow if you're still unsure of what I'm
proposing.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- From: David McCullough
- Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- From: Bernd Schmidt
- Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- References:
- [PATCH] binfmt_flat: minimum support for the Blackfin relocations
- From: Bryan Wu
- Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- From: Robin Getz
- Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- From: David McCullough
- Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- From: Paul Mundt
- Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- From: Bernd Schmidt
- [PATCH] binfmt_flat: minimum support for the Blackfin relocations
- Prev by Date: Re: [PATCH] sb1250-mac.c: De-typedef, de-volatile, de-etc...
- Next by Date: Re: error from checkpatch.pl version 0.10
- Previous by thread: Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- Next by thread: Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
- Index(es):
Relevant Pages
|