[openwrt/openwrt] generic: 5.15: refresh patches

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 1 11:25:32 PDT 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3c3367f03e3e45fb87698df9777eb0e3cf83f7b3

commit 3c3367f03e3e45fb87698df9777eb0e3cf83f7b3
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Jul 1 15:25:29 2022 +0200

    generic: 5.15: refresh patches
    
    Refresh patches:
    - 402-mtd-blktrans-call-add-disks-after-mtd-device.patch
    - 420-mtd-set-rootfs-to-be-root-dev.patch
    - 495-mtd-core-add-get_mtd_device_by_node.patch
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 .../hack-5.15/402-mtd-blktrans-call-add-disks-after-mtd-device.patch    | 2 +-
 target/linux/generic/hack-5.15/420-mtd-set-rootfs-to-be-root-dev.patch  | 2 +-
 .../generic/pending-5.15/495-mtd-core-add-get_mtd_device_by_node.patch  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/generic/hack-5.15/402-mtd-blktrans-call-add-disks-after-mtd-device.patch b/target/linux/generic/hack-5.15/402-mtd-blktrans-call-add-disks-after-mtd-device.patch
index d0f81c485b..88ca07f517 100644
--- a/target/linux/generic/hack-5.15/402-mtd-blktrans-call-add-disks-after-mtd-device.patch
+++ b/target/linux/generic/hack-5.15/402-mtd-blktrans-call-add-disks-after-mtd-device.patch
@@ -77,7 +77,7 @@ Signed-off-by: Daniel Golle <daniel at makrotopia.org>
  
  #include "mtdcore.h"
  
-@@ -1002,6 +1003,8 @@ int mtd_device_parse_register(struct mtd
+@@ -1012,6 +1013,8 @@ int mtd_device_parse_register(struct mtd
  
  	ret = mtd_otp_nvmem_add(mtd);
  
diff --git a/target/linux/generic/hack-5.15/420-mtd-set-rootfs-to-be-root-dev.patch b/target/linux/generic/hack-5.15/420-mtd-set-rootfs-to-be-root-dev.patch
index 8ac1dca238..4cefe35e55 100644
--- a/target/linux/generic/hack-5.15/420-mtd-set-rootfs-to-be-root-dev.patch
+++ b/target/linux/generic/hack-5.15/420-mtd-set-rootfs-to-be-root-dev.patch
@@ -20,7 +20,7 @@ Signed-off-by: Gabor Juhos <juhosg at openwrt.org>
  #include <linux/nvmem-provider.h>
  
  #include <linux/mtd/mtd.h>
-@@ -697,6 +698,16 @@ int add_mtd_device(struct mtd_info *mtd)
+@@ -707,6 +708,16 @@ int add_mtd_device(struct mtd_info *mtd)
  	   of this try_ nonsense, and no bitching about it
  	   either. :) */
  	__module_get(THIS_MODULE);
diff --git a/target/linux/generic/pending-5.15/495-mtd-core-add-get_mtd_device_by_node.patch b/target/linux/generic/pending-5.15/495-mtd-core-add-get_mtd_device_by_node.patch
index a708a46b04..d1b2c9d1a5 100644
--- a/target/linux/generic/pending-5.15/495-mtd-core-add-get_mtd_device_by_node.patch
+++ b/target/linux/generic/pending-5.15/495-mtd-core-add-get_mtd_device_by_node.patch
@@ -17,7 +17,7 @@ Reviewed-by: Miquel Raynal <miquel.raynal at bootlin.com>
 
 --- a/drivers/mtd/mtdcore.c
 +++ b/drivers/mtd/mtdcore.c
-@@ -1203,6 +1203,44 @@ out_unlock:
+@@ -1213,6 +1213,44 @@ out_unlock:
  }
  EXPORT_SYMBOL_GPL(get_mtd_device_nm);
  




More information about the lede-commits mailing list