Re: [kbuild-all] [PATCH v6 2/4] resource: Use list_head to link sibling resource

2018-07-09 Thread Ye Xiaolong
Hi,

On 07/08, Baoquan He wrote:
>Hi,
>
>On 07/05/18 at 01:00am, kbuild test robot wrote:
>> Hi Baoquan,
>> 
>> I love your patch! Yet something to improve:
>> 
>> [auto build test ERROR on linus/master]
>> [also build test ERROR on v4.18-rc3 next-20180704]
>> [if your patch is applied to the wrong git tree, please drop us a note to 
>> help improve the system]
>
>Thanks for telling. 
>
>I cloned 0day-ci/linut to my local pc.
>https://github.com/0day-ci/linux.git
>
>However, I didn't find below branch. And tried to open it in web
>broswer, also failed.
>

Sorry for the inconvenience, 0day bot didn't push the branch to github 
successfully,
Just push it manually, you can have a try again.

Thanks,
Xiaolong


>
>> url:
>> https://github.com/0day-ci/linux/commits/Baoquan-He/resource-Use-list_head-to-link-sibling-resource/20180704-121402
>> config: mips-rb532_defconfig (attached as .config)
>> compiler: mipsel-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
>> reproduce:
>> wget 
>> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
>> ~/bin/make.cross
>> chmod +x ~/bin/make.cross
>> # save the attached .config to linux build tree
>> GCC_VERSION=7.2.0 make.cross ARCH=mips 
>
>I did find a old one which is for the old version 5 post.
>
>[bhe@linux]$ git remote -v
>0day-cihttps://github.com/0day-ci/linux.git (fetch)
>0day-cihttps://github.com/0day-ci/linux.git (push)
>[bhe@dhcp-128-28 linux]$ git branch -a| grep Baoquan| grep resource
>  
> remotes/0day-ci/Baoquan-He/resource-Use-list_head-to-link-sibling-resource/20180612-113600
>
>Could you help have a look at this?
>
>Thanks
>Baoquan
>
>> 
>> All error/warnings (new ones prefixed by >>):
>> 
>> >> arch/mips/pci/pci-rc32434.c:57:11: error: initialization from 
>> >> incompatible pointer type [-Werror=incompatible-pointer-types]
>>  .child = _res_pci_mem2
>>   ^
>>arch/mips/pci/pci-rc32434.c:57:11: note: (near initialization for 
>> 'rc32434_res_pci_mem1.child.next')
>> >> arch/mips/pci/pci-rc32434.c:51:47: warning: missing braces around 
>> >> initializer [-Wmissing-braces]
>> static struct resource rc32434_res_pci_mem1 = {
>>   ^
>>arch/mips/pci/pci-rc32434.c:60:47: warning: missing braces around 
>> initializer [-Wmissing-braces]
>> static struct resource rc32434_res_pci_mem2 = {
>>   ^
>>cc1: some warnings being treated as errors
>> 
>> vim +57 arch/mips/pci/pci-rc32434.c
>> 
>> 73b4390f Ralf Baechle 2008-07-16  50  
>> 73b4390f Ralf Baechle 2008-07-16 @51  static struct resource 
>> rc32434_res_pci_mem1 = {
>> 73b4390f Ralf Baechle 2008-07-16  52 .name = "PCI MEM1",
>> 73b4390f Ralf Baechle 2008-07-16  53 .start = 0x5000,
>> 73b4390f Ralf Baechle 2008-07-16  54 .end = 0x5FFF,
>> 73b4390f Ralf Baechle 2008-07-16  55 .flags = IORESOURCE_MEM,
>> 73b4390f Ralf Baechle 2008-07-16  56 .sibling = NULL,
>> 73b4390f Ralf Baechle 2008-07-16 @57 .child = _res_pci_mem2
>> 73b4390f Ralf Baechle 2008-07-16  58  };
>> 73b4390f Ralf Baechle 2008-07-16  59  
>> 
>> :: The code at line 57 was first introduced by commit
>> :: 73b4390fb23456964201abda79f1210fe337d01a [MIPS] Routerboard 532: 
>> Support for base system
>> 
>> :: TO: Ralf Baechle 
>> :: CC: Ralf Baechle 
>> 
>> ---
>> 0-DAY kernel test infrastructureOpen Source Technology Center
>> https://lists.01.org/pipermail/kbuild-all   Intel Corporation
>
>
>___
>kbuild-all mailing list
>kbuild-...@lists.01.org
>https://lists.01.org/mailman/listinfo/kbuild-all
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [kbuild-all] [PATCH v3] Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic

2018-06-11 Thread Ye Xiaolong
Hi,

On 06/11, Sunil Muthuswamy wrote:
>I haven't gotten any test build bot reports for the newer version of the 
>patches that were
>Submitted last week. Is there a way to know what's going on there or force a 
>submission?

If there is no reports for the newer version, it's likely that the new version 
is just fine
and currently 0day bot won't notify build success for lkml patches.

Thanks,
Xiaolong

>
>- sunil
>
>> -Original Message-
>> From: kbuild test robot 
>> Sent: Wednesday, May 23, 2018 7:57 PM
>> To: Sunil Muthuswamy 
>> Cc: kbuild-...@01.org; Haiyang Zhang ;
>> de...@linuxdriverproject.org; Sunil Muthuswamy
>> ; Stephen Hemminger
>> 
>> Subject: Re: [PATCH v3] Drivers: HV: Send one page worth of kmsg dump
>> over Hyper-V during panic
>> 
>> Hi Sunil,
>> 
>> Thank you for the patch! Perhaps something to improve:
>> 
>> [auto build test WARNING on linus/master]
>> [also build test WARNING on v4.17-rc6 next-20180517]
>> [cannot apply to tip/x86/core]
>> [if your patch is applied to the wrong git tree, please drop us a note to 
>> help
>> improve the system]
>> 
>> url:
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>> .com%2F0day-ci%2Flinux%2Fcommits%2FSunil-Muthuswamy%2FDrivers-HV-
>> Send-one-page-worth-of-kmsg-dump-over-Hyper-V-during-
>> panic%2F20180523-
>> 035336=02%7C01%7Csunilmut%40microsoft.com%7Cea8837620518441
>> e279808d5c1221032%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C6
>> 36627274402211081=aRiQw64FhftuwLijjsPJigInUHEYBFWWl%2BMcgqI
>> yNl4%3D=0
>> reproduce:
>> # apt-get install sparse
>> make ARCH=x86_64 allmodconfig
>> make C=1 CF=-D__CHECK_ENDIAN__
>> 
>> 
>> sparse warnings: (new ones prefixed by >>)
>> 
>> >> drivers/hv/vmbus_drv.c:1028:5: sparse: symbol
>> 'sysctl_record_panic_msg' was not declared. Should it be static?
>>drivers/hv/vmbus_drv.c:1631:32: sparse: expression using sizeof(void)
>>drivers/hv/vmbus_drv.c:1633:32: sparse: expression using sizeof(void)
>>include/asm-generic/atomic-instrumented.h:358:24: sparse: cast truncates
>> bits from constant value (8010 becomes 10)
>>include/asm-generic/atomic-instrumented.h:360:24: sparse: cast truncates
>> bits from constant value (8010 becomes 10)
>> 
>> Please review and possibly fold the followup patch.
>> 
>> ---
>> 0-DAY kernel test infrastructureOpen Source Technology Center
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.01
>> .org%2Fpipermail%2Fkbuild-
>> all=02%7C01%7Csunilmut%40microsoft.com%7Cea8837620518441e279
>> 808d5c1221032%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C63662
>> 7274402211081=HhJj%2BMSiTeoaxbBDEdMLquOAO%2B5AuQR0yENX
>> BZ%2B77gQ%3D=0   Intel Corporation
>___
>kbuild-all mailing list
>kbuild-...@lists.01.org
>https://lists.01.org/mailman/listinfo/kbuild-all
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [lkp-robot] [irda] 66d98e78e4: BUG:unable_to_handle_kernel

2017-08-30 Thread Ye Xiaolong
On 08/30, Greg Kroah-Hartman wrote:
>On Wed, Aug 30, 2017 at 02:04:11PM +0800, kernel test robot wrote:
>> FYI, we noticed the following commit:
>> 
>> commit: 66d98e78e44ccb969cb3196995759d200e64b49b ("irda: move net/irda/ to 
>> drivers/staging/irda/net/")
>> url: 
>> https://github.com/0day-ci/linux/commits/Greg-Kroah-Hartman/irda-move-it-to-drivers-staging-so-we-can-delete-it/20170829-090816
>> 
>> in testcase: trinity
>> with following parameters:
>> 
>>  runtime: 300s
>> 
>> test-description: Trinity is a linux system call fuzz tester.
>> test-url: http://codemonkey.org.uk/projects/trinity/
>> 
>> on test machine: qemu-system-i386 -enable-kvm -smp 2 -m 320M
>> 
>> caused below changes (please refer to attached dmesg/kmsg for entire 
>> log/backtrace):
>> 
>> +-+++
>> | | 89ff9d58e6 | 
>> 66d98e78e4 |
>> +-+++
>> | boot_successes  | 0  | 0   
>>|
>> | boot_failures   | 10 | 12  
>>|
>> | IP-Config:Auto-configuration_of_network_failed  | 8  | 
>>|
>> | WARNING:at_arch/x86/mm/dump_pagetables.c:#note_page | 2  | 
>>|
>> | EIP:note_page   | 2  | 
>>|
>> | BUG:unable_to_handle_kernel | 0  | 12  
>>|
>> | Oops:#[##]  | 0  | 12  
>>|
>> | EIP:dev_add_pack| 0  | 12  
>>|
>> | Kernel_panic-not_syncing:Fatal_exception| 0  | 12  
>>|
>> +-+++
>> 
>> [0.227015] BUG: unable to handle kernel NULL pointer dereference at 
>> 0004
>> [0.228000] IP: dev_add_pack+0x37/0x80
>
>Didn't you report this yesterday as well?  Anyway, am working on it,
>give me a few hours to wake up and test...

Hi,

0day bot tested both the lkml patch and the commit in dev-queue branch of
next-queue.git tree, hence the duplicated report.

Thanks,
Xiaolong
>
>thanks,
>
>greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel