J. Bruce Fields wrote:
> On Thu, Sep 13, 2007 at 06:30:43PM +0400, Pavel Emelyanov wrote:
>> When the process is blocked on mandatory lock and someone changes
>> the inode's permissions, so that the lock is no longer mandatory,
>> nobody wakes up the blocked process, but probably should.
>
> I sup
Andrew Morton wrote:
> On Fri, 14 Sep 2007 13:23:55 -0500 "Serge E. Hallyn" <[EMAIL PROTECTED]>
> wrote:
>
>>> run on kernel with CONFIG_USER_NS turned on will oops the
>>> kernel immediately.
>>>
>>> This was spotted during OpenVZ kernel testing.
>>>
>>> Signed-off-by: Pavel Emelyanov <[EMAIL PR
Christoph Lameter wrote:
> On Fri, 14 Sep 2007, Pavel Emelyanov wrote:
>
>>> H... Okay I have seen multiple people who want to control slab
>>> allocations and track memory for various reasons. Would it be possible to
>>> come up with some hook that would allow a subscription to certain SLUB
[EMAIL PROTECTED] writes:
> Add CLONE_NEWNET flag in sys_unshare() test.
>
> This patch should be merged with commit:
> "net: Add network namespace clone & unshare support."
>
> Signed-off-by: Benjamin Thery <[EMAIL PROTECTED]>
Thanks you guys are really doing a good job catching when I slip up.
From: [EMAIL PROTECTED] (Eric W. Biederman)
Date: Sun, 16 Sep 2007 18:06:00 -0600
> I did that audit when I replied to Stephen the first time and I just
> redid it to verify myself. We are calling functions that can fail
> from the init function (kmalloc in the most common). So the
> init functi
David Miller <[EMAIL PROTECTED]> writes:
> From: Stephen Hemminger <[EMAIL PROTECTED]>
> Date: Fri, 14 Sep 2007 22:07:14 +0200
>
>> Could we just make it so dev->init is not allowed to fail? Then it
>> can be a void function and the nasty unwind code can go?
>
> Someone (not me :-) need to do an a
David Miller <[EMAIL PROTECTED]> writes:
> From: [EMAIL PROTECTED] (Eric W. Biederman)
> Date: Thu, 13 Esp 2007 13:12:08 -0600
>
>> The final blocker to having multiple useful instances of network
>> namespaces is the loopback device. We recognize the network namespace
>> of incoming packets by l
From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri, 14 Sep 2007 22:07:14 +0200
> Could we just make it so dev->init is not allowed to fail? Then it
> can be a void function and the nasty unwind code can go?
Someone (not me :-) need to do an audit to find all current
users of this function and
From: "Denis V. Lunev" <[EMAIL PROTECTED]>
Date: Fri, 14 Sep 2007 15:06:47 +0400
> From: Denis V. Lunev <[EMAIL PROTECTED]>
>
> This patch slightly cleanups FIB rules framework. rules_list as a pointer
> on struct fib_rules_ops is useless. It is always assigned with a static
> per/subsystem list
From: Pavel Emelyanov <[EMAIL PROTECTED]>
Date: Fri, 14 Sep 2007 14:34:22 +0400
> The call_netdev_notifiers routine can successfully be used in
> the net/core_dev.c itself.
>
> This will save 6 lines of code and 62 ;) bytes of .text section.
>
> 62 is rather small, but I have one more patch savi
From: Pavel Emelyanov <[EMAIL PROTECTED]>
Date: Fri, 14 Sep 2007 12:40:49 +0400
> The dev_name_hash and the dev_index_hash are now booth kmalloc-ed
> (and each element is properly initialized as usually) so I think
> it's worth consolidating this code making it look nicer (and
> saving 28 bytes o
From: [EMAIL PROTECTED] (Eric W. Biederman)
Date: Thu, 13 Sep 2007 13:12:08 -0600
> The final blocker to having multiple useful instances of network
> namespaces is the loopback device. We recognize the network namespace
> of incoming packets by looking at dev->nd_net. Which means for
> packets
From: [EMAIL PROTECTED] (Eric W. Biederman)
Date: Thu, 13 Sep 2007 09:59:05 -0600
>
> This replaces the void * parameter with a struct net_device * which
> is what is actually required.
>
> Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]>
Applied to net-2.6.24, thanks Eric.
On Thu, Sep 13, 2007 at 06:30:43PM +0400, Pavel Emelyanov wrote:
> When the process is blocked on mandatory lock and someone changes
> the inode's permissions, so that the lock is no longer mandatory,
> nobody wakes up the blocked process, but probably should.
I suppose so. Does anyone actually u
14 matches
Mail list logo