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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, May 08, 2007 at 07:44:04PM -0700, [email protected] 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux