public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs
@ 2013-11-25 13:03 Joel Brobecker
  2013-11-25 13:07 ` Will Newton
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Brobecker @ 2013-11-25 13:03 UTC (permalink / raw)
  To: Will Newton; +Cc: gdb-patches

Hello Will,

We're about to create a 7.6.2 release. To help me sent release
announcements, I need an entry in the wiki page we created for
that release branch. For 7.6.2, that's:

    https://sourceware.org/gdb/wiki/GDB_7.6_Release

Can you please add an entry that follows the format used in
the entries added for the 7.6.1 release?

I tried doing that myself, but got lost a little. AFAICT, you're
applying the same patch as one that was applied on the GDB side.
I traced the problem description back to a patch first posted in
July, but: 1. Does your patch fix the same problem/symptoms?
           2. The gdb-side patch in not part of the gdb_7_6-branch;
              is that what we want?

Thanks,
-- 
Joel

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

* Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs
  2013-11-25 13:03 gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs Joel Brobecker
@ 2013-11-25 13:07 ` Will Newton
  2013-11-25 13:40   ` Joel Brobecker
  0 siblings, 1 reply; 7+ messages in thread
From: Will Newton @ 2013-11-25 13:07 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 25 November 2013 12:51, Joel Brobecker <brobecker@adacore.com> wrote:
> Hello Will,
>
> We're about to create a 7.6.2 release. To help me sent release
> announcements, I need an entry in the wiki page we created for
> that release branch. For 7.6.2, that's:
>
>     https://sourceware.org/gdb/wiki/GDB_7.6_Release
>
> Can you please add an entry that follows the format used in
> the entries added for the 7.6.1 release?

Sure, no problem.

> I tried doing that myself, but got lost a little. AFAICT, you're
> applying the same patch as one that was applied on the GDB side.
> I traced the problem description back to a patch first posted in
> July, but: 1. Does your patch fix the same problem/symptoms?

It fixes the same issue in gdbserver that was fixed in gdb.

>            2. The gdb-side patch in not part of the gdb_7_6-branch;
>               is that what we want?

Not really! I believed that the gdb patch had been committed to the
stable branch but later discovered that it hadn't. As the stable
branch appeared to be dormant I didn't follow up on it. Ideally both
patches should be applied and if we are going to do another release
I'm happy to cherry pick it across.

-- 
Will Newton
Toolchain Working Group, Linaro

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

* Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs
  2013-11-25 13:07 ` Will Newton
@ 2013-11-25 13:40   ` Joel Brobecker
  2013-11-25 15:24     ` Will Newton
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Brobecker @ 2013-11-25 13:40 UTC (permalink / raw)
  To: Will Newton; +Cc: gdb-patches

> > We're about to create a 7.6.2 release. To help me sent release
> > announcements, I need an entry in the wiki page we created for
> > that release branch. For 7.6.2, that's:
> >
> >     https://sourceware.org/gdb/wiki/GDB_7.6_Release
> >
> > Can you please add an entry that follows the format used in
> > the entries added for the 7.6.1 release?
> 
> Sure, no problem.

Thanks!

> > I tried doing that myself, but got lost a little. AFAICT, you're
> > applying the same patch as one that was applied on the GDB side.
> > I traced the problem description back to a patch first posted in
> > July, but: 1. Does your patch fix the same problem/symptoms?
> 
> It fixes the same issue in gdbserver that was fixed in gdb.
> 
> >            2. The gdb-side patch in not part of the gdb_7_6-branch;
> >               is that what we want?
> 
> Not really! I believed that the gdb patch had been committed to the
> stable branch but later discovered that it hadn't. As the stable
> branch appeared to be dormant I didn't follow up on it. Ideally both
> patches should be applied and if we are going to do another release
> I'm happy to cherry pick it across.

Let's do that, then. I think it'll make better sense for the user,
and it'll also be easier to describe the extent of the problem being
fixed.

Thanks again!
-- 
Joel

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

* Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs
  2013-11-25 13:40   ` Joel Brobecker
@ 2013-11-25 15:24     ` Will Newton
  2013-11-25 15:46       ` Joel Brobecker
  0 siblings, 1 reply; 7+ messages in thread
From: Will Newton @ 2013-11-25 15:24 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 25 November 2013 13:02, Joel Brobecker <brobecker@adacore.com> wrote:
>> > We're about to create a 7.6.2 release. To help me sent release
>> > announcements, I need an entry in the wiki page we created for
>> > that release branch. For 7.6.2, that's:
>> >
>> >     https://sourceware.org/gdb/wiki/GDB_7.6_Release
>> >
>> > Can you please add an entry that follows the format used in
>> > the entries added for the 7.6.1 release?
>>
>> Sure, no problem.
>
> Thanks!
>
>> > I tried doing that myself, but got lost a little. AFAICT, you're
>> > applying the same patch as one that was applied on the GDB side.
>> > I traced the problem description back to a patch first posted in
>> > July, but: 1. Does your patch fix the same problem/symptoms?
>>
>> It fixes the same issue in gdbserver that was fixed in gdb.
>>
>> >            2. The gdb-side patch in not part of the gdb_7_6-branch;
>> >               is that what we want?
>>
>> Not really! I believed that the gdb patch had been committed to the
>> stable branch but later discovered that it hadn't. As the stable
>> branch appeared to be dormant I didn't follow up on it. Ideally both
>> patches should be applied and if we are going to do another release
>> I'm happy to cherry pick it across.
>
> Let's do that, then. I think it'll make better sense for the user,
> and it'll also be easier to describe the extent of the problem being
> fixed.

Just to confirm - this patch should be applied to the gdb_7_6-branch in CVS?

-- 
Will Newton
Toolchain Working Group, Linaro

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

* Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs
  2013-11-25 15:24     ` Will Newton
@ 2013-11-25 15:46       ` Joel Brobecker
  2013-11-25 15:55         ` Will Newton
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Brobecker @ 2013-11-25 15:46 UTC (permalink / raw)
  To: Will Newton; +Cc: gdb-patches

> >> >            2. The gdb-side patch in not part of the gdb_7_6-branch;
> >> >               is that what we want?
> >>
> >> Not really! I believed that the gdb patch had been committed to the
> >> stable branch but later discovered that it hadn't. As the stable
> >> branch appeared to be dormant I didn't follow up on it. Ideally both
> >> patches should be applied and if we are going to do another release
> >> I'm happy to cherry pick it across.
> >
> > Let's do that, then. I think it'll make better sense for the user,
> > and it'll also be easier to describe the extent of the problem being
> > fixed.
> 
> Just to confirm - this patch should be applied to the gdb_7_6-branch in CVS?

In the git repository, actually (CVS is closed, and I will be making
the new release using the git repo).

Thank you,
-- 
Joel

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

* Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs
  2013-11-25 15:46       ` Joel Brobecker
@ 2013-11-25 15:55         ` Will Newton
  2013-11-26  4:56           ` Joel Brobecker
  0 siblings, 1 reply; 7+ messages in thread
From: Will Newton @ 2013-11-25 15:55 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 25 November 2013 15:24, Joel Brobecker <brobecker@adacore.com> wrote:
>> >> >            2. The gdb-side patch in not part of the gdb_7_6-branch;
>> >> >               is that what we want?
>> >>
>> >> Not really! I believed that the gdb patch had been committed to the
>> >> stable branch but later discovered that it hadn't. As the stable
>> >> branch appeared to be dormant I didn't follow up on it. Ideally both
>> >> patches should be applied and if we are going to do another release
>> >> I'm happy to cherry pick it across.
>> >
>> > Let's do that, then. I think it'll make better sense for the user,
>> > and it'll also be easier to describe the extent of the problem being
>> > fixed.
>>
>> Just to confirm - this patch should be applied to the gdb_7_6-branch in CVS?
>
> In the git repository, actually (CVS is closed, and I will be making
> the new release using the git repo).

Ok, cherry-picked and pushed. I also updated the wiki. Unfortunately
there doesn't seem to be a PR for the issue.

-- 
Will Newton
Toolchain Working Group, Linaro

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

* Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs
  2013-11-25 15:55         ` Will Newton
@ 2013-11-26  4:56           ` Joel Brobecker
  0 siblings, 0 replies; 7+ messages in thread
From: Joel Brobecker @ 2013-11-26  4:56 UTC (permalink / raw)
  To: Will Newton; +Cc: gdb-patches

> Ok, cherry-picked and pushed. I also updated the wiki. Unfortunately
> there doesn't seem to be a PR for the issue.

In that case, we need to create one, which I just did for you.
The reason why we want a PR is that we want a short description
of the problem with a short link that also works in textual
format to the problem description. When we discussed this requirement
a while back, we settled on using bugzilla. A link to the mailing
list isn't as good, especially in a case like this where the email
thread got silent for a couple of months before resurecting. With
the PR, we can add information again anytime, and we know everything
will remain pieced together.

Long story short: You're good, now :).

Thanks!
-- 
Joel

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

end of thread, other threads:[~2013-11-26  2:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-25 13:03 gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs Joel Brobecker
2013-11-25 13:07 ` Will Newton
2013-11-25 13:40   ` Joel Brobecker
2013-11-25 15:24     ` Will Newton
2013-11-25 15:46       ` Joel Brobecker
2013-11-25 15:55         ` Will Newton
2013-11-26  4:56           ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).