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

2006-12-12 Thread Erik Jacobson
-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 -0600 @@ -28,6

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

2006-12-12 Thread Erik Jacobson
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 PROTECTED] More majordomo info at

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

2006-12-12 Thread Erik Jacobson
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-12 Thread Erik Jacobson
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 +++--- Original patch email: Date: Thu, 7 Dec

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

2006-12-12 Thread Erik Jacobson
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 PROTECTED] More majordomo info at http://vger.kernel.org

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

2006-12-12 Thread Erik Jacobson
-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 -0600 @@ -28,6 +28,7

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(); > > + ev.timestamp_ns = timespec_to_ns(); > Please try to declare u64 timestamp_ns, then copy it into the *ev > instead of copying whole *ev. This

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. This ought

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

2006-12-07 Thread Erik Jacobson
and 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] connector: Some fixes for ia64 unaligned access errors

2006-12-07 Thread Erik Jacobson
and 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 15:57

[patch] QLA2xxx FW_LOADER Kconfig issue results in undefined symbols

2005-07-18 Thread Erik Jacobson
as a 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] QLA2xxx FW_LOADER Kconfig issue results in undefined symbols

2005-07-18 Thread Erik Jacobson
as a 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-off-by: Erik Jacobson [EMAIL

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

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

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

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

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

2005-01-20 Thread Erik Jacobson
d times ...\n", atomic_read(_count)); if (atomic_read(_count) + atomic_read(_count) != atomic_read(_count)) printk("PAGG PROBLEM: attach count + init count SHOULD equal detach cound and doesn't\n"); else printk("Good - attach count + init count equals d

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

2005-01-20 Thread Erik Jacobson
count.\n); } Hopefully this helps explain what I'm talking about. -- Erik Jacobson - Linux System Software - Silicon Graphics - Eagan, Minnesota - 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