- 06 Mar, 2016 4 commits
- 10 Feb, 2016 8 commits
-
-
sub77 authored
comparison of constant '15' with boolean expression is always false
-
Chet Kener authored
* These need to be static to avoid these errors: drivers/built-in.o: In function `.LANCHOR1': msm_iommu_sec.c:(.data+0x9298): undefined reference to `kgsl_iommu_sync_lock' msm_iommu_sec.c:(.data+0x929c): undefined reference to `kgsl_iommu_sync_unlock' Makefile:877: recipe for target '.tmp_vmlinux1' failed make: *** [.tmp_vmlinux1] Error 1 Signed-off-by:
Chet Kener <Cl3Kener@gmail.com>
-
sub77 authored
The gcc warns like: cpufreq_interactive.c:745:6: warning: operation on 'ret' may be undefined [-Wsequence-point] It was introduced by commit cf0fad49d17cb8273ce555dd5b7afab67d7923bf. Since sprintf(...) just return 1 (one character) in this case, ret should not changed. Just discarding the result of sprintf(...) leads to the result that the committer of cf0fad49d17cb8273ce555dd5b7afab67d7923bf wants. Change-Id: Ifed1cef6d6a31c3ed23dad03a567b3b9eddf3a57 Signed-off-by:
Chih-Wei Huang <cwhuang@android-x86.org> ---
-
anarkia1976 authored
gcc5: sound/soc/codecs/wcd9xxx-mbhc.c fix warning: initialization discards 'const' qualifier from pointer target type
-
sub77 authored
-
sub77 authored
With compilers which follow the C99 standard (like modern versions of gcc and clang), "extern inline" does the wrong thing (emits code for an externally linkable version of the inline function). In this case using static inline and removing the NULL version of return_address in return_address.c does the right thing. Signed-off-by:
Behan Webster <behanw@converseincode.com> Reviewed-by:
Mark Charlebois <charlebm@gmail.com> source: http://www.serverphorums.com/read.php?12,880351,880351#msg-880351
-
Steven Noonan authored
The bug referenced by the comment in this commit was not completely fixed in GCC 4.8.2, as I mentioned in a thread back in February: https://lkml.org/lkml/2014/2/12/797 The conclusion at that time was to make the quirk unconditional until the bug could be found and fixed in GCC. Unfortunately, when I submitted the patch (commit a9f18034) I left a comment in that claimed the bug was fixed in GCC 4.8.2+. This comment is inaccurate, and should be removed. Signed-off-by:
Steven Noonan <steven@uplinklabs.net> Signed-off-by:
Ingo Molnar <mingo@kernel.org> Cc: Jakub Jelinek <jakub@redhat.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1414274982-14040-1-git-send-email-steven@uplinklabs.net Cc: Ingo Molnar <mingo@kernel.org> Signed-off-by:
Paul Beeler <pbeeler80@gmail.com> Conflicts: include/linux/compiler-gcc4.h Signed-off-by:
Paul Beeler <pbeeler80@gmail.com>
-
Sasha Levin authored
We're missing include/linux/compiler-gcc5.h which is required now because gcc branched off to v5 in trunk. Just copy the relevant bits out of include/linux/compiler-gcc4.h, no new code is added as of now. This fixes a build error when using gcc 5. Signed-off-by:
Sasha Levin <sasha.levin@oracle.com> Cc: <stable@vger.kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by:
Paul Beeler <pbeeler80@gmail.com>
-
- 09 Feb, 2016 3 commits
-
-
sub77 authored
-
sub77 authored
-
sub77 authored
CONFIG_SEC_MILLET_PROJECT=y * msm8226-sec-millet3g-chn * msm8226-sec-millet3geur * msm8226-sec-milletwifieur CONFIG_SEC_MATISSE_PROJECT=y * msm8226-sec-matisse3g * msm8226-sec-matissewifi * msm8926-sec-matisselte * msm8926-sec-matisselteatt * msm8926-sec-matisseltevzw * msm8926-sec-matisselteusc
-
- 03 Feb, 2016 3 commits
-
-
sub77 authored
-
Jaegeuk Kim authored
This patch introduces a generic ioctl for fs shutdown. Change-Id: I452ee16b0078a2704b8026962e5bd07b67710c06 Signed-off-by:
sub77 <sub77@ymail.com>
-
- 25 Jan, 2016 6 commits
-
-
sub77 authored
Change-Id: I3ce5a38d22946ec6b67e69f18e66c2d1ee22f9f3
-
Syam Sidhardhan authored
In this API, we were using sizeof operator for an array given as function argument, which is invalid. However this API is not used anywhere. Change-Id: I80a43472b35f0f6c117624de2b2907b37eefb786 Signed-off-by:
Syam Sidhardhan <s.syam@samsung.com>
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
- 24 Jan, 2016 16 commits
-
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
sub77 authored
-
Steve Kondik authored
Change-Id: I24ac3d82de6c919b392087e68eb9e471885a0143 Signed-off-by:
sub77 <sub77@ymail.com>
-
Steve Kondik authored
Change-Id: I1ca2fe7e175f696060787630e4aadad82d84394d Signed-off-by:
sub77 <sub77@ymail.com>
-
Steve Kondik authored
* Tools can set the value easily from userspace. Change-Id: I1ec8c1e023eb1eb34b5c9e495496afabcc4bdaf1 Signed-off-by:
sub77 <sub77@ymail.com>
-
Robert Rozic authored
*kk_3.5_rb1.18 Signed-off-by:
sub77 <sub77@ymail.com>
-
sub77 authored
-
sub77 authored
-