[Bugme-new] [Bug 334] New: missing init in arch/alpha/kernel/init_task.c

bugme-daemon at smtp.osdl.org bugme-daemon at smtp.osdl.org
Mon Feb 10 23:12:34 PST 2003


http://bugme.osdl.org/show_bug.cgi?id=334

           Summary: missing init in arch/alpha/kernel/init_task.c
    Kernel Version: 2.5.60
            Status: NEW
          Severity: blocking
             Owner: rth at twiddle.net
         Submitter: donaldlf at i-55.com


Distribution: redhat
Hardware Environment: 164LX
Software Environment: rawhide
Problem Description:

failed to init an sighandler in signal change.

Steps to reproduce:

compile

Patch:

*** a/arch/alpha/kernel/init_task.c.old 2003-02-10 22:41:14.000000000 -0800
--- b/arch/alpha/kernel/init_task.c     2003-02-10 22:40:01.000000000 -0800
***************
*** 10,13 ****
--- 10,14 ----
  static struct files_struct init_files = INIT_FILES;
  static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
+ static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
  struct mm_struct init_mm = INIT_MM(init_mm);
  struct task_struct init_task = INIT_TASK(init_task);

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Bugme-new mailing list