linux-kernel mailing list

FromSubjectsort iconDate
office
Regarging your request
The TOP site for medicals: http://www.doctorr.org/ Phentermine as cheap as 1 dollar! Buy it with VISA! __________________________ porabotal na sovest - porabotay na sebya bodr kak elektricheskiy stul luchshe zhivot ot piva chem gorb ot raboty zhenitsya - eto dorogoy sposob imet vashi veschi postirannymi besplatno tyazhelo v uchenii - legko na izlechenii shtirlic shel po beregu shprei i uvidel sidyaschego s udochkoy cheloveka kak kluet - sprosil shtirlic horosho - otvetil chelove...
Jun 14, 7:52 pm 2008
Zhaohui Wang
how to find when a symbol introduced into the kernel
Hi all To write multiple kernel version compatible programs, I need to know when a specific symbol (a struct or a function)were introduced in to the kernel tree Binary search against multiple kernel sources is a way,but is still slow.Is there any fast way to use modern git technology to make my life easier? Many thanks. Best Regards Zhaohui Wang --
Jun 14, 6:11 pm 2008
Vegard Nossum
[PATCH] debugobjects: fix lockdep warning
Hi, I don't know whether this is truly the Right Fix; if it isn't, feel free to re-use my commit template for when the RF appears... ;-) Daniel, is there any chance you can try it out? Thanks. Vegard From: Vegard Nossum <vegard.nossum@gmail.com> Date: Sun, 15 Jun 2008 00:47:36 +0200 Subject: [PATCH] debugobjects: fix lockdep warning Daniel J Blueman reported: | ======================================================= | [ INFO: possible circular locking dependency detected ] | 2...
Jun 14, 6:58 pm 2008
Maximilian Engelhardt
[regression] display dimming is slow and laggy
--Boundary-01=_IbEVIiQTpWNJr7y Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, I'm using kernel 2.6.26-rc6 at the moment and with it dimming the display i= s=20 slow and laggy. Using kernel 2.6.25 doesn't show this problem. Here is a more detailed explanation: I'm dimming my display with the appropriate keys on my laptop (Fn +=20 right/left). Till kernel 2.6.25 this has worked without any problems. Now I= 'm=20 u...
Jun 14, 6:31 pm 2008
Daniel K.
[BUG: NULL pointer dereference] cgroups and RT scheduling in...
I get the following on the latest Linus git tree. Testcase: mkdir /dev/cgroup mount -t cgroup -o cpu,cpuset cgroup /dev/cgroup mkdir -p /dev/cgroup/burn/oops cd /dev/cgroup/burn echo 3 > cpuset.cpus echo 0 > cpuset.mems echo 1000000 > cpu.rt_period_us echo 940000 > cpu.rt_runtime_us echo 3 > oops/cpuset.cpus echo 0 > oops/cpuset.mems echo 100000 > oops/cpu.rt_period_us echo 4000 > oops/cpu.rt_runtime_us echo $$ > oops/tasks schedtool -R -p 1 -e burnP6 ...
Jun 14, 6:26 pm 2008
Adam Sampson
2.6.25.4-rt6 doesn't build with RT_GROUP_SCHED && !SMP
Hi, The RT-patched kernel 2.6.25.4-rt6 doesn't build if you've turned on group scheduling but not SMP, owing to this bit of code in kernel/sched_rt.c: #if defined CONFIG_SMP || defined CONFIG_RT_GROUP_SCHED if (rt_se_prio(rt_se) < rt_rq->highest_prio) { struct rq *rq = rq_of_rt_rq(rt_rq); rt_rq->highest_prio = rt_se_prio(rt_se); if (rq->online) cpupri_set(&rq->rd->cpupri, rq->cpu, ...
Jun 14, 5:10 pm 2008
Rafael J. Wysocki
2.6.26-rc6-git2: Reported regressions from 2.6.25
This message contains a list of some regressions from 2.6.25, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved regressions from 2.6.25, please let me know either and I'll add them to the list. Also, please let me know if any of the entries below are invalid. Each entry from the list will be sent additionally in an automatic reply to this message with CCs to the people involved in reporting and...
Jun 14, 4:04 pm 2008
Vegard Nossum
Re: 2.6.26-rc6-git2: Reported regressions from 2.6.25
http://lkml.org/lkml/2008/6/14/62 was just reported today. Seems to have been caused by commit 3ac7fe5a4aab409bd5674d0b070bce97f9d20872 Author: Thomas Gleixner <tglx@linutronix.de> Date: Wed Apr 30 00:55:01 2008 -0700 infrastructure to debug (dynamic) objects which was introduced just after v2.6.25, but not discovered until now, probably because it requires the (admittedly obscure) combination of lockdep and slub/object debugging. Vegard -- "The animistic metaphor of ...
Jun 14, 6:09 pm 2008
Linus Torvalds
Re: 2.6.26-rc6-git2: Reported regressions from 2.6.25
I don't believe this is a regression, at least the 8GB thing. The HIGHMEM64G config option has had a depends on !M386 && !M486 for quite a while now. It certainly was in 2.6.25 already. So if you want PAE support, we do require that you ask for a kernel that has cmpxchg8b support (needed for the atomic 64-bit clearing of a PAE page table entry). Not to mention a CPU that supports PAE. And that is simply incompatible with "I want it to work on an i486 too". So saying "I wan...
Jun 14, 5:42 pm 2008
David Miller
Re: 2.6.26-rc6-git2: Reported regressions from 2.6.25
From: Linus Torvalds <torvalds@linux-foundation.org> No, this is looking like a different bug. The behavior of that bug would not usually be a crash, but rather stuck connections, and I severely doubt anything in that specweb test setup is using the deferred-accept option I think this is also a seperate bug. Ilpo has asked the reporter for more information. --
Jun 14, 7:31 pm 2008
Maciej W. Rozycki
Re: 2.6.26-rc6-git2: Reported regressions from 2.6.25
From what you have written it looks the dependency should actually be: depends on !M386 && !M486 && !M586 && !M586TSC && !M586MMX as none of the pre-Pentium-Pro processors had the PAE feature (I am not sure about non-Intel implementations, so the case of M586 would have to be investigated). It was originally planned for the Pentium, but abandoned because of the die size required -- the details behind the story were obviously never very well known, but it was de...
Jun 14, 6:00 pm 2008
Rafael J. Wysocki
[Bug 9791] Clock is running too fast^Wslow using acpi_pm clo...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=9791 Subject : Clock is running too fast^Wslow using acpi_pm clocksource Submitter : tosn00j02@sneakemail.com Date : 2008-05-03 05:09 (43 days old) --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10912] Regressions in the last kernels
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10912 Subject : Regressions in the last kernels Submitter : werner <werner@sys-linux.yi.org> Date : 2008-06-14 18:26 (1 days old) References : http://marc.info/?l=linux-kernel&m=121346933911641&w=4 --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10908] IPF Montvale machine panic when running a networ...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10908 Subject : IPF Montvale machine panic when running a network-relevent testing Submitter : Zhang, Yanmin <yanmin_zhang@linux.intel.com> Date : 2008-06-13 8:19 (2 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-ker...">http://marc.info/?l=linux-ker...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10906] repeatable slab corruption with LTP msgctl08
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10906 Subject : repeatable slab corruption with LTP msgctl08 Submitter : Andrew Morton <akpm@linux-foundation.org> Date : 2008-06-12 5:13 (3 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=121324775927704...">http://marc.info/?l=linux-kernel&m=121324775927704...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10905] 2.6.26: x86/kernel/pci_dma.c: gfp |= __GFP_NORET...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10905 Subject : 2.6.26: x86/kernel/pci_dma.c: gfp |= __GFP_NORETRY ? Submitter : Miquel van Smoorenburg <miquels@cistron.nl> Date : 2008-05-21 13:30 (25 days old) References : http://lkml.org/lkml/2008/5/21/131 ht...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10903] ssh connections hang with 2.6.26-rc5
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10903 Subject : ssh connections hang with 2.6.26-rc5 Submitter : Didier Raboud <didier@raboud.com> Date : 2008-06-13 02:39 (2 days old) --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10872] x86_64 boot hang when CONFIG_NUMA=n
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10872 Subject : x86_64 boot hang when CONFIG_NUMA=n Submitter : Randy Dunlap <randy.dunlap@oracle.com> Date : 2008-06-05 21:50 (10 days old) References : http://marc.info/?l=linux-kernel&m=121270308607116&w=4 ...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10892] Sometime (often) X come out blank (black screen)...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10892 Subject : Sometime (often) X come out blank (black screen) on cold boot - Intel chipset Submitter : Romano Giannetti <romano.giannetti@gmail.com> Date : 2008-06-10 05:33 (5 days old) References : [ message continues ]
" title="http://lkml.org/...">http://lkml.org/...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10866] /dev/rtc was missing until I disabled CONFIG_RTC...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10866 Subject : /dev/rtc was missing until I disabled CONFIG_RTC_CLASS Submitter : Lior Dotan <liodot@gmail.com> Date : 2008-06-05 15:04 (10 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=121267834521432...">http://marc.info/?l=linux-kernel&m=121267834521432...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10868] Oops on loading ipaq module since 2.6.26, preven...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10868 Subject : Oops on loading ipaq module since 2.6.26, prevents use of device Submitter : Adam Williamson <awilliamson@mandriva.com> Date : 2008-06-05 17:39 (10 days old) Handled-By : Alan Cox <alan@redhat.com&gt...
Jun 14, 4:12 pm 2008
Alan Cox
Re: [Bug 10868] Oops on loading ipaq module since 2.6.26, pr...
On Sat, 14 Jun 2008 22:12:04 +0200 (CEST) Still waiting for the actual attached result of the test patch to debug this further. Guess it will miss 2.6.26 --
Jun 14, 5:26 pm 2008
Rafael J. Wysocki
[Bug 10862] forcedeth: lockdep warning on ethtool -s
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10862 Subject : forcedeth: lockdep warning on ethtool -s Submitter : Tobias Diedrich <ranma+kernel@tdiedrich.de> Date : 2008-06-01 8:37 (14 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=121230964032247&...">http://marc.info/?l=linux-kernel&m=121230964032247&...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10864] [regression][bisected] ~90,000 wakeups as of 2.6...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10864 Subject : [regression][bisected] ~90,000 wakeups as of 2.6.26-rc3 Submitter : Németh Márton <nm127@freemail.hu> Date : 2008-06-03 5:18 (12 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=121247101...">http://marc.info/?l=linux-kernel&m=121247101...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10865] i get the following oops trying to mount an ntfs...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10865 Subject : i get the following oops trying to mount an ntfs partition on thinkpad Submitter : Alex Romosan <romosan@sycorax.lbl.gov> Date : 2008-06-05 14:47 (10 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-ker...">http://marc.info/?l=linux-ker...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10861] 2.6.26-rc4-git2 - long pause during boot
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10861 Subject : 2.6.26-rc4-git2 - long pause during boot Submitter : Chris Clayton <chris2553@googlemail.com> Date : 2008-06-01 4:15 (14 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=121229382917834&amp...">http://marc.info/?l=linux-kernel&m=121229382917834&amp...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10860] total system freeze at boot with 2.6.26-rc
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10860 Subject : total system freeze at boot with 2.6.26-rc Submitter : Christian Casteyde <casteyde.christian@free.fr> Date : 2008-06-05 12:38 (10 days old) --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10830] two different oopses with 2.6.26-rc4
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10830 Subject : two different oopses with 2.6.26-rc4 Submitter : Alejandro Riveira Fernández <alejandro.riveira@gmail.com> Date : 2008-05-28 9:50 (18 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=12119...">http://marc.info/?l=linux-kernel&m=12119...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10843] Display artifacts on XOrg logout with PAT kernel...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10843 Subject : Display artifacts on XOrg logout with PAT kernel and VESA framebuffer Submitter : Frans Pop <elendil@planet.nl> Date : 2008-05-31 14:04 (15 days old) References : http://lkml.org/lkml/2008/6/7/206 ...
Jun 14, 4:12 pm 2008
Frans Pop Jun 14, 5:59 pm 2008
Rafael J. Wysocki
[Bug 10828] [2.6.25-git18 => 2.6.26-rc1-git1] Xorg cr...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10828 Subject : [2.6.25-git18 => 2.6.26-rc1-git1] Xorg crash with xf86MapVidMem error Submitter : Rufus & Azrael <rufus-azrael@numericable.fr> Date : 2008-05-04 10:24 (42 days old) References : [ message continues ]
" title="http://lk...">http://lk...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10827] 2.6.26rc4 GFS2 oops.
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10827 Subject : 2.6.26rc4 GFS2 oops. Submitter : Dave Jones <davej@redhat.com> Date : 2008-05-27 15:44 (19 days old) References : http://lkml.org/lkml/2008/5/27/297 --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10826] NFS oops in 2.6.26rc4
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10826 Subject : NFS oops in 2.6.26rc4 Submitter : Dave Jones <davej@redhat.com> Date : 2008-05-27 19:04 (19 days old) References : http://marc.info/?l=linux-kernel&m=121191548915522&w=4 --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10821] rt25xx: lock dependency warning, association fai...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10821 Subject : rt25xx: lock dependency warning, association failure, and kmalloc corruption Submitter : Christian Casteyde <casteyde.christian@free.fr> Date : 2008-05-29 14:30 (17 days old) --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10819] Fatal DMA error with b43 driver since 2.6.26
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10819 Subject : Fatal DMA error with b43 driver since 2.6.26 Submitter : Christian Casteyde <casteyde.christian@free.fr> Date : 2008-05-29 13:16 (17 days old) --
Jun 14, 4:12 pm 2008
Michael Buesch
Re: [Bug 10819] Fatal DMA error with b43 driver since 2.6.26
This regression is fixed by 21691a38db9d465a109c5ec25cd3956a18cfcf5d Author: Michael Buesch <mb@bu3sch.de> 2008-06-12 15:33:13 Committer: John W. Linville <linville@tuxdriver.com> 2008-06-14 01:18:58 Parent: 9983f35f12b8be71d13b8aca6dbf781d3342c7aa (rt2x00: LEDS build failure) Child: 33593dbf334869456167bc66511bc54c4ba39dc5 (mac80211 : fix for iwconfig in ad-hoc mode) Branches: master, remotes/origin/master Follows: merge-2008-06-14 Precedes: master-2008-06-14 ssb: Fix co...
Jun 14, 5:34 pm 2008
Rafael J. Wysocki
[Bug 10815] 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10815 Subject : 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0 Submitter : Alexey Dobriyan <adobriyan@gmail.com> Date : 2008-05-27 09:23 (19 days old) References : http://lkml.org/lkml/2008/5/27/9 [ message continues ]
" title="http://lkml.org/lkml/2008...">http://lkml.org/lkml/2008...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10794] mips: CONF_CM_DEFAULT build error
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10794 Subject : mips: CONF_CM_DEFAULT build error Submitter : Adrian Bunk <adrian.bunk@movial.fi> Date : 2008-05-25 10:11 (21 days old) References : http://lkml.org/lkml/2008/5/25/168 [ message continues ]
" title="http://lkml.org/lkml/2008/6/1...">http://lkml.org/lkml/2008/6/1...
Jun 14, 4:12 pm 2008
Adrian Bunk Jun 14, 5:24 pm 2008
Rafael J. Wysocki
[Bug 10799] sky2 general protection fault
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10799 Subject : sky2 general protection fault Submitter : Nicolas Mailhot <Nicolas.Mailhot@LaPoste.net> Date : 2008-05-26 11:05 (20 days old) --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10786] 2.6.26-rc3 64bit SMP does not boot on J5600
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10786 Subject : 2.6.26-rc3 64bit SMP does not boot on J5600 Submitter : Domenico Andreoli <cavokz@gmail.com> Date : 2008-05-22 16:14 (24 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=121147328028081&amp...">http://marc.info/?l=linux-kernel&m=121147328028081&amp...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10764] some serial configurations are now broken
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10764 Subject : some serial configurations are now broken Submitter : Russell King <rmk+lkml@arm.linux.org.uk> Date : 2008-05-20 7:35 (26 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=121126931810706&am...">http://marc.info/?l=linux-kernel&m=121126931810706&am...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10725] Write protect on on
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10725 Subject : Write protect on on Submitter : Maciej Rutecki <maciej.rutecki@gmail.com> Date : 2008-05-16 14:55 (30 days old) References : http://marc.info/?l=linux-kernel&m=121095168003572&w=4 --
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10741] bug in `tty: BKL pushdown'?
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10741 Subject : bug in `tty: BKL pushdown'? Submitter : Johannes Weiner <hannes@saeurebad.de> Date : 2008-05-18 2:16 (28 days old) References : http://marc.info/?l=linux-kernel&m=121107706506181&w=4 Handled-By...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10730] build issue #503 for v2.6.26-rc2-433-gf26a398 : ...
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10730 Subject : build issue #503 for v2.6.26-rc2-433-gf26a398 : undefined reference to `request_firmware' Submitter : Toralf Förster <toralf.foerster@gmx.de> Date : 2008-05-16 17:06 (30 days old) References : [ message continues ]
" title="http://m...">http://m...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10726] x86-64 NODES_SHIFT compile failure.
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10726 Subject : x86-64 NODES_SHIFT compile failure. Submitter : Dave Jones <davej@codemonkey.org.uk> Date : 2008-05-16 12:54 (30 days old) References : http://lkml.org/lkml/2008/5/16/312 Handled-By : Mike Travis <t...
Jun 14, 4:12 pm 2008
Rafael J. Wysocki
[Bug 10724] ACPI: EC: GPE storm detected, disabling EC GPE
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10724 Subject : ACPI: EC: GPE storm detected, disabling EC GPE Submitter : Justin Mattock <justinmattock@gmail.com> Date : 2008-05-16 6:17 (30 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=1210918757118...">http://marc.info/?l=linux-kernel&m=1210918757118...
Jun 14, 4:12 pm 2008
Justin Mattock
Re: [Bug 10724] ACPI: EC: GPE storm detected, disabling EC GPE
I've just pulled the latest git, and applied the latest patch that was sent to me, I'm not seeing this message at the moment. I am unsure if the problem is fixed or not. -- Justin P. Mattock --
Jun 14, 6:29 pm 2008
Rafael J. Wysocki
[Bug 10714] Badness seen on 2.6.26-rc2 with lockdep enabled
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.25. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10714 Subject : Badness seen on 2.6.26-rc2 with lockdep enabled Submitter : Balbir Singh <balbir@linux.vnet.ibm.com> Date : 2008-05-14 12:57 (32 days old) References : [ message continues ]
" title="http://marc.info/?l=linux-kernel&m=12107691742...">http://marc.info/?l=linux-kernel&m=12107691742...
Jun 14, 4:12 pm 2008
Adrian Bunk
Re: [Bug 10714] Badness seen on 2.6.26-rc2 with lockdep enab...
Benjamin, you said you wanted to have a look at this? cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --
Jun 14, 7:04 pm 2008
previous daytodaynext day
June 13, 2008June 14, 2008June 15, 2008