5.10 regression: hang at shutdown, DRM or ALSA suspected

2021-01-06 Thread Gabor Gombas
P: 000a R08: R09: Jan 05 22:27:09 host kernel: R10: 0000 R11: 0246 R12: Jan 05 22:27:09 host kernel: R13: 0019 R14: 7ffca85a3188 R15: 7ffca85a31a0 Regards, Gabor

Re: Nonterministic hang during bootconsole/console handover on ath79

2016-03-25 Thread Gabor Juhos
gt; md.l b802001c 1 b802001c: 00a5 ar7240> mw.l b802001c 5a ar7240> md.l b802001c 1 b802001c: 005a...Z ar7240> And on the TL-WR841N v8 board (AR9341 Soc): wasp> md.l b802001c 1 b802001c: wasp> mw.l b802001c a5 wasp> md.l b802001c 1 b802001c: 00a5 wasp> mw.l b802001c 5a wasp> md.l b802001c 1 b802001c: 005a...Z wasp> Although i did not test it on other SoCs, but i assume that the behaviour is the same on those. -Gabor

[PATCH] usb: phy: don't return with NULL from devm_usb_get_phy()

2013-10-11 Thread Gabor Juhos
The callers are expecting an ERR_PTR value in case of an error. Change he code to return with an encoded -ENOMEM value in the case of a failed devres_alloc call. Signed-off-by: Gabor Juhos --- drivers/usb/phy/phy.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

Re: [PATCH] avr32: fix compiler warning

2013-09-26 Thread Gabor Juhos
2013.09.26. 8:18 keltezéssel, Hans-Christian Egtvedt írta: > Around Wed 25 Sep 2013 21:50:01 +0200 or thereabout, Gabor Juhos wrote: > > Tuning subject to > > avr32: cast syscall_return to silence compiler warning This is indeed better, thanks. > >> The patch fixe

[PATCH] avr32: fix compiler warning

2013-09-25 Thread Gabor Juhos
The patch fixes the following compiler warning: CC arch/avr32/kernel/process.o arch/avr32/kernel/process.c: In function 'copy_thread': arch/avr32/kernel/process.c:292: warning: assignment makes integer \ from pointer without a cast Signed-off-by: Gabor Juhos --- Note: th

[PATCH] avr32: balance cpu_idle_poll_ctrl calls

2013-09-25 Thread Gabor Juhos
he code to only disable idle poll if it is enabled by the same function to avoid the warning. Cc: sta...@vger.kernel.org Signed-off-by: Gabor Juhos --- Note: the patch is against v3.12-rc2. --- arch/avr32/kernel/time.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/arc

Re: [PATCH 6/6] MIPS: ath79: simplify platform_get_resource_byname/devm_ioremap_resource

2013-08-22 Thread Gabor Juhos
oremap_resource(e1, res); > // > > Signed-off-by: Julia Lawall Acked-by: Gabor Juhos Thanks! -Gabor -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] tty: ar933x_uart: convert to use devm_* functions

2013-08-10 Thread Gabor Juhos
Use devm_* functions in order to simplify cleanup paths. Signed-off-by: Gabor Juhos --- drivers/tty/serial/ar933x_uart.c | 26 -- 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/drivers/tty/serial/ar933x_uart.c b/drivers/tty/serial/ar933x_uart.c index

Re: [PATCH 2/2] MIPS: implement pcibios_get_phb_of_node

2013-04-11 Thread Gabor Juhos
2013.04.11. 19:35 keltezéssel, Bjorn Helgaas írta: > Thanks for checking these out! I put them in my "next" branch and > pushed it, so they should appear in v3.10. Great. Thank you! -Gabor -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: [PATCH 2/2] MIPS: implement pcibios_get_phb_of_node

2013-04-11 Thread Gabor Juhos
2013.04.10. 18:31 keltezéssel, Bjorn Helgaas írta: > On Thu, Apr 4, 2013 at 12:01 PM, Gabor Juhos wrote: >> The of_node field of the device assigned to a >> PCI bus is used during scanning of the PCI bus. >> However on MIPS, the of_node field is assigned >> only aft

[PATCH 1/2] pci/of: remove weak annotation of pcibios_get_phb_of_node

2013-04-04 Thread Gabor Juhos
instead of adding a new forward declaration for that. Signed-off-by: Gabor Juhos --- Notes: Unfortunately I'm not a binutils/gcc expert, so I don't know if this is the expected behaviour of those or not. Removing the __weak annotation from the forward declaration of 'pcibios_get_phb_o

[PATCH 2/2] MIPS: implement pcibios_get_phb_of_node

2013-04-04 Thread Gabor Juhos
core will initialize the of_node field before starting the scan. Also remove the local assignment of bus->dev.of_node, it is not needed after the patch. Signed-off-by: Gabor Juhos --- arch/mips/pci/pci.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch/mip

Re: [PATCH] pci: use newly introduced devm_ioremap_resource()

2013-03-11 Thread Gabor Juhos
error messages can be removed from the failure code paths. > > Signed-off-by: Silviu-Mihai Popescu Acked-by: Gabor Juhos -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at h

Re: [PATCH] pci: convert to devm_ioremap_resource()

2013-03-11 Thread Gabor Juhos
error messages can be removed from the failure code paths. > > Signed-off-by: Silviu-Mihai Popescu > --- > arch/mips/pci/pci-ar724x.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) Acked-by: Gabor Juhos Just a minor note, arch/mips/pci/pci-ar

Linux 2.6.32.xx build breaks with gcc 4.7

2012-10-16 Thread Gabor Z. Papp
lo lo, I'm trying to compile 2.6.32.60 with gcc 4.7.2, and getting the following error: CC arch/x86/kernel/ptrace.o arch/x86/kernel/ptrace.c:1472:17: error: conflicting types for 'syscall_trace_enter' In file included from /usr/src/linux-2.6.32.60-gzpLinux/arch/x86/include/asm/vm86.h:130

Re: PROBLEM: kernel 3.6.rc6 bug report (usb 3.0 external hard drive problem)

2012-09-29 Thread Gabor Takacs
just read the patch and manually edited the source code). Thanks very much, and good work to you all for the sake of all of us users! Best wishes, Gabor On 09/28/2012 11:47 PM, Sarah Sharp wrote: > On Fri, Sep 28, 2012 at 10:27:43AM -0400, Alan Stern wrote: >> On Fri, 28 Sep 2012, Dan C

Re: PROBLEM: kernel 3.6.rc6 bug report (usb 3.0 external hard drive problem)

2012-09-29 Thread Gabor Takacs
s not recognized, but I am afraid I must resign myself to missing this entertainment now and in the foreseeable future. I posted this bug because I thought if kernel 3.6 goes out with it, that would be a very bad impression for us, mortal end-users. Best wishes, Gabor On 09/28/2012 11:47 PM, Sarah

Re: PROBLEM: kernel 3.6.rc6 bug report (usb 3.0 external hard drive problem)

2012-09-29 Thread Gabor Takacs
t hub Bus 002 Device 003: ID 04f2:b330 Chicony Electronics Co., Ltd Regards, Gabor On 09/28/2012 04:16 PM, Dan Carpenter wrote: > I've filed a bug for this. > > https://bugzilla.kernel.org/show_bug.cgi?id=48061 > > Probably the other information which would be useful is the out

PROBLEM: kernel 3.6.rc6 bug report (usb 3.0 external hard drive problem)

2012-09-23 Thread Gabor Takacs
Bug report for kernel version 3.6.rc6 Content of message: - One-line description - Full description - Keywords - CPU info - Modules info - Kernel version - Loaded driver and hardware information - PCI information - SCSI information One-line description: Western Digital My Passport USB 3.0 hard d

[PATCH] invert the axes for HDAPS on Lenovo R61i ThinkPads

2008-02-24 Thread Gabor Czigola
quot;IBM", "ThinkPad Z60m"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad T61P"), + HDAPS_DMI_MATCH_INVERT("LENOVO", "ThinkPad R61i"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R61"), HDAPS_DMI_MATCH_NORMAL("IB

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-16 Thread Gabor Gombas
t = 1 Jan 16 23:56:09 twister kernel: unregister_netdevice: waiting for ppp0 to become free. Usage count = 1 But a "killall -9 pppd" seems to help and then the re-connect (after the phone got power-cycled) works. Gabor -- ---

[PATCH] kconfig: multibyte character support for lxdialog

2008-01-12 Thread EGRY Gabor
UTF-8 support for lxdialog with wchar. The installed wide ncurses (ncursesw) is optional. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/lxdialog/check-lxdialog.sh |6 kbuild-szilard/scripts/kconfig/lxdialog/checklist.c | 13 - kbuild-s

Re: sata_nv + ADMA + Samsung disk problem

2008-01-11 Thread Gabor Gombas
On Mon, Jan 07, 2008 at 06:10:29PM -0600, Robert Hancock wrote: > Gabor, I just noticed you said that it worked OK in 2.6.20, yet 2.6.22 > fails. 2.6.20 had ADMA support as well, so I wonder what change started > causing the problem. Would it be possible for you to do a git bisect (

[PATCH 7/10] kconfig: gettext support for menuconfig

2008-01-11 Thread EGRY Gabor
Full gettext support for menuconfig. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/mconf.c | 51 - 1 file changed, 26 insertions(+), 25 deletions(-) diff -puN scr

[PATCH 4/10] kconfig: gettext support for gconfig

2008-01-11 Thread EGRY Gabor
Gettext support for menu and toolbar. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/Makefile|7 +-- kbuild-szilard/scripts/kconfig/POTFILES.in |1 + 2 files changed, 6 insertions(+),

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-11 Thread Gabor Gombas
ter kernel: [] tracesys+0xdc/0xe1 Jan 11 23:46:42 twister kernel: If I'm not mistaken the "cat" above is the "cat /dev/zero > /dev/rfcomm0" command. Gabor -- - MTA SZTAKI Comp

[PATCH 3/10] kconfig: gettext support for config

2008-01-11 Thread EGRY Gabor
Gettext support for conf.c . Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/conf.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff -puN scripts/kc

[PATCH 1/10] kconfig: update-po-config info

2008-01-11 Thread EGRY Gabor
This patch adds tracking messages. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/Makefile | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff -puN scripts/kconfig/Make

[PATCH 2/10] kconfig: gettext support for lxdialog

2008-01-11 Thread EGRY Gabor
Gettext support for lxdialog. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/POTFILES.in |6 ++ kbuild-szilard/scripts/kconfig/lxdialog/checklist.c |4 ++-- kbuild-szilard/scr

[PATCH 8/10] kconfig: gettext support for xconfig

2008-01-11 Thread EGRY Gabor
Full gettext support for xconfig. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/qconf.cc | 93 1 file changed, 49 insertions(+), 44 deletions(-) diff -puN scr

[PATCH 10/10] kconfig: whitespace removing

2008-01-11 Thread EGRY Gabor
This patch removes the unnecessary whitespaces from end of help lines of Kconfig files. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/lex.zconf.c_shipped |5 + kbuild-szilard/scripts/kco

[PATCH 9/10] kconfig: macro fix in menu.c

2008-01-11 Thread EGRY Gabor
This patch removes the indirect I18N support for config file. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/menu.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN scripts/kconfig/menu.c~kconfig-i18n-16-menu-fix scripts/kconfig/

[PATCH 6/10] kconfig: gconfig: symbol fix

2008-01-11 Thread EGRY Gabor
Gettext support for symbol names are unnecessary. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/gconf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/kconfig/gconf.c~kco

[PATCH 5/10] kconfig: missing macros in gconfig

2008-01-11 Thread EGRY Gabor
This patch adds missing gettext macros. Signed-off-by: Egry Gabor <[EMAIL PROTECTED]> Reviewed-by: Sam Ravnborg <[EMAIL PROTECTED]> --- kbuild-szilard/scripts/kconfig/gconf.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff -puN scripts/kconfig/gconf.c~kco

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-10 Thread Gabor Gombas
008 Jan 10 10:59:09 twister kernel: ---[ end trace b33fe66800773e0c ]--- Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungaria

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-08 Thread Gabor Gombas
:52 twister kernel: ---[ end trace d7aa1b498ca58476 ]--- Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Scien

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-07 Thread Gabor Gombas
On Tue, Jan 08, 2008 at 12:24:05AM +0900, Tejun Heo wrote: > Does the attached patch fix the problem? No, it still oopses. Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian Academy

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-07 Thread Gabor Gombas
mutex_lock+0x10/0x1d Jan 7 14:35:43 twister kernel: RSP Jan 7 14:35:43 twister kernel: CR2: 00b8 Jan 7 14:35:43 twister kernel: ---[ end trace 0e3a1176e9294792 ]--- Gabor -- - MTA SZTAKI Computer and

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-07 Thread Gabor Gombas
> set_bit(RFCOMM_TTY_RELEASED, &dev->flags); > rfcomm_dev_put(dev); > } This did not trigger. Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Sciences --

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-03 Thread Gabor Gombas
On Wed, Jan 02, 2008 at 04:16:42PM +0100, Gabor Gombas wrote: > So the patch referenced above does not help. But I've found a very easy > way to trigger the bug: > > - do a "cat /dev/zero > /dev/rfcomm0" > - switch the phone off > - switch the phone on, and th

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-02 Thread Gabor Gombas
n, and the kernel oopses Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Sciences - -- To unsubscribe from this list: se

Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2008-01-02 Thread Gabor Gombas
On Sat, Dec 29, 2007 at 04:07:04PM +0800, Dave Young wrote: > Please try the -mm tree kernel, might have been fixed by : > http://lkml.org/lkml/2007/11/18/141 I've applied the patch on top of 2.6.24-rc6 (I don't want to run -mm kernels on this machine). We'll see

Re: sata_nv + ADMA + Samsung disk problem

2008-01-01 Thread Gabor Gombas
g selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian Academy o

Oops involving RFCOMM and sysfs

2007-12-28 Thread Gabor Gombas
er kernel: Code: 83 3b 01 75 05 e8 e8 29 1e 00 48 c7 c6 08 de 61 80 48 89 df Dec 28 15:30:29 twister kernel: RIP [] dput+0xd/0x103 Dec 28 15:30:29 twister kernel: RSP Dec 28 15:30:29 twister kernel: CR2: fffe Gabor -- -

Re: What still uses the block layer?

2007-10-17 Thread Gabor Gombas
me_ disk regardless of the cable type. There is one thing however that could be improved: renaming a disk in an udev rule should propagate the new name back to the kernel, just like renaming an ethernet interface does. That way mapping error messages to physical disk locations could be made

Re: O_NOLINK for open()

2007-09-13 Thread Gabor Gombas
ftruncate() on the file descriptor, and then your daemon will get a nice SIGBUS when it tries to access the shared memory. Handling that gracefully may not be trivial esp. if your daemon is multi-threaded. SYSV shmem is _much_ nicer when you want sha

User process freezes on NFSv4 client

2007-08-16 Thread Gabor Kovacs
sses, however, can access the nfs4 mounted file system. Any idea? Thanks Gabor Kovacs - 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/

Re: sata_nv + ADMA + Samsung disk problem

2007-08-16 Thread Gabor Gombas
l, the differences in the reported values are insignificant. SMART shows the same behavior regardless if ADMA is enabled or not, but when booting with ADMA-enabled I got a SATA exception for sdc in about 10 minutes in single-user mode so basically no I/O load. I never got a SATA exception with AD

Re: sata_nv + ADMA + Samsung disk problem

2007-08-14 Thread Gabor Gombas
h 2.6.20 and it never occured with 2.6.22 ever since I have disabled ADMA. Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Sciences -

sata_nv + ADMA + Samsung disk problem

2007-08-08 Thread Gabor Gombas
FUA sdd: sdd1 sdd2 < sdd5 sdd6 sdd7 sdd8 > sd 7:0:0:0: [sdd] Attached SCSI disk The controller in question is 00:07.0 IDE interface [0101]: nVidia Corporation CK804 Serial ATA Controller [10de:0054] (rev f3) (prog-if 85 [Master SecO PriO]) 00:08.0 IDE interface [0101]: nVidi

Re: Is it time for remove (crap) ALSA from kernel tree ?

2007-06-25 Thread Gabor Gombas
pe ii skype 1.4.0.74-1 Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Sciences - - To unsubscribe from this list: s

Re: Is it time for remove (crap) ALSA from kernel tree ?

2007-06-25 Thread Gabor Gombas
4674 /dev/snd/controlC0 I do not even have the OSS compat interface enabled in my kernel. Gabor -- - MTA SZTAKI Computer and Automation Research Institute Hungarian

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-17 Thread Gabor Czigola
s (from v3) that are considered as good (free, innovative, in the spirit of whatever etc.) by the majority of the kernel developers. I guess to have an own version of the GPL license could also help to resolve (future) dual-licensing problems. Gabor Czigola - To unsubscribe from this list: send t

heartbeat problems on linux 2.6.21.[34]

2007-06-14 Thread Vitez Gabor
ase Cc: me back when answering; I'm not subscribed. thanks Gabor Vitez - 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/

Re: kernel oops after unloading nf_conntrack_netbios_ns_module

2007-05-14 Thread Gabor Burjan
On Sat, May 12, 2007 at 05:05:51PM +0200, Patrick McHardy wrote: > Gabor Burjan wrote: > > EIP is at destroy_conntrack+0x52/0x127 [nf_conntrack] > > > >>>nmblookup > >>>cat /proc/net/ip_conntrack > >>> > >>>sleep 3 > >>

Re: kernel oops after unloading nf_conntrack_netbios_ns_module

2007-05-10 Thread Gabor Burjan
Hi, On Thu, May 10, 2007 at 03:34:11AM -0700, Andrew Morton wrote: > > (add netdev to cc) > > On Thu, 10 May 2007 11:06:03 +0200 Gabor Burjan <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > [1.] One line summary of the problem: > > > > Kernel

XGI Releases Source Code for Linux

2005-04-12 Thread Gabor MICSKO
XGI™ Releases Source Code for Linux 2005/04/11 "XGI Technology, Inc. today releases its source code for Linux. To support the large and growing Linux community, XGI Technology released the source code to X.Org, XFree86.Org, and Kernel.Org for its desktop, notebook, and se

Re: 2.4.30: pwc pwc_isoc_handler() called with status -84

2005-04-07 Thread Gabor Z. Papp
by looking at what _might_ be involved. | Is this device driven by EHCI? yes, i think so. Asus P4C800-E mobo. Details in the tarball. | A snapshot of /proc/bus/usb/devices would be useful (BTW, Gabor, | please do it on both 2.4.28 and 2.4.30-rc). Right now I have .30-rc only: http://gzp.odpn.net

2.4.30: pwc pwc_isoc_handler() called with status -84

2005-04-04 Thread Gabor Z. Papp
I have a Philips 750 webcam camera, equipped with a Sony CCD sensor + TDA878. It was working fine with 2.4.29 and earlier kernels, often with 100-150 days uptime. As I upgraded to 2.4.30-rc kernels, started getting such error in my kernel log: pwc Too many ISOC errors, bailing out. pwc pwc_isoc_

oops with 2.4.28

2005-02-10 Thread Gabor Z. Papp
Dear linux-kernel developers, oops with 2.4.28 Feb 10 10:33:28 gateway Unable to handle kernel NULL pointer dereference at virtual address 0010 Feb 10 10:33:29 gateway <1>Unable to handle kernel paging request at virtual address 35f90157 Feb 10 10:33:41 gateway <1>Unable to handle kernel pa

Re: /proc/config idea

2001-04-04 Thread GOMBAS Gabor
s off for > anyone but the builder. It is not needed. Gabor -- Gabor Gombas Eotvos Lorand University E-mail: [EMAIL PROTECTED]Hungary - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

2.4.2,mount --bind, system hangs

2001-03-26 Thread gabor
065 (rev 42) 01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 04) - I can give more information on request. Regards: Gabor P.S.: gotta get better English :-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel&quo

IDE DVD ROM & 2.2.18 & UDMA = random freeze

2001-02-09 Thread Gabor Lenart
Hi, I've just bought a DVD ROM drive to do something with our player (mplayer), namely developing a css module for it. The problem is that after random time of massive usage of drive, my computer freeze. It's most likely to freeze when I'm copying large amount of data, but with only playing mp3 f

Re: [PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c

2001-01-31 Thread Gabor Lenart
On Wed, Jan 31, 2001 at 05:06:07PM +, Alan Cox wrote: > > Does Linus or anyone object to raising the ksmg buffer from 16K to 32K? > > 4/5 systems I have now overflow the buffer during boot before init is > > even launched. > > Thats just an indication that 2.4.x is currently printking too muc

strange directory problem

2000-12-13 Thread Gabor Lenart
Hi, lgb@vega:~$ uname -a Linux vega 2.2.18pre24 #1 Thu Dec 7 14:08:36 CET 2000 i686 unknown I created a directory from shell (bash). The next ls didn't show it, I had to type ls second time too to get the changes. Is it a known bug? Is it fixed in 2.2.18final ? -- --[ Gábor Lénárt ]---[ Viven

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-11 Thread Gabor Lenart
On Mon, Dec 11, 2000 at 04:38:11PM -0200, Rik van Riel wrote: > On 11 Dec 2000, John Fremlin wrote: > > > Two points: [snipped] > > > Doing a 'make bzImage' is NOT VM-intensive. Using this as a test > for the VM doesn't make any sense since it doesn't really excercise > the VM i