3.12-rcX - NFS regression - kswapd0 / kswapd1 stays using 100% CPU?

2013-10-17 Thread Helge Deller
I'm seeing a regression with current kernel git head when using NFS-mounts. Architecture in my case is parisc, although I don't think that this is relevant. At least kernel 3.10 (and I think 3.11) didn't showed that problem. The symtom is, that "top" shows high usage of either kswapd0 or kswapd1.

Aw: Re: [GIT PULL] parisc updates for v3.12-rc5

2013-10-14 Thread Helge Deller
> > Geert Uytterhoeven (1): > > parisc: Export flush_cache_page() (needed by lustre) > > This one shouldn't go in - Geert sent it a bit prematurely, as Lustre > shouldn't use it just to reimplement core VM functionality (which it > shouldn't use either, but that's a separate story). Ok, it'

[GIT PULL] parisc updates for v3.12-rc5

2013-10-13 Thread Helge Deller
Geert Uytterhoeven (1): parisc: Export flush_cache_page() (needed by lustre) Helge Deller (4): parisc: remove unused syscall_ipi() function. parisc: mark parisc_terminate() noreturn and cold. parisc: fix interruption handler to

Re: [PATCH] [workqueue] check values of pwq and wq in print_worker_info() before use

2013-10-02 Thread Helge Deller
On 10/02/2013 12:50 AM, James Bottomley wrote: > On Wed, 2013-10-02 at 00:07 +0200, Helge Deller wrote: >> On 10/01/2013 11:40 PM, James Bottomley wrote: >>> On Tue, 2013-10-01 at 16:43 -0400, Tejun Heo wrote: >>>> Hello, >>>> >>>> On Tue

Re: [PATCH] [workqueue] check values of pwq and wq in print_worker_info() before use

2013-10-01 Thread Helge Deller
On 10/01/2013 11:07 PM, Tejun Heo wrote: > On Tue, Oct 01, 2013 at 05:03:48PM -0400, Tejun Heo wrote: >> On Tue, Oct 01, 2013 at 10:53:31PM +0200, Helge Deller wrote: >>> So, in summary my patch here is not really necessary, but for the sake of >>> clean code I think it

Re: [PATCH] [workqueue] check values of pwq and wq in print_worker_info() before use

2013-10-01 Thread Helge Deller
On 10/01/2013 11:40 PM, James Bottomley wrote: > On Tue, 2013-10-01 at 16:43 -0400, Tejun Heo wrote: >> Hello, >> >> On Tue, Oct 01, 2013 at 10:35:20PM +0200, Helge Deller wrote: >>> print_worker_info() includes no validity check on the pwq and wq >>> p

Re: [PATCH] [workqueue] check values of pwq and wq in print_worker_info() before use

2013-10-01 Thread Helge Deller
On 10/01/2013 10:43 PM, Tejun Heo wrote: > Hello, > > On Tue, Oct 01, 2013 at 10:35:20PM +0200, Helge Deller wrote: >> print_worker_info() includes no validity check on the pwq and wq >> pointers before handing them over to the probe_kernel_read() functions. >> >>

[PATCH] [workqueue] check values of pwq and wq in print_worker_info() before use

2013-10-01 Thread Helge Deller
; /proc/sysrq-trigger" will immediately crash the Linux kernel on the parisc architecture. CC: Tejun Heo CC: Libin CC: linux-par...@vger.kernel.org CC: james.bottom...@hansenpartnership.com Signed-off-by: Helge Deller diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 987293d..c03b47f 1

[GIT PULL] parisc updates for v3.11-rc4

2013-07-31 Thread Helge Deller
agp: allow binding of user memory to the AGP GART Helge Deller (1): parisc: add defconfig for c8000 machine John David Anglin (2): parisc: Fix cache routines to ignore vma's with an invalid pfn parisc: Remove arch/parisc/kernel/sys32.h header Thomas Bogendoerfer (1):

[GIT PULL] parisc updates for v3.11

2013-07-09 Thread Helge Deller
machines, a fix to prevent that %sr1 is being clobbered and a few smaller optimizations and documentation updates. Thanks, Helge Helge Deller (6): parisc: fix LMMIO mismatch between PAT length and MASK register parisc: more

[GIT PULL] parisc updates for v3.10

2013-06-18 Thread Helge Deller
on C8000 workstations and a fix to use unshadowed registers for flushing D- and I-caches. This patchset touches parisc-specific source files only. Thanks, Helge Helge Deller (1): parisc: fix kernel BUG at arch/parisc/include

[GIT PULL] parisc updates for v3.10-rc4

2013-06-01 Thread Helge Deller
of strcpy() Helge Deller (5): parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 MAINTAINERS: update parisc architecture file list parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus resources (v2) parport_pc: disable PARPORT_PC_SUPERIO

[PATCH] parport_pc: disable PARPORT_PC_SUPERIO on parisc architecture

2013-05-30 Thread Helge Deller
etely for parisc we can avoid that people by accident enable the parport_pc superio option too. Signed-off-by: Helge Deller diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 24e12d4..a505760 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig @@ -71,7 +71,7 @@ c

[GIT PULL] parisc fixes for 3.10-rc3

2013-05-25 Thread Helge Deller
UP and SMP (2013-05-24 23:29:01 +0200) -------- Helge Deller (6): MPILIB: disable usage of floating point registers on parisc parisc: add rp5470 entry to machine database parisc: use PAGE_SHIFT instead of hardcoded value 12 in

Re: [PATCH v2 0/4] dma-mapping: Define dma_{alloc,free}_attrs() for all archs

2013-05-22 Thread Helge Deller
On 05/22/2013 04:37 AM, Damian Hobson-Garcia wrote: > Hello, > On 2013/04/30 12:01, Damian Hobson-Garcia wrote: >> Most architectures that define CONFIG_HAVE_DMA=y, have implementations for >> both dma_alloc_attrs() and dma_free_attrs(). All achitectures that do >> not define CONFIG_HAVE_DMA also

Re: [PATCH] parisc: avoid WARNING: at kernel/cpu/idle.c:96

2013-05-18 Thread Helge Deller
On 05/17/2013 09:25 PM, Srivatsa S. Bhat wrote: > On 05/09/2013 02:35 AM, James Bottomley wrote: >> On Wed, 2013-05-08 at 22:42 +0200, Helge Deller wrote: >>> We need to enable local irqs to avoid this runtime warning. >>> >>> Signed-off-by: Helge Deller >

[GIT PULL] parisc updates for v3.10

2013-05-13 Thread Helge Deller
. Helge Deller (2): parisc: implement irq stacks - part 2 (v2) parisc: make default cross compiler search more robust (v3) John David Anglin (1): parisc: fix SMP races when updating PTE and TLB entries in entry.S arch/parisc/Kconfig | 2 +- arch/parisc/Makefile

Re: [GIT PULL] parisc updates for v3.10

2013-05-09 Thread Helge Deller
Hi Stephen, On 05/08/2013 03:37 AM, Stephen Rothwell wrote: > On Wed, 8 May 2013 00:11:02 +0200 Helge Deller wrote: >> >> please pull the parisc architecture updates for v3.10 from: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git >&g

[GIT PULL] parisc updates for v3.10

2013-05-07 Thread Helge Deller
her smaller cleanups and fixes. Thanks, Helge Damian Hobson-Garcia (1): parisc: Provide default implementation for dma_{alloc, free}_attrs Helge Deller (7): parisc: fix partly 16/64k PAGE_SIZE boot parisc: document

[PATCH] MPILIB: disable usage of floating point registers on parisc

2013-05-05 Thread Helge Deller
the umul_ppmm() and udiv_qrnnd() macros. The mpilib will then use the generic built-in implementations instead. Signed-off-by: Helge Deller diff --git a/lib/mpi/longlong.h b/lib/mpi/longlong.h index 095ab15..d411355 100644 --- a/lib/mpi/longlong.h +++ b/lib/mpi/longlong.h @@ -318,7 +318,8

[PATCH] kernel/modsign_certificate.S: fix build on parisc architecture

2013-05-05 Thread Helge Deller
l not be in the vmlinux binary. Fix this problem by adding an own implementation for GLOBAL() on the PARISC architecture. Signed-off-by: Helge Deller diff --git a/kernel/modsign_certificate.S b/kernel/modsign_certificate.S index 246b4c6..9b9c2ab 100644 --- a/kernel/modsign_certificate

[GIT PULL] late parisc fixes for 3.9

2013-04-25 Thread Helge Deller
be78: parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updates (2013-04-25 22:37:00 +0200) -------- Helge Deller (1): parisc: disable -mlong-calls compiler option for kernel modules John David Anglin (3): parisc:

[GIT PULL] parisc updates for v3.9

2013-03-03 Thread Helge Deller
ompile warnings. -------- Helge Deller (7): parisc: select ARCH_WANT_FRAME_POINTERS parisc: switch to compat_functions of io_setup, io_getevents and io_submit parisc: remove unused variable 'compat_val' parisc: avoid unitialized vari

Re: [PATCH] Consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS

2013-02-27 Thread Helge Deller
nux-par...@vger.kernel.org > Cc: linux-s...@vger.kernel.org > Cc: Arjan van de Ven > Cc: Helge Deller > Cc: Heiko Carstens > Cc: Stephen Rothwell > Cc: Chris Metcalf > Signed-off-by: Stephen Boyd > --- > > Per Helge Deller prodding me, I'm resending just this patc

Re: [GIT PULL] arch/arc for v3.9-rc1

2013-02-22 Thread Helge Deller
s.S > create mode 100644 arch/arc/lib/Makefile > create mode 100644 arch/arc/lib/memcmp.S > create mode 100644 arch/arc/lib/memcpy-700.S > create mode 100644 arch/arc/lib/memset.S > create mode 100644 arch/arc/lib/strchr-700.S > create mode 100644 arch/arc/lib/strcmp.S > creat

[GIT PULL] parisc updates for 3.9

2013-02-22 Thread Helge Deller
parameter from do_execve() in hpux_execve() Helge Deller (13): Merge tag 'parisc-fixes' of git://git.kernel.org/.../jejb/parisc-2.6 into stable-3.8 parisc: enhance automatic CONFIG_CROSS_COMPILE detection parisc: add CONFIG_MLONGCALLS option to enable linkage of hu

[GIT PULL] autofs: automounter fix for 3.8

2013-02-12 Thread Helge Deller
utomounter support on 64-bit kernel with 32-bit userspace (v2) (2013-02-08 20:42:18 +0100) -------- Helge Deller (1): unbreak automounter support on 64-bit kernel with 32-bit userspace (v2) include/uapi/linux/auto

[PATCH] unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)

2013-02-04 Thread Helge Deller
(unless they are 64bit only). Signed-off-by: Helge Deller CC: James Bottomley CC: Catalin Marinas CC: Rolf Eike Beer CC: H. Peter Anvin CC: Ian Kent diff --git a/include/uapi/linux/auto_fs.h b/include/uapi/linux/auto_fs.h index 77cdba9..bb991df 100644 --- a/include/uapi/linux/auto_fs.h +++ b

[PATCH] parisc: unbreak automounter support on 64-bit kernel with 32-bit userspace

2013-01-31 Thread Helge Deller
Similiar to other 64 bit Linux targets autofs_wqt_t needs to be of type int which has a size of 32 bits on 32- and 64-bit parisc kernels. Signed-off-by: Helge Deller diff --git a/include/uapi/linux/auto_fs.h b/include/uapi/linux/auto_fs.h index 77cdba9..d551754 100644 --- a/include/uapi/linux

Re: [GIT PULL] parisc fixes for v3.8-rc5

2013-01-24 Thread Helge Deller
Hi Geert, From: Geert Uytterhoeven > On Tue, Jan 22, 2013 at 10:11 PM, Helge Deller wrote: > > please consider pulling the following 4 patches for 3.8-rc5 which > improve > > the stability of the linux kernel on the parisc architecture. > > I think you forgot https://pa

[GIT PULL] parisc fixes for v3.8-rc5

2013-01-22 Thread Helge Deller
Hi Linus, please consider pulling the following 4 patches for 3.8-rc5 which improve the stability of the linux kernel on the parisc architecture. Only parisc arch-specfic files are changed. Thanks, Helge The following changes since commit d287b8750e47c1702dab0e37ac11012bb751ece0: Merge br

Re: [RESEND PATCH] sysctl: Enable PARISC "unaligned-trap" to be used cross-arch

2013-01-15 Thread Helge Deller
s E.J. Bottomley" Cc: Helge Deller Cc: "Eric W. Biederman" Cc: Serge Hallyn Acked-by: Helge Deller Vineet, as discussed, please push it through the ARC architecture tree... Helge --- arch/parisc/Kconfig |1 + init/Kconfig|8 kernel/sysctl.c |

Re: [patch 1/3] LatencyTOP infrastructure patch

2008-01-20 Thread Helge Deller
Arjan van de Ven wrote: > [linux-2.6.24-rc7/include/linux/latencytop.h] > +struct latency_entry { > + char*reason; >... > +struct latency_record { > + char*reason; >... > +struct latency_entry *set_latency_reason(char *reason, >... I'd propose to mark the "reason" entries above (an

[PATCH] add gcc printf format checks

2008-01-06 Thread Helge Deller
[PATCH] add gcc printf format checks trivial patch which adds some missing printf format checking to compat.h and msdos_fs.h Build-tested and no regressions found. Signed-off-by: Helge Deller <[EMAIL PROTECTED]> diff --git a/include/linux/compat.h b/include/linux/compat.h index 0

Re: [e2fsprogs PATCH] Userspace solution to time-based UUID without duplicates

2007-12-16 Thread Helge Deller
On Monday 10 December 2007, Theodore Tso wrote: > On Tue, Nov 20, 2007 at 06:00:12PM -0500, Theodore Tso wrote: > > Basically, the only way to solve this problem 100% in userspace would > > be with a userspace daemon running as a privileged user, and some kind > > of Unix domain socket. > > > > Pa

Re: [PATCH] Time-based RFC 4122 UUID generator

2007-11-20 Thread Helge Deller
On Wednesday 21 November 2007, Theodore Tso wrote: > On Tue, Nov 20, 2007 at 10:59:58PM +0100, Helge Deller wrote: > > > Even with a futex? Or userspace atomics? > > > > Yes, you'll need a futex or similiar. > > > > The problem is then more, where

Re: [PATCH] Time-based RFC 4122 UUID generator

2007-11-20 Thread Helge Deller
On Tuesday 20 November 2007, Matt Mackall wrote: > On Tue, Nov 20, 2007 at 10:59:58PM +0100, Helge Deller wrote: > > > > Current implemenations use userspace-libraries. In userspace you e.g. > > > > can't > > > > easily protect the uniquness of a UUI

RE: [PATCH] Time-based RFC 4122 UUID generator

2007-11-20 Thread Helge Deller
David Schwartz wrote: > Any UUID generator that can produce duplicate UUIDs with probability > significantly less than purely random UUIDs is so badly broken that it > should not ever be used. Anyone who finds such a UUID generator should > immediately either fix it or throw it on the junk heap.

Re: [PATCH] Time-based RFC 4122 UUID generator

2007-11-20 Thread Helge Deller
On Tuesday 20 November 2007, Andrew Morton wrote: > On Sun, 18 Nov 2007 20:38:21 +0100 Helge Deller <[EMAIL PROTECTED]> wrote: > > > Andrew, > > > > could you please consider adding this patch to your 2.6.25 patch series? > > please cc netdev on networking-r

Re: [PATCH] Time-based RFC 4122 UUID generator

2007-11-20 Thread Helge Deller
On Tuesday 20 November 2007, Matt Mackall wrote: > On Sun, Nov 18, 2007 at 10:40:34PM +0100, Helge Deller wrote: > > On Sunday 18 November 2007, Andrew Morton wrote: > > > On Sun, 18 Nov 2007 20:38:21 +0100 Helge Deller <[EMAIL PROTECTED]> wrote: > > > > >

Re: [PATCH] Time-based RFC 4122 UUID generator

2007-11-18 Thread Helge Deller
Sam Ravnborg wrote: > On Sun, Nov 18, 2007 at 01:05:03PM -0800, Andrew Morton wrote: >> On Sun, 18 Nov 2007 20:38:21 +0100 Helge Deller <[EMAIL PROTECTED]> wrote: >> >> > Title: Add time-based RFC 4122 UUID generator >> > >> > The current Linux ke

Re: [PATCH] Time-based RFC 4122 UUID generator

2007-11-18 Thread Helge Deller
On Sunday 18 November 2007, Andrew Morton wrote: > On Sun, 18 Nov 2007 20:38:21 +0100 Helge Deller <[EMAIL PROTECTED]> wrote: > > > Title: Add time-based RFC 4122 UUID generator > > > > The current Linux kernel currently contains the generate_random_uuid() > >

[PATCH] Time-based RFC 4122 UUID generator

2007-11-18 Thread Helge Deller
) per time than before. A mutex takes care of the proper locking against a mistaken double creation of UUIDs for simultanious running processes. Signed-off-by: Helge Deller <[EMAIL PROTECTED]> drivers/char/random.c | 205 - include/linux/sysct

Re: [PATCH 2/2] UUID: Time-based RFC 4122 UUID generator

2007-11-04 Thread Helge Deller
ps) - keep searching for last-used MAC address (use same MAC as long as the NIC is still in the machine) - moved up the clock_seq calculation in order to simplify the logic and runtime I kept the unlikely() in the !CONFIG_NET case and did not implemented a HAL callback. Helge Signed-off-by: He

[PATCH] usb/core/message.c: scatterlist include fix

2007-10-23 Thread Helge Deller
This fixes following bug when building for parisc-linux: drivers/usb/core/message.c: In function `usb_sg_init': drivers/usb/core/message.c:440: error: implicit declaration of function `sg_virt' Signed-off-by: Helge Deller <[EMAIL PROTECTED]> diff --git a/drivers/usb/core/mes

Re: [PATCH 2/2] UUID: Time-based RFC 4122 UUID generator

2007-10-21 Thread Helge Deller
On Sunday 21 October 2007, Theodore Tso wrote: > On Sat, Oct 20, 2007 at 10:00:03PM +0200, Helge Deller wrote: > > Additionally a mutex takes care of the proper locking against a mistaken > > double creation of UUIDs for simultanious running processes. > > This is tricki

Re: [PATCH 1/2] UUID: set multicast bit in pseudo-random MAC address

2007-10-21 Thread Helge Deller
On Sunday 21 October 2007, Theodore Tso wrote: > On Sat, Oct 20, 2007 at 09:58:40PM +0200, Helge Deller wrote: > > Fix a bug in the current random UUID generator: > > > > Section 4.1.6 of RFC 4122 states regarding the "NodeID" of a UUID: > > : For system

[PATCH 2/2] UUID: Time-based RFC 4122 UUID generator

2007-10-20 Thread Helge Deller
e possible with gettimeofday() in userspace. As such it's in principle possible to provide a lot more UUIDs (if needed) per time than in userspace. Additionally a mutex takes care of the proper locking against a mistaken double creation of UUIDs for simultanious running processes. Signed-off-b

[PATCH 1/2] UUID: set multicast bit in pseudo-random MAC address

2007-10-20 Thread Helge Deller
order that they will never conflict with : addresses obtained from network cards. So up to now it was just pure ("random") luck if this bit was set or not. This tiny patch sets the bit explicitely. Signed-off-by: Helge Deller <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] random.c

[PATCH 0/2] Time-based RFC 4122 UUID generator

2007-10-20 Thread Helge Deller
Andrew, this is a series of two patches for the kernels UUID generator which was already posted two weeks ago to LKML for discussion: http://lkml.org/lkml/2007/10/6/37 1) The first patch fixes a real (although not too critical) bug in the current UUID random generator. It would be great if thi

Re: [PATCH] [RFC] Time-based RFC 4122 UUID generator

2007-10-07 Thread Helge Deller
Hello Valdis, On Sunday 07 October 2007, [EMAIL PROTECTED] wrote: > On Sat, 06 Oct 2007 15:53:37 +0200, Helge Deller said: > > --- a/drivers/char/random.c > > +++ b/drivers/char/random.c > > @@ -1157,6 +1158,8 @@ void generate_random_uuid(unsigned char uuid_out[16

[PATCH] [RFC] Time-based RFC 4122 UUID generator

2007-10-06 Thread Helge Deller
be nice if the patch could be applied. It should apply cleanly against git-head. Helge Signed-off-by: Helge Deller <[EMAIL PROTECTED]> drivers/char/random.c | 162 +++-- include/linux/sysctl.h |5 - 2 files changed, 148 insertions(+),

Re: [PATCH] HIL: fix improper call of release_region v2

2007-02-15 Thread Helge Deller
On Thursday 15 February 2007, Cyrill V. Gorcunov wrote: > Thist patch prevents from improper call of release_region > if the code has been compiled without CONFIG_HP300 support. > > Signed-off-by: Cyrill V. Gorcunov <[EMAIL PROTECTED]> Acked-by: Helge Deller <[EMAIL PROTECT

Re: [PATCH] HIL: fix improper call of release_region

2007-02-15 Thread Helge Deller
Hi Cyrill, please include the "err1" label as well inside the #if / #endif clause. err1 is used only when CONFIG_HP300 is defined and in the parisc-case you currently get an unused label warning... Helge On Thursday 15 February 2007, Cyrill V. Gorcunov wrote: > Thist patch prevents from imprope

Re: [PATCH] HIL small fix

2007-02-04 Thread Helge Deller
Hello Cyrill, thanks a lot for the patch. I've applied it to the PARISC-Linux git tree: http://git.parisc-linux.org/?p=linux-2.6.git;a=commit;h=2b1f35b1cdec70c3a0ee2d4174668597355b6041 Your patch made me aware of an unitialized spinlock in the code as well: http://lists.parisc-linux.org/pipermail

[PATCH] shmat() and CONFIG_STACK_GROWSUP

2007-01-11 Thread Helge Deller
On PARISC-Linux the stack grows up, which is why on this platform CONFIG_STACK_GROWSUP is #defined by default. The patch below allows shmat() to map the requested memory region on this platform directly below the start of the stack, without the need to reserve memory for a downward-growing stack

Re: [RFC][PATCH] use cycle_t instead of u64 in struct time_interpolator

2007-01-03 Thread Helge Deller
On Wed Jan 3 2007, john stultz wrote: > On Wed, 2007-01-03 at 19:36 +0100, Helge Deller wrote: > > On Wed Jan 3 2007, Christoph Lameter wrote: > > > On Tue, 2 Jan 2007, Helge Deller wrote: > > > > > > > As far as I could see, this patch does not c

Re: [RFC][PATCH] use cycle_t instead of u64 in struct time_interpolator

2007-01-03 Thread Helge Deller
On Wed Jan 3 2007, Christoph Lameter wrote: > On Tue, 2 Jan 2007, Helge Deller wrote: > > > As far as I could see, this patch does not change anything for the > > existing architectures which use this framework (IA64 and SPARC64), > > since "cycles_t" is defin

[RFC][PATCH] use cycle_t instead of u64 in struct time_interpolator

2007-01-02 Thread Helge Deller
, this patch does not change anything for the existing architectures which use this framework (IA64 and SPARC64), since "cycles_t" is defined there as unsigned 64bit-integer anyway (which then makes this patch a no-change for them). Ok, not Ok ? Regards, Helge Signed-off-by: He

Re: 2.6.19: skb_over_panic, followed by a BUG at net/core/skbuff.c:93

2006-12-02 Thread Helge Deller
Tomas Carnecky wrote: > I only have a screenshot with no backtrace, if you want to see the > function names in the backtrace, please tell me what I need to do. > > http://dbservice.com/ftpdir/tom/kernel-bug.jpg > > I was running a 2.6.19-ge??? kernel before (I don't remember which > version exac

[PATCH 2.6.19] struct seq_operations and struct file_operations constification

2006-12-02 Thread Helge Deller
nt on 1006-10-08 Signed-off-by: Helge Deller <[EMAIL PROTECTED]> fs/seq_file.c|4 ++-- include/linux/mmzone.h |2 +- include/linux/relay.h|2 +- include/linux/seq_file.h |4 ++-- kernel/configs.c |2 +- kernel/cpuset.c |4 ++

[PATCH]: 2.4.0-test11: sched.h

2000-11-23 Thread Helge Deller
The following patch against 2.4.0-test11 changes INIT_FILES, INIT_MM and INIT_SIGNALS to use named initializers. Please apply, Thanks, Helge --- linux/include/linux/sched.h.org Tue Nov 21 00:50:43 2000 +++ linux/include/linux/sched.h Thu Nov 23 10:20:37 2000 @@ -174,18 +174,19 @@

<    1   2   3   4   5