Re: User-triggerable WARNING with fuse

2013-02-04 Thread Tero Roponen
On Mon, 4 Feb 2013, Miklos Szeredi wrote: > On Fri, Feb 1, 2013 at 12:39 PM, Tero Roponen wrote: > > > > Using the attached program I can trigger the following WARNING > > reliably as a normal user. This happens at least both in 3.8-rc6 > > and 3.7.5. >

User-triggerable WARNING with fuse

2013-02-01 Thread Tero Roponen
Using the attached program I can trigger the following WARNING reliably as a normal user. This happens at least both in 3.8-rc6 and 3.7.5. The kernel is tainted by proprietary NVIDIA module, but I don't thinks it matters in this case. [ 4390.882323] [ cut here ] [ 4390.88

Re: Tux3 report: New news for the new year

2013-01-02 Thread Tero Roponen
of relative paths. This patch fixes the problem by converting the relative path to an absolute one. Signed-off-by: Tero Roponen diff --git a/user/tux3fuse.c b/user/tux3fuse.c index 6401204..5047cab 100644 --- a/user/tux3fuse.c +++ b/user/tux3fuse.c @@ -993,7 +993,7

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-12 Thread Tero Roponen
les and it booted fine. Then I did a 'sudo make modules_install' and rebooted. It hang. It seems that everything is fine until some module loads and does something. - Tero Roponen ps. In 2.6.12 lsmod gives me this: Module Size Used by xirc2ps_cs 15728

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-12 Thread Tero Roponen
On Tue, 12 Jul 2005, Ivan Kokshaysky wrote: > On Tue, Jul 12, 2005 at 07:00:37PM +0300, Tero Roponen wrote: > > It seems that everything is fine until some module > > loads and does something. > > What does your /proc/ioports say under 2.6.12 with all modules > load

2.6.13-rc2 hangs at boot

2005-07-06 Thread Tero Roponen
Hi, my computer (a ThinkPad 380XD laptop) hangs at boot in 2.6.13-rc2. When I revert the patch below everything seems to be fine. thanks, Tero Roponen Patch to revert: Author: Ivan Kokshaysky <[EMAIL PROTECTED]> Date: Wed, 15 Jun 2005 14:59:27 + (+0400) Source: http://www.kernel.o

Re: 2.6.13-rc2 hangs at boot

2005-07-07 Thread Tero Roponen
3) hda: cache flushes not supported hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 hda9 hda10 > hda4 ... 2.6.13-rc2 with and without tested patch display this: ... hda: cache flushes not supported hda: hda1 hda2 hda3 < Then it hangs for a while and shows something like this: dma_timer_e

Re: 2.6.13-rc2 hangs at boot

2005-07-07 Thread Tero Roponen
On Thu, 7 Jul 2005, Ivan Kokshaysky wrote: > On Thu, Jul 07, 2005 at 01:33:46PM +0300, Tero Roponen wrote: > > 00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge > > (AGP disabled) (rev 02) > > Control: I/O- Mem+ BusMaster+ SpecCycle- MemW

Re: 2.6.13-rc2 hangs at boot

2005-07-07 Thread Tero Roponen
On Thu, 7 Jul 2005, Ivan Kokshaysky wrote: > On Thu, Jul 07, 2005 at 03:47:58PM +0300, Tero Roponen wrote: > > I just tested the patch, but it didn't help. It still hangs. > > Well, the code in setup-bus.c does actually know about host > bridges, so the patch was just

Re: 2.6.13-rc2 hangs at boot

2005-07-07 Thread Tero Roponen
On Thu, 7 Jul 2005, Ivan Kokshaysky wrote: > On Thu, Jul 07, 2005 at 03:47:58PM +0300, Tero Roponen wrote: > > I just tested the patch, but it didn't help. It still hangs. > > Well, the code in setup-bus.c does actually know about host > bridges, so the patch was just

[SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-08 Thread Tero Roponen
On Fri, 8 Jul 2005, Ivan Kokshaysky wrote: Thanks! Vanilla 2.6.13-rc2 with below patch applied works perfectly! - Tero Roponen > On Thu, Jul 07, 2005 at 05:13:49PM +0300, Tero Roponen wrote: > > I applied your original patch (the no-op one) and the > > end=0 patch. With those

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-08 Thread Tero Roponen
On Fri, 8 Jul 2005, Ivan Kokshaysky wrote: > On Fri, Jul 08, 2005 at 10:57:56AM +0300, Tero Roponen wrote: > > Thanks! Vanilla 2.6.13-rc2 with below patch applied > > works perfectly! > > Thanks for testing. Though, bad news are that it's still unclear > why yo

2.6.14-rc4: dma_timer_expiry [was 2.6.13-rc2 hangs at boot]

2005-07-29 Thread Tero Roponen
Hi, I just tested 2.6.13-rc4. At boot it prints: "dma_timer_expiry: dma status == 0x61" many times. That's the same problem as in 2.6.13-rc2. If I apply the following patch, everything seems to be fine. I'm not sure if this is the right thing to do, but it works for

Re: 2.6.14-rc4: dma_timer_expiry [was 2.6.13-rc2 hangs at boot]

2005-07-29 Thread Tero Roponen
On Fri, 29 Jul 2005, Andrew Morton wrote: > Tero Roponen <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I just tested 2.6.13-rc4. At boot it prints: > > "dma_timer_expiry: dma status == 0x61" many times. > > That's the same prob

Re: 2.6.14-rc4: dma_timer_expiry [was 2.6.13-rc2 hangs at boot]

2005-08-01 Thread Tero Roponen
On Mon, 1 Aug 2005, Ivan Kokshaysky wrote: > On Fri, Jul 29, 2005 at 02:39:21AM -0700, Andrew Morton wrote: > > Tero Roponen <[EMAIL PROTECTED]> wrote: > > > My original report is here: http://lkml.org/lkml/2005/7/6/174 > > > > I see. Ivan, do we know what&

Re: [patch] x86: pci_assign_unassigned_resources() update

2005-08-30 Thread Tero Roponen
On Tue, 30 Aug 2005, Ivan Kokshaysky wrote: > > Tero, can you confirm that 2.6.13 with this patch works for you? > > Ivan. Confirmed. Vanilla 2.6.13 with this patch works for me. - Tero Roponen > > --- 2.6.13/arch/i386/pci/common.c 2005-08-29 03:41:01.0 +0400 >

TSC blacklisting is unneeded?

2007-11-29 Thread Tero Roponen
is now detected automatically. -- Tero Roponen, <[EMAIL PROTECTED]> - 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 ht

Re: [Linux-fbdev-devel] fb: modedb uses wrong default_mode

2006-11-18 Thread Tero Roponen
t; [EMAIL PROTECTED]: fix it] > [EMAIL PROTECTED]: simplify it] > [EMAIL PROTECTED]: remove pointless DEFAULT_MODEDB_INDEX] > Signed-off-by: Jordan Crouse <[EMAIL PROTECTED]> > Cc: Geert Uytterhoeven <[EMAIL PROTECTED]> > Cc: "Antonino A. Daplas" <[EMAIL PROTECTED]&

tty-related oops in latest kernel(s)?

2007-05-27 Thread Tero Roponen
c0 78 4b 81 7d 78 04 00 01 00 75 15 83 be EIP: [] init_dev+0x38c/0x497 SS:ESP 0068:c1f5fe7c I have been busy and just upgraded from 2.6.19.2, so this bug may have been introduced anytime since that kernel. Unfortunately, I have a slow connection and therefore can't bisect this. -- Tero Ropo

Re: tty-related oops in latest kernel(s)?

2007-05-28 Thread Tero Roponen
now, but I'll try to do that later. -- Tero Roponen # # Automatically generated make config: don't edit # Linux kernel version: 2.6.22-rc3-atr # Sun May 27 11:07:24 2007 # CONFIG_X86_32=y CONFIG_GENERIC_TIME=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_LOCKDEP_SUPP

Re: tty-related oops in latest kernel(s)?

2007-05-29 Thread Tero Roponen
uses problems) should contain but I am > guessing tty_driver->ttys is corrupted which seems consistent with the > reference count sanity check failure. Unfortunately I am not familiar > enough with tty internals to immediately see why this is happening. > FYI, I just tested 2

Re: tty-related oops in latest kernel(s)?

2007-05-29 Thread Tero Roponen
[resend, mailer didn't like unzipped applications] On Tue, 29 May 2007, Pekka Enberg wrote: > Hi Tero, > > On 5/29/07, Tero Roponen <[EMAIL PROTECTED]> wrote: > > FYI, I just tested 2.6.21.3. I couldn't reproduce the problem with > > that kernel. > [sn

Re: tty-related oops in latest kernel(s)?

2007-05-29 Thread Tero Roponen
On Wed, 30 May 2007, Pekka Enberg wrote: > On 5/30/07, Tero Roponen <[EMAIL PROTECTED]> wrote: > > Hmmm, I just found something interesting. In 2.6.21.3 the /sbin/init > > gets corrupted when I watch the video! > > > > $ cp /sbin/init init.before > >

Re: tty-related oops in latest kernel(s)?

2007-05-30 Thread Tero Roponen
On Wed, 30 May 2007, Pekka Enberg wrote: > On 5/30/07, Tero Roponen <[EMAIL PROTECTED]> wrote: > > Hmmm, I just found something interesting. In 2.6.21.3 the /sbin/init > > gets corrupted when I watch the video! > > > > $ cp /sbin/init init.before > >

Re: tty-related oops in latest kernel(s)?

2007-05-30 Thread Tero Roponen
On Wed, 30 May 2007, Andrew Morton wrote: > On Wed, 30 May 2007 15:02:49 +0300 (EEST) Tero Roponen <[EMAIL PROTECTED]> > wrote: > > > On Wed, 30 May 2007, Pekka Enberg wrote: > > > > > On 5/30/07, Tero Roponen <[EMAIL PROTECTED]> wrote: > >

Re: tty-related oops in latest kernel(s)?

2007-05-30 Thread Tero Roponen
On Wed, 30 May 2007, Pekka Enberg wrote: > Tero Roponen wrote: > > after some trial and error I found a simple way to trigger the > > corruption: > > Nice. This triggers on the file corruption on 2.6.21.3 also? > Yes: [EMAIL PROTECTED] ~]# init Usage: init 0123456SsQqA

Re: [3/4] 2.6.22-rc3: known regressions

2007-05-30 Thread Tero Roponen
> > > References : http://lkml.org/lkml/2007/5/27/104 > > > Submitter : Tero Roponen <[EMAIL PROTECTED]> > > > Status : problem is being debugged > > > > People seem to have debugged this to neofb palette handling, but I haven't > >

Re: [PATCH] base/platform: Fix platform drivers with no probe callback (ex alarmtimer)

2016-01-05 Thread Tero Roponen
d that up?! I can confirm that applying the patch in that link to 4.4-rc8 fixes the following problem I've seen since 4.4-rc5: BUG: unable to handle kernel NULL pointer dereference at 0e20 IP: [] asus_sysfs_is_visible+0xe/0x1d0 [asus_laptop] So: Tested-by: Tero Roponen

[PATCH] PCI: Restore inclusion of pci/hotplug Kconfig

2016-03-21 Thread Tero Roponen
fig' removed all the options that depended on HOTPLUG_PCI. Signed-off-by: Tero Roponen diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index a1f37db..209292e 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -128,4 +128,5 @@ config PCI_HYPERV The PCI device frontend