Hello Greg,
Here is a PR containing a fix for a bug introduced in 4.19-rc1.
Regards,
Boris
The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:
Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)
are available in the git repository at:
git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.19-rc8
for you to fetch changes up to f0fe77f601c3d6a821198f88f7adb0a05b8fe03e:
lib/bch: fix possible stack overrun (2018-10-12 09:17:46 +0200)
----------------------------------------------------------------
* Fix a stack overflow in lib/bch.c
----------------------------------------------------------------
Arnd Bergmann (1):
lib/bch: fix possible stack overrun
lib/Makefile | 1 -
lib/bch.c | 17 +++++++++++++----
2 files changed, 13 insertions(+), 5 deletions(-)
--
Boris Brezillon, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
On Fri, Oct 12, 2018 at 09:25:55AM +0200, Boris Brezillon wrote:
> Hello Greg,
>
> Here is a PR containing a fix for a bug introduced in 4.19-rc1.
>
> Regards,
>
> Boris
>
> The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:
>
> Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)
>
> are available in the git repository at:
>
> git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.19-rc8
Now merged, thanks.
greg k-h