hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/powerpc/kernel/rtas_flash.c
....@@ -710,9 +710,9 @@
710710 if (!rtas_validate_flash_data.buf)
711711 return -ENOMEM;
712712
713
- flash_block_cache = kmem_cache_create("rtas_flash_cache",
714
- RTAS_BLK_SIZE, RTAS_BLK_SIZE, 0,
715
- NULL);
713
+ flash_block_cache = kmem_cache_create_usercopy("rtas_flash_cache",
714
+ RTAS_BLK_SIZE, RTAS_BLK_SIZE,
715
+ 0, 0, RTAS_BLK_SIZE, NULL);
716716 if (!flash_block_cache) {
717717 printk(KERN_ERR "%s: failed to create block cache\n",
718718 __func__);