lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 5 Feb 2015 09:42:15 +0100
From:	Jinpu Wang <jinpu.wang@...fitbricks.com>
To:	Cong Wang <xiyou.wangcong@...il.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [WARNING] CPU: 27 PID: 6295 at kernel/sched/core.c:7300 __might_sleep+0xbd/0xd0()

Thanks Cong,

I found another thread:
https://lkml.org/lkml/2015/2/3/690

Looks the patch fix the same WARNING.



On Thu, Feb 5, 2015 at 7:33 AM, Cong Wang <xiyou.wangcong@...il.com> wrote:
> On Wed, Feb 4, 2015 at 1:57 AM, Jinpu Wang <jinpu.wang@...fitbricks.com> wrote:
>> Hi,
>>
>> I hit WARNING below after update to 3.19-rc6, when I running fio with libaio.
>> Any one see this warning before, or maybe know how to fix it?
>>
>> From the call trace:
>> (gdb) list *read_events+0x1e8
>> 0xffffffff81225ad8 is in read_events (fs/aio.c:1259).
>> 1254         * something to be aware of when touching this code.
>> 1255         */
>> 1256        if (until.tv64 == 0)
>> 1257            aio_read_events(ctx, min_nr, nr, event, &ret);
>> 1258        else
>> 1259            wait_event_interruptible_hrtimeout(ctx->wait,
>> 1260                    aio_read_events(ctx, min_nr, nr, event, &ret),
>> 1261                    until);
>> 1262
>> 1263        if (!ret && signal_pending(current))
>> (gdb)
>>
>> looks like the WARNING come from wait_event_interruptible_hrtimeout?
>
> Probably fixed by:
> http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?id=3e87523897e18a3e17fc8955ed795188be737ff1



-- 
Mit freundlichen Grüßen,
Best Regards,

Jack Wang
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ