From: patchwork-bot+netdevbpf@kernel.org
To: Geetha sowjanya <gakula@marvell.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
kuba@kernel.org, pabeni@redhat.com, davem@davemloft.net,
edumazet@google.com, sbhatta@marvell.com, hkelam@marvell.com,
sgoutham@marvell.com
Subject: Re: [net PATCH v2] octeontx2-pf: Avoid use of GFP_KERNEL in atomic context
Date: Mon, 16 Jan 2023 14:10:15 +0000 [thread overview]
Message-ID: <167387821580.26138.13339580254916063174.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230113061902.6061-1-gakula@marvell.com>
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:
On Fri, 13 Jan 2023 11:49:02 +0530 you wrote:
> Using GFP_KERNEL in preemption disable context, causing below warning
> when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.
>
> [ 32.542271] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
> [ 32.550883] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1, name: swapper/0
> [ 32.558707] preempt_count: 1, expected: 0
> [ 32.562710] RCU nest depth: 0, expected: 0
> [ 32.566800] CPU: 3 PID: 1 Comm: swapper/0 Tainted: G W 6.2.0-rc2-00269-gae9dcb91c606 #7
> [ 32.576188] Hardware name: Marvell CN106XX board (DT)
> [ 32.581232] Call trace:
> [ 32.583670] dump_backtrace.part.0+0xe0/0xf0
> [ 32.587937] show_stack+0x18/0x30
> [ 32.591245] dump_stack_lvl+0x68/0x84
> [ 32.594900] dump_stack+0x18/0x34
> [ 32.598206] __might_resched+0x12c/0x160
> [ 32.602122] __might_sleep+0x48/0xa0
> [ 32.605689] __kmem_cache_alloc_node+0x2b8/0x2e0
> [ 32.610301] __kmalloc+0x58/0x190
> [ 32.613610] otx2_sq_aura_pool_init+0x1a8/0x314
> [ 32.618134] otx2_open+0x1d4/0x9d0
>
> [...]
Here is the summary with links:
- [net,v2] octeontx2-pf: Avoid use of GFP_KERNEL in atomic context
https://git.kernel.org/netdev/net/c/87b93b678e95
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-01-16 14:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-13 6:19 [net PATCH v2] octeontx2-pf: Avoid use of GFP_KERNEL in atomic context Geetha sowjanya
2023-01-15 11:38 ` Leon Romanovsky
2023-01-16 14:10 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=167387821580.26138.13339580254916063174.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gakula@marvell.com \
--cc=hkelam@marvell.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sbhatta@marvell.com \
--cc=sgoutham@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.