All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] 2.4.21-pre2 : sysctl.h pb
@ 2002-12-20 12:48 jsoe0708
  2002-12-20 12:53 ` jsoe0708
  0 siblings, 1 reply; 4+ messages in thread
From: jsoe0708 @ 2002-12-20 12:48 UTC (permalink / raw)
  To: parisc-linux

Hi all,

Merging 2.4.21-pre2 with parisc tree, I notice the following the followin=
g
pb:
diff -urN linux-2.4.21-pre1/include/linux/sysctl.h linux-2.4.21-pre2/incl=
ude/linux/sysctl.h
--- linux-2.4.21-pre1/include/linux/sysctl.h    Thu Nov 28 15:53:15 2002
+++ linux-2.4.21-pre2/include/linux/sysctl.h    Wed Dec 18 14:16:28 2002
@@ -124,6 +124,7 @@
        KERN_CORE_USES_PID=3D52,          /* int: use core or core.%pid *=
/
        KERN_TAINTED=3D53,        /* int: various kernel tainted flags */=

        KERN_CADPID=3D54,         /* int: PID of the process to notify on=

CAD */
+       KERNhttp://webmail.tiscali.be/mail/MessageCompose?sid=3DF39CE574C=
27DDBCF1206D1BB891159045C80B6DB&userid=3Djsoe0708@tiscali.be&seq=3DC&auth=
=3D3WR5O5FJOCJG1FDS&style=3Dfrans&abcompose=3D0
:: envoyer_CORE_PATTERN=3D56,   /* string: pattern for core-files */
 };


into linux-2.4.21-pre1-pa15/include/linux/sysctl.h
        KERN_TAINTED=3D53,        /* int: various kernel tainted flags */=

        KERN_CADPID=3D54,         /* int: PID of the process to notify on=

CAD */
        KERN_HPPA_PWRSW=3D55,     /* int: hppa soft-power enable */
        KERN_HPPA_UNALIGNED=3D56, /* int: hppa unaligned-trap enable */
};
                            ^^^^ same as new KERN_CORE_PATTERN

What should I to do?

Joel



*************************************************************************=
*******
Controlez mieux votre consommation Internet...surfez Tiscali Complete...h=
ttp://tiscali.complete.be

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

* RE: [parisc-linux] 2.4.21-pre2 : sysctl.h pb
  2002-12-20 12:48 [parisc-linux] 2.4.21-pre2 : sysctl.h pb jsoe0708
@ 2002-12-20 12:53 ` jsoe0708
  2002-12-20 15:20   ` Randolph Chung
  0 siblings, 1 reply; 4+ messages in thread
From: jsoe0708 @ 2002-12-20 12:53 UTC (permalink / raw)
  To: parisc-linux

?? 

Actual mesage is:

Hi all,

Merging 2.4.21-pre2 with parisc tree, I notice the following the followin=
g
pb:
diff -urN linux-2.4.21-pre1/include/linux/sysctl.h linux-2.4.21-pre2/incl=
ude/linux/sysctl.h
--- linux-2.4.21-pre1/include/linux/sysctl.h    Thu Nov 28 15:53:15 2002
+++ linux-2.4.21-pre2/include/linux/sysctl.h    Wed Dec 18 14:16:28 2002
@@ -124,6 +124,7 @@
        KERN_CORE_USES_PID=3D52,          /* int: use core or core.%pid *=
/
        KERN_TAINTED=3D53,        /* int: various kernel tainted flags */=

        KERN_CADPID=3D54,         /* int: PID of the process to notify on=

CAD */
+       KERN_CORE_PATTERN=3D56,   /* string: pattern for core-files */
 };


into linux-2.4.21-pre1-pa15/include/linux/sysctl.h
        KERN_TAINTED=3D53,        /* int: various kernel tainted flags */=

        KERN_CADPID=3D54,         /* int: PID of the process to notify on=

CAD */
        KERN_HPPA_PWRSW=3D55,     /* int: hppa soft-power enable */
        KERN_HPPA_UNALIGNED=3D56, /* int: hppa unaligned-trap enable */
};
                            ^^^^ same as new KERN_CORE_PATTERN

What should I to do?

Sorry,
Joel


*************************************************************************=
*******
Controlez mieux votre consommation Internet...surfez Tiscali Complete...h=
ttp://tiscali.complete.be

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

* Re: [parisc-linux] 2.4.21-pre2 : sysctl.h pb
  2002-12-20 12:53 ` jsoe0708
@ 2002-12-20 15:20   ` Randolph Chung
  2002-12-20 16:52     ` jsoe0708
  0 siblings, 1 reply; 4+ messages in thread
From: Randolph Chung @ 2002-12-20 15:20 UTC (permalink / raw)
  To: jsoe0708; +Cc: parisc-linux

> Merging 2.4.21-pre2 with parisc tree, I notice the following the following
> pb:

just bump the hppa numbers
>         KERN_HPPA_PWRSW=55,     /* int: hppa soft-power enable */
>         KERN_HPPA_UNALIGNED=56, /* int: hppa unaligned-trap enable */

make these 57, 58 or so

it seems a bit odd to me that the sysctl number space is not
partitioned, but... 

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/

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

* Re: [parisc-linux] 2.4.21-pre2 : sysctl.h pb
  2002-12-20 15:20   ` Randolph Chung
@ 2002-12-20 16:52     ` jsoe0708
  0 siblings, 0 replies; 4+ messages in thread
From: jsoe0708 @ 2002-12-20 16:52 UTC (permalink / raw)
  To: Randolph Chung; +Cc: parisc-linux

Hi Randolph,

>> Merging 2.4.21-pre2 with parisc tree, I notice the following the follo=
wing
>> pb:
>
>just bump the hppa numbers
>>         KERN_HPPA_PWRSW=3D55,     /* int: hppa soft-power enable */
>>         KERN_HPPA_UNALIGNED=3D56, /* int: hppa unaligned-trap enable *=
/
>
>make these 57, 58 or so
>
>it seems a bit odd to me that the sysctl number space is not
>partitioned, but... 
>
Well I choose 57 and obtain a vmlinux.
But eventhought I used my config file I get this time a system which hung=

on my b2k at 'Search Devices...' and the green led stay continiously ligh=
t???
I will try to fix it next year :-))

Thanks for advise,
    Joel



********************************************
Promo Tiscali ADSL: 35 Euros/mois, 1er mois et activation =3D 0 Euro http=
://adsl.tiscali.be

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

end of thread, other threads:[~2002-12-20 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-20 12:48 [parisc-linux] 2.4.21-pre2 : sysctl.h pb jsoe0708
2002-12-20 12:53 ` jsoe0708
2002-12-20 15:20   ` Randolph Chung
2002-12-20 16:52     ` jsoe0708

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.