| From | Subject | Date |
|---|---|---|
| EMAIL ACCOUNT HELP TEAM | UPGRADE YOUR EMAIL ACCOUNT
DEAR: EMAIL ACCOUNT OWNER.
This is to inform you that your email need to be verified and upgrade since we are undergoing email upgarding in our data base. inorder for your email to be verified and upgrade, you are required to send us you email password and email ID in the space provided (...............), You stand the chance of losing your email account if you fail to provide the requested information for verification and upgrading. Send Your account upgrading information to : ...
| Sep 21, 3:08 pm 2008 |
| Dmitry Torokhov | [git pull] Input updates for 2.6.27-rc7
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive updates for the input subsystem.
Changelog:
---------
Henrik Rydberg (1):
Input: bcm5974 - switch back to normal mode when closing
Kristoffer Ericson (1):
Input: jornada720_ts - fix build error ( LONG() usage )
Diffstat:
--------
drivers/input/mouse/bcm5974.c | 13 ...
| Sep 21, 3:56 pm 2008 |
| Arjan van de Ven | [PATCH] raid: make RAID autodetect default a KConfig option
From 812bf9a448d96375a3aec5c51764d74cace85abb Mon Sep 17 00:00:00 2001
From: Arjan van de Ven <arjan@linux.intel.com>
Date: Sun, 21 Sep 2008 15:44:32 -0700
Subject: [PATCH] raid: make RAID autodetect default a KConfig option
RAID autodetect has the side effect of requiring synchronisation
of all device drivers, which can make the boot several seconds longer
(I've measured 7 on one of my laptops).... even for systems that don't
have RAID setup for the root filesystem (the only FS where this ...
| Sep 21, 3:45 pm 2008 |
| Linus Torvalds | Linux 2.6.27-rc7
It's been a fairly quiet week, since last week was the kernel summit and
the plumbers conference, and a lot of the core kernel developers showed
up. Hopefully we've fixed a number of regressions too (partly _at_ the
KS), and I also hope the KS made more of the core developers think about
the regression list in general.
The shortlog really is pretty short (appended), with most of the changes
pretty spread out (with pretty exactly one third in arch, drivers, and
"the rest" ...
| Sep 21, 3:39 pm 2008 |
| Thadeu Lima de Souza ... | [PATCH] [ARM] ep93xx: add ethernet support for edb9302
EDB9302 board use EP9302 controller, which include an ethernet device.
Register the platform device to enable it.
Using edb9302a won't work for these boards because they do not include
the chip ID. Ethernet wouldn't work without this patch and it seems
there is no edb9302 board without ethernet. So, this is the correct fix.
---
arch/arm/mach-ep93xx/edb9302.c | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-ep93xx/edb9302.c ...
| Sep 21, 3:00 pm 2008 |
| Uwe Kleine-König | [PATCH] Use platform_driver_probe for pio platform driver
The probe function of the pio platform driver lives in the init section
and so a pio device that is created after the init section is discarded
probably results in an oops. Even if this cannot happen, using
platform_driver_probe is cleaner. (If this can happen and should be
supported the probe function must live in the devinit section instead.)
Signed-off-by: Uwe Kleine-K
| Sep 21, 2:52 pm 2008 |
| Uwe Kleine-König | [PATCH] Use platform_driver_probe for pdc platform driver
The probe function of the pdc platform driver lives in the init section
and so a pdc device that is created after the init section is discarded
probably results in an oops. Even if this cannot happen, using
platform_driver_probe is cleaner. (If this can happen and should be
supported the probe function must live in the devinit section instead.)
Signed-off-by: Uwe Kleine-K
| Sep 21, 2:52 pm 2008 |
| Mark de Wever | [Regression] Seagate STT20000A no longer works in 2.6.26
Hi,
After I updated my Debian kernel from 2.6.24 to 2.6.26 my system no
longer booted. I reproduced the problem with a vanilla 2.6.26. The
problem seems to be caused by the ide-tape driver when using a Seagate
STT20000A tapestreamer. After updating to
f2e3ab52afb3b05879b9d82a05740cd924993325 (ide-tape: convert to using
the new atapi_flags) my system booted again. Below the bootlog when the
system hangs (might be that the reported kernel version is wrong since I
couldn't get the output when the ...
| Sep 21, 2:17 pm 2008 |
| Michal Januszewski | [PATCH] fbdev: don't allow to set a video mode via vga= ...
From: Michal Januszewski <spock@gentoo.org>
Currently, it is possible to set a VESA graphics mode at boot time via
the vga= parameter even when no framebuffer driver supporting this is
configured. This could lead to the system booting with a black screen,
without a usable console.
Fix this problem by only allowing to set graphics modes at boot time
if a supporting framebuffer driver is configured.
Signed-off-by: Michal Januszewski <spock@gentoo.org>
---
diff --git ...
| Sep 21, 2:02 pm 2008 |
| Michal Januszewski | [PATCH] MAINTAINERS: add entry for uvesafb
Add a maintainer entry for the uvesafb driver.
Signed-off-by: Michal Januszewski <spock@gentoo.org>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 0a613cb..26c8ddb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4431,6 +4431,13 @@ W: http://kernel.org/~kzak/util-linux-ng/
T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
S: Maintained
+UVESAFB DRIVER
+P: Michal Januszewski
+M: spock@gentoo.org
+L: linux-fbdev-devel@lists.sourceforge.net (moderated for ...
| Sep 21, 1:47 pm 2008 |
| Michal Januszewski | [PATCH] uvesafb: don't treat mode info retrieval failure ...
From: Michal Januszewski <spock@gentoo.org>
Some BIOSes return error codes when queried for information about
modes from their own modelist. uvesafb treats this as an error
case and bails out.
Change this behavior so that broken modes do not prevent the driver
from working. Only the failure to retrieve information about any
usable video mode is considered to be an error case.
Signed-off-by: Michal Januszewski <spock@gentoo.org>
---
diff --git a/drivers/video/uvesafb.c ...
| Sep 21, 1:45 pm 2008 |
| Mariusz Kozlowski | Re: [Bug #11555] rmmod ide-cd_mod: tried to init an init ...
It was present in 2.6.27-rc6. A day or two later I checked mainline and
Thanks,
Mariusz
--
| Sep 21, 1:43 pm 2008 |
| Rafael J. Wysocki | [Bug #11357] Can not boot up with zd1211rw USB-Wlan Stick
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11357
Subject : Can not boot up with zd1211rw USB-Wlan Stick
Submitter : uwe <kender@freenet.de>
Date : 2008-08-16 14:17 (37 days old)
--
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11272] BUG: parport_serial in 2.6.27-rc1 for NetMo ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11272
Subject : BUG: parport_serial in 2.6.27-rc1 for NetMos Technology PCI 9835
Submitter : Jaswinder Singh <jaswinderlinux@gmail.com>
Date : 2008-08-05 15:12 (48 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11459] kernel crash after wifi connection established
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11459
Subject : kernel crash after wifi connection established
Submitter : Alexey Kuznetsov <ak@axet.ru>
Date : 2008-08-30 03:08 (23 days old)
--
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11516] severe performance degradation on x86_64 go ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11516
Subject : severe performance degradation on x86_64 going from 2.6.26-rc9 -&gt; 2.6.27= -rc5
Submitter : Jason Vas Dias <jason.vas.dias@gmail.com>
Date : 2008-09-07 13:59 (15 days ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11439] [2.6.27-rc4-git4] compilation warnings
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11439
Subject : [2.6.27-rc4-git4] compilation warnings
Submitter : Rufus &amp; Azrael <rufus-azrael@numericable.fr>
Date : 2008-08-26 9:37 (27 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11609] oops in find_get_page
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11609
Subject : oops in find_get_page
Submitter : Marcin Slusarz <marcin.slusarz@gmail.com>
Date : 2008-09-20 14:53 (2 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11224] Only three cores found on quad-core machine.
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11224
Subject : Only three cores found on quad-core machine.
Submitter : Dave Jones <davej@redhat.com>
Date : 2008-08-01 18:15 (52 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11549] 2.6.27-rc5 acpi: EC Storm error message on bootup
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11549
Subject : 2.6.27-rc5 acpi: EC Storm error message on bootup
Submitter : <jmerkey@wolfmountaingroup.com>
Date : 2008-09-02 21:27 (20 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11501] Failed to open destination file: Permission ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11501
Subject : Failed to open destination file: Permission deniedihex2fw
Submitter : Andrew Morton <akpm@linux-foundation.org>
Date : 2008-09-04 18:34 (18 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11551] Semi-repeatable hard lockup on 2.6.27-rc6
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11551
Subject : Semi-repeatable hard lockup on 2.6.27-rc6
Submitter : Steven Noonan <steven@uplinklabs.net>
Date : 2008-09-10 18:07 (12 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11543] kernel panic: softlockup in tick_periodic() ???
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11543
Subject : kernel panic: softlockup in tick_periodic() ???
Submitter : Joshua Hoblitt <j_kernel@hoblitt.com>
Date : 2008-09-11 16:46 (11 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11608] 2.6.27-rc6 BUG: unable to handle kernel pag ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11608
Subject : 2.6.27-rc6 BUG: unable to handle kernel paging request
Submitter : John Daiker <daikerjohn@gmail.com>
Date : 2008-09-16 23:00 (6 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11476] failure to associate after resume from susp ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11476
Subject : failure to associate after resume from suspend to ram
Submitter : Michael S. Tsirkin <m.s.tsirkin@gmail.com>
Date : 2008-09-01 13:33 (21 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| David Miller | Re: [Bug #11382] e1000e: 2.6.27-rc1 corrupts EEPROM/NVM
From: "Rafael J. Wysocki" <rjw@sisk.pl>
Fixed by:
commit 78566fecbb12a7616ae9a88b2ffbc8062c4a89e3
Author: Christopher Li <chrisl@vmware.com>
Date: Fri Sep 5 14:04:05 2008 -0700
e1000: prevent corruption of EEPROM/NVM
Andrey reports e1000 corruption, and that a patch in vmware's ESX fixed
it.
The EEPROM corruption is triggered by concurrent access of the EEPROM
read/write. Putting a lock around it solve the problem.
[akpm@linux-foundation.org: ...
| Sep 21, 4:51 pm 2008 |
| Rafael J. Wysocki | [Bug #11230] Kconfig no longer outputs a .config with fr ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11230
Subject : Kconfig no longer outputs a .config with freshly updated defconfigs
Submitter : Josh Boyer <jwboyer@linux.vnet.ibm.com>
Date : 2008-08-02 16:03 (51 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11569] Don't complain about disabled irqs when the ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11569
Subject : Don't complain about disabled irqs when the system has paniced
Submitter : Andi Kleen <andi@firstfloor.org>
Date : 2008-09-02 13:49 (20 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Randy Dunlap | Sep 21, 4:49 pm 2008 | |
| Rafael J. Wysocki | [Bug #11568] spontaneous reboot on resume with 2.6.27
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11568
Subject : spontaneous reboot on resume with 2.6.27
Submitter : Andy Wettstein <ajw1980@gmail.com>
Date : 2008-09-14 20:00 (8 days old)
--
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11215] INFO: possible recursive locking detected p ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11215
Subject : INFO: possible recursive locking detected ps2_command
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2008-07-31 9:41 (53 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11210] libata badness
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11210
Subject : libata badness
Submitter : Kumar Gala <galak@kernel.crashing.org>
Date : 2008-07-31 18:53 (53 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | 2.6.27-rc6-git6: Reported regressions from 2.6.26
This message contains a list of some regressions from 2.6.26, 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.26, 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 ...
| Sep 21, 11:52 am 2008 |
| Rafael J. Wysocki | [Bug #11505] oltp ~10% regression with 2.6.27-rc5 on sto ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11505
Subject : oltp ~10% regression with 2.6.27-rc5 on stoakley machine
Submitter : Lin Ming <ming.m.lin@intel.com>
Date : 2008-09-04 7:06 (18 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11506] oops during unmount - ext3? (2.6.27-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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11506
Subject : oops during unmount - ext3? (2.6.27-rc5)
Submitter : Marcin Slusarz <marcin.slusarz@gmail.com>
Date : 2008-09-04 19:14 (18 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11512] sort-of regression due to "kconfig: speed u ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11512
Subject : sort-of regression due to "kconfig: speed up all*config + randconfig"
Submitter : Alexey Dobriyan <adobriyan@gmail.com>
Date : 2008-09-05 22:50 (17 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11548] kernel BUG at drivers/pci/intel-iommu.c:1373!
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11548
Subject : kernel BUG at drivers/pci/intel-iommu.c:1373!
Submitter : Chris Mason <chris.mason@oracle.com>
Date : 2008-09-08 14:26 (14 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11380] lockdep warning: cpu_add_remove_lock at:cpu ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11380
Subject : lockdep warning: cpu_add_remove_lock at:cpu_maps_update_begin+0x14/0x16
Submitter : Ingo Molnar <mingo@elte.hu>
Date : 2008-08-20 6:44 (33 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11207] VolanoMark regression with 2.6.27-rc1
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11207
Subject : VolanoMark regression with 2.6.27-rc1
Submitter : Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date : 2008-07-31 3:20 (53 days old)
References : ...
| Sep 21, 11:52 am 2008 |
| Rafael J. Wysocki | [Bug #11220] Screen stays black after resume
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11220
Subject : Screen stays black after resume
Submitter : Nico Schottelius <nico@schottelius.org>
Date : 2008-07-31 21:05 (53 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Justin Mattock | Re: [Bug #11552] Disabling IRQ #23
not sure if it should be;
From over here, I did a bad install
of isight-firmware-tools, causing hal and udev
to clash. After making sure the package was either
using hal or udev, there is no message of disable irq #23.
If its not too much trouble is there a way to verify that this was
the case, i.g. if udev creates a dev, then hal creates the same device
will this cause ehci_hcd to have messages of this kind? If so
then thats what happened, if not then theres something else causing ...
| Sep 21, 4:16 pm 2008 |
| Rafael J. Wysocki | [Bug #11271] BUG: fealnx in 2.6.27-rc1
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11271
Subject : BUG: fealnx in 2.6.27-rc1
Submitter : Jaswinder Singh <jaswinderlinux@gmail.com>
Date : 2008-08-05 14:58 (48 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11237] corrupt PMD after resume
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11237
Subject : corrupt PMD after resume
Submitter : Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Date : 2008-08-02 9:51 (51 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11340] LTP overnight run resulted in unusable box
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11340
Subject : LTP overnight run resulted in unusable box
Submitter : Alexey Dobriyan <adobriyan@gmail.com>
Date : 2008-08-13 9:24 (40 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11382] e1000e: 2.6.27-rc1 corrupts EEPROM/NVM
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11382
Subject : e1000e: 2.6.27-rc1 corrupts EEPROM/NVM
Submitter : David Vrabel <david.vrabel@csr.com>
Date : 2008-08-08 10:47 (45 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11590] Nokia 5310 Xpress usb-storage not mounting
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11590
Subject : Nokia 5310 Xpress usb-storage not mounting
Submitter : David Almaroad <dalmaroad@gmail.com>
Date : 2008-09-18 21:35 (4 days old)
--
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11611] Commit 2344abbcbdb82140050e8be29d3d55e4f6fe ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11611
Subject : Commit 2344abbcbdb82140050e8be29d3d55e4f6fe860b breaks resume on nx6325
Submitter : Rafael J. Wysocki <rjw@sisk.pl>
Date : 2008-09-20 23:24 (2 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11264] Invalid op opcode in kernel/workqueue
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11264
Subject : Invalid op opcode in kernel/workqueue
Submitter : Jean-Luc Coulon <jean.luc.coulon@gmail.com>
Date : 2008-08-07 04:18 (46 days old)
--
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11507] usb: sometimes dead keyboard after 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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11507
Subject : usb: sometimes dead keyboard after boot
Submitter : Frans Pop <elendil@planet.nl>
Date : 2008-08-26 21:03 (27 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11335] 2.6.27-rc2-git5 BUG: unable to handle kerne ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11335
Subject : 2.6.27-rc2-git5 BUG: unable to handle kernel paging request
Submitter : Randy Dunlap <randy.dunlap@oracle.com>
Date : 2008-08-12 4:18 (41 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11407] suspend: unable to handle kernel paging request
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11407
Subject : suspend: unable to handle kernel paging request
Submitter : Vegard Nossum <vegard.nossum@gmail.com>
Date : 2008-08-21 17:28 (32 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11465] Linux-2.6.27-rc5, drm errors in log
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11465
Subject : Linux-2.6.27-rc5, drm errors in log
Submitter : Gene Heskett <gene.heskett@verizon.net>
Date : 2008-08-30 18:52 (23 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11552] Disabling IRQ #23
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11552
Subject : Disabling IRQ #23
Submitter : Justin Mattock <justinmattock@gmail.com>
Date : 2008-09-09 19:08 (13 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Steven Noonan | Re: [Bug #11551] Semi-repeatable hard lockup on 2.6.27-rc6
The machine with these symptoms was sent in for service on Friday. I
suspect there may have been dodgy hardware involved on this one. I
think this bug should be closed for the time being. Once I get the
machine back, I'll reopen the bug if I can still reproduce it.
- Steven
--
| Sep 21, 1:39 pm 2008 |
| Rafael J. Wysocki | [Bug #11442] btusb hibernation/suspend breakage in curre ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11442
Subject : btusb hibernation/suspend breakage in current -git
Submitter : Rafael J. Wysocki <rjw@sisk.pl>
Date : 2008-08-25 11:37 (28 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11550] pnp: Huge number of "io resource overlap" m ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11550
Subject : pnp: Huge number of "io resource overlap" messages
Submitter : Frans Pop <elendil@planet.nl>
Date : 2008-09-09 10:50 (13 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11404] BUG: in 2.6.23-rc3-git7 in do_cciss_intr
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11404
Subject : BUG: in 2.6.23-rc3-git7 in do_cciss_intr
Submitter : rdunlap <randy.dunlap@oracle.com>
Date : 2008-08-21 5:52 (32 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Michal 'vorner' Vaner | Re: [Bug #11610] Problem with kernel commit 664d080c4146 ...
Hello
Yes, it still does this with newest kernel
(9824b8f11373b0df806c135a342da9319ef1d893). At last for me.
With regards
--
Please enter password:
Michal 'vorner' Vaner
--
| Sep 21, 4:10 pm 2008 |
| Alexey Starikovskiy | Re: 2.6.27-rc6-git6: Reported regressions from 2.6.26
Hi Rafael,
Correct patch is the one attached to bugzilla entry,
not the one you mention.
Regards,
Alex.
--
| Sep 21, 2:57 pm 2008 |
| Rafael J. Wysocki | [Bug #11610] Problem with kernel commit 664d080c41463570 ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11610
Subject : Problem with kernel commit 664d080c41463570b95717b5ad86e79dc1be0877
Submitter : Michal 'vorner' Vaner <vorner@ucw.cz>
Date : 2008-09-21 17:35 (1 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| Rafael J. Wysocki | [Bug #11308] tbench regression on each kernel release fr ...
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.26. Please verify if it still should be listed and let me know
(either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11308
Subject : tbench regression on each kernel release from 2.6.22 -&gt; 2.6.28
Submitter : Christoph Lameter <cl@linux-foundation.org>
Date : 2008-08-11 18:36 (42 days old)
References : ...
| Sep 21, 11:54 am 2008 |
| jmerkey | Re: [Bug #11549] 2.6.27-rc5 acpi: EC Storm error message ...
This bug is corrected by Alexey's patch and has passed all regression tests.
Jeff
--
| Sep 21, 2:07 pm 2008 |
| Alan Cox | Re: Honoring SO_RCVLOWAT in proto_ops.poll methods
Thats a gloriously insane way of trying to do HTTP/1.1, and one I'm not
sure is actually viable in the real world because the TCP window may be
smaller than the number of bytes required to find a Host: header - so you
may simply not be able to receive it via MSG_PEEK. In particular mobile
I don't either, and while I don't agree that what you are doing for
HTTP/1.1 is remotely sane there are probably other cases this would be
both sane and useful which does suggest fixing it would be ...
| Sep 21, 1:13 pm 2008 |
| lkml | Re: Honoring SO_RCVLOWAT in proto_ops.poll methods
I somewhat agree that it's insane, but it should be possible and what I've
done already works most of the time. With some additional special handling
of the missing Host: case what I have might be a viable general case
solution.
For now httpx just drops the connection when Host: isn't found as it's a
work in progress. I wanted to get this out there largely for you guys to
see "Hey maybe there's a practical need for MSG_PEEK & SO_RCVLOWAT behaving
differently than it does". It seems to have ...
| Sep 21, 3:09 pm 2008 |
| Mark de Wever | Re: [PATCH] IDE-TAPE NULL terminate strings.
Those extra characters made me believe the intention was setting the
NULL character, therefore I used that solution in my patch.
Regards,
Mark de Wever
--
| Sep 21, 1:29 pm 2008 |
| Sergei Shtylyov | Re: [PATCH] IDE-TAPE NULL terminate strings.
Hello.
This is not quite correct way to tackle this. More correct would be to
fix the format specifiers in this printk() to only print no more than N string
characters like this:
printk(KERN_INFO "ide-tape: %s <-> %s: %.8s %.16s rev %.4s\n",
drive->name, tape->name, vendor_id, product_id, fw_rev);
MBR, Sergei
--
| Sep 21, 12:24 pm 2008 |
| Mark de Wever | [PATCH] IDE-TAPE NULL terminate strings.
After updating my kernel to 2.6.26 the output for the ide-tape drive
during booting is garbled eg
ide-tape: hdd <-> ht0: Seagate <98>ß8A51|1À<81>ܺ<98>ß STT20000A rev 8A51|1À<81>ܺ<98>ß
This patch fixes the problem by NULL terminating the strings.
Regards,
Mark de Wever
PS: please CC me since I'm not subscribed.
PPS: there are more problems with my tapestreamer in 2.6.26 but I'll
post a separate message for that.
Signed-off-by: Mark de Wever <koraq@xs4all.nl>
---
...
| Sep 21, 11:51 am 2008 |
| Sergei Shtylyov | Re: [PATCH] IDE-TAPE NULL terminate strings.
Hello.
It was wrong to call ide_fixstring() on those "long" stings without
first setting their last byte to 0 -- this way that function just copied
the garbage at the end of the passed unterminated strings.
I suggest that you get rid of those extra bytes as well, and use the
MBR, Sergei
--
| Sep 21, 3:12 pm 2008 |
| Sergei Shtylyov | Re: [PATCH] IDE-TAPE NULL terminate strings.
Hm, I see that every string variable declared there has 2 extra
characters, and yet the author have managed to make a mistake... these extra
chars don't seem needed.
MBR, Sergei
--
| Sep 21, 1:08 pm 2008 |
| Frédéric Weisbecker | [Patch 3/3] Tracing/ftrace: Replace none tracer by nop tracer
Replace "none" tracer by the recently created "nop" tracer. Both are pretty similar except that nop accepts TRACE_PRINT or TRACE_SPECIAL entries.
And as a consequence, changing the size of the ring buffer now requires that tracing has already been disabled.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
---
diff -rup linux-2.6-tip (2)/kernel/trace/trace.c linux-2.6-tip/kernel/trace/trace.c
--- linux-2.6-tip (2)/kernel/trace/trace.c 2008-09-18 18:40:00.000000000 +0200
+++ ...
| Sep 21, 11:16 am 2008 |
| Frédéric Weisbecker | [Patch 2/3] Tracing/ftrace: Tracing engine depends on No ...
Now that nop tracer is used as the default tracer by replacing "none" tracer, tracing engine depends on it.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
---
diff -rup linux-2.6-tip (2)/kernel/trace/Kconfig linux-2.6-tip/kernel/trace/Kconfig
--- linux-2.6-tip (2)/kernel/trace/Kconfig 2008-09-19 18:01:26.000000000 +0200
+++ linux-2.6-tip/kernel/trace/Kconfig 2008-09-21 00:31:48.000000000 +0200
@@ -1,8 +1,13 @@
#
# Architectures that offer an FTRACE implementation should select ...
| Sep 21, 11:12 am 2008 |
| Frédéric Weisbecker | [Patch 1/3] Tracing/ftrace: Make nop tracer reset previo ...
If nop tracer is selected, some old entries from the previous tracer could still be enqueued. Tracing have to be reset.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
---
diff -rup linux-2.6-tip (2)/kernel/trace/trace_nop.c linux-2.6-tip/kernel/trace/trace_nop.c
--- linux-2.6-tip (2)/kernel/trace/trace_nop.c 2008-09-19 18:01:26.000000000 +0200
+++ linux-2.6-tip/kernel/trace/trace_nop.c 2008-09-21 00:44:47.000000000 +0200
@@ -25,8 +25,12 @@ static void stop_nop_trace(struct trace_
...
| Sep 21, 11:10 am 2008 |
| Carlos Corbacho | Re: [PATCH] acer-wmi: add error checks in module_init
[Adding Greg KH to CC - 2nd time lucky...]
Last I heard, platform_device_register_simple() was in the process of being
deprecated and then slated for future removal. Has this changed?
-Carlos
--
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D
--
| Sep 21, 10:53 am 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Maybe because I bought that adapter and it stopped working and Intel
knows about this bug and does not fix it for years?
--
Evgeniy Polyakov
--
| Sep 21, 10:38 am 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Lucky you :)
--
Evgeniy Polyakov
--
| Sep 21, 4:46 pm 2008 |
| Arjan van de Ven | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
On Sun, 21 Sep 2008 23:38:09 +0400
BUG_ON in interrupt context is just extremely hostile, since it means
the box is dead.
also I would suggest using WARN_ON_ONCE()
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
| Sep 21, 12:43 pm 2008 |
| Arjan van de Ven | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
On Sun, 21 Sep 2008 22:28:38 +0400
again.. so how about you detect this condition and do, in the driver
code, the equivalent of rmmod/insmod to the hardware. I'm sure people
who have the hardware would appreciate that type of patch a lot more
than the one you sent out.
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
| Sep 21, 11:35 am 2008 |
| Michael Buesch | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
You are pretty funny, actually. :)
I think the bug should be fixed, but what makes _you_ think you can _force_
--
Greetings Michael.
--
| Sep 21, 10:36 am 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
The only reason for this change is to make a mark at the kerneloops.
I.e. users know, there is a bug. Developers know, there is a bug.
Everyone knows that there is a bug, but until it is at the special place
we look to each other just like there is no bug.
Here are dumps for example:
http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=245
Bug existed even with 1.2 firmware and .11 kernel.
Intel, that's a great marketing slogan: stability everywhere!
--
Evgeniy Polyakov
--
| Sep 21, 1:26 pm 2008 |
| Cyrill Gorcunov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
[Evgeniy Polyakov - Mon, Sep 22, 2008 at 12:26:56AM +0400]
| On Mon, Sep 22, 2008 at 12:05:18AM +0400, Cyrill Gorcunov (gorcunov@gmail.com) wrote:
| > Since it's that serious maybe we should change
| >
| > IPW_DEBUG_INFO("%s: Fatal error value: 0x%08X\n",
| > priv->net_dev->name, priv->fatal_error);
| >
| > to printk(KERN_WARN)? And here is why - as I see now we can't say what
| > exactly is wrong - Evgeniy said he has a suspicious about firmware so
| > this WARNS will be ...
| Sep 21, 1:35 pm 2008 |
| Cyrill Gorcunov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
[Evgeniy Polyakov - Sun, Sep 21, 2008 at 11:38:09PM +0400]
| Hi.
|
| On Sun, Sep 21, 2008 at 09:14:04PM +0200, Johannes Berg (johannes@sipsolutions.net) wrote:
| > > Do you want me to implement ipw2100 driver as a big work structure
| > > which will run ipw2100_init()/wait/ipw2100_exit() in a loop?
| > > And that will be the fix suggested by Intel? That would explain a lot.
| >
| > I think what Arjan is saying is that it would be better to put pressure
| > on the responsible folks (I don't ...
| Sep 21, 1:05 pm 2008 |
| Arjan van de Ven | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
On Mon, 22 Sep 2008 00:20:57 +0400
are you more interested in bringing attention than finding something
that makes the driver work ? I sort of am getting that impression and
still more complex than needed; a WARN_ON_ONCE() will be enough.
--
| Sep 21, 1:27 pm 2008 |
| David Miller | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Evgeniy, you're bordering on being an asshole, if not actually
being one.
If you behaved this way for a bug I was responsible for, I would
absolutely ignore you until you settled down and started to behave
more reasonably.
You're acting like a bomb which is about to explode, which is probably
why the actual Intel maintainers for this driver don't want to touch
you with a ten foot pole. You're being volatile and extremely
unpleasant to interact with about this issue.
The Intel folks ...
| Sep 21, 4:48 pm 2008 |
| Matthew Garrett | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
The fix I had for this was actually for ipw2200, but it ought to be
applicable for 2100 as well. The ideal fix is probably to ensure that
ipw*_down D3s the card and *_up D0s it, which brings enhanced runtime
power saving and also has the nice side effect of actually resetting the
damned POS in error cases.
--
Matthew Garrett | mjg59@srcf.ucam.org
--
| Sep 21, 3:45 pm 2008 |
| Evgeniy Polyakov | Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling firm ...
Hi.
Following bug exists in the ipw2100 driver/firmware for years and Intel
folks never responded to zillions bugzilla entries and forum notices in
the internet with some patch or firmware update (although did request
dmesg and debug info, and received them).
ipw2100: Fatal interrupt. Scheduling firmware restart.
I believe it is a firmware bug because after driver is unloaded and
loaded back again wireless adapter usually starts working (for small
amount of time though). My conspiracy ...
| Sep 21, 10:23 am 2008 |
| Alan Cox | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
But if Intel don't care then you can scream all you like 8)
A WARN_ON_ONCE is sufficient to capture an idea of how many people it is
effecting and maybe to figure out what the trigger is from their reports,
at that point there is some chance to get it fixed (especially if its
remotely triggerable ;))
Alan
--
| Sep 21, 3:38 pm 2008 |
| Arjan van de Ven | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
On Sun, 21 Sep 2008 14:52:37 -0400
if suggesting a workaround is giving the middle finger in your mind,
then I don't think it's worth my time to discuss this further with you.
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
| Sep 21, 12:20 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
I will experiment with this, thanks Alan.
Unfortunately my machine builds this only
updated driver for about 10 minutes, so
results will appear not too quickly.
I will start tests tomorrow.
--
Evgeniy Polyakov
--
| Sep 21, 2:10 pm 2008 |
| Denys Fedoryshchenko | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Any bugzilla entry? I cannot find on
http://www.intellinuxwireless.org/bugzilla/ anything about this bug.
I submit two reports in my case, one in kernel bugzilla, one in intel linux
wireless project..
--
| Sep 21, 3:15 pm 2008 |
| Arjan van de Ven | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
On Sun, 21 Sep 2008 21:23:17 +0400
so now you go from an occasional burp to having nothing at all.
How about you run with this patch on your own machine only?
or.. since you say a reload of the driver fixes it.. why don't you make
a patch for the driver that does basically the actions of a reload
automatically when the driver detects the issue?
(and stick a WARN_ON in for good measure so that kerneloops.org can
start tracking these burps)
--
Arjan van de Ven Intel Open Source Technology ...
| Sep 21, 11:04 am 2008 |
| Matthew Garrett | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Try D3ing the chip in the firmware restart code. Yes, it's retarded.
--
Matthew Garrett | mjg59@srcf.ucam.org
--
| Sep 21, 3:42 pm 2008 |
| Alan Cox | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Try putting it into D3 counting to 10 and powering it back up. Thats
about as close as you can get to pulling the plug when it hangs.
Alan
--
| Sep 21, 12:57 pm 2008 |
| Arjan van de Ven | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
On Mon, 22 Sep 2008 00:57:06 +0400
artificially increasing numbers isn't going to do that; it just shows
you're more interested in making a stink than in getting something
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
| Sep 21, 2:02 pm 2008 |
| Denys Fedoryshchenko | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
You are not right. I had totaly disfunctional Intel driver on two laptops and
reported about issue to Intel. Yes it took time, they took all debugs and
went coma mode (i was thinking that), but suddently i got mail from them, and
next kernel/firmware release worked for me flawlessly. So they did perfect
job.
Don't be negative and prepare yourself for giving long debug outputs. Patience
and only patience.
--
| Sep 21, 2:43 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
As practice shows, I'm the only one who is interested in getting
something improved, and Intel, as we see right now, is not interested in
it at all, since you ask me not only decrease error verbosity, but also
do not work towards fixing the bug by trying to understand where it
lives.
--
Evgeniy Polyakov
--
| Sep 21, 2:05 pm 2008 |
| Wei Weng | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
I guess it is your way of "middle finger" to all the IPW2100 customers who try
to use it on a Linux machine.
Thanks
Wei
--
| Sep 21, 11:52 am 2008 |
| Marcel Holtmann | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
as Arjan and Alan pointed out already, WARN_ON_ONCE is enough and I
agree with them. Just to make this perfectly clear, this is with my
community hat on.
Please send a proper patch with a simple WARN_ON_ONCE and I am happy to
sign off on it.
Regards
Marcel
--
| Sep 21, 4:27 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Well, I actually wanted to have a bug there because of it, but now I
think that annoying repeated warning is enough to bring attention to the
problem by putting bug information into some magic special place called
kerneloops collection.
Consider for inclusing for the upcoming kernel to get wider
notifications. Yes, it is not a bugfix, I know.
diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c
index 19a401c..6599211 100644
--- a/drivers/net/wireless/ipw2100.c
+++ ...
| Sep 21, 1:20 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
And how else user can get attention to the problem which is not fixed by
the vendor? We close our eyes and there is no problem, since we do not
see it. I just brought a lamp: no user can see that essentially driver
It stops after several seconds (or packets?). Sometimes (but rarely)
it works several minutes, sometimes it fires above dmesg line and
continues to work, sometimes it fires it for a while and then stops
writing it, although driver does not send or receive anything (at
least ...
| Sep 21, 11:28 am 2008 |
| Marcel Holtmann | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
I don't know if it is for this bug or a different one, but Matthew
Garrett seem to have some pending patches. At least that is what he told
me at PlumbersConf. Lets see if these patches do help. And please follow
up with Arjan's suggestion and put a WARN_ON in the upstream code
instead of waving CONFIG_BROKEN around.
Regards
Marcel
--
| Sep 21, 12:35 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Well, redhat, suse and ubuntu bugzillas happend to be not enough. Why do
you believe a single warning at a new place will be? or couple of tens
or whatever else? If it cares, it cares. If it does not...
I attracted vendor's attention, vendor told me to fix it myself and to
create a patch to fill an entry in another 'bugzilla', so that vendor
could get results and probably decide to walk down from the cloud and
fix it.
So, if they do not care, I do not care about their care. That's ...
| Sep 21, 4:44 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
I do think that it can not be fixed without serious intervention of the
Intel (hardware) folks, since bug exists more than 4 years in two
firmwares and lots of very different driver versions and was reproduced
even on 2.4 kernel.
I will experiment with reloading issues as Alan suggested and to
add/remove more surgery into initialization process to be allowed to
'workaround' the issue, since it looks noone else will.
But that's definitely not a fix and in my personal workaround's 10
That ...
| Sep 21, 1:57 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Agreed.
diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c
index 19a401c..36cdd57 100644
--- a/drivers/net/wireless/ipw2100.c
+++ b/drivers/net/wireless/ipw2100.c
@@ -206,6 +206,9 @@ MODULE_PARM_DESC(disable, "manually disable the radio (default 0 [radio on])");
static u32 ipw2100_debug_level = IPW_DL_NONE;
+static int ipw2100_max_fatal_ints = 10;
+module_param(ipw2100_max_fatal_ints, int, 0644);
+
#ifdef CONFIG_IPW2100_DEBUG
#define IPW_DEBUG(level, ...
| Sep 21, 2:06 pm 2008 |
| Johannes Berg | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
I think what Arjan is saying is that it would be better to put pressure
on the responsible folks (I don't think Arjan is anywhere near them at
all) if you'd put in a WARN_ON() for this error and that would make the
top entry on kerneloops.org all the time... And additionally put in a
workaround for yourself for now.
And can we keep the flames off this list please? That comment from Wei
Weng was absolutely uncalled for, and inciting a flamewar (as you have
already blogged) was not really ...
| Sep 21, 12:14 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Just to be clear, did it take 4 years? :)
Anyway, I already made conclusions, as probably others: I will
experiment with different 'workarounds' for this bug, maybe I will
succeed, maybe Intel will decided to fix it, maybe LHC will crash the
world. Verbose warning about the bug was frowned upon, so its up to uses
to make a progress here...
--
Evgeniy Polyakov
--
| Sep 21, 3:07 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Which does not have access to the firmware... Which IMO is failing and
Reset task does efectively ipw2100_up(), so the difference is power
cycles over the PCI bus and enable/disable/request commands. Like this
stuff:
/* We disable the RETRY_TIMEOUT register (0x41) to keep
* PCI Tx retries from interfering with C3 CPU state */
pci_read_config_dword(pci_dev, 0x40, &val);
if ((val & 0x0000ff00) != 0)
pci_write_config_dword(pci_dev, 0x40, val & 0xffff00ff);
I do remember I had a tibet ...
| Sep 21, 12:00 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Thank you, I will start tests tomorrow.
--
Evgeniy Polyakov
--
| Sep 21, 4:45 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Hi.
As I pointed, I can rewrite the whole driver's initialization process,
so that it looked like init/wait/exit loop, which can be processed at
the module load and when fatal interrupt fires. Do this a fix? This is
not even a remotely workaround. We can just add
rmmod/modprobe/ifdown/ifup to the crontab job. Another users reported in
bugzilla that they needed to reboot a machine to make card working
If we will keep silence, no one will notice that problem exists.
I do hope this will ...
| Sep 21, 12:38 pm 2008 |
| Arjan van de Ven | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
On Mon, 22 Sep 2008 01:05:55 +0400
I did no such thing and you know it.
I'm sorry, I'm not going to waste time on this if you keep acting
this dishonest; welcome to my mail filter...
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
| Sep 21, 2:14 pm 2008 |
| Evgeniy Polyakov | Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling ...
Hi Marcel.
I expect it is something new, since this bug exists at least from the
1.2 firmware version and .11 kernel. It was also reproduced (long ago
though) on 2.4.
--
Evgeniy Polyakov
--
| Sep 21, 2:12 pm 2008 |
| Ben Pfaff | Re: [PATCH] max3100 driver
Whether a bit-field declared as type "int" is signed or unsigned
is compiler implementation-defined. As C99 6.7.2 says (there is
similar text in C89):
...for bit-fields, it is implementation-defined whether the
specifier int designates the same type as signed int or the
same type as unsigned int.
Thus, it is never a good idea to declare a bit-field as plain
"int". Declare it as "signed int" or "unsigned int" instead.
--
"Mon peu de succès près des femmes est toujours ...
| Sep 21, 9:09 am 2008 |
| Guntsche Michael | 2.6.26: Parport printing problem
Hi list,
I am having some problems with printing to an epson printer connected
to the parallel port.
I have an old computer that acts as my firewall/print server. Every
now and then I print out some pages on this setup.
At the beginning of the year I printed a pdf file without any
problems. This weekend I wanted to print out a small PDF but instead
of getting the page, I just got gibberish showing up on the page. I
did not change anything in my cups setup so I booted to 2.6.25 and ...
| Sep 21, 8:59 am 2008 |
| Marcin Slusarz | [PATCH] vgacon: remember scrollback buffer on console switch
This patch adds support for persistent console history, surviving
console switches. It allocates new scrollback buffer only when
user switches console for the first time.
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
---
drivers/video/console/Kconfig | 11 ++++++
drivers/video/console/vgacon.c | 75 +++++++++++++++++++++++++++++++++++++--
2 files changed, 82 insertions(+), 4 ...
| Sep 21, 9:02 am 2008 |
| Marcin Slusarz | [PATCH 1/2] vgacon: optimize scrolling
Join multiple scr_memcpyw into 1-3 calls (usually 2).
(benchmarked average speedup: 1%)
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
---
drivers/video/console/vgacon.c | 28 ++++++++++++++++------------
1 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c
index bd1f57b..de4f66c 100644
--- ...
| Sep 21, 9:00 am 2008 |
| Marcin Slusarz | Re: [Linux-fbdev-devel] [PATCH 1/2] vgacon: optimize scrolling
No. count is always within range <0, c->vc_rows> (look how it's computed
just before this loop). Second copy is needed only when end of screen
--
| Sep 21, 2:22 pm 2008 |
| Marcin Slusarz | [PATCH 0/2] vgacon_scrolldelta cleanup
[PATCH 1/2] vgacon: optimize scrolling
[PATCH 2/2] vgacon: vgacon_scrolldelta simplification
drivers/video/console/vgacon.c | 48 ++++++++++++++++++++--------------------
1 files changed, 24 insertions(+), 24 deletions(-)
--
| Sep 21, 9:00 am 2008 |
| Marcin Slusarz | [PATCH 2/2] vgacon: vgacon_scrolldelta simplification
There's no point in checking diff == c->vc_rows, because it can be true
only when count == 0, but we already checked that.
Additionally move variables used only in one block to this block.
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
---
drivers/video/console/vgacon.c | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/drivers/video/console/vgacon.c ...
| Sep 21, 9:00 am 2008 |
| Krzysztof Helt | Re: [Linux-fbdev-devel] [PATCH 1/2] vgacon: optimize scrolling
On Sun, 21 Sep 2008 18:00:08 +0200
The scr_memcpyw is an inline function so there is no real call here.
However, have you tested the patch with scroll range > 2 * vgacon_scrollback_size?
It seems that your patch only handles scrolling if it is not bigger than 2 * vgacon_scrollback_size.
Regards,
----------------------------------------------------------------------
Kredyt Hipoteczny w Banku Millennium - zdobywca Zlotego Lauru Klienta!
Sprawdz >> http://link.interia.pl/f1f15
--
| Sep 21, 11:37 am 2008 |
| Jay Cliburn | Console not capturing call trace
I'm thinking this may be a userspace issue, but most users don't hack
network drivers and don't encounter kernel warnings and oopses, and
therefore aren't likely to encounter this, so I'm bringing it to the
kernel list (especially those who run Fedora) for assistance/opinions.
The problem: I no longer get full module lists and call traces on the
console for a WARN_ON (for example). I run Fedora 9 and its current
version of rsyslog-3.18.1-2.fc9.x86_64. Reverting to
rsyslog-3.14.1-2.fc9.x86_64 ...
| Sep 21, 8:46 am 2008 |
| Akinobu Mita | [PATCH] cr_bllcd: use platform_device_register_simple()
This change also fixes error handling when platform_device_alloc() fails.
(When platform_device_alloc() failed, it returns error without
unregistering cr_backlight_driver)
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Thomas Hellstrom <thomas@tungstengraphics.com>
Cc: Alan Hourihane <alanh@tungstengraphics.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
---
drivers/video/backlight/cr_bllcd.c | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
Index: ...
| Sep 21, 7:39 am 2008 |
| Marcin Juszkiewicz | Re: [PATCH] progear_bl: use platform_device_register_simple()
I do not have this hardware working now so will not be able to test it
--
| Sep 21, 11:54 am 2008 |
| Akinobu Mita | [PATCH] progear_bl: use platform_device_register_simple()
This change also fixes error handling when platform_device_alloc() fails.
(When platform_device_alloc() failed, it returns error without
unregistering progearbl_driver)
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Marcin Juszkiewicz <linux@hrw.one.pl>
Cc: Richard Purdie <rpurdie@rpsys.net>
---
drivers/video/backlight/progear_bl.c | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
Index: ...
| Sep 21, 7:38 am 2008 |
| Akinobu Mita | [PATCH] hp680_bl: use platform_device_register_simple()
This change also fixes error handling when platform_device_alloc() fails.
(When platform_device_alloc() failed, it returns error without
unregistering hp680_bl_driver)
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Andriy Skulysh <askulysh@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
---
drivers/video/backlight/hp680_bl.c | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
Index: ...
| Sep 21, 7:36 am 2008 |
| Akinobu Mita | [PATCH] tc1100-wmi: add error checks in module_init
There are sevaral bugs in module_init and module_exit for tc1100-wmi.
- No error handlings for platform_device_alloc() and platform_device_add()
- tc1100_device is not freeed in module_exit
This patch fixes these bugs by using platform_device_register_simple()
and platform_device_unregister() respectively.
This change needs to change the probe function to pass platform_device
to add_fs() and makes add_fs() use it rather than the variable tc1100_device.
Because tc1100_device is not ...
| Sep 21, 7:35 am 2008 |
| Akinobu Mita | [PATCH] acer-wmi: add error checks in module_init
There are sevaral bugs in module_init and module_exit for acer-wmi.
- No error handlings for platform_device_alloc() and platform_device_add()
- acer_platform_device is not freeed in module_exit
This patch fixes these bugs by using platform_device_register_simple()
and platform_device_unregister() respectively.
This patch also makes create_sysfs() take a argument struct
platform_device pointer so that it looks symmetrical to remove_sysfs().
Signed-off-by: Akinobu Mita ...
| Sep 21, 7:29 am 2008 |
| Carlos Corbacho | Re: [PATCH] acer-wmi: add error checks in module_init
[Adding Greg KH to CC]
Last I heard, platform_device_register_simple() was in the process of being
deprecated and then slated for future removal. Has this changed?
-Carlos
--
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D
--
| Sep 21, 10:52 am 2008 |
| Akinobu Mita | [PATCH] x86: check for ioremap() failure in copy_oldmem_page()
Add a check for ioremap() failure in copy_oldmem_page().
This patch also includes small coding style fixes.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
arch/x86/kernel/crash_dump_64.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Index: 2.6-git/arch/x86/kernel/crash_dump_64.c
===================================================================
--- ...
| Sep 21, 7:27 am 2008 |
| Akinobu Mita | [PATCH] x86: use platform_device_register_simple()
Cleanup pcspeaker.c
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
arch/x86/kernel/pcspeaker.c | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Index: 2.6-git/arch/x86/kernel/pcspeaker.c
===================================================================
--- 2.6-git.orig/arch/x86/kernel/pcspeaker.c
+++ 2.6-git/arch/x86/kernel/pcspeaker.c
@@ ...
| Sep 21, 7:25 am 2008 |
| Chris Rankin | Re: Thinkpad T60p does not recover from Suspend when docked.
Hi,
I have now migrated my laptop to the 2.6.26.5 kernel, and it is still failing to resume from "suspend to RAM" if the SATA drive is in the docking bay. I did notice the following in the dmesg log, which might be relevant:
ACPI: \_SB_.PCI0.IDE0.PRIM.MSTR: found ejectable bay
ACPI: \_SB_.PCI0.IDE0.PRIM.MSTR: Adding notify handler
ACPI: Error installing bay notify handler
I have raised this as bug #11604 at bugzilla.kernel.org.
Cheers,
Chris
--
| Sep 21, 7:16 am 2008 |
| Technical Support Team. | Update Your Email Account Now.
Dear Email Account User,
We wrote you advising that you change the password on your account in order to prevent any unauthorised account access following the network instruction we previously communicated, all Mailhub systems will undergo regularly scheduled maintenance. Access to your
e-mail via the Webmail client will be unavailable for some time during this maintenance period.
We are currently upgrading our data base and e-mail account center i.e homepage view. We shall be
deleting old ...
| Sep 21, 6:45 am 2008 |
| David W Studeman | Re: Keyboard Jammed error patch 2.4.35-pre4
Ok, I finally applied the patch manually to 2.4.36.7 and then made my own
diff from that. Your patch would likely have applied if I increased the
fuzz factor as it was merely off by a number of lines. When trying to
compile with no keyboard or VT support, I still get this error:
arch/i386/kernel/kernel.o(.text.init+0x33e6): In function
make: *** [vmlinux] Error 1
When I did a regression patch I also did the arch/i386/kernel/dmi_scan.c
since some of the changes made back in 2.4.35 to this ...
| Sep 21, 6:00 am 2008 |
| Willy Tarreau | Re: Keyboard Jammed error patch 2.4.35-pre4
Hello David,
first, please always take care of keeping persons in CC when replying to
LKML, otherwise you risk your mail being missed.
I know what causes this. The fix is merged into 2.4.37-rc1. I've been
using it for a long time without even noticing that it was still not
merged. The fix is trivial as it simply removes the disable_console_keyboard
function when CONFIG_VT is not set. This is needed because the variable
keyboard_controller_present is only defined when CONFIG_VT is ...
| Sep 21, 7:40 am 2008 |
| Martin Knoblauch | Re: [RFC][Resend] Make NFS-Client readahead tunable
this goes over my capabilities, but would certainly help the situation. But then I would hate to see Sun/Linux going off the hook, because Linux just played nice :-)
Cheers
Martin
--
| Sep 21, 5:53 am 2008 |
| Martin Knoblauch | Re: [RFC][Resend] Make NFS-Client readahead tunable
Thats why I am open to experiment, but need to know which userland tools support the direct passing of mount options to the NFS client.
Cheers
Martin
--
| Sep 21, 5:50 am 2008 |
| Chuck Lever | Re: [RFC][Resend] Make NFS-Client readahead tunable
You can use the latest version of nfs-utils, which is 1.1.3 to get a
version of mount.nfs that passes a string of mount options.
You should probably also replace the mount command with the latest
version from the util-linux package to get a version that starts the
mount.nfs subcommand instead of trying to do an NFS mount itself.
This is not needed for experimentation, though. You can issue
mount.nfs directly.
--
Chuck Lever
--
| Sep 21, 6:53 am 2008 |
| Ferenc Wagner | Re: doubled idle count
Also, top is not confused, it shows <100% idle times. Maybe it's
allright, or maybe top simply subtracts all the rest from 100...
--
Feri.
--
| Sep 21, 5:27 am 2008 |
| Ferenc Wagner | Re: doubled idle count
Possibly related: three out of the above four 2.6.26 domUs froze
yesterday afternoon. The consoles don't show anything and are dead,
they don't react to sysrq, even. According to xm list, the frozen
domains are constantly running (stuck in r state).
I haven't destroyed them yet, in case it is possible to extract any
info from the system. If not, please tell me so I can restart them.
On the other hand, I'll have a look whether the same kernel running on
the bare metal produces this idle ...
| Sep 21, 5:05 am 2008 |
| Julia Lawall | [PATCH] arch/powerpc/platforms/powermac/pic.c: move of_n ...
From: Julia Lawall <julia@diku.dk>
It seems better to dereference master before decrementing the reference
count rather than afterwards.
The problem was found using the following semantic match:
(http://www.emn.fr/x-info/coccinelle/)
// <smpl>
@r exists@
expression n,E;
identifier fld;
iterator I;
statement S;
@@
* of_node_put(n)
... when != n = E
when != I(n,...) S
* n->fld
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
---
...
| Sep 21, 4:01 am 2008 |
| Tollef Fog Heen | [PATCH] Winchiphead 340/1: full baud rate and status/con ...
Patch against current git (9824b8f11373b0df806c135a342da9319ef1d893)
From: Tollef Fog Heen <tfheen@err.no>
* Implement support for all baud rates rather than just a hard coded set.
* Make it possible to control status and control lines
Signed-off-by: Tollef Fog Heen <tfheen@err.no>
---
Documentation/usb/usb-serial.txt | 2 +
drivers/usb/serial/ch341.c | 421 +++++++++++++++++++++++++++++++-------
2 files changed, 348 insertions(+), 75 deletions(-)
diff --git ...
| Sep 21, 2:22 am 2008 |
| Alan Cox | Re: [PATCH] Winchiphead 340/1: full baud rate and status ...
Can you really get a speed below 1 baud ?
If there is a hangup requested (c_cflag & CBAUD) == B0 then you don't
want to overwrite the baud rate but that you handled in set_termios
close should never be called with tty == NULL unless there is some kind
Open on the other hand is currently called with tty = NULL in the case it
is used as a console device (ugly and something I want to fix but it
set_termios should never be called with tty == NULL nowdays so that test
This could race ...
| Sep 21, 7:14 am 2008 |
| Arjan van de Ven | [PATCH] x86: use round_jiffies() for the corruption chec ...
From: Arjan van de Ven <arjan@linux.intel.com>
Date: Sat, 20 Sep 2008 20:32:43 -0700
Subject: [PATCH] x86: use round_jiffies() for the corruption check timer
the exact timing of the corruption check isn't too important (it's once a
minute timer), use round_jiffies() to align it and avoid extra wakeups.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
CC: Hugh Dickins <hugh@veritas.com>
CC: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
---
arch/x86/kernel/setup.c | 2 +-
...
| Sep 20, 8:35 pm 2008 |
| Paul Mundt | [PATCH] [RFC] tracehook: Hook in syscall tracing markers.
At kernel summit, the idea that syscall tracing was generally desirable
for tracing was mentioned several times, as was the argument that kernel
developers aren't placing markers in meaningful locations. This is a
simple patch to try and do that for the syscall case.
Presently LTTng attempts to litter these trace markers all over the
architecture code, primarily to get around the fact that there was no
generic way to get at this information before. Now that platforms are
starting to do their ...
| Sep 20, 7:16 pm 2008 |
| Alexander Beregalov | [PATCH] serial_core: fix printk format warnings
drivers/serial/serial_core.c:2158: warning: format '%x' expects type
'unsigned int', but argument 4 has type 'long unsigned int'
drivers/serial/serial_core.c:2162: warning: format '%x' expects type
'unsigned int', but argument 4 has type 'long unsigned int
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
drivers/serial/serial_core.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/serial/serial_core.c b/drivers/serial/serial_core.c
index ...
| Sep 20, 6:11 pm 2008 |
| David Miller | Re: [PATCH] serial_core: fix printk format warnings
From: Alexander Beregalov <a.beregalov@gmail.com>
This is because of a patch of mine that Andrew added to -mm,
which changed the ioport to be an unsigned long.
I have some updates which I'll send to Andrew which should
cure this.
--
| Sep 20, 6:15 pm 2008 |
| Martin K. Petersen | Re: [PATCH] md: Add support for data integrity to MD
Dan> Do you have a reference to the issues in supporting this?
Not really.
The protection information is an extra 8-bytes of stuff per sector.
But it comes down in a different buffer. To do R-M-W effectively
we'll have to maintain a separate protection information stripe cache.
And we'll have to generate DIF checksums and reference tags for the
parity sectors going out.
Quite frankly it's a lot of ick and I haven't completely wrapped my
head around it yet.
--
Martin K. ...
| Sep 20, 7:01 pm 2008 |
| Dan Williams | Re: [PATCH] md: Add support for data integrity to MD
On Sat, Sep 20, 2008 at 5:18 PM, Martin K. Petersen
Do you have a reference to the issues in supporting this?
Thanks,
Dan
--
| Sep 20, 5:26 pm 2008 |
| Martin K. Petersen | [PATCH] md: Add support for data integrity to MD
If all subdevices support the same protection format the MD device is
flagged as capable.
Depends on d7533ad0e132f92e75c1b2eb7c26387b25a583c1 being reverted.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
---
drivers/md/md.c | 32 +++++++++++++++++++++++++++++++-
1 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 45521da..b038581 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -3497,7 +3497,7 @@ static int ...
| Sep 20, 5:18 pm 2008 |
| Martin K. Petersen | [PATCH] dm: Add support for data integrity to DM
If all subdevices support the same protection format the DM device is
flagged as capable.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
---
drivers/md/dm-table.c | 35 ++++++++++++++++++++++++++++++++++-
drivers/md/dm.c | 26 ++++++++++++++++++++++++--
drivers/md/dm.h | 2 +-
include/linux/device-mapper.h | 1 +
4 files changed, 60 insertions(+), 4 deletions(-)
diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c
index ...
| Sep 20, 5:16 pm 2008 |
| Andrew Morton | Re: [PATCH] dm: Add support for data integrity to DM
Please use checkpatch. Always. There's just no reason not to. Sure,
you can make a decision to ignore some of its reports, but at least
For better or for worse, the developers of dm.c have chosen to keep the
whole file presentable in an 80-col display. This patch breaks that,
This will provide no more information than the oops which will happen
This (unused, undocumented) function should be inlined.
--
| Sep 20, 9:14 pm 2008 |
| Andrew Morton | Re: [PATCH] block: Find bio sector offset given idx and offset
Please avoid sending out kenrel-wide exported-to-modules utility
functions which have no documentation.
Not only is it a bad thing from a maintainability and reliability point
of view - it also makes code review significantly less effective.
--
| Sep 20, 9:04 pm 2008 |
| Martin K. Petersen | [PATCH] block: Find bio sector offset given idx and offset
Helper function to find the sector offset in a bio given bvec index
and page offset.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
---
fs/bio.c | 24 ++++++++++++++++++++++++
include/linux/bio.h | 2 ++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/fs/bio.c b/fs/bio.c
index e56e768..6fd3a86 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -1300,6 +1300,30 @@ struct bio_pair *bio_split(struct bio *bi, mempool_t *pool, int first_sectors)
return ...
| Sep 20, 5:13 pm 2008 |
| Martin K. Petersen | [PATCH] block: Introduce integrity data ownership flag
A filesystem might supply its own integrity metadata. Introduce a
flag that indicates whether the filesystem or the block layer owns the
integrity buffer.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
---
fs/bio-integrity.c | 3 ++-
include/linux/bio.h | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/fs/bio-integrity.c b/fs/bio-integrity.c
index c3e174b..8e409ff 100644
--- a/fs/bio-integrity.c
+++ b/fs/bio-integrity.c
@@ -107,7 +107,8 @@ ...
| Sep 20, 5:09 pm 2008 |
| Rafael J. Wysocki | Re: [Regression] Commit 2344abbcbdb82140050e8be29d3d55e4 ...
Update:
After some more debugging I verified that in fact the $subject commit breaks
CPU hotplugging (the 'online' part), so I should be able to get some more
information about what really happens.
This still will be difficult, because the box hangs solid (magic sysrq doesn't
work in this state) almost immediately after a (failing) attempt to 'online' the
previously 'offlined' CPU.
Thanks,
Rafael
--
| Sep 21, 12:03 pm 2008 |
| Rafael J. Wysocki | Re: [Regression] Commit 2344abbcbdb82140050e8be29d3d55e4 ...
Update:
It turns out that as long as X is not used (ie. I don't switch to it from the
console) the machine doesn't hang after the failing attempt to 'online' CPU1
(previously 'offlined'). This observation allowed me to get some more data.
Below is the trace of the process trying to 'online' CPU1 (obtained with
'echo t > /proc/sysrq-trigger'):
[ 385.548018] bash D 0000000000000000 0 3842 3796
[ 385.548018] ffff880074cdfb78 0000000000000082 ffff880074cdfac8 ...
| Sep 21, 3:36 pm 2008 |
| Jan Kara | Re: [PATCH] ext3/jbd: Avoid WARN() messages when failing ...
The patch looks nice but does it really fix the warnings? I see
at least ext3_put_super() calling mark_buffer_dirty() before calling
ext3_commit_super(). We should just remove that mark_buffer_dirty()
call.
BTW: Do you plan doing a similar fix for ext2 and ext4?
Honza
--
Jan Kara <jack@suse.cz>
SuSE CR Labs
--
| Sep 21, 10:33 am 2008 |
| Arjan van de Ven | Re: [PATCH] ext3/jbd: Avoid WARN() messages when failing ...
On Sat, 20 Sep 2008 17:35:47 -0400
just to quantify "very common"; I did a quick count on the database and
there have been 4920 reports of the WARNing fixed by this patch...
that's quite a bit.
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
| Sep 20, 7:14 pm 2008 |
| Alan Cox | Re: Honoring SO_RCVLOWAT in proto_ops.poll methods
Actually we follow 1003.1g draft 6.4 which is about as close as there
ever was a spec for BSD sockets. We go beyond it actually -
What are you actually trying to do ? The usual way to handle urgent data
in those odd cases that use it is to select for an exception event.
Alan
--
| Sep 21, 7:18 am 2008 |
| lkml | Re: Honoring SO_RCVLOWAT in proto_ops.poll methods
I've been working on my application further and finally got around to
testing it with the assumption that poll won't block with regard to
SO_RCVLOWAT, and to my surprise even my recv() calls with MSG_PEEK flags
set are not blocking. They block without MSG_PEEK, but not with.
Upon further investigation I find in tcp.c tcp_recvmsg() 2.6.26.5:
1306 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len);
...snip...
1371 if (copied >= target && ...
| Sep 21, 2:24 am 2008 |
| Joe Peterson | Re: [PATCH] Fix backspace on wrapped lines in console (v ...
I have worked up a new patch (attached) for review. It adds the private
mode 45 I mentioned above, but defaults it to off, preserving the old
default of no backspace wrap to the previous line. This matches xterm's
reverse-wrap behavior (and default settings), so the same escape
sequence can be used to control this mode in both xterm and console/vt.
-Joe
| Sep 21, 9:14 am 2008 |
| Rafael J. Wysocki | Re: I need some serious help to debug suspend to ram problem
Still, I'd be interested in debugging this one too, if possible. That may be
If you have more than 2 GB of RAM, you can try iommu=soft .
I guess that all of the /sys/power/pm_test tests are passed?
Thanks,
Rafael
--
| Sep 21, 11:56 am 2008 |
| Maxim Levitsky | Re: I need some serious help to debug suspend to ram problem
More information, I compiled kernels back to 2.6.19, and they all have exactly the same issue.
Any ideas?
Best regards,
Maxim Levitsky
--
| Sep 21, 9:00 am 2008 |
| Maxim Levitsky | Re: I need some serious help to debug suspend to ram problem
I did same test for kernel without SMP, yes it hangs on first resume, but bios
does pass control to linux, so while this is a minor bug, it is unrelated.
I also tested noapic, pci=nommconf. No luck.
Pattern is always the same, first resume works always, second doesn't.
It is sad since first resume is almost perfect (when I have free time I need to look at sound codec datasheet
and fix few issues there, anyways here alsa has few issues, all this is trivial, I already fixed all issues with ...
| Sep 21, 10:22 am 2008 |
| Tejun Heo | Re: [PATCH 2/2 v5] libata: Implement disk shock protecti ...
Acked-by: Tejun Heo <tj@kernel.org>
Thanks.
--
tejun
--
| Sep 21, 2:58 am 2008 |
| Elias Oltmanns | [PATCH 2/2 v5] libata: Implement disk shock protection support
On user request (through sysfs), the IDLE IMMEDIATE command with UNLOAD
FEATURE as specified in ATA-7 is issued to the device and processing of
the request queue is stopped thereafter until the specified timeout
expires or user space asks to resume normal operation. This is supposed
to prevent the heads of a hard drive from accidentally crashing onto the
platter when a heavy shock is anticipated (like a falling laptop
expected to hit the floor). In fact, the whole port stops processing
commands ...
| Sep 21, 2:54 am 2008 |
| Ingo Molnar | Re: Reading EeePC900 battery info causes stalls
milliseconds of stalls is definitely excessive under a non-preempt
kernel - and you have up to 500 msecs of stalls, right?
The simplest way you can fix such latencies is to look at the function
trace, figure out which loop in the kernel takes so long to execute, and
add a cond_resched() call to it. [there are other situations where a
more complicated fix is needed, but this seems like a simpler scenario.]
Ingo
--
| Sep 21, 12:09 am 2008 |
| David Miller | Re: [PATCH 0/2]: Remote softirq invocation infrastructure.
From: James Courtier-Dutton <James@superbug.co.uk>
Yes, but we should preserve per-flow ordering as much as
possible within the local system for optimal performance.
Things fall apart completely, even with TCP, once you reorder more
Again, Steffen's patches take care of this issue.
--
| Sep 21, 2:17 am 2008 |
| David Miller | Re: [PATCH 0/2]: Remote softirq invocation infrastructure.
From: Herbert Xu <herbert@gondor.apana.org.au>
That's another option, of course. And crypto could use remote
True, but old hardware will always exist.
A lot of very reasonable machines out there will benefit from software
RX flow seperation.
--
| Sep 20, 11:57 pm 2008 |
| Herbert Xu | Re: [PATCH 0/2]: Remote softirq invocation infrastructure.
Unfortunately doing this with IPsec is going to be non-trivial
since we still want to maintain packet ordering inside IPsec
and you don't get the inner flow information until you decrypt
the packet.
So if we want to process IPsec packets in parallel it's best to
implement that from within the crypto API where we can queue the
result in order to ensure proper ordering.
Of course, we need to balance any effort spent on this with the
likelihood that hardware improvements will soon make this ...
| Sep 20, 11:05 pm 2008 |
| Steffen Klassert | Re: [PATCH 0/2]: Remote softirq invocation infrastructure.
It's non-trivial but possible. I have a test implementation that
runs the whole IP layer in parallel. The basic idea to keep track
of the packet ordering is to give the packets sequence numbers
befor we run in parallel. Befor we push the packets to the upper
layers or to the neighboring subsystem I have a mechanism that
brings them back to the right order.
With my test environment (two quad core boxes) I get with IPSEC
aes192-sha1 and one tcp stream a throughput of about 600 Mbit/s
compared ...
| Sep 21, 2:46 am 2008 |
| James Courtier-Dutton | Re: [PATCH 0/2]: Remote softirq invocation infrastructure.
Why do you have to preserve packet ordering?
TCP/IP does not preserve packet ordering across the network.
IPSEC uses a sliding window for anti-relay detection precisely because
it has to be able to handle out-of-order packets.
Sharing the sliding window between CPUs might be interesting!
James
--
| Sep 21, 2:13 am 2008 |
| Chris Li | Re: irq 19: nobody cared
No, it does not have bluetooth.
Chris
--
| Sep 20, 6:00 pm 2008 |
| Dave Airlie | Re: irq 19: nobody cared
Has it got bluetooth?
If so try turning it off. Don't ask why.
--
| Sep 20, 5:23 pm 2008 |
| Joerg Roedel | Re: [PATCH 03/23] AMD IOMMU: implement lazy IO/TLB flushing
Hey David,
can you add an entry to the MAINTAINERs file for Intel IOMMU? I found it
difficult to find the responsible person for this thread.
Joerg
--
| Sep 21, 2:05 am 2008 |
| Tony Lindgren | Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c
Hey, you gotta give Dave some credit! Dave's been polishing tons of omap
code in addition to the USB, at least I2C, gpio, SPI come to mind. Not to
mention all the blinking leds!
Regarding getting and army of people to fix code, we need to start
following another standard policy: All drivers must have a MAINTAINER
who is capable of fixing things, and ideally doing things the right
way from the start.
It's not going to be enough that few people try to fix stuff and get
burnt out on it over ...
| Sep 21, 11:41 am 2008 |
| Steven Noonan | Re: [ath9k-devel] ath9k: massive unexplained latency in ...
OK, here's the time index at which it b0rked:
18:28:38 sum 1106.00
18:28:39 sum 1037.62
18:28:40 sum 1069.00
18:28:41 sum 1167.00
18:28:42 sum 1155.00
18:28:43 sum 1339.00
18:28:44 sum 18355.00
18:28:45 sum 17845.45
18:28:46 sum 15285.00
18:28:47 sum 17511.00
18:28:48 sum 17568.69
18:28:49 sum 17704.04
18:28:50 sum 18566.67
18:28:51 sum ...
| Sep 20, 6:48 pm 2008 |
| Matt Keenan | Re: How how latent should non-preemptive scheduling be?
[snip snip]
If you use ALSA you could write a custom .asoundrc file and increase
ALSA's default buffer size, this gives the hardware a longer buffer to
play which may work around the problem. This used to do the trick for me
with the old scheduler with slow machines. Not a fix but if nothing else
works...
Matt
--
| Sep 21, 1:56 pm 2008 |
| Muli Ben-Yehuda | Re: [PATCH 03/23] AMD IOMMU: implement lazy IO/TLB flushing
Calgary can't use fullflush, but in general the more unified our IOMMU
options, the better for the users. It's a pain to have to remember
which option applies to which IOMMU implementation.
Cheers,
Muli
--
Workshop on I/O Virtualization (WIOV '08)
Co-located with OSDI '08, Dec 2008, San Diego, CA
http://www.usenix.org/wiov08
--
| Sep 20, 10:27 pm 2008 |
| Evgeniy Polyakov | Re: [1/1] w1: new driver. DS2431 chip.
Ok, I see. Patch was definitely created by Bernhard, I just pointed to
couple of trivial cleanups. I saw you imported it into the tree with
I think we need to drop ** lines, since I did not convert kernel
comments into documentation, so would not be able to point to kerneldoc
(its doxygen iirc?) errors anyway.
--
Evgeniy Polyakov
--
| Sep 21, 8:53 am 2008 |
| Guennadi Liakhovetski | Re: dmaengine.c: question about device_alloc_chan_resources
This is how it is documented in dmaengine.h:
* @slave: data for preparing slave transfer. Must be non-NULL iff the
* DMA_SLAVE capability is requested.
But, looking at dma_client_chan_alloc() it seems, any client requesting a
channel can provide a slave and link it to a specific dma_dev, regardless
what capabilities the client is requesting, or am I missing something? If
so, then yes, please, let's allow all do this. Wouldn't it be better to
As far as I understand, this extension ...
| Sep 21, 12:50 pm 2008 |
| Haavard Skinnemoen | Re: dmaengine.c: question about device_alloc_chan_resources
Yes. It would definitely require a struct dma_slave too, unless we
It should just return NULL if it cannot satisfy the request. That might
cause problems since the requesting module normally won't depend on the
dmaengine driver, but I think it's better than requiring drivers to
deal with channels that may come and go at any time. Those drivers will
Currently, clients requesting the DMA_SLAVE capability can specify
which particular DMA device they need. Would it make sense to allow
other ...
| Sep 21, 2:26 am 2008 |
| Mikael Pettersson | Re: [patch] log fatal signals like SIGSEGV
Bernd Eckenfels writes:
> In article <18646.39701.819497.337394@harpo.it.uu.se> you wrote:
> > Applications that handle SEGV/BUS/ILL/FPE aren't that uncommon.
>
> JRE uses SIGSEGV for (expected) NullPointers. So you might see a lot of
> those on the logs. However: not in all cases you dont want to log handled
> (fatal) signals. Not sure how to detect those. Maybe it is better to fix
> applications and remove their home grown crash logging.
I was referring to applications that ...
| Sep 21, 12:40 pm 2008 |
| Bernd Eckenfels | Re: [patch] log fatal signals like SIGSEGV
JRE uses SIGSEGV for (expected) NullPointers. So you might see a lot of
those on the logs. However: not in all cases you dont want to log handled
(fatal) signals. Not sure how to detect those. Maybe it is better to fix
applications and remove their home grown crash logging.
Gruss
Bernd
--
| Sep 21, 12:15 pm 2008 |
| Mikael Pettersson | Re: [patch] log fatal signals like SIGSEGV
Thomas Jarosch writes:
> Hello together,
>
> here's the reworked version of the signal logging patch.
> Many thanks to Marcin Slusarz for reviewing it.
>
> The idea is to briefly log "fatal" signals by default, the output
> should be close to zero during normal system operation.
> Faulty hardware gets detected much quicker
> if you see crashing apps in the logs.
>
> The patch applies to 2.6.26 and git HEAD.
> scripts/checkpatch.pl is happy, too.
>
> I'm off for a ...
| Sep 21, 12:05 pm 2008 |
| Bruno | Re: XFS shutting down due to IO timeout on SATA disk (pa ...
Hello,
I haven't seen the error happen yet with 2.6.27-rc6-git3, so that off
by one bug might have had an incidence.
No warranty on that as I did also slightly change power-saving settings
for the disk around the time I updated kernel (-B254, -S241 parameters
to hdparm) and have not seen the error yet on 2.6.27-rc5-git9 since
then.
Will do more testing as time permits over the next days and report if I
find anything that looks useful (e.g. better way than time to trigger
the error or some ...
| Sep 21, 12:51 pm 2008 |
| Manfred Spraul | Re: [PATCH, RFC] v4 scalable classic RCU implementation
Hi Paul,
Some further thoughts about design differences between your and my
implementation:
- rcutree's qsmaskinit is the worst-case list of cpus that could be in
rcu read side critical sections.
- rcustate's cpu_total is the accurate list of cpus that could be in rcu
read side critical sections.
Both variables are read rarely: for rcu_state, twice per grace period.
rcutree fixes up cpus that are "incorrectly" listed in qsmaskinit with
force_quiescent_state(). It forces rcutree to ...
| Sep 21, 4:09 am 2008 |
| Paul E. McKenney | Re: [PATCH, RFC] v4 scalable classic RCU implementation
That has been one of my biggest questions about your approach, that and
the need to hit holdouts with resched IPI. (Though perhaps you have
Agreed. I could use this approach as well, having each CPU set and clear
its qsmaskinit bit on every exit from and entry to dynticks idle state,
but see below...
In your case, you would need to carefully keep state so that a CPU
entering dynticks idle mode would know whether or not it needed to
respond to the current grace period -- but you need this ...
| Sep 21, 2:14 pm 2008 |
| Gerhard Brauer | Re: 2.6.{26.2,27-rc} oops on virtualbox
Am Sonntag, den 31.08.2008, 11:09 -0300 schrieb Luiz Fernando N.
I was away the last days, but i notice that the virtualbox update to
2.0.2 solve all problems i mentioned. We also have same responses from
other arch users.
I never saw the "early boot oops" (this have had gone still with our
kernel update, mystical....). But also the "heavy IO oops" has gone. So
it was a virtualbox problem, they fixed it in:
http://www.virtualbox.org/ticket/1875
So from my side this is ...
| Sep 21, 6:41 am 2008 |
| Sergei Shtylyov | Re: [PATCH 08/10] ide: check drive->present in ide_get_p ...
Hello.
Hum... no == in some places and == isn't very consistent...
MBR, Sergei
--
| Sep 21, 2:56 am 2008 |
| previous day | today | next day |
|---|---|---|
| None | September 21, 2008 | September 22, 2008 |
