| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was entirely automated, using the script by Al:
PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>'
sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \
$(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h)
to do the replacement at the end of the merge window.
Requested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Moyster <oysterized@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch Type:
Customer Request
CR ID:
ALPS03342077
Severity:
Critical
Description:
[Buganizer]Security Vulnerability 37205193 - A ***6797 driver bug(ged_HeapOverflow)
[[Title for Customer]]
[Buganizer]Security Vulnerability 37205193 - A ***6797 driver bug(ged_HeapOverflow)
[[Problem Description]]
[Buganizer]Security Vulnerability 37205193 - A ***6797 driver bug(ged_HeapOverflow)
[[Potential Impa*** of the solution]]
N/A
[[Modules to be verified after taking p***h]]
N/A
[[問題標題]]
[Buganizer]Security Vulnerability 37205193 - A ***6797 driver bug(ged_HeapOverflow)
[[問題現象]]
[Buganizer]Security Vulnerability 37205193 - A ***6797 driver bug(ged_HeapOverflow)
[[解法可能帶來的影響]]
(請填寫於此行下方,並描述如果合入這個p***h可能會有什麼trade off的改變,如perfo******e降低、UI改變等等)
N/A
[[建議驗證模塊]]
(請填寫於此行下方,並建議客戶合了此p***h後要驗證哪些module或feature)
N/A
[[Title for Customer]]
Security Vulnerability
[[Problem Description]]
ged_HeapOverflow / kernel exception
[[Potential Impa*** of the solution]]
none
[[Modules to be verified after taking p***h]]
OpenGL|ES releated
[[問題標題]]
Security Vulnerability
[[問題現象]]
ged_HeapOverflow / kernel exception
[[解法可能帶來的影響]]
(請填寫於此行下方,並描述如果合入這個p***h可能會有什麼trade off的改變,如perfo******e降低、UI改變等等)
無
[[建議驗證模塊]]
(請填寫於此行下方,並建議客戶合了此p***h後要驗證哪些module或feature)
OpenGL|ES 相關N/A
Associated Files:
kernel-3.18/drivers/misc/mediatek/gpu/ged/src/ged_main.c
Signed-off-by: Mister Oyster <oysterized@gmail.com>
|
| | |
|
| |
|
|
|
| |
result of :
git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g'
|
| | |
|
| |
|
|
| |
Backported from 3.18 MM kernel
|
| |
|