Patch "mtd: parsers: bcm63xx: Do not make it modular" has been added to the 5.9-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    mtd: parsers: bcm63xx: Do not make it modular

to the 5.9-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     mtd-parsers-bcm63xx-do-not-make-it-modular.patch
and it can be found in the queue-5.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 3074c2b59a8942055cd6baa7c1ce007e2457248e
Author: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date:   Tue Sep 29 10:27:21 2020 -0700

    mtd: parsers: bcm63xx: Do not make it modular
    
    [ Upstream commit b597cc75f7fe76708bc6ab3f0e09bbff6f09ae4a ]
    
    With commit 91e81150d388 ("mtd: parsers: bcm63xx: simplify CFE
    detection"), we generate a reference to fw_arg3 which is the fourth
    firmware/command line argument on MIPS platforms. That symbol is not
    exported and would cause a linking failure.
    
    The parser is typically necessary to boot a BCM63xx-based system anyway
    so having it be part of the kernel image makes sense, therefore make it
    'bool' instead of 'tristate'.
    
    Fixes: 91e81150d388 ("mtd: parsers: bcm63xx: simplify CFE detection")
    Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
    Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
    Link: https://lore.kernel.org/linux-mtd/20200929172726.30469-1-f.fainelli@xxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/mtd/parsers/Kconfig b/drivers/mtd/parsers/Kconfig
index f98363c9b3630..e72354322f628 100644
--- a/drivers/mtd/parsers/Kconfig
+++ b/drivers/mtd/parsers/Kconfig
@@ -12,7 +12,7 @@ config MTD_BCM47XX_PARTS
 	  boards.
 
 config MTD_BCM63XX_PARTS
-	tristate "BCM63XX CFE partitioning parser"
+	bool "BCM63XX CFE partitioning parser"
 	depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
 	select CRC32
 	select MTD_PARSER_IMAGETAG



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux