Re: [patch] tux3-2.6.8.1-A3
William Lovaton <[email protected]> 20 Sep 2004 17:35:23 -0500
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
El mi? 15-09-2004 a las 14:54, Ingo Molnar escribió: > * William Lovaton <[email protected]> wrote: > > > As soon as I can put my hands on a RPM kernel with TUX enabled I'll do > > it. Been checking http://people.redhat.com/arjanv/2.6/RPMS.kernel/ > > for a while and there is no sign of new RPMS, the last ones are Sept > > 7. > > update: Arjan has fixed Tux in the RPM tree today - there were a number > of nontrivial kernel infrastructure changes in the upstream kernel that > made this more complex than first anticipated. The next RPM should > happen tomorrow (barring any unforeseen problems). Ingo, Does this mean that I don't have to apply this patch you sent me? --- net/tux/abuf.c.orig +++ net/tux/abuf.c @@ -157,7 +157,8 @@ repeat: req->abuf.page, req->abuf.buf, req->abuf.size, req->abuf.offset, req->abuf.flags); - __free_page(req->abuf.page); + if (req->abuf.page) + __free_page(req->abuf.page); memset(&req->abuf, 0, sizeof(req->abuf)); When you say that it is fixed in the RPM tree, does that mean that I can install it through yum once it is available?? -William