https://github.com/torvalds/linux
Revision 975ef94a0284648fb0137bd5e949b18cef604e33 authored by Pan Bian on 22 November 2018, 02:07:12 UTC, committed by Juergen Gross on 29 November 2018, 16:53:33 UTC
kfree() is incorrectly used to release the pages allocated by
__get_free_page() and __get_free_pages(). Use the matching deallocators
i.e., free_page() and free_pages(), respectively.

Signed-off-by: Pan Bian <bianpan2016@163.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 1236641
History
Tip revision: 975ef94a0284648fb0137bd5e949b18cef604e33 authored by Pan Bian on 22 November 2018, 02:07:12 UTC
pvcalls-front: fixes incorrect error handling
Tip revision: 975ef94
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 12.8 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.5 KB
.mailmap -rw-r--r-- 9.7 KB
COPYING -rw-r--r-- 423 bytes
CREDITS -rw-r--r-- 96.4 KB
Kbuild -rw-r--r-- 2.2 KB
Kconfig -rw-r--r-- 563 bytes
MAINTAINERS -rw-r--r-- 462.7 KB
Makefile -rw-r--r-- 58.8 KB
README -rw-r--r-- 800 bytes

README

back to top