jail2 patchset 12
Alex Lyashkov
umka at sevcity.net
Sun Sep 17 15:21:16 PDT 2006
patchset 12 created 2 week ago (or so). Today i integrate last changes
and upload patchset 13.
В Пнд, 18.09.2006, в 01:15, Kris Kennaway пишет:
> On Mon, Sep 18, 2006 at 01:08:24AM +0300, Alex Lyashkov wrote:
> > Thanks for you report. I really more test new jail2 API then old :(
> > Please apply this patch.
> >
> > # p4 diff -du kern_jail.c
> > ==== //depot/projects/jail2/sys/kern/kern_jail.c#4 -
> > /root/jail2/sys/kern/kern_jail.c ====
> > @@ -316,6 +316,7 @@
> > if (error)
> > return (error);
> >
> > + mtx_lock(&allprison_mtx);
> > pr = prison_find(uap->jid);
> > if (pr == NULL) {
> > return (ESRCH);
>
> Thanks. The jail2 patch doesn't apply cleanly to HEAD now, BTW.
>
> Kris
More information about the freebsd-hackers
mailing list