Re: [patch] deadlock in vm_reserv_reclaim_contig()

2015-04-12 Thread Svatopluk Kraus
On Sat, Apr 11, 2015 at 7:57 PM, Alan Cox wrote: > On 04/10/2015 04:11, Svatopluk Kraus wrote: >> Hi, >> >> my RPI-B has been stuck in vm_reserv_reclaim_contig() due to a bug >> within that function. I can reproduce that easily on my two-core >> pandaboard when I limit all memory in system to 128M

Re: Early use of log() does not end up in kernel msg buffer

2015-04-12 Thread Poul-Henning Kamp
In message <16486425.yxjbenq...@ralph.baldwin.cx>, John Baldwin writes: >To be clear, you didn't turn off printing to the console, you turned off >writing to the msglog. I've scavenged my notes and can't find anything to explain why. -- Poul-Henning Kamp | UNIX since Zilog Zeus

Re: WARNING: FOO.c: enum pmc_event has too many values: 1930 > 1023

2015-04-12 Thread Benjamin Kaduk
On Sat, 11 Apr 2015, Rui Paulo wrote: > On Saturday 11 April 2015 15:53:41 Oliver Pinter wrote: > > Hi all! > > > > I just found the line in the subject in our jenkinsbuild log in both > > amd64 and i386 case (we don't modified these files): > > > > http://nyi-01.build.hardenedbsd.org:8180/jenkin

Re: WARNING: FOO.c: enum pmc_event has too many values: 1930 > 1023

2015-04-12 Thread Rui Paulo
On Apr 12, 2015, at 13:18, Benjamin Kaduk wrote: > Looking at the actual build log posted, the warning is emitted by cc, not > ctfconvert. This is not a compiler warning. While you can't see the ctfconvert/ctfmerge command because it's hidden, I'm sure that the warning comes from ctf. Just gr