--- zzzz-none-000/linux-4.9.279/init/do_mounts.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/init/do_mounts.c 2023-02-08 10:58:16.000000000 +0000 @@ -1,8 +1,14 @@ /* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + +/* * Many of the syscalls used in this file expect some of the arguments * to be __user pointers not __kernel pointers. To limit the sparse * noise, turn off sparse checking for this file. */ + #ifdef __CHECKER__ #undef __CHECKER__ #warning "Sparse checking disabled for this file" @@ -571,6 +577,7 @@ root_device_name = saved_root_name; if (!strncmp(root_device_name, "mtd", 3) || !strncmp(root_device_name, "ubi", 3)) { + printk("root device name :%s\r\n",root_device_name); mount_block_root(root_device_name, root_mountflags); goto out; }