All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thorsten Leemhuis <regressions@leemhuis.info>
To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	Guenter Roeck <linux@roeck-us.net>
Cc: Steven Rostedt <rostedt@goodmis.org>,
	Ingo Molnar <mingo@redhat.com>,
	linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] MIPS: Fix build error due to PTR used in more places
Date: Fri, 4 Feb 2022 10:26:23 +0100	[thread overview]
Message-ID: <585e1812-3d0c-552f-3195-4e947b4fef9d@leemhuis.info> (raw)
In-Reply-To: <20220131100845.GA19252@alpha.franken.de>

Hi, this is your Linux kernel regression tracker speaking.

On 31.01.22 11:08, Thomas Bogendoerfer wrote:
> On Sun, Jan 30, 2022 at 08:37:25AM -0800, Guenter Roeck wrote:
>> On Tue, Jan 25, 2022 at 03:19:44PM +0100, Thomas Bogendoerfer wrote:
>>> Use PTR_WD instead of PTR to avoid clashes with other parts.
>>>
>>> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
>>
>> Building mips:cavium_octeon_defconfig ... failed
>> --------------
>> Error log:
>> arch/mips/cavium-octeon/octeon-memcpy.S: Assembler messages:
>> arch/mips/cavium-octeon/octeon-memcpy.S:187: Error: unrecognized opcode `ptr 9b,l_exc'
>> ...
>>
>> Missed one place in Cavium assembler code.
>>
>> arch/mips/cavium-octeon/octeon-memcpy.S:        PTR     9b, handler;
>>
>> #regzbot introduced: fa62f39dc7e2

@Guenter: thx for getting the regression tracked!

> d'oh, fix sent.

Sadly you didn't link to the report about the issue using a "Link:" tag,
as explained by both Documentation/process/submitting-patches.rst and
Documentation/process/5.Posting.rst

Could you please do so in the future? Than would make my life as a Linux
kernel's regression tracker a lot easier, as my regression tracking bot
would then have been able to automatically detect the patch posting and
the commit (I for now decided to not make the bot rely on the "Fixes:"
tag alone, as that might do the wrong thing if one commit causes
multiple regressions).

Anyway: I no big deal (just makes regression tracking a lot harder), I
can tell regzbot manually about the fix:

#regzbot introduced: 50317b636e7184d

Ciao, Thorsten

  reply	other threads:[~2022-02-04  9:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-25 14:19 [PATCH] MIPS: Fix build error due to PTR used in more places Thomas Bogendoerfer
2022-01-27  8:10 ` Thomas Bogendoerfer
2022-01-30 16:37 ` Guenter Roeck
2022-01-31 10:08   ` Thomas Bogendoerfer
2022-02-04  9:26     ` Thorsten Leemhuis [this message]
2022-02-04 10:00       ` Thorsten Leemhuis

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=585e1812-3d0c-552f-3195-4e947b4fef9d@leemhuis.info \
    --to=regressions@leemhuis.info \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mingo@redhat.com \
    --cc=rostedt@goodmis.org \
    --cc=tsbogend@alpha.franken.de \
    /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.