[request-sponsor] Patch for "Pid provider cannot instrument new NOPs" bug

2007-01-15 Thread Adam Leventhal
I'll sponsor these.

- ahl

On Mon, Jan 15, 2007 at 01:12:00AM -0800, James McIlree wrote:
> 
>   I believe this request should be routed to Adam Leventhal.
> 
>   I do not have a bug number, as I just submitted the bug report.
> 
> m206-90:~/Projects/solaris/b50/usr/src/common/dis/i386> diff  
> dis_tables.c dis_tables-fixed.c
> 815c815
> < /*  [1C]  */  INVALID,INVALID, 
> INVALID,   INVALID,
> ---
> > /*  [1C]  */  INVALID,INVALID, 
> INVALID,   TS("nop",Mw),
> 
> ___
> request-sponsor mailing list
> request-sponsor at opensolaris.org

On Mon, Jan 15, 2007 at 01:13:42AM -0800, James McIlree wrote:
> 
>   I believe this request should be routed to Adam Leventhal.
> 
>   I do not have a bug number, as I just submitted the bug report.
> 
> m206-90:~/Projects/solaris/b50/usr/src/lib/libdtrace/i386> diff  
> dt_isadep.c dt_isadep-fixed.c
> 451c451,452
> dtp->dt_ftfd, FASTTRAPIOC_GETINSTR, &instr) == 0)
> ---
> >if (ioctl(dis->dtp->dt_ftfd, FASTTRAPIOC_GETINSTR, &instr) == 0) {
> >*dis->instr = instr.ftiq_instr;
> 452a454
> >}
> 
> ___
> request-sponsor mailing list
> request-sponsor at opensolaris.org


-- 
Adam Leventhal, Solaris Kernel Development   http://blogs.sun.com/ahl



[request-sponsor] Patch for "Pid provider cannot instrument new NOPs" bug

2007-01-15 Thread James McIlree

I believe this request should be routed to Adam Leventhal.

I do not have a bug number, as I just submitted the bug report.

m206-90:~/Projects/solaris/b50/usr/src/common/dis/i386> diff  
dis_tables.c dis_tables-fixed.c
815c815
< /*  [1C]  */  INVALID,INVALID, 
INVALID,   INVALID,
---
 > /*  [1C]  */  INVALID,INVALID, 
INVALID,   TS("nop",Mw),