All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Thompson <daniel.thompson@linaro.org>
To: Doug Anderson <dianders@chromium.org>
Cc: Zheng Zengkai <zhengzengkai@huawei.com>,
	jason.wessel@windriver.com, pmladek@suse.com,
	christophe.jaillet@wanadoo.fr, thorsten.blum@toblux.com,
	yuran.pereira@hotmail.com, kgdb-bugreport@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND] kdb: Get rid of redundant kdb_curr_task()
Date: Fri, 21 Jun 2024 15:46:50 +0100	[thread overview]
Message-ID: <20240621144650.GC285771@aspen.lan> (raw)
In-Reply-To: <CAD=FV=Uw4-czLekDJ1aU55Kxb5NeXVufnpo4fYy9EwQ-KUqDCQ@mail.gmail.com>

On Fri, Jun 21, 2024 at 07:36:49AM -0700, Doug Anderson wrote:
> Hi,
>
> On Thu, Jun 20, 2024 at 6:58 AM Zheng Zengkai <zhengzengkai@huawei.com> wrote:
> >
> > Commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
> > removed the only definition of macro _TIF_MCA_INIT, so kdb_curr_task()
> > is actually the same as curr_task() now and becomes redundant.
> >
> > Let's remove the definition of kdb_curr_task() and replace remaining
> > calls with curr_task().
> >
> > Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com>
> > ---
> >  kernel/debug/kdb/kdb_bt.c      |  2 +-
> >  kernel/debug/kdb/kdb_main.c    | 18 ++++--------------
> >  kernel/debug/kdb/kdb_private.h |  2 --
> >  3 files changed, 5 insertions(+), 17 deletions(-)
>
> In case Daniel picks this one up since it CCs LKML, I'll copy my tag
> from the one that didn't:
>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>

Thanks Doug. I was literally getting to it now!


Daniel.

  reply	other threads:[~2024-06-21 14:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20 14:21 [PATCH RESEND] kdb: Get rid of redundant kdb_curr_task() Zheng Zengkai
2024-06-21 14:36 ` Doug Anderson
2024-06-21 14:46   ` Daniel Thompson [this message]
2024-06-21 15:47 ` Daniel Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240621144650.GC285771@aspen.lan \
    --to=daniel.thompson@linaro.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=dianders@chromium.org \
    --cc=jason.wessel@windriver.com \
    --cc=kgdb-bugreport@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmladek@suse.com \
    --cc=thorsten.blum@toblux.com \
    --cc=yuran.pereira@hotmail.com \
    --cc=zhengzengkai@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.