BUG: Killing and reviving files with USB disks

2007-03-10 Thread Marti Raudsepp
the problem. More details on the symptoms of the problem in my previous problem report: http://lkml.org/lkml/2007/3/7/657 I'm not subscribed to the list, so please keep me in Cc:. Regards, Marti Raudsepp - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: BUG: Files corrupt after moving LVM volume to USB disk

2007-03-21 Thread Marti Raudsepp
, 2007 at 12:34:08PM +0200, Marti Raudsepp wrote: * Test partition is 68 extents times 16MiB = 1088 MiB large (that's the largest I could allocate while remaining in one segment -- otherwise lvmove wouldn't move the partition back to /dev/sda5 after defragmenting it.) That sounds strange. I

Re: [dm-devel] Fw: BUG: Files corrupt after moving LVM volume to USB disk

2007-03-22 Thread Marti Raudsepp
match (and still posts a warning), but reiserfs returns outright I/O errors. (P.S. does the LKML archive randomly omit some double-newlines in posts, or is this a problem on my end?) Marti Raudsepp - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] disable barriers in dm-crypt [was Re: BUG: Files corrupt after moving LVM volume to USB disk]

2007-03-25 Thread Marti Raudsepp
:59.0 +0100 + if (bio_barrier(bio)) + return -EOPNOTSUPP; + Sorry, this doesn't help either. ext3 is still slow, reiserfs still fails. (And sorry for the double e-mail, I forgot to reply to all) Marti Raudsepp - To unsubscribe from this list: send the line unsubscribe linux

PROBLEM: 'bio too big device' after moving to a USB disk

2007-03-07 Thread Marti Raudsepp
provide more details as necessary. I have not yet attempted to reproduce it on a test partition. Any extra information requests are welcome. I'm not subscribed to the list, so please keep me in Cc:. Excuse me if some parts of this e-mail don't make sense, I'm almost falling asleep here. Regards, Marti

Ivy Bridge resume from suspend: PCH PLL state for reg c6014 assertion failure

2012-10-10 Thread Marti Raudsepp
Hi list! I got this oops report in 3.6.1 when suspending my machine from suspend: ACPI: Low-level resume complete [...] i915 :00:02.0: setting latency timer to 64 [...] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off [ cut here ] WARNING: at

tulip Ethernet driver messes up USB keyboard

2012-09-14 Thread Marti Raudsepp
Hi lists, After installing an old 100Mbit PCI Ethernet card to my machine, it has complained a few times about spurious interrupts (nobody cared) at a random time of the day. After the oops is reported, my USB keyboard (HP smart card keyboard) stops working properly -- it has lots of delay, it

NULL pointer dereference in ext4_ext_remove_space on 3.5.1

2012-08-15 Thread Marti Raudsepp
Hi list, I was moving and deleting some files between two of my ext4 partitions when it suddenly crashed and dropped me into an kernel oops screen (below). I'm using ext4 on kernel 3.5.1 (Arch Linux). Both likely suspect file systems are stored on LVM2, mounted with

CIFS on 3.5.0 causes hung tasks; Unexpected lookup error -19

2012-08-16 Thread Marti Raudsepp
Hi list, I have a few mount points to Microsoft Windows 2000 SP4 and a simple process that repeatedly opens files by name, reads the first 256 bytes and then closes it. Yesterday I was testing some unrelated applications in face of network problems and I used tc/netem/mirred/ifb to cause 50%

[PATCH] PCI: Add ACS support for AMD A88X southbridge devices

2014-10-02 Thread Marti Raudsepp
is going on here. +-14.5 Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller This OHCI Controller should also be isolated from the other devices. Signed-off-by: Marti Raudsepp ma...@juffo.org --- drivers/pci/quirks.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/pci

Re: [PATCH] PCI: Add ACS support for AMD A88X southbridge devices

2014-10-02 Thread Marti Raudsepp
On Thu, Oct 2, 2014 at 4:05 PM, Marti Raudsepp ma...@juffo.org wrote: Joel Schopp at https://bugzilla.kernel.org/show_bug.cgi?id=81841#c15 +-14.4-[01]05.0 Dialogic Corporation PRI The legacy PCI should be isolated from the other devices identified. Not sure what is going on here

BUG: Files corrupt after moving LVM volume to USB disk

2007-03-20 Thread Marti Raudsepp
e to reproduce the problem. More details on the symptoms of the problem in my previous problem report: http://lkml.org/lkml/2007/3/7/657 I'm not subscribed to the list, so please keep me in Cc:. Regards, Marti Raudsepp - To unsubscribe from this list: send the line "unsubscribe linux

PROBLEM: 'bio too big device' after moving to a USB disk

2007-03-07 Thread Marti Raudsepp
make sense, I'm almost falling asleep here. Regards, Marti Raudsepp - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

BUG: Killing and reviving files with USB disks

2007-03-10 Thread Marti Raudsepp
ot;? [y/n]: y Logical volume "punchbag" successfully removed I repeated this five times and each time was able to reproduce the problem. More details on the symptoms of the problem in my previous problem report: http://lkml.org/lkml/2007/3/7/657 I'm not subscribed to the list, so please k

Re: BUG: Files corrupt after moving LVM volume to USB disk

2007-03-21 Thread Marti Raudsepp
Mar 20, 2007 at 12:34:08PM +0200, Marti Raudsepp wrote: > * Test partition is 68 extents times 16MiB = 1088 MiB large (that's the > largest I could allocate while remaining in one segment -- otherwise lvmove > wouldn't move the partition back to /dev/sda5 after "defragmenting"

Re: [dm-devel] Fw: BUG: Files corrupt after moving LVM volume to USB disk

2007-03-22 Thread Marti Raudsepp
workaround if these attributes don't match (and still posts a warning), but reiserfs returns outright I/O errors. (P.S. does the LKML archive randomly omit some double-newlines in posts, or is this a problem on my end?) Marti Raudsepp - To unsubscribe from this list: send the line "u

Re: [PATCH] disable barriers in dm-crypt [was Re: BUG: Files corrupt after moving LVM volume to USB disk]

2007-03-25 Thread Marti Raudsepp
15:09:59.0 +0100 + if (bio_barrier(bio)) + return -EOPNOTSUPP; + Sorry, this doesn't help either. ext3 is still slow, reiserfs still fails. (And sorry for the double e-mail, I forgot to reply to all) Marti Raudsepp - To unsubscribe from this list: send the line "

Ivy Bridge resume from suspend: PCH PLL state for reg c6014 assertion failure

2012-10-10 Thread Marti Raudsepp
Hi list! I got this oops report in 3.6.1 when suspending my machine from suspend: ACPI: Low-level resume complete [...] i915 :00:02.0: setting latency timer to 64 [...] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off [ cut here ] WARNING: at

tulip Ethernet driver messes up USB keyboard

2012-09-14 Thread Marti Raudsepp
Hi lists, After installing an old 100Mbit PCI Ethernet card to my machine, it has complained a few times about spurious interrupts ("nobody cared") at a random time of the day. After the oops is reported, my USB keyboard (HP smart card keyboard) stops working properly -- it has lots of delay, it

NULL pointer dereference in ext4_ext_remove_space on 3.5.1

2012-08-15 Thread Marti Raudsepp
Hi list, I was moving and deleting some files between two of my ext4 partitions when it suddenly crashed and dropped me into an kernel oops screen (below). I'm using ext4 on kernel 3.5.1 (Arch Linux). Both likely suspect file systems are stored on LVM2, mounted with

CIFS on 3.5.0 causes hung tasks; Unexpected lookup error -19

2012-08-16 Thread Marti Raudsepp
Hi list, I have a few mount points to Microsoft Windows 2000 SP4 and a simple process that repeatedly opens files by name, reads the first 256 bytes and then closes it. Yesterday I was testing some unrelated applications in face of network problems and I used tc/netem/mirred/ifb to cause 50%

[PATCH] PCI: Add ACS support for AMD A88X southbridge devices

2014-10-02 Thread Marti Raudsepp
sure what is going on here. > > +-14.5 Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller > This OHCI Controller should also be isolated from the other devices. Signed-off-by: Marti Raudsepp --- drivers/pci/quirks.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/driv

Re: [PATCH] PCI: Add ACS support for AMD A88X southbridge devices

2014-10-02 Thread Marti Raudsepp
On Thu, Oct 2, 2014 at 4:05 PM, Marti Raudsepp wrote: > Joel Schopp at https://bugzilla.kernel.org/show_bug.cgi?id=81841#c15 >> +-14.4-[01]05.0 Dialogic Corporation PRI >> The legacy PCI should be isolated from the other devices identified. >> Not sure