| commit | 06ab8444392acdbffb57869d6220fb6654a8c95e | [log] [tgz] |
|---|---|---|
| author | David Howells <[email protected]> | Fri Mar 11 13:24:29 2022 +0000 |
| committer | Greg Kroah-Hartman <[email protected]> | Wed Mar 16 14:16:02 2022 +0100 |
| tree | 37c5c2d8e0d6dfb3df2b8afdd39eb46d01049ca5 | |
| parent | 880acbb718e15e46d37fcde75fa52d5cb4336dca [diff] |
watch_queue: Free the alloc bitmap when the watch_queue is torn down
commit 7ea1a0124b6da246b5bc8c66cddaafd36acf3ecb upstream.
Free the watch_queue note allocation bitmap when the watch_queue is
destroyed.
Fixes: c73be61cede5 ("pipe: Add general notification queue support")
Reported-by: Jann Horn <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>