Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1198656 > unrolled thread
| Started by | Will Deacon <will.deacon@arm.com> |
|---|---|
| First post | 2015-08-03 11:20 +0200 |
| Last post | 2015-08-04 09:50 +0200 |
| Articles | 8 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RFC 2/3] arm64: refactor save_stack_trace() Will Deacon <will.deacon@arm.com> - 2015-08-03 11:20 +0200
Re: [RFC 2/3] arm64: refactor save_stack_trace() Will Deacon <will.deacon@arm.com> - 2015-08-03 16:10 +0200
Re: [RFC 2/3] arm64: refactor save_stack_trace() Steven Rostedt <rostedt@goodmis.org> - 2015-08-03 16:10 +0200
Re: [RFC 2/3] arm64: refactor save_stack_trace() Jungseok Lee <jungseoklee85@gmail.com> - 2015-08-03 18:40 +0200
Re: [RFC 2/3] arm64: refactor save_stack_trace() Steven Rostedt <rostedt@goodmis.org> - 2015-08-03 19:00 +0200
Re: [RFC 2/3] arm64: refactor save_stack_trace() Jungseok Lee <jungseoklee85@gmail.com> - 2015-08-03 19:30 +0200
Re: [RFC 2/3] arm64: refactor save_stack_trace() Steven Rostedt <rostedt@goodmis.org> - 2015-08-03 19:40 +0200
Re: [RFC 2/3] arm64: refactor save_stack_trace() AKASHI Takahiro <takahiro.akashi@linaro.org> - 2015-08-04 09:50 +0200
| From | Will Deacon <will.deacon@arm.com> |
|---|---|
| Date | 2015-08-03 11:20 +0200 |
| Subject | Re: [RFC 2/3] arm64: refactor save_stack_trace() |
| Message-ID | <pTk4y-79G-25@gated-at.bofh.it> |
Hi guys, On Mon, Jul 20, 2015 at 05:20:04PM +0100, Will Deacon wrote: > On Fri, Jul 17, 2015 at 04:34:21PM +0100, Jungseok Lee wrote: > > On Jul 17, 2015, at 11:59 PM, Jungseok Lee wrote: > > > On Jul 17, 2015, at 11:41 PM, Steven Rostedt wrote: > > >> Thanks! Can you repost patch 1 with the changes I recommended, so that > > >> I can get an Acked-by from the arm64 maintainers and pull all the > > >> changes in together. This is fine for a 4.3 release, right? That is, it > > >> doesn't need to go into 4.2-rcs. > > >> > > > > > > It's not hard to repost a patch, but I feel like we have to wait for Akashi's response. > > > Also, it might be needed to consider Mark's comment on arch part. > > > > > > If they are okay, I will proceed. > > > > The [RFC 1/3] patch used in my environment is shaped as follows. > > I leave the hunk for *only* clear synchronization. This is why I choose this format > > instead of reposting a patch. I hope it would help to track down this thread. > > > > I think this is my best at this point. [...] > The arm64 bits look fine to me: > > Acked-by: Will Deacon <will.deacon@arm.com> What happened to this? Is it queued someplace, or are we waiting for a new version? Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Will Deacon <will.deacon@arm.com> |
|---|---|
| Date | 2015-08-03 16:10 +0200 |
| Message-ID | <pToBb-5iK-17@gated-at.bofh.it> |
| In reply to | #1198656 |
On Mon, Aug 03, 2015 at 03:01:40PM +0100, Steven Rostedt wrote: > On Mon, 3 Aug 2015 10:09:51 +0100 > Will Deacon <will.deacon@arm.com> wrote: > > > > > The arm64 bits look fine to me: > > > > > > Acked-by: Will Deacon <will.deacon@arm.com> > > > > What happened to this? Is it queued someplace, or are we waiting for a > > new version? > > I went on vacation :-) I'm back and trying to catch up. I'll be > pulling in a bunch of things today. Hopefully I can get to this. Cheers, Steve. Just wanted to make sure it didn't got lost (I'd briefly forgotten about it myself!). I hope you had a good holiday. Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Date | 2015-08-03 16:10 +0200 |
| Message-ID | <pToBb-5iK-19@gated-at.bofh.it> |
| In reply to | #1198656 |
On Mon, 3 Aug 2015 10:09:51 +0100 Will Deacon <will.deacon@arm.com> wrote: > > The arm64 bits look fine to me: > > > > Acked-by: Will Deacon <will.deacon@arm.com> > > What happened to this? Is it queued someplace, or are we waiting for a > new version? I went on vacation :-) I'm back and trying to catch up. I'll be pulling in a bunch of things today. Hopefully I can get to this. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Jungseok Lee <jungseoklee85@gmail.com> |
|---|---|
| Date | 2015-08-03 18:40 +0200 |
| Message-ID | <pTqWm-7p-7@gated-at.bofh.it> |
| In reply to | #1198656 |
On Aug 3, 2015, at 6:09 PM, Will Deacon wrote: > Hi guys, Hi Will, > On Mon, Jul 20, 2015 at 05:20:04PM +0100, Will Deacon wrote: >> On Fri, Jul 17, 2015 at 04:34:21PM +0100, Jungseok Lee wrote: >>> On Jul 17, 2015, at 11:59 PM, Jungseok Lee wrote: >>>> On Jul 17, 2015, at 11:41 PM, Steven Rostedt wrote: >>>>> Thanks! Can you repost patch 1 with the changes I recommended, so that >>>>> I can get an Acked-by from the arm64 maintainers and pull all the >>>>> changes in together. This is fine for a 4.3 release, right? That is, it >>>>> doesn't need to go into 4.2-rcs. >>>>> >>>> >>>> It's not hard to repost a patch, but I feel like we have to wait for Akashi's response. >>>> Also, it might be needed to consider Mark's comment on arch part. >>>> >>>> If they are okay, I will proceed. >>> >>> The [RFC 1/3] patch used in my environment is shaped as follows. >>> I leave the hunk for *only* clear synchronization. This is why I choose this format >>> instead of reposting a patch. I hope it would help to track down this thread. >>> >>> I think this is my best at this point. > > [...] > >> The arm64 bits look fine to me: >> >> Acked-by: Will Deacon <will.deacon@arm.com> > > What happened to this? Is it queued someplace, or are we waiting for a > new version? There are two issues in the current version. 1) The change does not work correctly when function_graph feature is enabled. 2) Akashi have raised an issue that size field of stack tracer is inaccurate. So, I think this patch set is not ready yet. Best Regards Jungseok Lee-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Date | 2015-08-03 19:00 +0200 |
| Message-ID | <pTrfI-uN-15@gated-at.bofh.it> |
| In reply to | #1199027 |
On Tue, 4 Aug 2015 01:30:50 +0900
Jungseok Lee <jungseoklee85@gmail.com> wrote:
> There are two issues in the current version.
> 1) The change does not work correctly when function_graph feature is enabled.
> 2) Akashi have raised an issue that size field of stack tracer is inaccurate.
>
> So, I think this patch set is not ready yet.
Do you still want me to add code that does:
if (*p == (stack_dump_trace[i] + FTRACE_STACK_FRAME_OFFSET)) {
?
If you expect to need that, I can get it into the next merge window and
you can base the code of that in the merge window after that.
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Jungseok Lee <jungseoklee85@gmail.com> |
|---|---|
| Date | 2015-08-03 19:30 +0200 |
| Message-ID | <pTrIK-1iX-21@gated-at.bofh.it> |
| In reply to | #1199042 |
On Aug 4, 2015, at 1:57 AM, Steven Rostedt wrote:
> On Tue, 4 Aug 2015 01:30:50 +0900
> Jungseok Lee <jungseoklee85@gmail.com> wrote:
>
>
>> There are two issues in the current version.
>> 1) The change does not work correctly when function_graph feature is enabled.
>> 2) Akashi have raised an issue that size field of stack tracer is inaccurate.
>>
>> So, I think this patch set is not ready yet.
>
> Do you still want me to add code that does:
>
> if (*p == (stack_dump_trace[i] + FTRACE_STACK_FRAME_OFFSET)) {
>
> ?
>
> If you expect to need that, I can get it into the next merge window and
> you can base the code of that in the merge window after that.
It would be better to add the snippet when a new version is ready.
That way might help to figure out easily why the macro is introduced and how
it can be used in architecture code.
Best Regards
Jungseok Lee--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Date | 2015-08-03 19:40 +0200 |
| Message-ID | <pTrSr-1uf-33@gated-at.bofh.it> |
| In reply to | #1199105 |
On Tue, 4 Aug 2015 02:22:16 +0900 Jungseok Lee <jungseoklee85@gmail.com> wrote: > It would be better to add the snippet when a new version is ready. > That way might help to figure out easily why the macro is introduced and how > it can be used in architecture code. OK, which ever. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | AKASHI Takahiro <takahiro.akashi@linaro.org> |
|---|---|
| Date | 2015-08-04 09:50 +0200 |
| Message-ID | <pTF90-41P-23@gated-at.bofh.it> |
| In reply to | #1199122 |
On 08/04/2015 02:32 AM, Steven Rostedt wrote: > On Tue, 4 Aug 2015 02:22:16 +0900 > Jungseok Lee <jungseoklee85@gmail.com> wrote: > > >> It would be better to add the snippet when a new version is ready. >> That way might help to figure out easily why the macro is introduced and how >> it can be used in architecture code. > > > OK, which ever. I'm making best efforts to fix the problem, but it seems to me that the current check_stack() doesn't fit to arm64 due to the differences in stack frame usage on architectures. Although my current patch doesn't solve all the issues I've noticed so far, I'd like to get any comments about whether I'm doing it the right way. Please take a look at my new vesion (v2) of RFC. Thanks, -Takahiro AKASHI > -- Steve > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web