Skip to content

Commit

Permalink
From patchwork series 391628
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox Snowpatch committed Jan 23, 2024
1 parent 414e92a commit c3f7336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/mm/kasan/init_32.c
Expand Up @@ -64,6 +64,7 @@ int __init __weak kasan_init_region(void *start, size_t size)
if (ret)
return ret;

k_start = k_start & PAGE_MASK;
block = memblock_alloc(k_end - k_start, PAGE_SIZE);
if (!block)
return -ENOMEM;
Expand Down

0 comments on commit c3f7336

Please sign in to comment.