reduce-size-of-task_struct-on-64-bit-machines.patch removed from -mm tree

From: Kyle McMartin
Date: Tue May 29 2007 - 17:55:19 EST


On Tue, May 08, 2007 at 07:44:04PM -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> - unsigned long flags; /* per process flags, defined below */
> - unsigned long ptrace;
> + unsigned int flags; /* per process flags, defined below */
> + unsigned int ptrace;
>

So.

I realize I don't have much right to cry over spilled milk here, seeing
as this has been floating around for, what, four months now?

But seriously, if people are going to fuck around with extremely core
pieces of generic code, could they please check all the users[1]?

Other 64-bit arch maintainers should check that they're using a 32-bit
load/store on these fields in their assembly now (we were using a
#define to do word on 32bit and doubleword on 64bit, which broke, badly,
when these changed.)

Thanks,
Kyle M.

1: Adding __deprecated or something to the field would give you an idea
of where it is used, in this case asm-offsets.c...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/