mbox series

[0/1] arm64/hibernate: sparse warnings fix

Message ID 20210201150306.54099-1-pasha.tatashin@soleen.com (mailing list archive)
Headers show
Series arm64/hibernate: sparse warnings fix | expand

Message

Pasha Tatashin Feb. 1, 2021, 3:03 p.m. UTC
This is against for-next/kexec, fix for sparse warning that was reported by
kernel test robot [1].

[1] https://lore.kernel.org/linux-arm-kernel/202101292143.C6TcKvvX-lkp@intel.com

Pavel Tatashin (1):
  arm64: hibernate: add __force attribute to gfp_t casting

 arch/arm64/kernel/hibernate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Will Deacon Feb. 1, 2021, 5:13 p.m. UTC | #1
On Mon, 1 Feb 2021 10:03:05 -0500, Pavel Tatashin wrote:
> This is against for-next/kexec, fix for sparse warning that was reported by
> kernel test robot [1].
> 
> [1] https://lore.kernel.org/linux-arm-kernel/202101292143.C6TcKvvX-lkp@intel.com
> 
> Pavel Tatashin (1):
>   arm64: hibernate: add __force attribute to gfp_t casting
> 
> [...]

Applied to arm64 (for-next/kexec), thanks!

[1/1] arm64: hibernate: add __force attribute to gfp_t casting
      https://git.kernel.org/arm64/c/d1bbc35fcab2

Cheers,