All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com>,
	Huang Pei <huangpei@loongson.cn>,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Stable <stable@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Guenter Roeck <linux@roeck-us.net>, Shuah Khan <shuah@kernel.org>,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	Pavel Machek <pavel@denx.de>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	slade@sladewatkins.com
Subject: Re: [PATCH 5.15 000/256] 5.15.27-rc2 review
Date: Tue, 8 Mar 2022 22:05:52 +0100	[thread overview]
Message-ID: <YifFMPFMp9gPnjPc@kroah.com> (raw)
In-Reply-To: <CA+G9fYv74gGWQLkEZ4idGYri+F9BFV1+9=bz5L0+aophSzDdVA@mail.gmail.com>

On Tue, Mar 08, 2022 at 11:08:10PM +0530, Naresh Kamboju wrote:
> Hi Greg,
> 
> On Tue, 8 Mar 2022 at 21:40, Sudip Mukherjee <sudipm.mukherjee@gmail.com> wrote:
> >
> > On Tue, Mar 8, 2022 at 3:36 PM Sudip Mukherjee
> > <sudipm.mukherjee@gmail.com> wrote:
> > >
> > > Hi Greg,
> > >
> > > On Mon, Mar 07, 2022 at 05:28:50PM +0100, Greg Kroah-Hartman wrote:
> > > > This is the start of the stable review cycle for the 5.15.27 release.
> > > > There are 256 patches in this series, all will be posted as a response
> > > > to this one.  If anyone has any issues with these being applied, please
> > > > let me know.
> > > >
> >
> > <snip>
> >
> > >
> > > Mips failures,
> > >
> > > allmodconfig, gpr_defconfig and mtx1_defconfig fails with:
> 
> LKFT build regression noticed as Sudip reported.
>    - mips-gcc-10-allmodconfig - FAILED.
> 
> >
> > And, here is the bisect log:
> >
> > # bad: [7b9aacd770fa105a0a5f0be43bc72ce176d30331] Linux 5.15.27-rc2
> > # good: [8993e6067f263765fd26edabf3e3012e3ec4d81e] Linux 5.15.26
> > git bisect start 'HEAD' 'v5.15.26'
> > # bad: [6d4f8e67749d97f83f377911e874ca116be71fbd] drm/amd/display: For
> > vblank_disable_immediate, check PSR is really used
> > git bisect bad 6d4f8e67749d97f83f377911e874ca116be71fbd
> > # bad: [527ec9ffce51cb10a3172380aba30066ee2d056c] Input: ti_am335x_tsc
> > - fix STEPCONFIG setup for Z2
> > git bisect bad 527ec9ffce51cb10a3172380aba30066ee2d056c
> > # good: [96039b910c5a933221faa9aeca4f2fb2fa4976a1] arm64: Mark
> > start_backtrace() notrace and NOKPROBE_SYMBOL
> > git bisect good 96039b910c5a933221faa9aeca4f2fb2fa4976a1
> > # bad: [4778338032b338f80393b9dfab6832d02bddb819] MIPS: fix
> > local_{add,sub}_return on MIPS64
> > git bisect bad 4778338032b338f80393b9dfab6832d02bddb819
> > # good: [ba52217d4edd5824427134cfdfa9c2ab4390d77f] drm/amdgpu: check
> > vm ready by amdgpu_vm->evicting flag
> > git bisect good ba52217d4edd5824427134cfdfa9c2ab4390d77f
> > # good: [9eeb0cb7e2d675e3bbecc08302e3bafe21c61c52] NFSD: Fix
> > zero-length NFSv3 WRITEs
> > git bisect good 9eeb0cb7e2d675e3bbecc08302e3bafe21c61c52
> > # good: [8e68b6e3bdce82f387619e7fb6e85e6be9820182]
> > tools/resolve_btf_ids: Close ELF file on error
> > git bisect good 8e68b6e3bdce82f387619e7fb6e85e6be9820182
> > # good: [238d4d64ad4da4acefedd73094be0d1051897810] mtd: spi-nor: Fix
> > mtd size for s3an flashes
> > git bisect good 238d4d64ad4da4acefedd73094be0d1051897810
> > # first bad commit: [4778338032b338f80393b9dfab6832d02bddb819] MIPS:
> > fix local_{add,sub}_return on MIPS64
> >
> > Reverting 4778338032b3 ("MIPS: fix local_{add,sub}_return on MIPS64")
> > has fixed all the 3 build failures.
> 
> MIPS: fix local_{add,sub}_return on MIPS64
> [ Upstream commit 277c8cb3e8ac199f075bf9576ad286687ed17173 ]
> 
> Use "daddu/dsubu" for long int on MIPS64 instead of "addu/subu"
> 
> Fixes: 7232311ef14c ("local_t: mips extension")
> Signed-off-by: Huang Pei <huangpei@loongson.cn>
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> Signed-off-by: Sasha Levin <sashal@kernel.org>

Ah, I'll queue up the revert for that in the morning, thanks for finding
it.  Odd it doesn't trigger the same issue in 5.16.y.

thanks,

greg k-h

  reply	other threads:[~2022-03-08 21:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-07 16:28 [PATCH 5.15 000/256] 5.15.27-rc2 review Greg Kroah-Hartman
2022-03-07 19:41 ` Florian Fainelli
2022-03-07 23:49 ` Shuah Khan
     [not found]   ` <CADo9pHjuByLte3d8WhKf1jWw_=EoW-76405ptW-sZg0-AakxqQ@mail.gmail.com>
     [not found]     ` <CADo9pHiJGXFwvXDRqRCjYqowJkkP3GYzkO8jqPQK=z71V_5FOw@mail.gmail.com>
2022-03-08 15:48       ` Greg Kroah-Hartman
2022-03-08  2:31 ` Fox Chen
2022-03-08  7:49 ` Naresh Kamboju
2022-03-08  9:06 ` Ron Economos
2022-03-08 10:11 ` Jon Hunter
2022-03-08 13:35 ` Bagas Sanjaya
2022-03-08 15:36 ` Sudip Mukherjee
2022-03-08 16:09   ` Sudip Mukherjee
2022-03-08 17:38     ` Naresh Kamboju
2022-03-08 21:05       ` Greg Kroah-Hartman [this message]
2022-03-08 22:27         ` Sudip Mukherjee
2022-03-09  0:53           ` Guenter Roeck
2022-03-09  9:53             ` Sudip Mukherjee
2022-03-09 11:58               ` Greg Kroah-Hartman
2022-03-08 22:45         ` Guenter Roeck
2022-03-09 11:57           ` Greg Kroah-Hartman

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=YifFMPFMp9gPnjPc@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=f.fainelli@gmail.com \
    --cc=huangpei@loongson.cn \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=pavel@denx.de \
    --cc=shuah@kernel.org \
    --cc=slade@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.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.