lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 18 Jun 2022 03:40:12 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Peter Lafreniere <pjlafren@....edu>
Cc:     linux-hams@...r.kernel.org, netdev@...r.kernel.org,
        ralf@...ux-mips.org, lkp@...el.com, dan.carpenter@...cle.com
Subject: Re: [PATCH v4] ax25: use GFP_KERNEL in ax25_dev_device_up()

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:

On Thu, 16 Jun 2022 11:23:33 -0400 you wrote:
> ax25_dev_device_up() is only called during device setup, which is
> done in user context. In addition, ax25_dev_device_up()
> unconditionally calls ax25_register_dev_sysctl(), which already
> allocates with GFP_KERNEL.
> 
> Since it is allowed to sleep in this function, here we change
> ax25_dev_device_up() to use GFP_KERNEL to reduce unnecessary
> out-of-memory errors.
> 
> [...]

Here is the summary with links:
  - [v4] ax25: use GFP_KERNEL in ax25_dev_device_up()
    https://git.kernel.org/netdev/net-next/c/f0623340fd2c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ