Discussion:
[Ipmitool-devel] Patches for Merge
Parthasarathy Bhuvaragan XX
2015-02-16 15:08:30 UTC
Permalink
Hi,

I have attached three patches to Merge. Let me know if you have comments on them.

There are so many warnings caused by additions to CFLAGS, how should I contribute to fix them?
Is this the forum to discuss those ?


regards
Partha
Hank Bruning
2015-02-16 15:25:54 UTC
Permalink
Parthasarathy,

if you would like to send me the Ericsson documention on the IPMI OEM
commands I will add them to the Hemi Library. The OEM commands would be
documented in the IPMI programmers guide.
http://www.jblade.com/products/hemi/HemiOverview.jsf
http://www.jblade.com/JbDoc2/products/retuli/ipmiDC/doc/programmers/RetuliIpmiCXProgrammersGuideOverview.html


Regards
Hank Bruning

On Mon, Feb 16, 2015 at 10:08 AM, Parthasarathy Bhuvaragan XX <
Post by Parthasarathy Bhuvaragan XX
Hi,
I have attached three patches to Merge. Let me know if you have comments on them.
There are so many warnings caused by additions to CFLAGS, how should I
contribute to fix them?
Is this the forum to discuss those ?
regards
Partha
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Ipmitool-devel mailing list
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
Zdenek Styblik
2015-02-16 19:05:32 UTC
Permalink
On Mon, Feb 16, 2015 at 4:08 PM, Parthasarathy Bhuvaragan XX
Post by Parthasarathy Bhuvaragan XX
Hi,
I have attached three patches to Merge. Let me know if you have comments on them.
Hello Partha,

please, open bugs for those at
https://sourceforge.net/p/ipmitool/bugs/ once SF.net recovers from
whatever they're doing. Posting patches to mailing list is good for
discussion, but I'm afrad that's about it.
Post by Parthasarathy Bhuvaragan XX
There are so many warnings caused by additions to CFLAGS, how should I
contribute to fix them?
Is this the forum to discuss those ?
Well, 3-4k of those are from using bitfields which are 1] GCC specific
2] aren't even fast. Some, although I don't know how many, warnings
are related to bitfields, because wrong type is compared. However, if
bitfield wasn't there, this probably wouldn't have happened. I'd say
it would be better to remove bitfield first in some cases.
Anyway. How to contribute to fix them. Look up what's the meaning of
the warning, evaluate, create patch(es) to fix it, push the patch(es).
Repeat until almost everything is fixed or death :) That's how I did
it so far.
And cleaning up bitfields will be a bit of work, I'd say.

Indeed, this is a good place to ask and discuss such things.

Thanks,
Z.
Post by Parthasarathy Bhuvaragan XX
regards
Partha
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Ipmitool-devel mailing list
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
Continue reading on narkive:
Loading...