Re: [PATCH] bochs-drm: disable video before changing video mode

2015-03-31 Thread Alexander Beregalov
On 19 March 2015 at 11:26, Gerd Hoffmann wrote: > On Mi, 2015-03-18 at 12:37 -0400, Chris Ruffin wrote: >> qemu and simics simulators both seem to expect that video should be disabled >> before changing the video mode. > > Not required for qemu. qemu allows updating the modesetting registers >

Re: [PATCH] bochs-drm: disable video before changing video mode

2015-03-31 Thread Alexander Beregalov
On 19 March 2015 at 11:26, Gerd Hoffmann kra...@redhat.com wrote: On Mi, 2015-03-18 at 12:37 -0400, Chris Ruffin wrote: qemu and simics simulators both seem to expect that video should be disabled before changing the video mode. Not required for qemu. qemu allows updating the modesetting

Re: [PATCH 4/4] lpc_ich: Add Device IDs for Intel Wildcat Point-LP PCH

2013-11-24 Thread Alexander Beregalov
On 4 November 2013 21:31, James Ralston wrote: > This patch adds the TCO Watchdog Device IDs for the Intel Wildcat Point-LP > PCH. > > Signed-off-by: James Ralston > --- > drivers/mfd/lpc_ich.c | 13 + > 1 file changed, 13 insertions(+) > > + [LPC_WPT_LP] = { > +

Re: [PATCH 4/4] lpc_ich: Add Device IDs for Intel Wildcat Point-LP PCH

2013-11-24 Thread Alexander Beregalov
On 4 November 2013 21:31, James Ralston james.d.rals...@intel.com wrote: This patch adds the TCO Watchdog Device IDs for the Intel Wildcat Point-LP PCH. Signed-off-by: James Ralston james.d.rals...@intel.com --- drivers/mfd/lpc_ich.c | 13 + 1 file changed, 13 insertions(+)

[PATCH] cmdline-parser: fix build

2013-11-14 Thread Alexander Beregalov
Fix following errors: include/linux/cmdline-parser.h:17:12: error: 'BDEVNAME_SIZE' undeclared here block/cmdline-parser.c:17:2: error: implicit declaration of function 'kzalloc' Signed-off-by: Alexander Beregalov --- include/linux/cmdline-parser.h | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH] cmdline-parser: fix build

2013-11-14 Thread Alexander Beregalov
Fix following errors: include/linux/cmdline-parser.h:17:12: error: 'BDEVNAME_SIZE' undeclared here block/cmdline-parser.c:17:2: error: implicit declaration of function 'kzalloc' Signed-off-by: Alexander Beregalov alexander.berega...@intel.com --- include/linux/cmdline-parser.h | 2 ++ 1 file

Warning: NO_HZ FULL will not work with unstable sched clock

2013-11-09 Thread Alexander Beregalov
Hi, It first appeared some time after 3.9 or 3.10 and still persist. I guess bisect is not required? WARNING: CPU: 1 PID: 6 at kernel/time/tick-sched.c:187 can_stop_full_tick+0x8d/0x9a() NO_HZ FULL will not work with unstable sched clock Modules linked in: CPU: 1 PID: 6 Comm: kworker/u8:0 Not

Warning: NO_HZ FULL will not work with unstable sched clock

2013-11-09 Thread Alexander Beregalov
Hi, It first appeared some time after 3.9 or 3.10 and still persist. I guess bisect is not required? WARNING: CPU: 1 PID: 6 at kernel/time/tick-sched.c:187 can_stop_full_tick+0x8d/0x9a() NO_HZ FULL will not work with unstable sched clock Modules linked in: CPU: 1 PID: 6 Comm: kworker/u8:0 Not

Re: kernel BUG at mm/huge_memory.c:1798!

2012-12-26 Thread Alexander Beregalov
On 25 December 2012 16:05, Hillf Danton wrote: > On Tue, Dec 25, 2012 at 12:38 PM, Zhouping Liu wrote: >> Hello all, >> >> I found the below kernel bug using latest mainline(637704cbc95), >> my hardware has 2 numa nodes, and it's easy to reproduce the issue >> using LTP test case: "# ./mmap10 -a

Re: kernel BUG at mm/huge_memory.c:1798!

2012-12-26 Thread Alexander Beregalov
On 25 December 2012 16:05, Hillf Danton dhi...@gmail.com wrote: On Tue, Dec 25, 2012 at 12:38 PM, Zhouping Liu z...@redhat.com wrote: Hello all, I found the below kernel bug using latest mainline(637704cbc95), my hardware has 2 numa nodes, and it's easy to reproduce the issue using LTP test