Re: Linux 2.6.25-rc3

2008-02-24 Thread S.Çağlar Onur
ost_gdt_desc, lguest_pages, state.host_gdt_desc); OFFSET(LGUEST_PAGES_host_idt_desc, lguest_pages, state.host_idt_desc); [1] http://cekirdek.pardus.org.tr/~caglar/config.2.6.25-rc3 Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like

Re: [PATCH 12/14] fs/binfmt_aout.c: Use time_* macros

2008-02-14 Thread S.Çağlar Onur
suggested by Geert Uytterhoeven Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> fs/binfmt_aout.c | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/fs/binfmt_aout.c b/fs/binfmt_aout.c index a1bb224..ba4cddb 100644 --- a/fs/binfmt_aout.c +++ b/fs/binfmt_aout.c

2.6.24.x-stable request for 69f817b654d683265118188bbfb8bc0d8978cce6 and ece8edddf067d21c4e5abfe3f1205da1588edbb2

2008-02-10 Thread S.Çağlar Onur
consider sending these to -stable? Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH] Silent compiler warning introduced by commit 801c135ce73d5df1caf3eca35b66a10824ae0707 (UBI: Unsorted Block Images)

2008-02-10 Thread S.Çağlar Onur
); out_cdev: cdev_del(&vol->cdev); out_mapping: Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! -- To unsubscribe from this list: send the line "u

Re: [PATCH] Silent compiler warning introduced by acea6852f32b8805e166d885ed7e9f0c7cd10d41 ([BLUETOOTH]: Move children of connection device to NULL before connection down.)

2008-02-10 Thread S.Çağlar Onur
Hi; 10 Şub 2008 Paz tarihinde, Linus Torvalds şunları yazmıştı: > > On Sun, 10 Feb 2008, S.Çağlar Onur wrote: > > > > > > > > - while (dev = device_find_child(&conn->dev, NULL, __match_tty)) { > > > > + while ((dev = device_find_child

Re: [PATCH] Silent compiler warning introduced by acea6852f32b8805e166d885ed7e9f0c7cd10d41 ([BLUETOOTH]: Move children of connection device to NULL before connection down.)

2008-02-10 Thread S.Çağlar Onur
Hi; 10 Şub 2008 Paz tarihinde, Richard Knutsson şunları yazmıştı: > S.Çağlar Onur wrote: > > Hi; > > > > Following patch silents > > > > net/bluetooth/hci_sysfs.c: In function `del_conn': > > net/bluetooth/hci_sysfs.c:339: warning: suggest parenthese

[PATCH] Silent compiler warning introduced by commit 801c135ce73d5df1caf3eca35b66a10824ae0707 (UBI: Unsorted Block Images)

2008-02-09 Thread S.Çağlar Onur
Hi; Following patch silents drivers/mtd/ubi/vmt.c: In function `ubi_create_volume': drivers/mtd/ubi/vmt.c:379: warning: statement with no effect compiler warning introduced by commit 801c135ce73d5df1caf3eca35b66a10824ae0707 (UBI: Unsorted Block Images) Signed-off-by: S.Çağlar Onur &l

[PATCH] drivers/media/video/em28xx/: Fix undefined symbol error with CONFIG_SND=N

2008-02-09 Thread S.Çağlar Onur
[drivers/media/video/em28xx/em28xx-alsa.ko] undefined! ERROR: "snd_card_register" [drivers/media/video/em28xx/em28xx-alsa.ko] undefined! ERROR: "snd_pcm_new" [drivers/media/video/em28xx/em28xx-alsa.ko] undefined! Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> drivers/media/v

[PATCH] Update kernel/.gitignore with new generated files

2008-02-09 Thread S.Çağlar Onur
Hi; Following patch updates kernel/.gitignore with new auto-generated files Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> kernel/.gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/.gitignore b/kernel/.gitignore index f2ab700..ab4f109 100644

[PATCH] Update arch/x86/boot/.gitignore with new generated files

2008-02-09 Thread S.Çağlar Onur
Hi; Following patch update arch/x86/boot/.gitignore with new auto-generated files Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> arch/x86/boot/.gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore

[PATCH] Silent compiler warning introduced by commit 75b6102257874a4ea796af686de2f72cfa0452f9 (rtc: add support for Epson RTC-9701JE V4)

2008-02-09 Thread S.Çağlar Onur
RMONCNT, RYRCNT }; Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] Silent compiler warning introduced by 11b0cc3a4af65413ca3bb5698769e091486e0b22 (x25_asy: Fix ref count rule violation)

2008-02-09 Thread S.Çağlar Onur
re not already connected. */ Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

[PATCH] Silent compiler warning introduced by acea6852f32b8805e166d885ed7e9f0c7cd10d41 ([BLUETOOTH]: Move children of connection device to NULL before connection down.)

2008-02-09 Thread S.Çağlar Onur
en of connection device to NULL before connection down.) Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> net/bluetooth/hci_sysfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/bluetooth/hci_sysfs.c b/net/bluetooth/hci_sysfs.c index e13cf5e..d2d1e4f 10064

Re: [patch 00/45] 2.6.24-stable review

2008-02-07 Thread S.Çağlar Onur
80211_invoke_rx_handlers" into -stable too? [1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=ece8edddf067d21c4e5abfe3f1205da1588edbb2 [2] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=69f817b654d683265118188bbfb8bc0d8978cce

Re: Rescheduling interrupts

2008-01-22 Thread S.Çağlar Onur
Hi; 22 Oca 2008 Sal tarihinde, S.Çağlar Onur şunları yazmıştı: > > hm, the IPI sending and receiving is nicely paired up: > > > > [ 625.795008] IPI (@smp_reschedule_interrupt) from task swapper:0 on CPU#1: > > [ 625.795223] IPI (@native_smp_send_reschedule) from tas

Re: Rescheduling interrupts

2008-01-22 Thread S.Çağlar Onur
22 Oca 2008 Sal tarihinde, Ingo Molnar şunları yazmıştı: > > * S.Çağlar Onur <[EMAIL PROTECTED]> wrote: > > > > My theory is that for whatever reason we get "repeat" IPIs: multiple > > > reschedule IPIs although the other CPU only

Re: Rescheduling interrupts

2008-01-22 Thread S.Çağlar Onur
Hi; 22 Oca 2008 Sal tarihinde, Ingo Molnar şunları yazmıştı: > > also, this might reduce the number of cross-CPU wakeups on near-idle > systems: > > echo 1 > /sys/devices/system/cpu/sched_mc_power_savings > > [ or if it doesnt, it should ;) ] > > Ingo > -- > To unsubscribe from this

Re: Rescheduling interrupts

2008-01-22 Thread S.Çağlar Onur
Hi; 22 Oca 2008 Sal tarihinde, Ingo Molnar şunları yazmıştı: > * S.Çağlar Onur <[EMAIL PROTECTED]> wrote: > > I grabbed the logs two times to make sure to catch needed info. 1st [1] > > one is generated while "Rescheduling interrupts" wakeups ~200 times and > &g

Re: Rescheduling interrupts

2008-01-22 Thread S.Çağlar Onur
Hi; 22 Oca 2008 Sal tarihinde, Ingo Molnar şunları yazmıştı: > * S.Çağlar Onur <[EMAIL PROTECTED]> wrote: > > > Top causes for wakeups: > > 59,9% (238,4) : Rescheduling interrupts > > ^^^

Rescheduling interrupts

2008-01-21 Thread S.Çağlar Onur
scheduling interrupts" causes at least 200 wakeups (sometimes i see ~400 wakeups) for me and a quick google search yields [1], but i didn't see this reported to LKML, so here it is :). If anything else is needed please yell... [1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg01009.ht

Re: 2.6.24-rc7-rt2

2008-01-16 Thread S.Çağlar Onur
Hi Again; 16 Oca 2008 Çar tarihinde, S.Çağlar Onur şunları yazmıştı: > 16 Oca 2008 Çar tarihinde, Steven Rostedt şunları yazmıştı: > > On Tue, 15 Jan 2008, [utf-8] S.Ã^GaÄ^_lar Onur wrote: > > > 2.6.24-rc7-rt2 (-rt2 patchset on top of Linus&#x

Re: 2.6.24-rc7-rt2

2008-01-15 Thread S.Çağlar Onur
d for sysfs warnings please just say it... > > > > [1] http://cekirdek.pardus.org.tr/~caglar/dmesg.rt > > [2] > > http://svn.pardus.org.tr/pardus/devel/kernel/drivers/nvidia-new/files/rt. > >patch > > Thanks for the report. I'll see what I can do for the

Re: 2.6.24-rc7-rt2

2008-01-14 Thread S.Çağlar Onur
r/pardus/devel/kernel/drivers/nvidia-new/files/rt.patch Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! signature.asc Description: This is a digitally signed message part.

Re: 2.6.24-rc7-rt1

2008-01-14 Thread S.Çağlar Onur
list_splice(&new_chain, ioat_chan->used_desc.prev); + list_splice(&new_chain, &ioat_chan->used_desc); ioat_chan->dmacount += desc_count; ioat_chan->pending += desc_count; Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~cagl

Re: Linux 2.6.24-rc6

2007-12-22 Thread S.Çağlar Onur
d, please just say it. [1] http://osdir.com/ml/linux.bluez.devel/2004-10/msg00043.html [2] http://osdir.com/ml/linux.bluez.devel/2004-10/msg00047.html [3] http://osdir.com/ml/linux.bluez.devel/2004-10/msg00054.html [4] http://cekirdek.pardus.org.tr/~caglar/kernel/ Cheers -- S.Çağlar Onu

[PATCH] drivers/dma/ioat_dma.c: inlining failed

2007-12-14 Thread S.Çağlar Onur
ers/dma] Hata 2 make: *** [drivers] Hata 2 Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> diff --git a/drivers/dma/ioat_dma.c b/drivers/dma/ioat_dma.c index c1c2dcc..1d66b82 100644 --- a/drivers/dma/ioat_dma.c +++ b/drivers/dma/ioat_dma.c @@ -173,10 +173,25 @@ static void ioa

[PATCH] error: implicit declaration of function `get_softnet_dma'

2007-10-26 Thread S.Çağlar Onur
et] Hata 2 compiliation error for current Linus's git tree Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 06fa4ba..8520802 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -59,6 +59,7 @@ #include #include

Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v2.6.22.8, v2.6.21.7, v2.6.20.20

2007-09-26 Thread S.Çağlar Onur
e[1]: *** [kernel/sched.o] Error 1 make: *** [kernel] Error 2 @kernel/sched_fair.c -const_debug unsigned int sysctl_sched_nr_latency __read_mostly = 20; +const_debug unsigned int sysctl_sched_nr_latency = 20; seems solve that issue but i'm not sure this is the right thing to do or not :) Cheer

[PATCH] Silent drivers/char/hpet.c build warnings on i386

2007-09-26 Thread S.Çağlar Onur
CLOCK_SOURCE_IS_CONTINUOUS, }; static struct clocksource *hpet_clocksource; +#endif /* A lock for concurrent access by app and isr hpet activity. */ static DEFINE_SPINLOCK(hpet_lock); Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a

Re: [git] CFS-devel, latest code

2007-09-24 Thread S.Çağlar Onur
ror: structure has no member named `bkl_cnt' make[1]: *** [kernel/sched.o] Error 1 make: *** [kernel] Error 2 Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c index b68e593..4659c90 100644 --- a/kernel/sched_debug

Re: hci_sock.c build failure

2007-09-12 Thread S.Çağlar Onur
oblem about ~4 hours ago :), see "[PATCH] Fix hci_sock build with CONFIG_COMPAT=n" Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! - To unsubscribe from this list: sen

[PATCH] Fix hci_sock build with CONFIG_COMPAT=n

2007-09-12 Thread S.Çağlar Onur
': net/bluetooth/hci_sock.c:352: error: storage size of 'ctv' isn't known net/bluetooth/hci_sock.c:352: warning: unused variable `ctv' make[2]: *** [net/bluetooth/hci_sock.o] Hata 1 make[1]: *** [net/bluetooth] Hata 2 make: *** [net] Hata 2 Signed-off-by: S.Çağlar Onur

Re: Linux 2.6.23-rc5

2007-09-04 Thread S.Çağlar Onur
Hi Again; 04 Eyl 2007 Sal tarihinde, S.Çağlar Onur şunları yazmıştı: > Hi; > > 01 Eyl 2007 Cts tarihinde, Linus Torvalds şunları yazmıştı: > > So have fun, give it a go, and expect a quiet week next week. > > After upgrading -rc5 (i'm currently using linus&#

Re: Linux 2.6.23-rc5

2007-09-04 Thread S.Çağlar Onur
58873] sr 4:0:0:0: Attached scsi CD-ROM sr0 You can find the logs and config from [1], i'm on a vacation with unstable network connection so i may not respond fast enough and i don't have enough time to bisect for a while :(. [1] http://cekirdek.pardus.org.tr/~caglar/kernel/ C

[PATCH] Remove unusued edac_reset_delay_period function

2007-07-21 Thread S.Çağlar Onur
/edac_mc.c: * edac_reset_delay_period drivers/edac/edac_mc.c:static void edac_reset_delay_period(struct mem_ctl_info *mci, unsigned long value) Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> drivers/edac/edac_mc.c | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --gi

[PATCH] drivers/char/hpet.c: integer constant is too large for "long" type

2007-07-21 Thread S.Çağlar Onur
Hi; Following trivial patch silents drivers/char/hpet.c:76: warning: integer constant is too large for "long" type warning (with gcc-3.4.6) Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> drivers/char/hpet.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [kvm-devel] [GIT PULL][RESEND] Late KVM Updates for the 2.6.23 merge window

2007-07-20 Thread S.Çağlar Onur
ired with -smp 2 -m 512) sometimes ends up like [1], this occured as soon as qemu window closed. [1] http://cekirdek.pardus.org.tr/~caglar/kvm/dmesg.latest Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows

Re: [kvm-devel] [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-20 Thread S.Çağlar Onur
vm-vs-slub-fix.patch Yep, these solved the problems, thanks! Tested-by: S.Çağlar Onur <[EMAIL PROTECTED]> Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! signature.asc

[PATCH] Remove -static from Documentation/lguest/Makefile

2007-07-19 Thread S.Çağlar Onur
Hi; Remove -static from Documentation/lguest/Makefile, most distros only provides shared library form of zlib in their default installation. And shared linking also provides litte tiny security for hypotetical security problems will be introduced by zlib :). Signed-off-by: S.Çağlar Onur

Re: 2.6.22-git: known regressions with patches

2007-07-19 Thread S.Çağlar Onur
itter : Larry Finger <[EMAIL PROTECTED]> > Caused-By : ? > Handled-By : S.Çağlar Onur <[EMAIL PROTECTED]> > Patch : http://lkml.org/lkml/2007/7/16/380 > Status : patch available After a off-list discussion this was solved with Linus

Re: [PATCH] Revert part of 3f1b0e1f287547903f11fa1e6de7d2765597766e

2007-07-18 Thread S.Çağlar Onur
better not to ignore this. Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> .gitignore |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 8d15830..e3a56e4 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,3 @@ series cscope

[PATCH] Revert part of 3f1b0e1f287547903f11fa1e6de7d2765597766e

2007-07-18 Thread S.Çağlar Onur
nflicts occured for that code tree and this tree is no longer trusted so better not to ignore these. Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> .gitignore |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8d15830..060a71d 10

Re: [kvm-devel] [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-18 Thread S.Çağlar Onur
d one [2]. I hope they helps... [1] http://cekirdek.pardus.org.tr/~caglar/kvm/opps_tainted [2] http://cekirdek.pardus.org.tr/~caglar/kvm/opps_not_tainted Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windo

Re: [kvm-devel] [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-18 Thread S.Çağlar Onur
rovide a mini-pardus image for you to try? Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! signature.asc Description: This is a digitally signed message part.

Re: [kvm-devel] [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-18 Thread S.Çağlar Onur
Hi; 18 Tem 2007 Çar tarihinde, S.Çağlar Onur şunları yazmıştı: > http://cekirdek.pardus.org.tr/~caglar/kvm/netconsole_wo_apparmor is the > vanilla one's netconsole output, by the way without apparmor patchset > system not hard freezes. Ahhh netconsole cannot grab whole output,

Re: [kvm-devel] [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-18 Thread S.Çağlar Onur
Hi; 18 Tem 2007 Çar tarihinde, Avi Kivity şunları yazmıştı: > S.Çağlar Onur wrote: > > Hi; > > > > 18 Tem 2007 Çar tarihinde, Anthony Liguori şunları yazmıştı: > >> Can you reproduce without the appArmor patchset? > > > > If needed http://cekirdek.p

Re: [kvm-devel] [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-18 Thread S.Çağlar Onur
uce same with vanilla one whenever i found some time :) Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! signature.asc Description: This is a digitally signed message part.

Re: [kvm-devel] [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-17 Thread S.Çağlar Onur
Hi; 18 Tem 2007 Çar tarihinde, Anthony Liguori şunları yazmıştı: > Can you reproduce without the appArmor patchset? Tomorrow i'll also try with vanilla one but just for records same patchset worked without a problem until latest kvm merge :) Cheers -- S.Çağlar Onur <[EMAIL PROTE

Re: [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-17 Thread S.Çağlar Onur
es system freezes at all and netconsole not works with ipw3945 (netconsole: eth1 doesn't support polling, aborting) but tomorrow i'll try with cable. If needed you can find .config and dmesg from [1], if anything else needed please just say it... [1] http://cekirdek.pardus.org.tr/~caglar/

Re: [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1

2007-07-17 Thread S.Çağlar Onur
le CONFIG_X86_PAE and CONFIG_HIGHMEM64G from now on? Is this intentional or this is here because of an assumption like "processors supports virtualization already provides PAE", could you please enlighten me? Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~cag

Re: Build error with latest git

2007-07-16 Thread S.Çağlar Onur
i/scsi_sysfs.c which lives in drivers-y. Moving bsg in drivers/scsi seems solves this issues, see following Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> block/Kconfig |8 block/Makefile|1 - drivers/scsi/Kconfig |8 dr

Re: Build error with latest git

2007-07-16 Thread S.Çağlar Onur
in drivers-y. Moving bsg in drivers/scsi seems solves this issues, see following Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> block/Kconfig |8 block/Makefile|1 - drivers/scsi/Kconfig |8 drivers/scsi/Makefile

[PATCH] error: too few arguments to function `scsi_cmd_ioctl'

2007-07-16 Thread S.Çağlar Onur
a 1 make[1]: *** [drivers/block] Hata 2 make: *** [drivers] Hata 2 Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 0fcad43..a2d6612 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c @@ -1170,7 +1170,7 @@ static int

Re: [PATCH 0/12] drivers/isdn: replace pci_find_device with pci_get_device

2007-07-14 Thread S.Çağlar Onur
isdn tree before sending these but somehow i missed that one, thanks for the info and sorry for noise :) Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! signature.asc Description: This is a digitally signed message part.

Re: [PATCH 7/12] drivers/isdn/hisax/hfc_pci.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
[resend] i forget to quilt refresh :(, sorry for noise 14 Tem 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: > --- > drivers/isdn/hisax/hfc_pci.c | 13 + > 1 file changed, 9 insertions(+), 4 deletions(-) Following patch replaces pci_find_device with pci_get_device

Re: [PATCH 8/12] drivers/isdn/hisax/nj_s.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
[resend] i forget to quilt refresh :(, sorry for noise 14 Tem 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: > --- > drivers/isdn/hisax/nj_s.c | 21 + > 1 file changed, 13 insertions(+), 8 deletions(-) Following patch replaces pci_find_device with pci_get_

Re: [PATCH 9/12] drivers/isdn/hisax/nj_u.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
[resend] i forget to quilt refresh :(, sorry for noise 14 Tem 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: > --- > drivers/isdn/hisax/nj_u.c | 21 + > 1 file changed, 13 insertions(+), 8 deletions(-) Following patch replaces pci_find_device with pci_get_

Re: [PATCH 5/12] drivers/isdn/hisax/niccy.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
[resend] i forget to quilt refresh :(, sorry for noise 14 Tem 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: > --- > drivers/isdn/hisax/niccy.c | 21 + > 1 file changed, 13 insertions(+), 8 deletions(-) Following patch replaces pci_find_device with pci_get_

[PATCH 11/12] drivers/isdn/hisax/telespci.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
ned-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/telespci.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) Index: linux-2.6/drivers/isdn/hisax/telespci.c === --- linux-2.6.orig/dr

[PATCH 12/12] drivers/isdn/hisax/w6692.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
s trailing whitespaces at the ends of lines and converts smarttabs/whitespaces into real tabs Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/w6692.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) Index: linux-2.6/drivers/is

[PATCH 10/12] drivers/isdn/hisax/sedlbauer.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
and also removes trailing whitespaces at the ends of lines and converts smarttabs/whitespaces into real tabs Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/sedlbauer.c | 43 ++--- 1 file changed, 24 insertions(+), 19 deletions(

[PATCH 8/12] drivers/isdn/hisax/nj_s.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
s trailing whitespaces at the ends of lines and converts smarttabs/whitespaces into real tabs Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/nj_s.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) Index: linux-2.6/drivers/i

[PATCH 9/12] drivers/isdn/hisax/nj_u.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
s trailing whitespaces at the ends of lines and converts smarttabs/whitespaces into real tabs Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/nj_u.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) Index: linux-2.6/drivers/i

[PATCH 6/12] drivers/isdn/hisax/enternow_pci.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
:478) and also removes trailing whitespaces at the ends of lines and converts smarttabs/whitespaces into real tabs Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/enternow_pci.c | 40 -- 1 file changed, 22 insertions(+), 18 del

[PATCH 7/12] drivers/isdn/hisax/hfc_pci.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
ned-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/hfc_pci.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) Index: linux-2.6/drivers/isdn/hisax/hfc_pci.c === --- linux-2.6.orig/drivers/isdn

[PATCH 5/12] drivers/isdn/hisax/niccy.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
CX versions check IO " "address\n"); release_io_niccy(cs); - return 0; + goto niccy_dev_cleanup; } + pci_dev_put(niccy_dev); return 1; + +niccy_dev_cleanup: + pci_dev_put(niccy_dev); +

[PATCH 3/12] drivers/isdn/hisax/gazel.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
break; } + pci_dev_put(dev_tel); return (0); + +dev_tel_cleanup: + pci_dev_put(dev_tel); + return (1); } int __devinit -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates a

[PATCH 4/12] drivers/isdn/hisax/bkm_a8.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
ned-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/bkm_a8.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) Index: linux-2.6/drivers/isdn/hisax/bkm_a8.c === --- linux-2.6.orig/dr

[PATCH 2/12] drivers/isdn/hisax/bkm_a4t.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
ned-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/bkm_a4t.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) Index: linux-2.6/drivers/isdn/hisax/bkm_a4t.c === --- linux-2.6.orig/drivers/isdn

[PATCH 0/12] drivers/isdn: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
ed as Maintained, last activity on ISDN subsystem's git tree occured 21 Month ago :( so for this reason i'm adding LKML also. [1] http://git.kernel.org/?p=linux/kernel/git/kkeil/isdn-2.6.git;a=summary Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Li

[PATCH 1/12] drivers/isdn/hisax/avm_pci.c: replace pci_find_device with pci_get_device

2007-07-13 Thread S.Çağlar Onur
ned-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> --- drivers/isdn/hisax/avm_pci.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) Index: linux-2.6/drivers/isdn/hisax/avm_pci.c === --- linux-2.6.orig/dr

Re: SATA exceptions

2007-07-13 Thread S.Çağlar Onur
p Reall 5 Reallocated_Sector_Ct 0x0033 067 067 010Pre-fail Always - 314 196 Reallocated_Event_Count 0x0032 067 067 000Old_age Always - 314 Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is

Re: SATA exceptions

2007-07-09 Thread S.Çağlar Onur
logs for this 3 seperate machine, its interesting me and İsmail runs 2.6.22 (over 300 reloacations occured for both of us) and Onur uses 2.6.18 (0 relocation occured for him) [1] http://cekirdek.pardus.org.tr/~caglar/SATA/smart.caglar [2] http://cekirdek.pardus.org.tr/~caglar/SATA/smart.ismail [

Re: SATA exceptions

2007-07-07 Thread S.Çağlar Onur
ession introduced by kernels newer than 2.6.18? Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! signature.asc Description: This is a digitally signed message part.

Re: SATA exceptions

2007-07-06 Thread S.Çağlar Onur
Hi; 06 Tem 2007 Cum tarihinde, Tejun Heo şunları yazmıştı: > S.Çağlar Onur wrote: > > [ 4260.278427] ata1.00: cmd ca/00:08:d0:88:bc/00:00:00:00:00/ee tag 0 cdb > > 0x0 data 4096 out > > [ 4260.278430] res 51/40:01:d7:88:bc/00:00:0e:00:00/ee Emask 0x9 > > (me

SATA exceptions

2007-07-05 Thread S.Çağlar Onur
r not (or indicates a hw error), so dmesg, smartctl -a, /proc/interrupts and lspci -vv outputs can be found @[1] if anything else needed please just tell... [1] http://cekirdek.pardus.org.tr/~caglar/SATA/ Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Lin

Re: [PATCH] for NIKON D50 as UMS

2007-07-03 Thread S.Çağlar Onur
Hi, 03 Tem 2007 Sal tarihinde, Oliver Neukum şunları yazmıştı: > Am Dienstag, 3. Juli 2007 schrieb S.Çağlar Onur: > > Hmm i have NIKON D50 also and it works here without a problem with > > Linus's current git. > > Please provide the full lsusb -v for your devices, bot

[PATCH] drivers/usb/storage/unusual_devs.h whitespace cleanup

2007-07-03 Thread S.Çağlar Onur
Hi; Following patch removes trailing whitespaces at the ends of lines and converts smarttabs/whitespaces into real tabs. Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]> drivers/usb/storage/unusual_devs.h | 188 ++-- 1 files changed, 94 insertions(

Re: [PATCH] for NIKON D50 as UMS

2007-07-03 Thread S.Çağlar Onur
] Attached SCSI removable disk [ 5381.610951] usb-storage: device scan complete [ 5385.190375] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! ... Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like l

Re: [Bugme-new] [Bug 8677] New: booting with initrd fails: request_module: runaway loop modprobe binfmt-0000

2007-06-26 Thread S.Çağlar Onur
t Table" [1] patch which seems the case here (boots without initramfs/initrd) if that kernel has that kind of out-of-tree patch. [1] http://gaugusch.at/kernel.shtml Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Wind

Re: [PATCH 1/1] audit: fix oops removing watch if audit disabled

2007-06-23 Thread S.Çağlar Onur
23 Haz 2007 Cts tarihinde, Andrew Morton şunları yazmıştı: > This looks like 2.6.22 material to me. > > Question is: is it also 2.6.21.x material? I even can reproduce same oops with 2.6.18 :) Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/

Re: [patch] CFS scheduler, -v18

2007-06-22 Thread S.Çağlar Onur
23 Haz 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: > Hi Ingo; > > 23 Haz 2007 Cts tarihinde, Ingo Molnar şunları yazmıştı: > > As usual, any sort of feedback, bugreport, fix and suggestion is more > > than welcome! > > [EMAIL PROTECTED] linux-2.6 $ LC_ALL=C mak

Re: [patch] CFS scheduler, -v18

2007-06-22 Thread S.Çağlar Onur
ction `sched_init': kernel/sched.c:6196: error: `idle_sched_class' undeclared (first use in this function) make[1]: *** [kernel/sched.o] Error 1 make: *** [kernel] Error 2 Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a tee

Re: [BUG] Interesting race between cpufreq_ondemand and snd_atiixp

2007-06-16 Thread S.Çağlar Onur
Hi; 16 Haz 2007 Cts tarihinde, Dave Jones şunları yazmıştı: > On Sat, Jun 16, 2007 at 02:33:41AM +0300, S.Çağlar Onur wrote: > > One of our colleagues found following problem with his old laptop while > > testing Linus's latest git with external alsa-driver (v1.0.14).

Re: [BUG] Interesting race between cpufreq_ondemand and snd_atiixp

2007-06-15 Thread S.Çağlar Onur
16 Haz 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: ... > 3. echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ^^^ performance Sorry for typo! >strace -o log -f -tttTTT mpg123 some.mp3 > > works without a probl

[BUG] Interesting race between cpufreq_ondemand and snd_atiixp

2007-06-15 Thread S.Çağlar Onur
mesg_2.6.22 [6] http://cekirdek.pardus.org.tr/~caglar/kernel/lspci [7] http://cekirdek.pardus.org.tr/~caglar/kernel/lsmod_2.6.22 [8] http://cekirdek.pardus.org.tr/~caglar/kernel/cpuinfo [9] http://cekirdek.pardus.org.tr/~caglar/kernel/interrupts [10] http://cekirdek.pardus.org.tr/~caglar/kernel/config Cheers

Re: [2.6.22-rc4] kexec failed: invalid argument

2007-06-15 Thread S.Çağlar Onur
15 Haz 2007 Cum tarihinde, S.Çağlar Onur şunları yazmıştı: > 15 Haz 2007 Cum tarihinde, Eric W. Biederman şunları yazmıştı: > > Sight unseen I'm guessing that you have a kexec aware distro that is > > doing something in the runlevel change scripts and thus unloading the >

Re: [2.6.22-rc4] kexec failed: invalid argument

2007-06-15 Thread S.Çağlar Onur
initrd=/boot/initramfs-2.6.22-rc4-CFS-v16 setup_linux_vesafb: 1024x768x16 @ c000 +30 zangetsu ~ # cat /sys/kernel/kexec_loaded 1 zangetsu ~ # cat /sys/kernel/kexec_crash_loaded 0 Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living

[2.6.22-rc4] kexec failed: invalid argument

2007-06-14 Thread S.Çağlar Onur
-2.6.22-rc4-CFS-v16 I'm not sure this is a regression or my(maybe me or kexec document misses some point) mistake cause this is my first attempt to use kexec, but i want to report the situation :) [1] http://git.kernel.org/?p=linux/kernel/git/horms/kexec-tools-testing.git;a=summary Cheers --

Re: cat /dev/snapshot == OOPs

2007-06-10 Thread S.Çağlar Onur
10 Haz 2007 Paz tarihinde, Rafael J. Wysocki şunları yazmıştı: > Can you please try the appended patch? I cannot reproduce the oops with that patch applied... Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Wi

Re: cat /dev/snapshot == OOPs

2007-06-10 Thread S.Çağlar Onur
5d c3 8b 10 89 50 08 <8b> 52 0c c7 40 10 00 00 00 00 c7 40 14 ff ff ff ff 89 50 0c c3 [11028.693561] EIP: [] memory_bm_position_reset+0x5/0x1a SS:ESP 0068:e0383f50 [11028.707698] swsusp: Basic memory bitmaps freed Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.or

Re: [patch] CFS scheduler, -v14

2007-06-07 Thread S.Çağlar Onur
re the first appearence of this versions in kern.log). So as you said it seems definetly a overheating issue. I'll continue to test/monitor and report back if i can find anything. Thanks! Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux i

Re: [patch] CFS scheduler, -v14

2007-06-01 Thread S.Çağlar Onur
Hi; 26 May 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: > Under load (compiling any Qt app. or kernel with -j1 or -j2) audio always > goes sync with time (and i'm sure it never skips) but video starts slowdown > and loses its sync with audio (like for the 10th sec. of a m

Re: [patch] CFS scheduler, -v14

2007-05-26 Thread S.Çağlar Onur
26 May 2007 Cts tarihinde, S.Çağlar Onur şunları yazmıştı: > 23 May 2007 Çar tarihinde, Ingo Molnar şunları yazmıştı: > > As usual, any sort of feedback, bugreport, fix and suggestion is more > > than welcome! > > I have another kaffeine [0.8.4]/xine-lib [1.1.6] pro

Re: [patch] CFS scheduler, -v14

2007-05-26 Thread S.Çağlar Onur
27;m pretty sure that problem not exists or not hit me with CFS-1 to CFS-11). And its only reproducible with some load and mplayer plays same video without losing its audio/video sync with same load. Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is

Re: [PATCH 1/8] Restructuring hpet timer generic clock interfaces

2007-05-08 Thread S.Çağlar Onur
these on top of 2.6.21.1 + CFS-v11 and with some other patches (bootsplash + apparmor + swap prefetch + your ondemand timer patch) You can find config.gz and full dmesg at [1] [1] http://cekirdek.pardus.org.tr/~caglar/hpet/ -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr

Re: [PATCH 1/8] Restructuring hpet timer generic clock interfaces

2007-05-08 Thread S.Çağlar Onur
_mask: 0001 tick_broadcast_oneshot_mask: ... If you need more output/log etc. please just say :) Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! signature.asc Description

Re: [PATCH 1/8] Restructuring hpet timer generic clock interfaces

2007-05-07 Thread S.Çağlar Onur
d SD/MS-Pro Controller 06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) 06:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 03) Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cek

Re: [patch] CFS scheduler, -v7

2007-04-30 Thread S.Çağlar Onur
Hi Ingo; 29 Nis 2007 Paz tarihinde, Ingo Molnar şunları yazmıştı: > * S.Çağlar Onur <[EMAIL PROTECTED]> wrote: > > I'll report if i can find any reproducable problem, so far CFSv7 works > > as expected :) After complete 2 day usage, i still can't reproduce p

Re: [patch] CFS scheduler, -v7

2007-04-29 Thread S.Çağlar Onur
15:03:06 (up 21.34) /sbin/mudur.py default I'll report if i can find any reproducable problem, so far CFSv7 works as expected :) Cheers -- S.Çağlar Onur <[EMAIL PROTECTED]> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in

  1   2   >