<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/android_kernel_m2note/drivers/misc/mediatek/dispsys, branch ng-7.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=ng-7.1.2</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=ng-7.1.2'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/'/>
<updated>2018-11-30T00:59:48+00:00</updated>
<entry>
<title>misc: fix a bunch of 'warning: backslash and newline separated by space'</title>
<updated>2018-11-30T00:59:48+00:00</updated>
<author>
<name>Moyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2018-11-30T00:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=faa9b140d85e35e48e204c361de2e33d5dfa4d62'/>
<id>urn:sha1:faa9b140d85e35e48e204c361de2e33d5dfa4d62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace &lt;asm/uaccess.h&gt; with &lt;linux/uaccess.h&gt; globally</title>
<updated>2018-11-29T16:49:05+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=8588b01909e0145e5e84f5fe0a5353bd194f205c'/>
<id>urn:sha1:8588b01909e0145e5e84f5fe0a5353bd194f205c</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>misc: replace __FUNCTION__ by __function__</title>
<updated>2017-09-23T01:10:48+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=b8d1e07edc8d57883bf4b6ca70228b5a9e6b98b2'/>
<id>urn:sha1:b8d1e07edc8d57883bf4b6ca70228b5a9e6b98b2</id>
<content type='text'>
result of :
git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g'
</content>
</entry>
<entry>
<title>Fix compiling</title>
<updated>2016-11-07T12:46:51+00:00</updated>
<author>
<name>fire855</name>
<email>thefire855@gmail.com</email>
</author>
<published>2016-09-28T17:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=92c229b64cb57bcc31576c33a74be497fb93b6af'/>
<id>urn:sha1:92c229b64cb57bcc31576c33a74be497fb93b6af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mt6735: Add an RGB configuration sys attr driver for videox/corr10</title>
<updated>2016-11-07T12:46:51+00:00</updated>
<author>
<name>Diogo Ferreira</name>
<email>defer@cyngn.com</email>
</author>
<published>2016-04-07T14:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=78ddc4b367f75fe6e3f00155ff43f4dc42a50a4b'/>
<id>urn:sha1:78ddc4b367f75fe6e3f00155ff43f4dc42a50a4b</id>
<content type='text'>
Adds the RGB configuration node which leverages the gamma subsystem to
perform color correction.

The new node takes rgb triplets that range from 0-2000 each, computes
the gamma registers and dispatches them to the gamma correction
subsystem.

Change-Id: Iac9d3cbd4f423ccfffb8d665c29cfd251767a398
</content>
</entry>
<entry>
<title>Fix "Security Vulnerability - arbitrary address write ddp_drv.c" issue</title>
<updated>2016-11-07T12:46:49+00:00</updated>
<author>
<name>yang-cy.chen</name>
<email>yang-cy.chen@mediatek.com</email>
</author>
<published>2016-05-20T10:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=7eb9f26b811bf92d852fe83bbcd8fe8befb9b5b6'/>
<id>urn:sha1:7eb9f26b811bf92d852fe83bbcd8fe8befb9b5b6</id>
<content type='text'>
Problem:
user input parameter without validation

Solution:
Remove legacy code to prevent buffer overflow

Bug num:28402341

Signed-off-by: yang-cy.chen &lt;yang-cy.chen@mediatek.com&gt;
(cherry picked from commit 76884c3948a5896c7d724a6852e9f8d1403fa9d0)

Change-Id: I77467ae0c0652c7f44238b0320a1a6fef71c0d97
Ticket: PORRIDGE-398
</content>
</entry>
<entry>
<title>Fix "Security Vulnerability - kernel info leak  ddp_drv.c" issue</title>
<updated>2016-11-07T12:46:48+00:00</updated>
<author>
<name>yang-cy.chen</name>
<email>yang-cy.chen@mediatek.com</email>
</author>
<published>2016-05-20T10:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=50215402c2b90b3af0fdbe72409401d86ec8be1c'/>
<id>urn:sha1:50215402c2b90b3af0fdbe72409401d86ec8be1c</id>
<content type='text'>
Problem:
user input parameter without validation

Solution:
Remove legacy code to prevent buffer overflow

Bug num:28402240

Signed-off-by: yang-cy.chen &lt;yang-cy.chen@mediatek.com&gt;
(cherry picked from commit a8a18e931e3772d1bef10ec0b4611aa25831f0c0)

Change-Id: I046968817190fc054225fb8c73f87574ec8db511
Ticket: PORRIDGE-398
</content>
</entry>
<entry>
<title>drivers: Fix includes. Fix kernel build</title>
<updated>2016-08-15T14:13:00+00:00</updated>
<author>
<name>ShevT</name>
<email>shev_t@mail.ru</email>
</author>
<published>2016-08-15T14:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=59bc39d0666a49996b75dc459283e19b22e83b3c'/>
<id>urn:sha1:59bc39d0666a49996b75dc459283e19b22e83b3c</id>
<content type='text'>
</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>
