libnl available on github

Марк Коренберг socketpair at gmail.com
Fri Jun 8 10:25:51 EDT 2012


2012/6/8 Thomas Graf <tgraf at infradead.org>

> On Fri, Jun 08, 2012 at 12:53:31PM +0600, Марк Коренберг wrote:
> > 2012/6/6 Thomas Graf <tgraf at infradead.org>
> >
> > > Hi everyone
> > >
> > > Upon request, I have made libnl available on github:
> > >
> > >        https://github.com/tgraf/libnl.git
> >
> >
> > I have forked libnl (as I already said), and have found (and fixed) some
> > bugs in my branch named "nonpython"  in git://
> > github.com/socketpair/libnl.git. Also, I have request "pull request" at
> > github for you.
>
> I merged the first two commits, thanks.
>
> I'm holding off to the return type converstion. While I do realize that
> using unsigned types would be better, changing them now would break ABI.
> Something I would like to avoid at this point.
>
I have done that changes in a way that does not actually change binary ABI.
Every change does not involve change of widths of fields in bits both for
x86 and AMD64. I think the same for other architectures.
If you want, I can split changes that just change signedness from changes
connected with uint32_t.


>
> If that commit includes any fixes which do not involve change of the
> API signatures please extract them so I can merge them separately.
>
I have done that in same branch. I separate non-abi-changing changes from
ABI-changing changes.





>
> ~Thomas
>



-- 
Segmentation fault
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/libnl/attachments/20120608/22e04099/attachment.html>


More information about the libnl mailing list