Re: Linux 2.6.25-rc3

2008-02-24 Thread S.Çağlar Onur
guest_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 living in a te

Re: Linux 2.6.25-rc3

2008-02-24 Thread S.Çağlar Onur
://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 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

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

2008-02-14 Thread S.Çağlar Onur
c, 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

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

2008-02-14 Thread S.Çağlar Onur
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 @@ -372,21 +372,17

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 b

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

2008-02-10 Thread S.Çağlar Onur
cdev_del(>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 "unsubscribe linux-kernel" in the bo

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(>dev, NULL, __match_tty)) { > > > > + while ((dev = device_find_chi

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 parentheses aro

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(conn-dev, NULL, __match_tty)) != NULL) { Why do

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

2008-02-10 Thread S.Çağlar Onur
); 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 unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

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 of a message

[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 <[EM

[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

[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
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 [EMAIL PRO

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

2008-02-09 Thread S.Çağlar Onur
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 body of a message

[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
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 100644 ---

[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
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 100644 --- a/net/bluetooth

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

2008-02-09 Thread S.Çağlar Onur
. */ 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 [EMAIL PROTECTED] More majordomo

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

2008-02-09 Thread S.Çağlar Onur
}; 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 [EMAIL PROTECTED] More majordomo info

[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 index 1846514

[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 --- a/kernel

[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_pcm_new [drivers/media/video/em28xx/em28xx-alsa.ko] undefined! Signed-off-by: S.Çağlar Onur [EMAIL PROTECTED] drivers/media/video/em28xx/Kconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers

[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 [EMAIL

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

2008-02-07 Thread S.Çağlar Onur
ieee80211_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: [patch 00/45] 2.6.24-stable review

2008-02-07 Thread S.Çağlar Onur
? [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=69f817b654d683265118188bbfb8bc0d8978cce6 Cheers -- S.Çağlar Onur [EMAIL PROTECTED

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)

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 > > ^^^

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) kernel IPI : Rescheduling interrupts ^^ 14,7% ( 58,6

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 2nd one generated for ~350 wakeups. [1

Re: Rescheduling interrupts

2008-01-22 Thread S.Çağlar Onur
- root 4453 0.3 0.1 4788 3448 pts/0S17:55 0:00 -su caglar4543 0.2 0.4 54064 9416 ?S17:55 0:00 kio_smtp [kdeinit] smtp /tmp/ksocket-caglar/klauncherTCaD9a.slave- root 4588 0.0 0.0 2272 964 pts/0R+ 17:56 0:00 ps aux Cheers -- S.Çağlar Onur

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 initiated one. Ok, please see http://cekirdek.pardus.org.tr/~caglar

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 task amarokapp:2882 on CPU#1

Rescheduling interrupts

2008-01-21 Thread S.Çağlar Onur
uling 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.html -- S.Ç

Rescheduling interrupts

2008-01-21 Thread S.Çağlar Onur
... [1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg01009.html -- 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-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's

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's current git commit

Re: 2.6.24-rc7-rt2

2008-01-15 Thread S.Çağlar Onur
st 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 next release. But > for

Re: 2.6.24-rc7-rt2

2008-01-15 Thread S.Çağlar Onur
for the next release. But for now this will have to wait till after -rt3. Thanks... 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

Re: 2.6.24-rc7-rt2

2008-01-14 Thread S.Çağlar Onur
l/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(_chain, ioat_chan->used_desc.prev); + list_splice(_chain, _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/~caglar/ Linux is like liv

Re: 2.6.24-rc7-rt1

2008-01-14 Thread S.Çağlar Onur
); + 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/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house

Re: 2.6.24-rc7-rt2

2008-01-14 Thread S.Çağlar Onur
/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: Linux 2.6.24-rc6

2007-12-22 Thread S.Çağlar Onur
t. [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 Onur <[EMAIL PROTECT

Re: Linux 2.6.24-rc6

2007-12-22 Thread S.Çağlar Onur
] 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 Onur [EMAIL PROTECTED] http

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

2007-12-14 Thread S.Çağlar Onur
: *** [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 ioat_set_dest(dma_addr_

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

2007-12-14 Thread S.Çağlar Onur
: *** [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 ioat_set_dest(dma_addr_t addr, tx_to_ioat_desc

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

2007-10-26 Thread S.Çağlar Onur
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 #include +#i

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

2007-10-26 Thread S.Çağlar Onur
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 net/snmp.h #include net/dsfield.h

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
*** [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 :) Cheers -- S.Ça

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

2007-09-26 Thread S.Çağlar Onur
INUOUS, }; 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 teepee. No Windo

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

2007-09-26 Thread S.Çağlar Onur
, }; 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 teepee. No Windows, no Gates

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
] 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 :) Cheers -- S.Çağlar Onur [EMAIL PROTECTED] http

Re: [git] CFS-devel, latest code

2007-09-25 Thread S.Çağlar Onur
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.c +++ b/kernel/sched_debug.c @@ -136,8 +136,

Re: [git] CFS-devel, latest code

2007-09-25 Thread S.Çağlar Onur
-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.c +++ b/kernel/sched_debug.c @@ -136,8 +136,10 @@ void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) SPLIT_NS(spread0

Re: hci_sock.c build failure

2007-09-12 Thread S.Çağlar Onur
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: send the

[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 <[EMAIL PROTECTED]>

[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 [EMAIL PROTECTED] net

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's

Re: Linux 2.6.23-rc5

2007-09-04 Thread S.Çağlar Onur
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/ Cheers -- S.Çağlar O

Re: Linux 2.6.23-rc5

2007-09-04 Thread S.Çağlar Onur
: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/ Cheers -- S.Çağlar Onur [EMAIL

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's latest git + appArmor and bootsplash

[PATCH] Remove unusued edac_reset_delay_period function

2007-07-21 Thread S.Çağlar Onur
: * 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 --git a/driver

[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

[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 --git a/drivers/char

[PATCH] Remove unusued edac_reset_delay_period function

2007-07-21 Thread S.Çağlar Onur
: * 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 --git a/drivers/edac

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

2007-07-20 Thread S.Çağlar Onur
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, no

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

2007-07-20 Thread S.Çağlar Onur
-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 Descr

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

2007-07-20 Thread S.Çağlar Onur
, 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 Description: This is a digitally signed

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

2007-07-20 Thread S.Çağlar Onur
], 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, no Gates and an Apache in house! signature.asc Description

[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
: 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's co

Re: 2.6.22-git: known regressions with patches

2007-07-19 Thread S.Çağlar Onur
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's commit [1], so please drop that one [1] http://git.kernel.org/?p

[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: [PATCH] Revert part of 3f1b0e1f287547903f11fa1e6de7d2765597766e

2007-07-18 Thread S.Çağlar Onur
er 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
ts 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 100644

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

2007-07-18 Thread S.Çağlar Onur
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 Windows, no Gat

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

2007-07-18 Thread S.Çağlar Onur
e 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, full

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://cek

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

2007-07-18 Thread S.Çağlar Onur
ame 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-18 Thread S.Çağlar Onur
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-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.pardus.org.tr/~caglar/kvm/netconsole is the appArmor

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, full log from

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

2007-07-18 Thread S.Çağlar Onur
? 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
] 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 Windows, no Gates and an Apache in house! signature.asc

[PATCH] Revert part of 3f1b0e1f287547903f11fa1e6de7d2765597766e

2007-07-18 Thread S.Çağlar Onur
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 100644 --- a/.gitignore +++ b

Re: [PATCH] Revert part of 3f1b0e1f287547903f11fa1e6de7d2765597766e

2007-07-18 Thread S.Çağlar Onur
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.* *.orig -*.rej Cheers -- S.Çağlar Onur

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 PROTECTED]

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

2007-07-17 Thread S.Çağlar Onur
causes 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/kvm/ Chee

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

2007-07-17 Thread S.Çağlar Onur
nable 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/~caglar/ L

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

2007-07-17 Thread S.Çağlar Onur
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/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house

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

2007-07-17 Thread S.Çağlar Onur
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/kvm/ Cheers -- S.Çağlar Onur [EMAIL PROTECTED

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 PROTECTED] http

Re: Build error with latest git

2007-07-16 Thread S.Çağlar Onur
ich 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 drivers/scsi/Makefile

Re: Build error with latest git

2007-07-16 Thread S.Çağlar Onur
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 |1 + {block

  1   2   3   >