Re: [PATCH 4.9 00/92] 4.9.197-stable review

2019-10-17 Thread Didik Setiawan
7-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-4.9.y > and the diffstat can be found below. > > thanks, > > greg k-h Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

Re: [PATCH 4.19 00/81] 4.19.80-stable review

2019-10-17 Thread Didik Setiawan
0-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-4.19.y > and the diffstat can be found below. > > thanks, > > greg k-h Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

Re: [PATCH 5.3 000/112] 5.3.7-stable review

2019-10-17 Thread Didik Setiawan
7-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-5.3.y > and the diffstat can be found below. > > thanks, > > greg k-h Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

Re: [PATCH 4.14 00/65] 4.14.150-stable review

2019-10-17 Thread Didik Setiawan
0-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-4.14.y > and the diffstat can be found below. > > thanks, > > greg k-h Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

Re: [PATCH 4.4 00/79] 4.4.197-stable review

2019-10-17 Thread Didik Setiawan
7-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-4.4.y > and the diffstat can be found below. > > thanks, > > greg k-h Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

Re: [PATCH 4.14 00/61] 4.14.149-stable review

2019-10-10 Thread Didik Setiawan
9-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-4.14.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

Re: [PATCH 4.19 000/114] 4.19.79-stable review

2019-10-10 Thread Didik Setiawan
9-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-4.19.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

Re: [PATCH 5.3 000/148] 5.3.6-stable review

2019-10-10 Thread Didik Setiawan
6-rc1.gz > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-5.3.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled, booted, and no regressions found on my x86_64 system. Thanks, Didik Setiawan

[PATCH] staging: android: ion: ion_chunk_heap.c fix parenthesis alignment

2016-08-24 Thread Didik Setiawan
Fix checkpatch.pl warning about "Alignment should match open parenthesis". Signed-off-by: Didik Setiawan --- drivers/staging/android/ion/ion_chunk_heap.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/android/ion/ion_chunk_heap.c

[PATCH v2] staging: android: ion: ion.c fix parenthesis alignment

2016-08-24 Thread Didik Setiawan
Fix checkpatch.pl warning about "Alignment should match open parenthesis". Signed-off-by: Didik Setiawan --- drivers/staging/android/ion/ion.c | 47 +++ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/drivers/staging/android/io

[PATCH] staging: android: ion: ion.c fix parenthesis alignment

2016-08-23 Thread Didik Setiawan
Fix checkpatch.pl warning about "Alignment should match open parenthesis". --- drivers/staging/android/ion/ion.c | 42 +++ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c inde