Re: clang warning: implicit conversion in intel_ddi.c:1481

2018-02-02 Thread Lukas Bulwahn
On Fri, 2 Feb 2018, Jani Nikula wrote: > Being brutally honest, please write shorter reports and shorter emails > to the lists. > > The static analysis reports are welcome, but only when 1) we didn't > already fix it in linux-next, or 2) it reveals an actual bug, not just a > warning, warranting

Re: clang warning: implicit conversion in intel_ddi.c:1481

2018-02-02 Thread Greg KH
On Fri, Feb 02, 2018 at 10:56:36AM +0100, Lukas Bulwahn wrote: > On Fri, 2 Feb 2018, Jani Nikula wrote: > > > Being brutally honest, please write shorter reports and shorter emails > > to the lists. > > > > The static analysis reports are welcome, but only when 1) we didn't > > already fix it in

Re: Linux Kernel contains only C code?

2018-02-02 Thread Daniel.
I'm just curious. What problems in kernel involves parsing? On Feb 2, 2018 5:01 AM, wrote: > On Thu, 01 Feb 2018 11:37:26 -0500, Aruna Hewapathirane said: > > > Somethings are not so obvious like what could possibly be a *.y file or > > *.tc file ? If you type in find -name "*.y" in my case i se

Re: Linux Kernel contains only C code?

2018-02-02 Thread Augusto Mecking Caringi
On Fri, Feb 2, 2018 at 11:11 AM, Daniel. wrote: > I'm just curious. What problems in kernel involves parsing? $ find -name *.[yl] ./drivers/scsi/aic7xxx/aicasm/aicasm_scan.l ./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y ./drivers/scsi/aic7xxx/aicasm/aicasm_macro_scan.l ./drivers/scsi/aic7xxx/aicasm

Re: clang warning: implicit conversion in intel_ddi.c:1481

2018-02-02 Thread Greg KH
On Fri, Feb 02, 2018 at 12:44:38PM +0200, Jani Nikula wrote: > > +Knut, Fengguang > > On Fri, 02 Feb 2018, Greg KH wrote: > > - If clang now builds the kernel "cleanly", yes, I want to take > > warning fixes in the stable tree. And even better yet, if you > > keep working to ens

Re: [perf] perf test BPF fails on 4.9.20

2018-02-02 Thread Pintu Kumar
Hi All, I have fixed both the issue with perf test. 1) 16: Try 'import perf' in python, checking link problems : FAILED! To fix this issue, I have to install: pip install --upgrade pip pip2.7 install perf 2) 37.2: Test BPF prologue generation : FAILED! To fix this

Re: clang warning: implicit conversion in intel_ddi.c:1481

2018-02-02 Thread Ruben Safir
> > What is the goal of these types of emails? > even more so on this mailing list. It almost feels like guerilla advertising for Clang. > thanks, > > greg k-h > > ___ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > https://lists.

Re: clang warning: implicit conversion in intel_ddi.c:1481

2018-02-02 Thread Greg KH
On Fri, Feb 02, 2018 at 04:37:55PM +0200, Jani Nikula wrote: > On Fri, 02 Feb 2018, Greg KH wrote: > > On Fri, Feb 02, 2018 at 12:44:38PM +0200, Jani Nikula wrote: > >> > >> +Knut, Fengguang > >> > >> On Fri, 02 Feb 2018, Greg KH wrote: > >> > - If clang now builds the kernel "cleanly", yes, I

Re: Linux Kernel contains only C code?

2018-02-02 Thread Daniel.
Oh, thank you so much! I see dtc, the device tree compiler I guess. Parsing is a cool programming subject but I didn't expect to see parsers in the kernel level, cool, cool! Regards, 2018-02-02 8:27 GMT-02:00 Augusto Mecking Caringi : > On Fri, Feb 2, 2018 at 11:11 AM, Daniel. wrote: > > I'm