[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 Alan changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #49 from Alan --- The synchronize cache failed is unrelated - it may even be a drive firmware funny, and in the cases you hot unplug the card I'd expect to see it in the trace anyway. I'll get the pflags

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #48 from Elmar Stellnberger --- Created attachment 231431 --> https://bugzilla.kernel.org/attachment.cgi?id=231431=edit dmesg with the proposed fix: issue resolved / no backtrace Yes, that in deed does resolve

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #47 from Alan --- I'll submit the patch for the flags one once Elmar confirms its a fix. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #46 from ingvarthorv...@gmail.com --- That probably is the issue. Seems that it was either ports or flags not being set correctly. After tracing for a bit that was conclusion, just checking if removing the line fixes the issue or do be

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #44 from ingvarthorv...@gmail.com --- First yes you can use kgb if you have a second system and can mount the debugged system over serial. On the other hand remove this line: ap->pflags = ATA_PFLAG_PIO32 | ATA_PFLAG_PIO32CHANGE; from

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #42 from Elmar Stellnberger --- Isn`t there any better way to debug this? If the backtrace does not give you enough information isn`t there something like kdb that can generate core files / analyse variables

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #41 from Elmar Stellnberger --- dropped to initrd, no fs mountable, keyboard not working. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #38 from Elmar Stellnberger --- Created attachment 231221 --> https://bugzilla.kernel.org/attachment.cgi?id=231221=edit screenshot of the backtrace (your last patch 0009) Now that definitely worsens things:

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #37 from ingvarthorv...@gmail.com --- Created attachment 231151 --> https://bugzilla.kernel.org/attachment.cgi?id=231151=edit Test Port on Card is Not Null -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #36 from ingvarthorv...@gmail.com --- Most drivers need to check that was just making sure it wasn't this one. I don't have this hardware otherwise I would have not asked you to test for me and just give me your traces so I can debug

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #35 from Elmar Stellnberger --- Ingvar; are you sure that your latest patch does not break the whole kernel IO subsystem? Last time I have got stuck in the initrd (not even the kyboard was working). Please test

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #34 from ingvarthorv...@gmail.com --- Created attachment 230871 --> https://bugzilla.kernel.org/attachment.cgi?id=230871=edit Pci Flags Test Fix -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #33 from ingvarthorv...@gmail.com --- That was incorrect see if this patch helps out on top of the other patch that fixes your original issue of the card not being able to be read/written to after boot. -- You are receiving this mail

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #32 from Elmar Stellnberger --- OOpsla; there is something wrong about the patch: ap->ioaddr.altstatus_addr = base + ??; What value would you suggest to assign here? I have seen different values being assigned

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #29 from Elmar Stellnberger --- absolutely no difference in the backtrace towards attachement #26 "latest patch applied on vanilla: backtraces as always while rw works" / insertion-patch5.dmesg with kernel

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #28 from ingvarthorv...@gmail.com --- Created attachment 230341 --> https://bugzilla.kernel.org/attachment.cgi?id=230341=edit Pci Null Pointer Fix -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #27 from ingvarthorv...@gmail.com --- See if the below patch helps out if not, we will need to find out what is actually at that address causing issues. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #26 from Elmar Stellnberger --- Created attachment 230301 --> https://bugzilla.kernel.org/attachment.cgi?id=230301=edit latest patch applied on vanilla: backtraces as always while rw works that patch does not

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #25 from Elmar Stellnberger --- Created attachment 230291 --> https://bugzilla.kernel.org/attachment.cgi?id=230291=edit 4.8.0-rc1-ARCH-26316-g65ea11e dmesg without any patch: works Now as the previous test

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #24 from ingvarthorv...@gmail.com --- Created attachment 230261 --> https://bugzilla.kernel.org/attachment.cgi?id=230261=edit Irq Line Null Pointer Test Fix -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #23 from ingvarthorv...@gmail.com --- Keep the patch that works and apply this on top, I am very doubtful that the NULL pointer is the irq line passed but after looking some closing seems it's a good idea to try it. -- You are

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #22 from Elmar Stellnberger --- Created attachment 230251 --> https://bugzilla.kernel.org/attachment.cgi?id=230251=edit double backtrace: ninja32-Fix-init-function.patch Now that has produced a double

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #21 from ingvarthorv...@gmail.com --- Created attachment 230191 --> https://bugzilla.kernel.org/attachment.cgi?id=230191=edit Ninja32 Test Fix for Init Routine -- You are receiving this mail because: You are the assignee for the

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #20 from ingvarthorv...@gmail.com --- Remove all patches and see if the below patch causes around trace or fixes the NULL pointer also together. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #16 from Elmar Stellnberger --- Created attachment 229981 --> https://bugzilla.kernel.org/attachment.cgi?id=229981=edit dmesg after appyling patches 1 + 2 Patch 2 did unfortunately not seem to change much. --

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #15 from ingvarthorv...@gmail.com --- Created attachment 229961 --> https://bugzilla.kernel.org/attachment.cgi?id=229961=edit Fix Ordering of Hosting Bus Resources -- You are receiving this mail because: You are the assignee for

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #14 from ingvarthorv...@gmail.com --- Leave the first patch applied. I am sending a second patch to attempt to fix the offending secondary issue you are currently facing. -- You are receiving this mail because: You are the assignee

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #13 from Elmar Stellnberger --- Created attachment 229931 --> https://bugzilla.kernel.org/attachment.cgi?id=229931=edit ... backtrace on insertion - device otherwise working fine Groovy; that has resolved the

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #12 from ingvarthorv...@gmail.com --- Created attachment 229891 --> https://bugzilla.kernel.org/attachment.cgi?id=229891=edit Test Patch -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 ingvarthorv...@gmail.com changed: What|Removed |Added CC||ingvarthorv...@gmail.com ---

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 Elmar Stellnberger changed: What|Removed |Added Kernel Version|Linux localhost 3.18.0-rc3

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-08-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #9 from Elmar Stellnberger --- Created attachment 229531 --> https://bugzilla.kernel.org/attachment.cgi?id=229531=edit dmesg with 4.8.0-rc1-ARCH-26316-g65ea11e Now with 4.8.0-rc1-ARCH-26316-g65ea11e many bugs

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2016-03-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 Szőgyényi Gábor changed: What|Removed |Added CC|

[Bug 42715] regression - hard freeze during PCMCIA probe

2016-02-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42715 --- Comment #7 from Sean M. Pappalardo --- Using the boot option pcmcia_rsrc.probe_io=0 gets around the problem. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 42715] regression - hard freeze during PCMCIA probe

2016-02-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42715 Sean M. Pappalardo changed: What|Removed |Added CC|

[Bug 20382] PCMCIA D-Link (O2-Micro) USB 2.0 adapter - drives not mounting - mount freezes

2016-01-20 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20382 Wolfram Sang changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #7

[Bug 26142] yenta_socket causes Transfer error ack signal

2015-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 26142] yenta_socket causes Transfer error ack signal

2015-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #10 from Helmut helmut.schla...@web.de --- Great! Tried kernel-4.0.4 and it booted without problems. So pcmcia_rsrc.probe_io=0 is not necessary anymore. Thanks a lot! Helmut -- You are receiving this mail because: You are the

[Bug 26142] yenta_socket causes Transfer error ack signal

2015-02-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #9 from Alan a...@lxorguk.ukuu.org.uk --- For pure PCI I've recently submitted some proposed patches that fix a ton of PCMCIA bugs and also add a pure PCI resource manager for more modern systems. Might be worth giving it a spin. Alan

[Bug 55961] PATCH: Disable write buffering on Toshiba ToPIC95

2015-01-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=55961 --- Comment #5 from Ryan Underwood neme...@icequake.net --- I got around to posting a better version of the patch here: http://lists.infradead.org/pipermail/linux-pcmcia/2015-January/008449.html -- You are receiving this mail because: You are

[Bug 90271] New: WARNING: CPU: 0 PID: 225 at kernel/sched/core.c:7303 __might_sleep+0xb8/0xd0()

2014-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90271 Bug ID: 90271 Summary: WARNING: CPU: 0 PID: 225 at kernel/sched/core.c:7303 __might_sleep+0xb8/0xd0() Product: Drivers Version: 2.5 Kernel Version: 3.19.0-rc1 Hardware:

[Bug 90271] WARNING: CPU: 0 PID: 225 at kernel/sched/core.c:7303 __might_sleep+0xb8/0xd0()

2014-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90271 --- Comment #1 from Chris Murphy bugzi...@colorremedies.com --- Created attachment 161751 -- https://bugzilla.kernel.org/attachment.cgi?id=161751action=edit lspci -- You are receiving this mail because: You are the assignee for the bug.

[Bug 90271] WARNING: CPU: 0 PID: 225 at kernel/sched/core.c:7303 __might_sleep+0xb8/0xd0()

2014-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90271 --- Comment #2 from Chris Murphy bugzi...@colorremedies.com --- Source acquired from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git. From linux directory, make menuconfig was used to load a Fedora kernel configuration

[Bug 90271] WARNING: CPU: 0 PID: 225 at kernel/sched/core.c:7303 __might_sleep+0xb8/0xd0()

2014-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90271 Chris Murphy bugzi...@colorremedies.com changed: What|Removed |Added Regression|No |Yes -- You are

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2014-12-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #8 from Alan a...@lxorguk.ukuu.org.uk --- Ok in which case I don't think there's anything that can be done until the cardbus bug is resolved by someone. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2014-11-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #4 from Elmar Stellnberger estel...@elstel.org --- Created attachment 158611 -- https://bugzilla.kernel.org/attachment.cgi?id=158611action=edit lspci -vvxx (when CF+adapter is plugged) -- You are receiving this mail because: You

[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

2014-11-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88801 --- Comment #5 from Elmar Stellnberger estel...@elstel.org --- Created attachment 158621 -- https://bugzilla.kernel.org/attachment.cgi?id=158621action=edit ADP-CF2-C datasheet article no is: 775-5001-01, product is: ADP-CF2-C. It supports the

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #8 from Helmut helmut.schla...@web.de --- I unset CONFIG_PCMCIA_PROBE by editing drivers/pcmica/Kconfig for testing: config PCMCIA_PROBE bool default y if ISA !ARCH_SA1100 !PARISC !PPC_BOOK3S There's no difference

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #5 from Alan a...@lxorguk.ukuu.org.uk --- The kernel normally considers 0 to be unallocated and 0x00-0x07 seem to be odd addresses to be allocated for PCMCIA use. On the PC we do scan ranges because for old style PCMCIA the PC

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #6 from Helmut helmut.schla...@web.de --- 0x00-0x07 was probably not the best example chosen, but it's also the same for 0x1200, where it eventually is inserted. Yes, CONFIG_PCMCIA_PROBE is set. The question is, if it should be

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #7 from Alan a...@lxorguk.ukuu.org.uk --- It is not a platform I know well enough to be sure - but it certainly looks like in your case at least it would be worth disabling it and checking -- You are receiving this mail because: You

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #4 from Helmut helmut.schla...@web.de --- Noticed that the module rsrc_nonstatic is since 2.6.35 called pcmcia_rsrc. Thus, the old behaviour of kernel 2.6.33 of effectively not probing the IO addresses can be achieved for all kernels

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 --- Comment #3 from Helmut helmut.schla...@web.de --- I think I found the cause of the error: it is not caused by yenta_socket.c itself, but in do_io_probe of rsrc_nonstatic.c, when it calls 'inb()': 2.6.33.6, line 218f: for (i = base, most =

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Kernel Version|2.6.36.2|3.12 -- You are

[Bug 26142] yenta_socket causes Transfer error ack signal

2014-01-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 Helmut helmut.schla...@web.de changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 38812] pcmcia card using VIA VT6214 and VIA VT6421 hangs the machine at bootup

2013-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38812 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 42715] regression - hard freeze during PCMCIA probe

2013-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42715 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 7304] [PATCH]no PCI irq, Cardbus support disabled

2013-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=7304 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Kernel Version|2.6.34-rc |3.2 Summary|no

[Bug 7264] Yenta TI - irq 11 nobody cared - ThinkPad A21m with docking station

2013-04-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=7264 Zhang Rui rui.zh...@intel.com changed: What|Removed |Added Blocks||56331 -- Configure

[Bug 55961] PATCH: Disable write buffering on Toshiba ToPIC95

2013-03-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=55961 --- Comment #3 from Ryan Underwood neme...@icequake.net 2013-04-01 04:16:28 --- While I don't see any examples of a different-rev ToPIC95 in the wild, I figured it would be a good idea to constrain it to the revision which is known (by me)

[Bug 55961] PATCH: Disable write buffering on Toshiba ToPIC95

2013-03-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=55961 Ryan Underwood neme...@icequake.net changed: What|Removed |Added Attachment #96651|0 |1 is

[Bug 55961] New: PATCH: Disable write buffering on Toshiba ToPIC95

2013-03-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=55961 Summary: PATCH: Disable write buffering on Toshiba ToPIC95 Product: Drivers Version: 2.5 Kernel Version: 3.8.4 Platform: All OS/Version: Linux Tree: Mainline Status:

[Bug 16378] backtrace on removing Silicon Image based eSATA PCMCIA controller

2013-01-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16378 Martin Steigerwald mar...@lichtvoll.de changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 49851] New: Missing NULL check of return value of dev_alloc_skb() in function ipw_packet_received_skb()

2012-11-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=49851 Summary: Missing NULL check of return value of dev_alloc_skb() in function ipw_packet_received_skb() Product: Drivers Version: 2.5 Kernel Version: 2.6.39 Platform: All

[Bug 49851] Missing NULL check of return value of dev_alloc_skb() in function ipw_packet_received_skb()

2012-11-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=49851 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |ASSIGNED

Your Kernel Bug Tracker bug list needs attention.

2012-10-31 Thread bugzilla-daemon
[This e-mail has been automatically generated.] You have one or more bugs assigned to you in the Kernel Bug Tracker bug tracking system (https://bugzilla.kernel.org/) that require attention. All of these bugs are in the NEW orREOPENED state, and have not been touched in 7 days or more. You need

Your Kernel Bug Tracker bug list needs attention.

2012-10-30 Thread bugzilla-daemon
[This e-mail has been automatically generated.] You have one or more bugs assigned to you in the Kernel Bug Tracker bug tracking system (https://bugzilla.kernel.org/) that require attention. All of these bugs are in the NEW orREOPENED state, and have not been touched in 7 days or more. You need

[Bug 24712] pciehp: resume problem: PCMCIA card insert not detected after resume

2012-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Component|PCMCIA |PCI

[Bug 24712] pciehp: resume problem: PCMCIA card insert not detected after resume

2012-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added CC||a...@lxorguk.ukuu.org.uk

[Bug 26892] Driver ide-cs fails to set up interrupts properly - Regression since commit eb14120

2012-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26892 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 14149] irq 11: nobody cared (try booting with the irqpoll option)

2012-06-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14149 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure

[Bug 14149] irq 11: nobody cared (try booting with the irqpoll option)

2012-06-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14149 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 40362] Since 2.6.37, driver ide_cs reports irq 11: nobody cared (try booting with the irqpoll option)

2011-07-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40362 Dominik Brodowski li...@brodo.de changed: What|Removed |Added CC||li...@brodo.de ---

[Bug 40362] Since 2.6.37, driver ide_cs reports irq 11: nobody cared (try booting with the irqpoll option)

2011-07-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40362 Larry Finger larry.fin...@lwfinger.net changed: What|Removed |Added Status|RESOLVED|CLOSED --

[Bug 40362] Since 2.6.37, driver ide_cs reports irq 11: nobody cared (try booting with the irqpoll option)

2011-07-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40362 --- Comment #1 from Larry Finger larry.fin...@lwfinger.net 2011-07-30 18:23:19 --- Created an attachment (id=67212) -- (https://bugzilla.kernel.org/attachment.cgi?id=67212) Output of dmesg for kernel 3.0 (bad) -- Configure bugmail:

[Bug 40362] Since 2.6.37, driver ide_cs reports irq 11: nobody cared (try booting with the irqpoll option)

2011-07-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40362 --- Comment #2 from Larry Finger larry.fin...@lwfinger.net 2011-07-30 18:24:45 --- Created an attachment (id=67222) -- (https://bugzilla.kernel.org/attachment.cgi?id=67222) Output of 'lspci -vv' for kernel 2.6.37 (good) -- Configure

[Bug 40362] Since 2.6.37, driver ide_cs reports irq 11: nobody cared (try booting with the irqpoll option)

2011-07-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40362 --- Comment #3 from Larry Finger larry.fin...@lwfinger.net 2011-07-30 18:25:51 --- Created an attachment (id=67232) -- (https://bugzilla.kernel.org/attachment.cgi?id=67232) Output of 'lspci -vv' or kernel 3.0 (bad) -- Configure bugmail:

[Bug 40362] Since 2.6.37, driver ide_cs reports irq 11: nobody cared (try booting with the irqpoll option)

2011-07-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40362 --- Comment #4 from Larry Finger larry.fin...@lwfinger.net 2011-07-30 18:27:06 --- Created an attachment (id=67242) -- (https://bugzilla.kernel.org/attachment.cgi?id=67242) Output of 'lspcmcia -v' for kernel 2.6.37 -- Configure bugmail:

[Bug 40362] Since 2.6.37, driver ide_cs reports irq 11: nobody cared (try booting with the irqpoll option)

2011-07-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40362 --- Comment #5 from Larry Finger larry.fin...@lwfinger.net 2011-07-30 18:28:18 --- Created an attachment (id=67252) -- (https://bugzilla.kernel.org/attachment.cgi?id=67252) Output of 'lspcmcia -v' command for kernel 3.0 -- Configure

[Bug 30692] 2.6.38-rc6+: oops while hibernating, pcmcia?

2011-03-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30692 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure

[Bug 30692] 2.6.38-rc6+: oops while hibernating, pcmcia?

2011-03-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30692 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 30692] 2.6.38-rc6+: oops while hibernating, pcmcia?

2011-03-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30692 Dominik Brodowski li...@brodo.de changed: What|Removed |Added CC||li...@brodo.de ---

[Bug 27852] New: Gentoo QA noticies

2011-01-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=27852 Summary: Gentoo QA noticies Product: Drivers Version: 2.5 Kernel Version: 2.6.36 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal

[Bug 26892] New: Driver ide-cs fails to set up interrupts properly - Regression since commit eb14120

2011-01-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26892 Summary: Driver ide-cs fails to set up interrupts properly - Regression since commit eb14120 Product: Drivers Version: 2.5 Kernel Version: 2.6.37 Platform: All OS/Version:

[Bug 26142] yenta_socket causes Transfer error ack signal

2011-01-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 Helmut helmut.schla...@web.de changed: What|Removed |Added CC||helmut.schla...@web.de

[Bug 26142] New: yenta_socket causes Transfer error ack signal

2011-01-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26142 Summary: yenta_socket causes Transfer error ack signal Product: Drivers Version: 2.5 Kernel Version: 2.6.36.2 Platform: All OS/Version: Linux Tree: Mainline Status:

[Bug 24712] PCMCIA card insert not detected after resume

2010-12-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 --- Comment #7 from Filip Pytloun ke...@ifrit.eu 2010-12-14 16:34:34 --- I've finally found the solution. The problem is in pciehp module, which get confused with the suspend. Unloading the module and loading it again will solve the problem -

[Bug 24712] New: PCMCIA card insert not detected after resume

2010-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 Summary: PCMCIA card insert not detected after resume Product: Drivers Version: 2.5 Kernel Version: 2.6.36-zen2 Platform: All OS/Version: Linux Tree: Mainline Status:

[Bug 24712] PCMCIA card insert not detected after resume

2010-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 Dominik Brodowski li...@brodo.de changed: What|Removed |Added CC||li...@brodo.de ---

[Bug 24712] PCMCIA card insert not detected after resume

2010-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 --- Comment #2 from Filip Pytloun ke...@ifrit.eu 2010-12-12 12:18:37 --- (In reply to comment #1) What's the output of lspcmcia -vvv before suspend, with the card inserted? $ lspcmcia -vvv Socket 0 Bridge: [yenta_cardbus] (bus ID:

[Bug 24712] PCMCIA card insert not detected after resume

2010-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 --- Comment #3 from Dominik Brodowski li...@brodo.de 2010-12-12 12:33:10 --- Then it seems to be a cardbus 32-bit card, and not a PCMCIA 16-bit card. Could you try to enable dynamic debug in the kernel configuration, and then setting $ echo

[Bug 24712] PCMCIA card insert not detected after resume

2010-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 --- Comment #4 from Filip Pytloun ke...@ifrit.eu 2010-12-12 12:47:02 --- (In reply to comment #3) Then it seems to be a cardbus 32-bit card, and not a PCMCIA 16-bit card. Could you try to enable dynamic debug in the kernel configuration,

[Bug 24712] PCMCIA card insert not detected after resume

2010-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 --- Comment #5 from Filip Pytloun ke...@ifrit.eu 2010-12-12 18:07:21 --- Ok I have compiled my kernel with dynamic_debug and pcmcia as module. When I boot my system without card inserted, in won't find it anymore - same behavior like after

[Bug 24712] PCMCIA card insert not detected after resume

2010-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24712 Larry Finger larry.fin...@lwfinger.net changed: What|Removed |Added CC|

[Bug 16378] backtrace on removing Silicon Image based eSATA PCMCIA controller

2010-12-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16378 --- Comment #1 from Martin Steigerwald mar...@lichtvoll.de 2010-12-07 21:26:51 --- Happened some other times. A race condition? Nov 12 23:11:46 shambhala kernel: ata5: exception Emask 0x10 SAct 0x0 SErr 0x1 action 0xe frozen Nov 12

[Bug 20382] PCMCIA D-Link (O2-Micro) USB 2.0 adapter - drives not mounting - mount freezes

2010-10-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20382 David Bluecame david.bluec...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 20382] PCMCIA D-Link (O2-Micro) USB 2.0 adapter - drives not mounting - mount freezes

2010-10-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20382 --- Comment #4 from Dominik Brodowski li...@brodo.de 2010-10-15 11:57:33 --- Created an attachment (id=33702) -- (https://bugzilla.kernel.org/attachment.cgi?id=33702) dmesg patch How about this patch? -- Configure bugmail:

[Bug 20382] PCMCIA D-Link (O2-Micro) USB 2.0 adapter - drives not mounting - mount freezes

2010-10-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20382 --- Comment #5 from Wolfram Sang w.s...@pengutronix.de 2010-10-15 12:23:13 --- Created an attachment (id=33712) -- (https://bugzilla.kernel.org/attachment.cgi?id=33712) Alternative wording This is my version of the wording. I like it a bit

[Bug 20382] PCMCIA D-Link (O2-Micro) USB 2.0 adapter - drives not mounting - mount freezes

2010-10-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20382 Dominik Brodowski li...@brodo.de changed: What|Removed |Added CC||li...@brodo.de ---

  1   2   3   >