patchThe GNU Hurd - Patches: patch #4738, Patch consider_lmm_collect: Test...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4738: Patch consider_lmm_collect: Test always true

Submitter:  Samuel Thibault <sthibaul>
Submitted:  Mon 26 Dec 2005 10:57:38 PM UTC
   
 
Category:  GNU Mach Priority:  5 - Normal
Status:  In Progress Privacy:  Public
Assigned to:  ams Open/Closed:  Open
Planned Release:  None
Wiki-like text discussion box: 


Fri 30 Dec 2005 05:57:08 PM UTC, comment #1: 

Need ChangeLog, but that is easy to do before commit.

Alfred M. Szmidt <ams>
Mon 26 Dec 2005 10:57:38 PM UTC, original submission:  

From http://bugs.debian.org/185094

From: John Tobey <jtobey@john-edwin-tobey.org>
To: -email is unavailable-
Subject: Patch consider_lmm_collect: Test always true
Date: Sun, 16 Mar 2003 19:39:16 -0500

Package: gnumach
Version: CVS 20030316

In gnumach/oskit/osenv_mem.c, consider_lmm_collect() looks as if it
can stop short of transfering the optimal number of pages from VM to
LMM due to an oversight.  The variable `i' is decremented to 0 before
it is compared to `batch'.  Since `batch' is always positive there,
the test will always come out true, and the loop will exit too early.

The following patch should fix this.

-John

Samuel Thibault <sthibaul>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #9057:  patch added by sthibaul (955B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-30 ams Assigned toNone ams
2005-12-30 ams StatusNone In Progress
2005-12-26 sthibaul Attached File- Added patch, #5663

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code