[linux-yocto][linux-yocto-dev standard/base][PATCH 4/5] Revert "block: move rescan_partitions to fs/block_dev.c"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit a1548b674403c0de70cc29a1575689917ba60157. --- block/partition-generic.c | 37 +++-- fs/block_dev.c| 38 ++ include/linux/fs.h| 2 ++ include/linux/genhd.h | 4 ++-- 4

[linux-yocto][linux-yocto-dev standard/base][PATCH 2/5] Revert "block: remove (__)blkdev_reread_part as an exported API"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit f0b870df80bc70dad432fd0c142bb709a49964f5. Adjust context of block/ioctl.c --- block/ioctl.c | 35 - drivers/block/loop.c| 13 +--- drivers/s390/block/dasd_genhd.c | 4 +--- fs/block_dev.c

[linux-yocto][linux-yocto-dev standard/base][PATCH 3/5] Revert "block: fix bdev_disk_changed for non-partitioned devices"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit 142fe8f4bb169e8632024d51c64653a8bf140561. Also reverts commit 490547ca2df6 ("block: don't send uevent for empty disk when not invalidating") --- block/ioctl.c | 6 -- block/partition-generic.c | 5 - fs/block_dev.c| 25

[linux-yocto][linux-yocto-dev standard/base][PATCH 5/5] Revert "block: merge invalidate_partitions into rescan_partitions"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit 6917d0689993f46d97d40dd66c601d0fd5b1dbdd. --- block/ioctl.c | 2 +- block/partition-generic.c | 38 -- fs/block_dev.c| 5 - include/linux/genhd.h | 4 ++-- 4 files changed, 31 insertions(+),

[linux-yocto][linux-yocto-dev standard/base][PATCH 1/5] Revert "block: move clearing bd_invalidated into check_disk_size_change"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit 979c690d9a017db14b7759a099478e3faad991ac. --- fs/block_dev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/block_dev.c b/fs/block_dev.c index 69bf2fb6f7cd..387b64665dc2 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -1433,7

[linux-yocto][linux-yocto-dev standard/base][PATCH 0/5] Revert disk invalidating updates

2020-03-04 Thread He Zhe
From: He Zhe This series of commits do not work with the latest systemd-udevd(v244, likely v245). And the mainline has confirmed this potential misbehaviour. https://lore.kernel.org/lkml/20200304133738.gf21...@quack2.suse.cz/ As it would run out of memory very soon and make the system

Re: [linux-yocto] temp: mips: undo vdso reverts

2020-03-04 Thread Bruce Ashfield
On Wed, Mar 4, 2020 at 4:59 AM Xu, Yanfei wrote: > > Thanks for your imformation. I have tested it that apply this > commit to linux-yocto-dev and it works well. > Will you apply it to linux-yocto-dev too? It was there for v5.4, but I just pulled it into the v5.5 branches. (I'll be renaming them

Re: [linux-yocto] temp: mips: undo vdso reverts

2020-03-04 Thread Xu, Yanfei
Thanks for your imformation. I have tested it that apply this commit to linux-yocto-dev and it works well. Will you apply it to linux-yocto-dev too? Regards, //Yanfei On 3/4/20 12:01 AM, Bruce Ashfield wrote: On Tue, Mar 3, 2020 at 10:30 AM Xu, Yanfei wrote: OK! So If I understand correctly,