[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140220151721.GB32719@redhat.com>
Date: Thu, 20 Feb 2014 16:17:22 +0100
From: Oleg Nesterov <oleg@...hat.com>
To: Lan Tianyu <tianyu.lan@...el.com>
Cc: Jiri Olsa <jolsa@...hat.com>, Tejun Heo <tj@...nel.org>,
Zhang Rui <rui.zhang@...el.com>, linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: WARNING at kernel/workqueue.c:829
wq_worker_waking_up+0x53/0x70()
On 02/20, Oleg Nesterov wrote:
>
> On 02/20, Lan Tianyu wrote:
> >
> > @@ -1096,7 +1112,6 @@ int acpi_processor_set_throttling(struct acpi_processor *pr,
> > return -ENODEV;
> > }
> >
> > - cpumask_copy(saved_mask, ¤t->cpus_allowed);
>
> Yes, but the patch forgets to kill alloc_cpumask_var(&saved_mask)
> and saved_mask itself ;)
And it seems that acpi_processor_set_throttling() doesn't need
online_throttling_cpus at all. It could use
for_each_cpu_and(cpu_online_mask, p_throttling->shared_cpu_map).
Oleg.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists