Re: [PATCH] connector: Some fixes for ia64 unaligned access errors

2006-12-12 Thread Erik Jacobson
mm. Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]> --- cn_proc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) --- linux.orig/drivers/connector/cn_proc.c 2006-12-12 23:03:31.0 -0600 +++ linux/drivers/connector/cn_proc.c 2006-12-12 23:06:34.243535000

Re: [PATCH] connector: Some fixes for ia64 unaligned access errors

2006-12-12 Thread Erik Jacobson
really quick and dirty to see if it has a shot or not but it looks like put_unaligned will fix it too. -- Erik Jacobson - Linux System Software - SGI - Eagan, Minnesota - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [PATCH] connector: Some fixes for ia64 unaligned access errors

2006-12-12 Thread Erik Jacobson
tt Helsley wrote: (snipped up) > On Thu, 2006-12-07 at 17:22 -0600, Erik Jacobson wrote: > > Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]> > Acked-by: Matt Helsley <[EMAIL PROTECTED]> > > --- > > cn_proc.c | 94 > > +++

Re: [PATCH] connector: Some fixes for ia64 unaligned access errors

2006-12-09 Thread Erik Jacobson
> > Here, we just adjust how the variables are declared and use memcopy to > > avoid the error messages. > > - ev->timestamp_ns = timespec_to_ns(&ts); > > + ev.timestamp_ns = timespec_to_ns(&ts); > Please try to declare u64 timestamp_ns, then copy it into the *ev > instead of copying whole *ev.

[PATCH] connector: Some fixes for ia64 unaligned access errors

2006-12-07 Thread Erik Jacobson
use memcopy to avoid the error messages. Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]> --- cn_proc.c | 94 +++--- 1 file changed, 47 insertions(+), 47 deletions(-) --- linux.orig/drivers/connector/cn_proc.c 2006-11-29

[patch] QLA2xxx FW_LOADER Kconfig issue results in undefined symbols

2005-07-18 Thread Erik Jacobson
starting point for my config file. This config file compiles some of the QLA2xxx drivers statically. By default, CONFIG_FW_LOADER is set to "m" and not "y". So this small change should ensure CONFIG_FW_LOADER is set properly. Perhaps there are better ways to do this? Signed-o

[PATCH] PAGG (Process Aggregates/Hook Management) for 2.6.11

2005-03-17 Thread Erik Jacobson
discussion on using PAGG as hook manager, see an LKML archive site near you. One link below: http://marc.theaimsgroup.com/?l=linux-kernel&m=110624592118941&w=2 Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]> --- Documentation/pagg.txt| 32 ++ fs/exec.c |2

Re: [Lse-tech] Re: [patch] Job - inescapable job containers

2005-01-20 Thread Erik Jacobson
count)); printk("init called %d times...\n", atomic_read(&init_count)); printk("exec called %d times ...\n", atomic_read(&exec_count)); if (atomic_read(&attach_count) + atomic_read(&init_count) != atomic_read(&detach_count)) printk("PAGG PR