<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/android_kernel_m2note/drivers/misc/mediatek/gpu, branch o-8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=o-8.1</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=o-8.1'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/'/>
<updated>2018-11-29T17:33:35+00:00</updated>
<entry>
<title>Replace &lt;asm/uaccess.h&gt; with &lt;linux/uaccess.h&gt; globally</title>
<updated>2018-11-29T17:33:35+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2016-12-24T19:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=97d31ff07bb554e2861bd3e1e4ab3756a8fb1f51'/>
<id>urn:sha1:97d31ff07bb554e2861bd3e1e4ab3756a8fb1f51</id>
<content type='text'>
This was entirely automated, using the script by Al:

  PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*&lt;asm/uaccess.h&gt;'
  sed -i -e "s!$PATT!#include &lt;linux/uaccess.h&gt;!" \
        $(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 &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;
</content>
</entry>
<entry>
<title>mtk: ged: heapoverflow fix</title>
<updated>2017-12-13T21:21:03+00:00</updated>
<author>
<name>lulu2</name>
<email>lulu2@lenovo.com</email>
</author>
<published>2017-07-07T07:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=d08b8e247af20a756a13107cb7f53a604e84203e'/>
<id>urn:sha1:d08b8e247af20a756a13107cb7f53a604e84203e</id>
<content type='text'>
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 &lt;oysterized@gmail.com&gt;
</content>
</entry>
<entry>
<title>mali: remove some logspam</title>
<updated>2017-09-23T13:03:59+00:00</updated>
<author>
<name>Mister Oyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-09-23T11:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=dee7e8438d722a1f3f47d507f97683c779a55347'/>
<id>urn:sha1:dee7e8438d722a1f3f47d507f97683c779a55347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc: replace __FUNCTION__ by __function__</title>
<updated>2017-09-23T09:31:06+00:00</updated>
<author>
<name>Moyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-09-23T01:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=7c579114627e1cf7563067f9279f053ea8f306d9'/>
<id>urn:sha1:7c579114627e1cf7563067f9279f053ea8f306d9</id>
<content type='text'>
result of :
git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g'
</content>
</entry>
<entry>
<title>mtk: gud: upstream update (up to ~june 17)</title>
<updated>2017-08-11T13:42:31+00:00</updated>
<author>
<name>Mister Oyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-08-11T13:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=d5b0f0b1e38381d9e998200c072fa8dc03b4f629'/>
<id>urn:sha1:d5b0f0b1e38381d9e998200c072fa8dc03b4f629</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update m4u, smi and gud drivers</title>
<updated>2017-04-11T08:59:46+00:00</updated>
<author>
<name>fire855</name>
<email>thefire855@gmail.com</email>
</author>
<published>2017-02-24T16:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=504261abd2b3a69cb609ef9ccf4e58ae9ccad566'/>
<id>urn:sha1:504261abd2b3a69cb609ef9ccf4e58ae9ccad566</id>
<content type='text'>
Backported from 3.18 MM kernel
</content>
</entry>
<entry>
<title>first commit</title>
<updated>2016-08-15T02:19:42+00:00</updated>
<author>
<name>Meizu OpenSource</name>
<email>patchwork@meizu.com</email>
</author>
<published>2016-08-15T02:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=d2e1446d81725c351dc73a03b397ce043fb18452'/>
<id>urn:sha1:d2e1446d81725c351dc73a03b397ce043fb18452</id>
<content type='text'>
</content>
</entry>
</feed>
