public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.3-ck1
@ 2004-02-18 12:36 Con Kolivas
  2004-02-21 15:50 ` 2.6.3-ck1 Bernd Petrovitsch
  0 siblings, 1 reply; 5+ messages in thread
From: Con Kolivas @ 2004-02-18 12:36 UTC (permalink / raw)
  To: linux kernel mailing list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Updated patchset

http://kernel.kolivas.org

Description:
am6
Autoregulates the virtual memory swappiness.

batch8
Batch scheduling.
+Updated batch logic to return cpu to non batch tasks asap
+Numa compile

iso2
Isochronous scheduling (non privileged low latency non-RT scheduling)
+Bypass file i/o and idle detection in interactivity estimation of SCHED_ISO 
tasks 

smtbase3
Base patch for hyperthread modifications
+Added SMT_SIBLING_IMPACT to reflect the percentage impact running a task on a 
sibling has. When a merge with sched_domains is done, this will be 
configurable for each architecture as this value will decrease as SMT designs 
improve.

smttweak2
Tiny performance enhancements for hyperthreading

smtnice4
Make "nice" hyperthread smart
+Minor bugfix
+Support for SMT_SIBLING_IMPACT to allow +niced tasks to run proportionately 
longer according to the value of SSI

smtbatch4
Make batch scheduling hyperthread smart

cfqioprio
Complete Fair Queueing disk scheduler and I/O priorities

schedioprio
Set initial I/O priorities according to cpu scheduling policy and nice

sng204
Supermount-NG v2.0.4


I've also synced the bootsplash patch with these but it doesn't complete 
booting on some machines so I've left this in the experimental dir for 2.6.3.

Con
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAM1xJZUg7+tp6mRURAgimAKCTUiHSaTa/8jP9yLOa5uSawWRhewCeNRdY
Jm8GjM7VeKq2bNRnRRk18T8=
=labP
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.3-ck1
  2004-02-18 12:36 2.6.3-ck1 Con Kolivas
@ 2004-02-21 15:50 ` Bernd Petrovitsch
  2004-02-23  9:11   ` 2.6.3-ck1 Con Kolivas
  0 siblings, 1 reply; 5+ messages in thread
From: Bernd Petrovitsch @ 2004-02-21 15:50 UTC (permalink / raw)
  To: Con Kolivas; +Cc: linux kernel mailing list

On Wed, 2004-02-18 at 13:36, Con Kolivas wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
[...]
> http://kernel.kolivas.org
> 
> Description:
> am6
> Autoregulates the virtual memory swappiness.

This actually has a problem if swapping is disabled via the .config
file. The patch uses 'swapper_space.nrpages' which does not exist (in
the no-swap-space situation). Instead 'total_swapcache_pages' apparently
should be used.

	Bernd
-- 
Firmix Software GmbH                   http://www.firmix.at/
mobil: +43 664 4416156                 fax: +43 1 7890849-55
          Embedded Linux Development and Services



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.3-ck1
@ 2004-02-22  5:56 udok paldoswitz 
  2004-02-22 15:42 ` 2.6.3-ck1 Felipe Alfaro Solana
  0 siblings, 1 reply; 5+ messages in thread
From: udok paldoswitz  @ 2004-02-22  5:56 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Gstreamer doesn't work anymore with ck1.
I tried with elevator=deadline, but it does not solve the problem.
Gstreamer works fine with kernel 2.6.3

I tested it with several programs which use gstreamer (rhythmbox, gst-launch, etc ...),
but I get no error message.

Symptoms are :
I get no sound when I try to play a sound file.
The system is slowing down a lot.
When gstreamer stops, the system come back to a good state.

Plus simple, plus fiable, plus rapide : découvrez le nouveau Caramail - http://www.caramail.lycos.fr


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.3-ck1
  2004-02-22  5:56 2.6.3-ck1 udok paldoswitz 
@ 2004-02-22 15:42 ` Felipe Alfaro Solana
  0 siblings, 0 replies; 5+ messages in thread
From: Felipe Alfaro Solana @ 2004-02-22 15:42 UTC (permalink / raw)
  To: udok paldoswitz; +Cc: Linux Kernel Mailinglist

On Sun, 2004-02-22 at 06:56, udok paldoswitz wrote:
> Gstreamer doesn't work anymore with ck1.
> I tried with elevator=deadline, but it does not solve the problem.
> Gstreamer works fine with kernel 2.6.3
> 
> I tested it with several programs which use gstreamer (rhythmbox, gst-launch, etc ...),
> but I get no error message.
> 
> Symptoms are :
> I get no sound when I try to play a sound file.
> The system is slowing down a lot.
> When gstreamer stops, the system come back to a good state.

I'm experiencing the same no-sound problems on my desktop computer. I
have had to revert to 2.6.3-bk3.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.3-ck1
  2004-02-21 15:50 ` 2.6.3-ck1 Bernd Petrovitsch
@ 2004-02-23  9:11   ` Con Kolivas
  0 siblings, 0 replies; 5+ messages in thread
From: Con Kolivas @ 2004-02-23  9:11 UTC (permalink / raw)
  To: Bernd Petrovitsch; +Cc: linux kernel mailing list

Hi

On Sun, 22 Feb 2004 02:50, Bernd Petrovitsch wrote:
> On Wed, 2004-02-18 at 13:36, Con Kolivas wrote:
> > http://kernel.kolivas.org
> >
> > Description:
> > am6
> > Autoregulates the virtual memory swappiness.
>
> This actually has a problem if swapping is disabled via the .config
> file. The patch uses 'swapper_space.nrpages' which does not exist (in
> the no-swap-space situation). Instead 'total_swapcache_pages' apparently
> should be used.

Thanks.

I'll modify it at some stage to just ifdef that out if swapping is disabled 
via the .config instead since that code does nothing for the no-swap config. 
Kernel dev time is very limited, sorry.

Cheers,
Con

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-23  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-18 12:36 2.6.3-ck1 Con Kolivas
2004-02-21 15:50 ` 2.6.3-ck1 Bernd Petrovitsch
2004-02-23  9:11   ` 2.6.3-ck1 Con Kolivas
  -- strict thread matches above, loose matches on Subject: below --
2004-02-22  5:56 2.6.3-ck1 udok paldoswitz 
2004-02-22 15:42 ` 2.6.3-ck1 Felipe Alfaro Solana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox