All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Crash-utility] [PATCH V3 0/3] sparc64 support for crash utility
@ 2016-04-26 15:43 Dave Anderson
  2016-04-26 15:49 ` Dave Kleikamp
  2016-04-26 18:53 ` Dave Anderson
  0 siblings, 2 replies; 3+ messages in thread
From: Dave Anderson @ 2016-04-26 15:43 UTC (permalink / raw)
  To: sparclinux

Dave,

I'm about to check your stuff in, but one additional item needs to be added
to configure.c for the crash.spec file.  What's the proper sparc64 name string
that should be added to the "ExclusiveArch:" list?

Thanks,
  Dave


----- Original Message -----
> These patches add support for the sparc64 architecture.
> 
> This supports running against a live kernel. Diskdump support is
> also here, but the crashdump support for the kernel, kexec-tools,
> and makedumpfile is still pending.
> 
> Initial work was done by Karl Volz with help from Bob Picco.
> 
> V3:
>  * Broke task_struct_flags fix into separate patch
>  * A lot of various cleanups suggested by Sam Ravnborg
>  * Implemented sparc64_dump_machdep_table()
> 
> V2:
>  * Use SIZE(task_struct_flags) instead of just changing ULONG to UINT
>  * Put new code in get_idle_threads() inside #ifdef SPARC64
> 
> Dave Kleikamp (3):
>   Use proper size for task_struct->flags
>   Implement byte-by-byte memory access facilitators
>   crash-utility: Support for sparc64 architecture
> 
>  Makefile            |    9 +-
>  configure.c         |   23 +
>  defs.h              |  180 ++++++++-
>  diskdump.c          |   36 ++-
>  lkcd_vmdump_v2_v3.h |    2 +-
>  sparc64.c           | 1253
>  +++++++++++++++++++++++++++++++++++++++++++++++++++
>  symbols.c           |   10 +
>  task.c              |   23 +-
>  8 files changed, 1527 insertions(+), 9 deletions(-)
>  create mode 100644 sparc64.c
> 
> --
> Crash-utility mailing list
> Crash-utility@redhat.com
> https://www.redhat.com/mailman/listinfo/crash-utility
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Crash-utility] [PATCH V3 0/3] sparc64 support for crash utility
  2016-04-26 15:43 [Crash-utility] [PATCH V3 0/3] sparc64 support for crash utility Dave Anderson
@ 2016-04-26 15:49 ` Dave Kleikamp
  2016-04-26 18:53 ` Dave Anderson
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Kleikamp @ 2016-04-26 15:49 UTC (permalink / raw)
  To: sparclinux

On 04/26/2016 10:43 AM, Dave Anderson wrote:
> Dave,
> 
> I'm about to check your stuff in, but one additional item needs to be added
> to configure.c for the crash.spec file.  What's the proper sparc64 name string
> that should be added to the "ExclusiveArch:" list?

sparc64 seems to make the most sense.

Thanks,
Dave

> 
> Thanks,
>   Dave

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Crash-utility] [PATCH V3 0/3] sparc64 support for crash utility
  2016-04-26 15:43 [Crash-utility] [PATCH V3 0/3] sparc64 support for crash utility Dave Anderson
  2016-04-26 15:49 ` Dave Kleikamp
@ 2016-04-26 18:53 ` Dave Anderson
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Anderson @ 2016-04-26 18:53 UTC (permalink / raw)
  To: sparclinux


Hi Dave,

Your 3-part patchset is queued for crash-7.1.5 in these two commits:

  https://github.com/crash-utility/crash/commit/569002249b1d57162a1e94f529d295828d4e0253
  https://github.com/crash-utility/crash/commit/fd2f8ef41e76c1276d9bbd33dfcff94dd6da9439

I hope to release crash-7.1.5 sometime later this week.

Dave

----- Original Message -----
> These patches add support for the sparc64 architecture.
> 
> This supports running against a live kernel. Diskdump support is
> also here, but the crashdump support for the kernel, kexec-tools,
> and makedumpfile is still pending.
> 
> Initial work was done by Karl Volz with help from Bob Picco.
> 
> V3:
>  * Broke task_struct_flags fix into separate patch
>  * A lot of various cleanups suggested by Sam Ravnborg
>  * Implemented sparc64_dump_machdep_table()
> 
> V2:
>  * Use SIZE(task_struct_flags) instead of just changing ULONG to UINT
>  * Put new code in get_idle_threads() inside #ifdef SPARC64
> 
> Dave Kleikamp (3):
>   Use proper size for task_struct->flags
>   Implement byte-by-byte memory access facilitators
>   crash-utility: Support for sparc64 architecture
> 
>  Makefile            |    9 +-
>  configure.c         |   23 +
>  defs.h              |  180 ++++++++-
>  diskdump.c          |   36 ++-
>  lkcd_vmdump_v2_v3.h |    2 +-
>  sparc64.c           | 1253
>  +++++++++++++++++++++++++++++++++++++++++++++++++++
>  symbols.c           |   10 +
>  task.c              |   23 +-
>  8 files changed, 1527 insertions(+), 9 deletions(-)
>  create mode 100644 sparc64.c
> 
> --
> Crash-utility mailing list
> Crash-utility@redhat.com
> https://www.redhat.com/mailman/listinfo/crash-utility
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-26 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26 15:43 [Crash-utility] [PATCH V3 0/3] sparc64 support for crash utility Dave Anderson
2016-04-26 15:49 ` Dave Kleikamp
2016-04-26 18:53 ` Dave Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.