public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [pre PATCH] freezes
@ 2001-02-15 14:29 Roger Larsson
  0 siblings, 0 replies; only message in thread
From: Roger Larsson @ 2001-02-15 14:29 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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

Hi,

I have had occasional freezes (complete NumLock won't work) for some time.
I blamed HW, irq conflicts, temperature problems, ...

But suddenly with 2.4.2-pre1 the problems disappeared!

Since 2.4.2-pre1 was rather short I took the time to try to find out what 
could be the fix.

I found one candidate, the setting of  TASK_RUNNING in handle_mm_fault.

Since the problem had appeared on both 2.4 and 2.2.18 I started to try to 
reproduce the problem in an unpatched 2.2 - it took some time, got the freeze
today.

During this time I have tried to collect information of the freezes on KDE 
mailing lists - I do now have three additional reports (one running 2.2.17)
Hardware has varied.

I have now compiled and installed this patch but since it can't be proven
to fix the problem I submit it now.

/RogerL

-- 
Home page:
  none currently

[-- Attachment #2: patch-2.2.18-handle_mm_fault --]
[-- Type: text/plain, Size: 266 bytes --]

--- linux/mm/memory.c.orig	Wed Feb 14 00:58:59 2001
+++ linux/mm/memory.c	Wed Feb 14 00:59:16 2001
@@ -935,6 +935,7 @@
 	pte_t * pte;
 	int ret;
 
+	current->state = TASK_RUNNING;
 	pgd = pgd_offset(vma->vm_mm, address);
 	pmd = pmd_alloc(pgd, address);
 	if (!pmd)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-02-15 14:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-15 14:29 [pre PATCH] freezes Roger Larsson

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