attention de...@linuxdriverproject.org,
Dear de...@linuxdriverproject.org, THIS IS FOR YOUR ATTENTION. I wish to notify you that you are the beneficiary to the total sum of $10,600,000.00 Million (Ten Million Six Hundred Thousand United States Dollars). This is the sum deposited by my late client with the bank months before his eventual and unexpected dismiss. I am contacting you because you bear the surname identity and I can therefore present you as the beneficiary to the inheritance. I have no iota of doubt that you could receive these funds as you are qualified by your name identity. All the legal papers will be processed in your acceptance. In your acceptance of this deal, we request that you kindly forward to us your letter of acceptance; your current telephone and fax numbers and a forwarding address to enable us file necessary documents at our high court probate division for the release of this sum of money. Yours Faithfully, Mr. Perry Edwards. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
CHANGE OF ACCUNT....
. Dear Beneficiary...? This is to notify you of new order on the release of your fund. Prior to this proceeding anomaly, we have been mandated by President of Federal Republic of Nigeria to make sure all our debtors received their long awaiting fund within the next five working days from this date. But in your own case we found some complicity in your payment file due to petition file by one Mr.Janice Parnell from United States of America that he is your Lawyer and that you are dead, again in your will when you are life that we should hand over the ownership of your fund that is still unclaimed to him. So he now wants your fund to transferred to his own account that is stated below. Bank of America New York Branch A/C: 0911667701 Swift Code: BA09 Beneficiary: Janice industries Ltd Kindly get in touch with us today by email with your details including your telephone number, to confirm this information to avoid wrong transfer of your funds, so that we can proceed with the transfer of the US$7.5Million to your correct bank account as scheduled by the approved commercial paying bank. Thanks for your understanding and cooperation in this regard. Sincerely, Mr.hassan musa +234-813-229-1009 ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH 6/6] uio_hv_generic: defer opening vmbus until first use
Hi Stephen, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.19-rc3 next-20180913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Stephen-Hemminger/fix-Hyper-V-uio-restart/20180916-181024 config: x86_64-randconfig-g0-09161659 (attached as .config) compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers//uio/uio_hv_generic.c: In function 'hv_uio_open': >> drivers//uio/uio_hv_generic.c:214:20: error: 'struct hv_uio_private_data' >> has no member named 'refcount' atomic_dec(&pdata->refcount); ^ vim +214 drivers//uio/uio_hv_generic.c 195 196 /* VMBus primary channel is opened on first use */ 197 static int 198 hv_uio_open(struct uio_info *info, struct inode *inode) 199 { 200 struct hv_uio_private_data *pdata 201 = container_of(info, struct hv_uio_private_data, info); 202 struct hv_device *dev = pdata->device; 203 int ret; 204 205 if (atomic_inc_return(&pdata->refcnt) != 1) 206 return 0; 207 208 ret = vmbus_connect_ring(dev->channel, 209 hv_uio_channel_cb, dev->channel); 210 211 if (ret == 0) 212 dev->channel->inbound.ring_buffer->interrupt_mask = 1; 213 else > 214 atomic_dec(&pdata->refcount); 215 216 return ret; 217 } 218 --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH 6/6] uio_hv_generic: defer opening vmbus until first use
Hi Stephen, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.19-rc3 next-20180913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Stephen-Hemminger/fix-Hyper-V-uio-restart/20180916-181024 config: x86_64-randconfig-x015-201837 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/uio/uio_hv_generic.c: In function 'hv_uio_open': >> drivers/uio/uio_hv_generic.c:214:22: error: 'struct hv_uio_private_data' has >> no member named 'refcount'; did you mean 'refcnt'? atomic_dec(&pdata->refcount); ^~~~ refcnt vim +214 drivers/uio/uio_hv_generic.c 195 196 /* VMBus primary channel is opened on first use */ 197 static int 198 hv_uio_open(struct uio_info *info, struct inode *inode) 199 { 200 struct hv_uio_private_data *pdata 201 = container_of(info, struct hv_uio_private_data, info); 202 struct hv_device *dev = pdata->device; 203 int ret; 204 205 if (atomic_inc_return(&pdata->refcnt) != 1) 206 return 0; 207 208 ret = vmbus_connect_ring(dev->channel, 209 hv_uio_channel_cb, dev->channel); 210 211 if (ret == 0) 212 dev->channel->inbound.ring_buffer->interrupt_mask = 1; 213 else > 214 atomic_dec(&pdata->refcount); 215 216 return ret; 217 } 218 --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing 240/554] ERROR: "__udivdi3" [drivers/md/dm-thin-pool.ko] undefined!
Hi Nick, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: a2d6e3e60abddbd0b949841611140c614957f6d5 commit: c3873a5c741f75847ae50a3f566fea2c171c1054 [240/554] staging: gasket: fix gasket_free_coherent_memory metadata frees config: i386-randconfig-i3-1049 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout c3873a5c741f75847ae50a3f566fea2c171c1054 # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> ERROR: "__udivdi3" [drivers/md/dm-thin-pool.ko] undefined! --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH] staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interface
Hi Nishad, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.19 next-20181019] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Nishad-Kamdar/staging-olpc_dcon-olpc_dcon_xo_1-c-Switch-to-the-gpio-descriptor-interface/20181028-124517 config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/staging/olpc_dcon/olpc_dcon_xo_1.c: In function 'dcon_init_xo_1': >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:37:43: error: dereferencing >> pointer to incomplete type 'struct backlight_device' *pin->ptr = devm_gpiod_get(&dcon->bl_dev->dev, pin->name, ^~ >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:41:4: error: implicit declaration >> of function 'dev_err'; did you mean 'pr_err'? >> [-Werror=implicit-function-declaration] dev_err(&dcon->bl_dev->dev, ^~~ pr_err >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:89:3: error: label 'err_req_irq' >> used but not defined goto err_req_irq; ^~~~ cc1: some warnings being treated as errors vim +37 drivers/staging/olpc_dcon/olpc_dcon_xo_1.c 19 20 static int dcon_init_xo_1(struct dcon_priv *dcon) 21 { 22 unsigned char lob; 23 int ret, i; 24 struct dcon_gpio *pin; 25 unsigned long flags = GPIOD_ASIS; 26 27 struct dcon_gpio gpios[] = { 28 { .ptr = &dcon_stat0, .name = "dcon_stat0", .flags = flags }, 29 { .ptr = &dcon_stat1, .name = "dcon_stat1", .flags = flags }, 30 { .ptr = &dcon_irq, .name = "dcon_irq", .flags = flags }, 31 { .ptr = &dcon_load, .name = "dcon_load", .flags = flags }, 32 { .ptr = &dcon_blank, .name = "dcon_blank", .flags = flags }, 33 }; 34 35 for (i = 0; i < ARRAY_SIZE(gpios); i++) { 36 pin = &gpios[i]; > 37 *pin->ptr = devm_gpiod_get(&dcon->bl_dev->dev, pin->name, 38 pin->flags); 39 if (IS_ERR(*pin->ptr)) { 40 ret = PTR_ERR(*pin->ptr); > 41 dev_err(&dcon->bl_dev->dev, 42 "failed to request %s GPIO: %d\n", 43 pin->name, ret); 44 return ret; 45 } 46 } 47 48 /* Turn off the event enable for GPIO7 just to be safe */ 49 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_EVENTS_ENABLE); 50 51 /* 52 * Determine the current state by reading the GPIO bit; earlier 53 * stages of the boot process have established the state. 54 * 55 * Note that we read GPIO_OUTPUT_VAL rather than GPIO_READ_BACK here; 56 * this is because OFW will disable input for the pin and set a value.. 57 * READ_BACK will only contain a valid value if input is enabled and 58 * then a value is set. So, future readings of the pin can use 59 * READ_BACK, but the first one cannot. Awesome, huh? 60 */ 61 dcon->curr_src = cs5535_gpio_isset(OLPC_GPIO_DCON_LOAD, GPIO_OUTPUT_VAL) 62 ? DCON_SOURCE_CPU 63 : DCON_SOURCE_DCON; 64 dcon->pending_src = dcon->curr_src; 65 66 /* Set the directions for the GPIO pins */ 67 gpiod_direction_input(dcon_stat0); 68 gpiod_direction_input(dcon_stat1); 69 gpiod_direction_input(dcon_irq); 70 gpiod_direction_input(dcon_blank); 71 gpiod_direction_output(dcon_load, dcon->curr_src == DCON_SOURCE_CPU); 72 73 /* Set up the interrupt mappings */ 74 75 /* Set the IRQ to pair 2 */ 76 cs5535_gpio_setup_event(OLPC_GPIO_DCON_IRQ, 2, 0); 77 78 /* Enable group 2 to trigger the DCON interrupt */ 79 cs5535_gpio_set_irq(2, DCON_IRQ); 80 81 /* Select edge level for interrupt (in PIC) */ 82 lob = inb(0x4d0); 83 lob &= ~(1 << DCON_IRQ); 84 outb(lob, 0x4d0); 85 86 /* Register the interrup
Re: [PATCH] staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interface
Hi Nishad, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.19 next-20181019] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Nishad-Kamdar/staging-olpc_dcon-olpc_dcon_xo_1-c-Switch-to-the-gpio-descriptor-interface/20181028-124517 config: i386-randconfig-n0-10280159 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.o:drivers/staging/olpc_dcon/olpc_dcon.h:70: >> multiple definition of `dcon_blank' drivers/staging/olpc_dcon/olpc_dcon.o:drivers/staging/olpc_dcon/olpc_dcon.h:70: first defined here >> drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.o:drivers/staging/olpc_dcon/olpc_dcon.h:69: >> multiple definition of `dcon_load' drivers/staging/olpc_dcon/olpc_dcon.o:drivers/staging/olpc_dcon/olpc_dcon.h:69: first defined here >> drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.o:drivers/staging/olpc_dcon/olpc_dcon.h:68: >> multiple definition of `dcon_irq' drivers/staging/olpc_dcon/olpc_dcon.o:drivers/staging/olpc_dcon/olpc_dcon.h:68: first defined here >> drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.o:drivers/staging/olpc_dcon/olpc_dcon.h:67: >> multiple definition of `dcon_stat1' drivers/staging/olpc_dcon/olpc_dcon.o:drivers/staging/olpc_dcon/olpc_dcon.h:67: first defined here >> drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.o:drivers/staging/olpc_dcon/olpc_dcon.h:66: >> multiple definition of `dcon_stat0' drivers/staging/olpc_dcon/olpc_dcon.o:drivers/staging/olpc_dcon/olpc_dcon.h:66: first defined here --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v2] staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interface
Hi Nishad, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.19 next-20181102] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Nishad-Kamdar/staging-olpc_dcon-olpc_dcon_xo_1-c-Switch-to-the-gpio-descriptor-interface/20181104-041335 config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All error/warnings (new ones prefixed by >>): In file included from drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:18:0: >> drivers/staging/olpc_dcon/olpc_dcon.h:58:33: error: expected identifier >> before numeric constant #define DCON_IRQ6 ^ >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:23:2: note: in expansion of macro >> 'DCON_IRQ' DCON_IRQ, ^~~~ >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:34:50: error: 'GPIO_ASIS' >> undeclared here (not in a function); did you mean 'GPIOD_ASIS'? [DCON_STAT0] = { .name = "dcon_stat0", .flags = GPIO_ASIS }, ^ GPIOD_ASIS >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:37:3: error: 'DCON_LOAD' >> undeclared here (not in a function); did you mean 'DCON_STAT1'? [DCON_LOAD] = { .name = "dcon_load", .flags = GPIO_ASIS }, ^ DCON_STAT1 >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:37:3: error: array index in >> initializer not of integer type drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:37:3: note: (near initialization for 'gpios_asis') >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:38:3: error: 'DCON_BLANK' >> undeclared here (not in a function); did you mean 'DCON_LOAD'? [DCON_BLANK] = { .name = "dcon_blank", .flag = GPIO_ASIS }, ^~ DCON_LOAD drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:38:3: error: array index in initializer not of integer type drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:38:3: note: (near initialization for 'gpios_asis') >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:38:42: error: 'const struct >> dcon_gpio' has no member named 'flag'; did you mean 'flags'? [DCON_BLANK] = { .name = "dcon_blank", .flag = GPIO_ASIS }, ^~~~ flags drivers/staging/olpc_dcon/olpc_dcon_xo_1.c: In function 'dcon_init_xo_1': >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:47:26: warning: initialization >> discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] struct dcon_gpio *pin = &gpios_asis[0]; ^ >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:50:42: error: dereferencing >> pointer to incomplete type 'struct i2c_client' gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i]->name, ^~ >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:50:42: error: request for member >> 'dev' in something not a structure or union >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:50:55: error: invalid type >> argument of '->' (have 'struct dcon_gpio') gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i]->name, ^~ >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:50:55: error: request for member >> 'name' in something not a structure or union drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:51:14: error: invalid type argument of '->' (have 'struct dcon_gpio') pin[i]->flags); ^~ >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:51:14: error: request for member >> 'flags' in something not a structure or union >> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:50:29: error: passing argument 1 >> of 'devm_gpiod_get' from incompatible pointer type >> [-Werror=incompatible-pointer-types] gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i]->name, ^ In file included from drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:14:0: include/linux/gpio/consumer.h:87:32: note: expected 'struct device *' but argument is of type 'const struct dcon_gpio (*)[1]' struct gpio_desc *__must_check devm_gpiod_get(struct device *dev,
Re: [PATCH v2] staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interface
Hi Nishad, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.19 next-20181102] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Nishad-Kamdar/staging-olpc_dcon-olpc_dcon_xo_1-c-Switch-to-the-gpio-descriptor-interface/20181104-041335 config: i386-allyesconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All error/warnings (new ones prefixed by >>): >> drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:23:2: error: expected identifier >> before numeric constant DCON_IRQ, ^ drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:34:50: error: 'GPIO_ASIS' undeclared here (not in a function); did you mean 'GPIOD_ASIS'? [DCON_STAT0] = { .name = "dcon_stat0", .flags = GPIO_ASIS }, ^ GPIOD_ASIS drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:37:3: error: 'DCON_LOAD' undeclared here (not in a function); did you mean 'DCON_STAT1'? [DCON_LOAD] = { .name = "dcon_load", .flags = GPIO_ASIS }, ^ DCON_STAT1 drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:37:3: error: array index in initializer not of integer type drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:37:3: note: (near initialization for 'gpios_asis') drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:38:3: error: 'DCON_BLANK' undeclared here (not in a function); did you mean 'DCON_LOAD'? [DCON_BLANK] = { .name = "dcon_blank", .flag = GPIO_ASIS }, ^~ DCON_LOAD drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:38:3: error: array index in initializer not of integer type drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:38:3: note: (near initialization for 'gpios_asis') drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:38:42: error: 'const struct dcon_gpio' has no member named 'flag'; did you mean 'flags'? [DCON_BLANK] = { .name = "dcon_blank", .flag = GPIO_ASIS }, ^~~~ flags drivers/staging//olpc_dcon/olpc_dcon_xo_1.c: In function 'dcon_init_xo_1': drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:47:26: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] struct dcon_gpio *pin = &gpios_asis[0]; ^ drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:50:42: error: dereferencing pointer to incomplete type 'struct i2c_client' gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i]->name, ^~ drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:50:42: error: request for member 'dev' in something not a structure or union drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:50:55: error: invalid type argument of '->' (have 'struct dcon_gpio') gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i]->name, ^~ drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:50:55: error: request for member 'name' in something not a structure or union drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:51:14: error: invalid type argument of '->' (have 'struct dcon_gpio') pin[i]->flags); ^~ drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:51:14: error: request for member 'flags' in something not a structure or union drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:50:29: error: passing argument 1 of 'devm_gpiod_get' from incompatible pointer type [-Werror=incompatible-pointer-types] gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i]->name, ^ In file included from drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:14:0: include/linux/gpio/consumer.h:87:55: note: expected 'struct device *' but argument is of type 'const struct dcon_gpio (*)[1]' struct gpio_desc *__must_check devm_gpiod_get(struct device *dev, ^~~ drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:50:49: error: passing argument 2 of 'devm_gpiod_get' from incompatible pointer type [-Werror=incompatible-pointer-types] gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i]->name, ^~~ In file included from drivers/staging//olpc_dcon/olpc_dcon_xo_1.c:14:0: i
[PATCH] media: platform: fix platform_no_drv_owner.cocci warnings
From: kbuild test robot drivers/staging/media/sunxi/cedrus/cedrus.c:421:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: 50e761516f2b ("media: platform: Add Cedrus VPU decoder driver") CC: Paul Kocialkowski Signed-off-by: kbuild test robot --- tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 163c8d54a997153ee1a1e07fcac087492ad85b37 commit: 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1 media: platform: Add Cedrus VPU decoder driver cedrus.c |1 - 1 file changed, 1 deletion(-) --- a/drivers/staging/media/sunxi/cedrus/cedrus.c +++ b/drivers/staging/media/sunxi/cedrus/cedrus.c @@ -418,7 +418,6 @@ static struct platform_driver cedrus_dri .remove = cedrus_remove, .driver = { .name = CEDRUS_NAME, - .owner = THIS_MODULE, .of_match_table = of_match_ptr(cedrus_dt_match), }, }; ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v3 2/4] staging: wilc1000: validate cfg parameters before scheduling the work
Hi Adham, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.20-rc1 next-20181106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Adham-Abozaeid-microchip-com/staging-wilc1000-validate-input-to-set_wiphy_param-and-return-proper-errors/20181106-120308 smatch warnings: drivers/staging/wilc1000/wilc_wfi_cfgoperations.c:1152 set_wiphy_params() warn: always true condition '(wiphy->retry_short < 256) => (0-255 < 256)' drivers/staging/wilc1000/wilc_wfi_cfgoperations.c:1164 set_wiphy_params() warn: always true condition '(wiphy->retry_long < 256) => (0-255 < 256)' vim +1152 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 1141 1142 static int set_wiphy_params(struct wiphy *wiphy, u32 changed) 1143 { 1144 int ret; 1145 struct cfg_param_attr cfg_param_val; 1146 struct wilc_priv *priv = wiphy_priv(wiphy); 1147 struct wilc_vif *vif = netdev_priv(priv->dev); 1148 1149 cfg_param_val.flag = 0; 1150 1151 if (changed & WIPHY_PARAM_RETRY_SHORT) { > 1152 if (wiphy->retry_short > 0 && wiphy->retry_short < 256) > { 1153 netdev_dbg(vif->ndev, 1154 "Setting WIPHY_PARAM_RETRY_SHORT %d\n", 1155 wiphy->retry_short); 1156 cfg_param_val.flag |= RETRY_SHORT; 1157 cfg_param_val.short_retry_limit = wiphy->retry_short; 1158 } else { 1159 netdev_err(vif->ndev, "Short retry limit out of range\n"); 1160 return -EINVAL; 1161 } 1162 } 1163 if (changed & WIPHY_PARAM_RETRY_LONG) { > 1164 if (wiphy->retry_long > 0 && wiphy->retry_long < 256) { 1165 netdev_dbg(vif->ndev, 1166 "Setting WIPHY_PARAM_RETRY_LONG %d\n", 1167 wiphy->retry_long); 1168 cfg_param_val.flag |= RETRY_LONG; 1169 cfg_param_val.long_retry_limit = wiphy->retry_long; 1170 } else { 1171 netdev_err(vif->ndev, "Long retry limit out of range\n"); 1172 return -EINVAL; 1173 } 1174 } 1175 if (changed & WIPHY_PARAM_FRAG_THRESHOLD) { 1176 if (wiphy->frag_threshold > 255 && 1177 wiphy->frag_threshold < 7937) { 1178 netdev_dbg(vif->ndev, 1179 "Setting WIPHY_PARAM_FRAG_THRESHOLD %d\n", 1180 wiphy->frag_threshold); 1181 cfg_param_val.flag |= FRAG_THRESHOLD; 1182 cfg_param_val.frag_threshold = wiphy->frag_threshold; 1183 } else { 1184 netdev_err(vif->ndev, 1185 "Fragmentation threshold out of range\n"); 1186 return -EINVAL; 1187 } 1188 } 1189 1190 if (changed & WIPHY_PARAM_RTS_THRESHOLD) { 1191 if (wiphy->rts_threshold > 255) { 1192 netdev_dbg(vif->ndev, 1193 "Setting WIPHY_PARAM_RTS_THRESHOLD %d\n", 1194 wiphy->rts_threshold); 1195 cfg_param_val.flag |= RTS_THRESHOLD; 1196 cfg_param_val.rts_threshold = wiphy->rts_threshold; 1197 } else { 1198 netdev_err(vif->ndev, "RTS threshold out of range\n"); 1199 return -EINVAL; 1200 } 1201 } 1202 1203 ret = wilc_hif_set_cfg(vif, &cfg_param_val); 1204 if (ret) 1205 netdev_err(priv->dev, "Error in setting WIPHY PARAMS\n"); 1206 1207 return ret; 1208 } 1209 --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing 42/93] drivers/staging//media/tegra-vde/tegra-vde.c:265:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int'
7-12-11 274 tegra_vde_setup_iram_entry(vde, 1, i, value, aux_addr); cd6c56fe Dmitry Osipenko 2017-12-11 275 tegra_vde_setup_iram_entry(vde, 2, i, value, aux_addr); cd6c56fe Dmitry Osipenko 2017-12-11 276 tegra_vde_setup_iram_entry(vde, 3, i, value, aux_addr); cd6c56fe Dmitry Osipenko 2017-12-11 277} cd6c56fe Dmitry Osipenko 2017-12-11 278 cd6c56fe Dmitry Osipenko 2017-12-11 279if (!(dpb_frames[0].flags & FLAG_B_FRAME)) cd6c56fe Dmitry Osipenko 2017-12-11 280return; cd6c56fe Dmitry Osipenko 2017-12-11 281 cd6c56fe Dmitry Osipenko 2017-12-11 282if (with_earlier_poc_nb >= ref_frames_nb) cd6c56fe Dmitry Osipenko 2017-12-11 283return; cd6c56fe Dmitry Osipenko 2017-12-11 284 cd6c56fe Dmitry Osipenko 2017-12-11 285with_later_poc_nb = ref_frames_nb - with_earlier_poc_nb; cd6c56fe Dmitry Osipenko 2017-12-11 286 cd6c56fe Dmitry Osipenko 2017-12-11 287dev_dbg(vde->miscdev.parent, cd6c56fe Dmitry Osipenko 2017-12-11 288"REF L1: with_later_poc_nb %d with_earlier_poc_nb %d\n", cd6c56fe Dmitry Osipenko 2017-12-11 289 with_later_poc_nb, with_earlier_poc_nb); cd6c56fe Dmitry Osipenko 2017-12-11 290 cd6c56fe Dmitry Osipenko 2017-12-11 291for (i = 0, k = with_earlier_poc_nb; i < with_later_poc_nb; i++, k++) { cd6c56fe Dmitry Osipenko 2017-12-11 292frame = &dpb_frames[k + 1]; cd6c56fe Dmitry Osipenko 2017-12-11 293 cd6c56fe Dmitry Osipenko 2017-12-11 294aux_addr = frame->aux_addr; cd6c56fe Dmitry Osipenko 2017-12-11 295 cd6c56fe Dmitry Osipenko 2017-12-11 296value = (k + 1) << 26; cd6c56fe Dmitry Osipenko 2017-12-11 297value |= !(frame->flags & FLAG_B_FRAME) << 25; cd6c56fe Dmitry Osipenko 2017-12-11 298value |= 1 << 24; cd6c56fe Dmitry Osipenko 2017-12-11 299value |= frame->frame_num; cd6c56fe Dmitry Osipenko 2017-12-11 300 cd6c56fe Dmitry Osipenko 2017-12-11 301 dev_dbg(vde->miscdev.parent, cd6c56fe Dmitry Osipenko 2017-12-11 302"\tFrame %d: frame_num = %d\n", cd6c56fe Dmitry Osipenko 2017-12-11 303k + 1, frame->frame_num); cd6c56fe Dmitry Osipenko 2017-12-11 304 cd6c56fe Dmitry Osipenko 2017-12-11 305 tegra_vde_setup_iram_entry(vde, 2, i, value, aux_addr); cd6c56fe Dmitry Osipenko 2017-12-11 306} cd6c56fe Dmitry Osipenko 2017-12-11 307 cd6c56fe Dmitry Osipenko 2017-12-11 308for (k = 0; i < ref_frames_nb; i++, k++) { cd6c56fe Dmitry Osipenko 2017-12-11 309frame = &dpb_frames[k + 1]; cd6c56fe Dmitry Osipenko 2017-12-11 310 cd6c56fe Dmitry Osipenko 2017-12-11 311aux_addr = frame->aux_addr; cd6c56fe Dmitry Osipenko 2017-12-11 312 cd6c56fe Dmitry Osipenko 2017-12-11 313value = (k + 1) << 26; cd6c56fe Dmitry Osipenko 2017-12-11 314value |= !(frame->flags & FLAG_B_FRAME) << 25; cd6c56fe Dmitry Osipenko 2017-12-11 315value |= 1 << 24; cd6c56fe Dmitry Osipenko 2017-12-11 316value |= frame->frame_num; cd6c56fe Dmitry Osipenko 2017-12-11 317 cd6c56fe Dmitry Osipenko 2017-12-11 318 dev_dbg(vde->miscdev.parent, cd6c56fe Dmitry Osipenko 2017-12-11 319"\tFrame %d: frame_num = %d\n", cd6c56fe Dmitry Osipenko 2017-12-11 320k + 1, frame->frame_num); cd6c56fe Dmitry Osipenko 2017-12-11 321 cd6c56fe Dmitry Osipenko 2017-12-11 322 tegra_vde_setup_iram_entry(vde, 2, i, value, aux_addr); cd6c56fe Dmitry Osipenko 2017-12-11 323} cd6c56fe Dmitry Osipenko 2017-12-11 324 } cd6c56fe Dmitry Osipenko 2017-12-11 325 :: The code at line 265 was first introduced by commit :: cd6c56feb591f6fe66bebcbeb43ecc0e2acdcffa media: staging: media: Introduce NVIDIA Tegra video decoder driver :: TO: Dmitry Osipenko :: CC: Mauro Carvalho Chehab --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH] drivers/android/binder.c: Remove duplicate header
Hi Brajeswar, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.20-rc1 next-20181109] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Brajeswar-Ghosh/drivers-android-binder-c-Remove-duplicate-header/20181109-154717 config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/android/binder.o: In function `binder_free_buf': >> binder.c:(.text+0x3c46): undefined reference to >> `__tracepoint_binder_transaction_buffer_release' binder.c:(.text+0x3c91): undefined reference to `__tracepoint_binder_transaction_buffer_release' drivers/android/binder.o: In function `binder_transaction': >> binder.c:(.text+0x4a85): undefined reference to >> `__tracepoint_binder_transaction' binder.c:(.text+0x4af8): undefined reference to `__tracepoint_binder_transaction' >> binder.c:(.text+0x4c33): undefined reference to >> `__tracepoint_binder_transaction_alloc_buf' binder.c:(.text+0x4c90): undefined reference to `__tracepoint_binder_transaction_alloc_buf' >> binder.c:(.text+0x522b): undefined reference to >> `__tracepoint_binder_transaction_node_to_ref' binder.c:(.text+0x5279): undefined reference to `__tracepoint_binder_transaction_node_to_ref' >> binder.c:(.text+0x549b): undefined reference to >> `__tracepoint_binder_transaction_ref_to_node' binder.c:(.text+0x54ee): undefined reference to `__tracepoint_binder_transaction_ref_to_node' >> binder.c:(.text+0x55fd): undefined reference to >> `__tracepoint_binder_transaction_ref_to_ref' binder.c:(.text+0x5655): undefined reference to `__tracepoint_binder_transaction_ref_to_ref' >> binder.c:(.text+0x61c5): undefined reference to >> `__tracepoint_binder_transaction_failed_buffer_release' binder.c:(.text+0x6220): undefined reference to `__tracepoint_binder_transaction_failed_buffer_release' drivers/android/binder.o: In function `binder_thread_write': >> binder.c:(.text+0x6656): undefined reference to `__tracepoint_binder_command' binder.c:(.text+0x66a1): undefined reference to `__tracepoint_binder_command' drivers/android/binder.o: In function `binder_put_node_cmd': >> binder.c:(.text+0x7976): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x79d1): undefined reference to `__tracepoint_binder_return' drivers/android/binder.o: In function `binder_thread_read': >> binder.c:(.text+0x7bf9): undefined reference to >> `__tracepoint_binder_wait_for_work' binder.c:(.text+0x7c71): undefined reference to `__tracepoint_binder_wait_for_work' binder.c:(.text+0x810e): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x8161): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x824e): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x82a1): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x888e): undefined reference to `__tracepoint_binder_return' drivers/android/binder.o:binder.c:(.text+0x88e1): more undefined references to `__tracepoint_binder_return' follow drivers/android/binder.o: In function `binder_thread_read': >> binder.c:(.text+0x8bcf): undefined reference to >> `__tracepoint_binder_transaction_fd_recv' binder.c:(.text+0x8c39): undefined reference to `__tracepoint_binder_transaction_fd_recv' binder.c:(.text+0x8ebe): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x8f11): undefined reference to `__tracepoint_binder_return' >> binder.c:(.text+0x90b2): undefined reference to >> `__tracepoint_binder_transaction_received' binder.c:(.text+0x90fb): undefined reference to `__tracepoint_binder_transaction_received' binder.c:(.text+0x9172): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x91bb): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x947d): undefined reference to `__tracepoint_binder_return' binder.c:(.text+0x94c5): undefined reference to `__tracepoint_binder_return' drivers/android/binder.o: In function `binder_ioctl_write_read.isra.11': >> binder.c:(.text+0x9796): undefined reference to >> `__tracepoint_binder_write_done' binder.c:(.text+0x97e1): undefined reference to `__tracepoint_binder_write_done' >> binder.c:(.text+0x98e6): undefined reference to >> `__tracepoint_binder_read_done
[staging:staging-testing 95/109] drivers/staging/erofs/unzip_vle_lz4.c:18: undefined reference to `LZ4_decompress_safe_partial'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: 4073536c927421a8908490cf22ce912cb97d7f53 commit: 05f9d4a0c8c439102fb30ff5da53748e807da585 [95/109] staging: erofs: use the new LZ4_decompress_safe_partial() config: i386-randconfig-sb0-11092119 (attached as .config) compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4 reproduce: git checkout 05f9d4a0c8c439102fb30ff5da53748e807da585 # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/staging/erofs/unzip_vle_lz4.o: In function `z_erofs_unzip_lz4': >> drivers/staging/erofs/unzip_vle_lz4.c:18: undefined reference to >> `LZ4_decompress_safe_partial' vim +18 drivers/staging/erofs/unzip_vle_lz4.c 15 16 int z_erofs_unzip_lz4(void *in, void *out, size_t inlen, size_t outlen) 17 { > 18 int ret = LZ4_decompress_safe_partial(in, out, inlen, outlen, outlen); 19 20 if (ret >= 0) 21 return ret; 22 23 /* 24 * LZ4_decompress_safe_partial will return an error code 25 * (< 0) if decompression failed 26 */ 27 errln("%s, failed to decompress, in[%p, %zu] outlen[%p, %zu]", 28__func__, in, inlen, out, outlen); 29 WARN_ON(1); 30 print_hex_dump(KERN_DEBUG, "raw data [in]: ", DUMP_PREFIX_OFFSET, 31 16, 1, in, inlen, true); 32 print_hex_dump(KERN_DEBUG, "raw data [out]: ", DUMP_PREFIX_OFFSET, 33 16, 1, out, outlen, true); 34 return -EIO; 35 } 36 --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH] drivers/android/binder.c: Remove duplicate header
Hi Brajeswar, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.20-rc1 next-20181109] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Brajeswar-Ghosh/drivers-android-binder-c-Remove-duplicate-header/20181109-154717 config: i386-randconfig-i3-201844 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/android/binder.o: In function `__read_once_size': >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_return' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_return' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_return' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_buffer_release' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_buffer_release' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_buffer_release' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_wait_for_work' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_fd_recv' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_wait_for_work' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_fd_recv' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_fd_recv' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_wait_for_work' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_received' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_received' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_received' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_alloc_buf' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_failed_buffer_release' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction' >> include/linux/compiler.h:182: undefined reference to >> `__tracepoint_binder_transaction_alloc_buf' vim +182 include/linux/compiler.h d976441f Andrey Ryabinin 2015-10-19 178 d976441f Andrey Ryabinin 2015-10-19 179 static __always_inline d976441f Andrey Ryabinin 2015-10-19 180 void __read_once_size(const volatile void *p, void *res, int size) 230fa253 Christian Borntraeger 2014-11-25 181 { d976441f Andrey Ryabinin 2015-10-19 @182 __READ_ONCE_SIZE; 230fa253 Christian Borntraeger 2014-11-25 183 } d976441f Andrey Ryabinin 2015-10-19 184 :: The code at line 182 was first introduced by commit :: d976441f44bc5d48635d081d277aa76556ffbf8b compiler, atomics, kasan: Provide READ_ONCE_NOCHECK() :: TO: Andrey Ryabinin :: CC: Ingo Molnar --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: Patch "x86/hyper-v: Enable PIT shutdown quirk" has been added to the 4.19-stable tree
Hi gregkh, I love your patch! Yet something to improve: [auto build test ERROR on tip/x86/core] [cannot apply to v4.20-rc3 next-20181119] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/gregkh-linuxfoundation-org/Patch-x86-hyper-v-Enable-PIT-shutdown-quirk-has-been-added-to-the-4-19-stable-tree/20181120-042611 config: i386-randconfig-x019-201846 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): arch/x86/kernel/cpu/mshyperv.c: In function 'ms_hyperv_init_platform': >> arch/x86/kernel/cpu/mshyperv.c:297:2: error: >> 'i8253_clear_counter_on_shutdown' undeclared (first use in this function) i8253_clear_counter_on_shutdown = false; ^~~ arch/x86/kernel/cpu/mshyperv.c:297:2: note: each undeclared identifier is reported only once for each function it appears in vim +/i8253_clear_counter_on_shutdown +297 arch/x86/kernel/cpu/mshyperv.c 275 276 #if IS_ENABLED(CONFIG_HYPERV) && defined(CONFIG_KEXEC_CORE) 277 machine_ops.shutdown = hv_machine_shutdown; 278 machine_ops.crash_shutdown = hv_machine_crash_shutdown; 279 #endif 280 mark_tsc_unstable("running on Hyper-V"); 281 282 /* 283 * Generation 2 instances don't support reading the NMI status from 284 * 0x61 port. 285 */ 286 if (efi_enabled(EFI_BOOT)) 287 x86_platform.get_nmi_reason = hv_get_nmi_reason; 288 289 /* 290 * Hyper-V VMs have a PIT emulation quirk such that zeroing the 291 * counter register during PIT shutdown restarts the PIT. So it 292 * continues to interrupt @18.2 HZ. Setting i8253_clear_counter 293 * to false tells pit_shutdown() not to zero the counter so that 294 * the PIT really is shutdown. Generation 2 VMs don't have a PIT, 295 * and setting this value has no effect. 296 */ > 297 i8253_clear_counter_on_shutdown = false; 298 --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: Patch "x86/hyper-v: Enable PIT shutdown quirk" has been added to the 4.19-stable tree
Hi gregkh, I love your patch! Yet something to improve: [auto build test ERROR on tip/x86/core] [cannot apply to v4.20-rc3 next-20181120] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/gregkh-linuxfoundation-org/Patch-x86-hyper-v-Enable-PIT-shutdown-quirk-has-been-added-to-the-4-19-stable-tree/20181120-042611 config: x86_64-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefixed by >>): >> arch/x86/kernel/cpu/mshyperv.c:297:9: error: undefined identifier >> 'i8253_clear_counter_on_shutdown' arch/x86/kernel/cpu/mshyperv.c:320:41: warning: symbol 'x86_hyper_ms_hyperv' was not declared. Should it be static? >> arch/x86/kernel/cpu/mshyperv.c:297:9: warning: generating address of >> non-lvalue (3) arch/x86/kernel/cpu/mshyperv.c: In function 'ms_hyperv_init_platform': arch/x86/kernel/cpu/mshyperv.c:297:2: error: 'i8253_clear_counter_on_shutdown' undeclared (first use in this function) i8253_clear_counter_on_shutdown = false; ^~~ arch/x86/kernel/cpu/mshyperv.c:297:2: note: each undeclared identifier is reported only once for each function it appears in vim +/i8253_clear_counter_on_shutdown +297 arch/x86/kernel/cpu/mshyperv.c 275 276 #if IS_ENABLED(CONFIG_HYPERV) && defined(CONFIG_KEXEC_CORE) 277 machine_ops.shutdown = hv_machine_shutdown; 278 machine_ops.crash_shutdown = hv_machine_crash_shutdown; 279 #endif 280 mark_tsc_unstable("running on Hyper-V"); 281 282 /* 283 * Generation 2 instances don't support reading the NMI status from 284 * 0x61 port. 285 */ 286 if (efi_enabled(EFI_BOOT)) 287 x86_platform.get_nmi_reason = hv_get_nmi_reason; 288 289 /* 290 * Hyper-V VMs have a PIT emulation quirk such that zeroing the 291 * counter register during PIT shutdown restarts the PIT. So it 292 * continues to interrupt @18.2 HZ. Setting i8253_clear_counter 293 * to false tells pit_shutdown() not to zero the counter so that 294 * the PIT really is shutdown. Generation 2 VMs don't have a PIT, 295 * and setting this value has no effect. 296 */ > 297 i8253_clear_counter_on_shutdown = false; 298 --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v8 01/12] media: staging/imx: refactor imx media device probe
Hi Rui, I love your patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.20-rc3 next-20181121] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Rui-Miguel-Silva/media-staging-imx7-add-i-MX7-media-driver/20181122-024200 base: git://linuxtv.org/media_tree.git master config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> make[5]: *** No rule to make target >> 'drivers/staging/media/imx/imx-media-dev-common.o', needed by >> 'drivers/staging/media/imx/imx-media.o'. make[5]: Target '__build' not remade because of errors. --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[PATCH] media: staging/imx7: fix platform_no_drv_owner.cocci warnings
From: kbuild test robot drivers/staging/media/imx/imx7-mipi-csis.c:1125:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: 181331ab8acb ("media: staging/imx7: add MIPI CSI-2 receiver subdev for i.MX7") CC: Rui Miguel Silva Signed-off-by: kbuild test robot --- url: https://github.com/0day-ci/linux/commits/Rui-Miguel-Silva/media-staging-imx7-add-i-MX7-media-driver/20181122-024200 base: git://linuxtv.org/media_tree.git master imx7-mipi-csis.c |1 - 1 file changed, 1 deletion(-) --- a/drivers/staging/media/imx/imx7-mipi-csis.c +++ b/drivers/staging/media/imx/imx7-mipi-csis.c @@ -1122,7 +1122,6 @@ static struct platform_driver mipi_csis_ .driver = { .of_match_table = mipi_csis_of_match, .name = CSIS_DRIVER_NAME, - .owner = THIS_MODULE, .pm = &mipi_csis_pm_ops, }, }; ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v8 04/12] media: staging/imx7: add MIPI CSI-2 receiver subdev for i.MX7
Hi Rui, I love your patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.20-rc3 next-20181121] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Rui-Miguel-Silva/media-staging-imx7-add-i-MX7-media-driver/20181122-024200 base: git://linuxtv.org/media_tree.git master coccinelle warnings: (new ones prefixed by >>) >> drivers/staging/media/imx/imx7-mipi-csis.c:1125:3-8: No need to set .owner >> here. The core will do it. Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH 01/26] Staging: fbtft: fbtft-core: Switch to the gpio descriptor interface
Hi Nishad, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.20-rc3 next-20181123] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Nishad-Kamdar/Staging-fbtft-Switch-to-the-gpio-descriptor-interface/20181125-232835 config: x86_64-randconfig-x001-201847 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefixed by >>): drivers/staging/fbtft/fbtft-core.c: In function 'fbtft_request_one_gpio': >> drivers/staging/fbtft/fbtft-core.c:167:21: error: storage size of 'of_flags' >> isn't known enum of_gpio_flags of_flags; ^~~~ drivers/staging/fbtft/fbtft-core.c:167:21: warning: unused variable 'of_flags' [-Wunused-variable] drivers/staging/fbtft/fbtft-core.c:166:12: warning: unused variable 'flags' [-Wunused-variable] int gpio, flags, ret = 0; ^ drivers/staging/fbtft/fbtft-core.c:166:6: warning: unused variable 'gpio' [-Wunused-variable] int gpio, flags, ret = 0; ^~~~ -- drivers/staging/fbtft/fb_agm1264k-fl.c: In function 'reset': >> drivers/staging/fbtft/fb_agm1264k-fl.c:82:22: warning: comparison between >> pointer and integer if (par->gpio.reset == -1) ^~ >> drivers/staging/fbtft/fb_agm1264k-fl.c:87:17: warning: passing argument 1 of >> 'gpio_set_value' makes integer from pointer without a cast [-Wint-conversion] gpio_set_value(par->gpio.reset, 0); ^~~ In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:11:0: include/linux/gpio.h:69:20: note: expected 'unsigned int' but argument is of type 'struct gpio_desc *' static inline void gpio_set_value(unsigned int gpio, int value) ^~ drivers/staging/fbtft/fb_agm1264k-fl.c:89:17: warning: passing argument 1 of 'gpio_set_value' makes integer from pointer without a cast [-Wint-conversion] gpio_set_value(par->gpio.reset, 1); ^~~ In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:11:0: include/linux/gpio.h:69:20: note: expected 'unsigned int' but argument is of type 'struct gpio_desc *' static inline void gpio_set_value(unsigned int gpio, int value) ^~ drivers/staging/fbtft/fb_agm1264k-fl.c: In function 'write_reg8_bus8': drivers/staging/fbtft/fb_agm1264k-fl.c:197:18: warning: passing argument 1 of 'gpio_set_value' makes integer from pointer without a cast [-Wint-conversion] gpio_set_value(par->CS0, 1); ^~~ In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:11:0: include/linux/gpio.h:69:20: note: expected 'unsigned int' but argument is of type 'struct gpio_desc *' static inline void gpio_set_value(unsigned int gpio, int value) ^~ drivers/staging/fbtft/fb_agm1264k-fl.c:198:18: warning: passing argument 1 of 'gpio_set_value' makes integer from pointer without a cast [-Wint-conversion] gpio_set_value(par->CS1, 0); ^~~ In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:11:0: include/linux/gpio.h:69:20: note: expected 'unsigned int' but argument is of type 'struct gpio_desc *' static inline void gpio_set_value(unsigned int gpio, int value) ^~ drivers/staging/fbtft/fb_agm1264k-fl.c:201:18: warning: passing argument 1 of 'gpio_set_value' makes integer from pointer without a cast [-Wint-conversion] gpio_set_value(par->CS0, 0); ^~~ In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:11:0: include/linux/gpio.h:69:20: note: expected 'unsigned int' but argument is of type 'struct gpio_desc *' static inline void gpio_set_value(unsigned int gpio, int value) ^~ drivers/staging/fbtft/fb_agm1264k-fl.c:202:18: warning: passing argument 1 of 'gpio_set_value' makes integer from pointer without a cast [-Wint-conversion] gpio_set_value(par->CS1, 1); ^~~ In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:11:0: include/linux/gpio.h:69:20: note: expected 'unsigned int' but argument is of type 'struct gpio_desc *' static inline void gpio_set_value(unsigned int gpio, int value) ^~ drivers/staging/fbtft/fb_agm1264k-fl.c:205:17: warning: passing ar
Re: [PATCH] staging: fbtft replaced udelay with usleep_range
Hi Mayank, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 06b0c0dce88e2aa2f01343db0f26d214d7f264a0 config: alpha-allmodconfig (attached as .config) compiler: alpha-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/4a777af1cc91dc603b6b92fe06fd94081dc2891e git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807 git checkout 4a777af1cc91dc603b6b92fe06fd94081dc2891e # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=alpha If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/staging/fbtft/fb_agm1264k-fl.c: In function 'reset': >> drivers/staging/fbtft/fb_agm1264k-fl.c:88:2: error: too few arguments to >> function 'usleep_range' 88 | usleep_range(20); | ^~~~ In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:12: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ -- drivers/staging/fbtft/fb_ra8875.c: In function 'write_reg8_bus8': >> drivers/staging/fbtft/fb_ra8875.c:220:2: error: too few arguments to >> function 'usleep_range' 220 | usleep_range(100); | ^~~~ In file included from drivers/staging/fbtft/fb_ra8875.c:10: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ drivers/staging/fbtft/fb_ra8875.c:241:2: error: too few arguments to function 'usleep_range' 241 | usleep_range(100); | ^~~~ In file included from drivers/staging/fbtft/fb_ra8875.c:10: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ -- drivers/staging/fbtft/fb_tinylcd.c: In function 'init_display': >> drivers/staging/fbtft/fb_tinylcd.c:44:2: error: too few arguments to >> function 'usleep_range' 44 | usleep_range(250); | ^~~~ In file included from drivers/staging/fbtft/fb_tinylcd.c:11: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ -- drivers/staging/fbtft/fb_upd161704.c: In function 'init_display': >> drivers/staging/fbtft/fb_upd161704.c:39:2: error: too few arguments to >> function 'usleep_range' 39 | usleep_range(100); | ^~~~ In file included from drivers/staging/fbtft/fb_upd161704.c:16: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ drivers/staging/fbtft/fb_upd161704.c:43:2: error: too few arguments to function 'usleep_range' 43 | usleep_range(10); | ^~~~ In file included from drivers/staging/fbtft/fb_upd161704.c:16: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ drivers/staging/fbtft/fb_upd161704.c:46:2: error: too few arguments to function 'usleep_range' 46 | usleep_range(10); | ^~~~ In file included from drivers/staging/fbtft/fb_upd161704.c:16: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ drivers/staging/fbtft/fb_upd161704.c:49:2: error: too few arguments to function 'usleep_range' 49 | usleep_range(10); | ^~~~ In file included from drivers/staging/fbtft/fb_upd161704.c:16: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max); | ^~~~ drivers/staging/fbtft/fb_upd161704.c:52:2: error: too few arguments to function 'usleep_range' 52 | usleep_range(10); | ^~~~ In file included from drivers/staging/fbtft/fb_upd161704.c:16: include/linux/delay.h:61:6: note: declared here 61 | void usleep_range(unsigned long min, unsigned long max);
Re: [PATCH] staging: fbtft replaced udelay with usleep_range
Hi Mayank, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 06b0c0dce88e2aa2f01343db0f26d214d7f264a0 config: arm64-randconfig-r025-20210205 (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm64 cross compiling tool for clang build # apt-get install binutils-aarch64-linux-gnu # https://github.com/0day-ci/linux/commit/4a777af1cc91dc603b6b92fe06fd94081dc2891e git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807 git checkout 4a777af1cc91dc603b6b92fe06fd94081dc2891e # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/staging/fbtft/fb_ra8875.c:220:18: error: too few arguments to >> function call, expected 2, have 1 usleep_range(100); ^ include/linux/delay.h:61:6: note: 'usleep_range' declared here void usleep_range(unsigned long min, unsigned long max); ^ drivers/staging/fbtft/fb_ra8875.c:241:18: error: too few arguments to function call, expected 2, have 1 usleep_range(100); ^ include/linux/delay.h:61:6: note: 'usleep_range' declared here void usleep_range(unsigned long min, unsigned long max); ^ 2 errors generated. -- >> drivers/staging/fbtft/fb_tinylcd.c:44:18: error: too few arguments to >> function call, expected 2, have 1 usleep_range(250); ^ include/linux/delay.h:61:6: note: 'usleep_range' declared here void usleep_range(unsigned long min, unsigned long max); ^ 1 error generated. -- >> drivers/staging/fbtft/fb_watterott.c:87:19: error: too few arguments to >> function call, expected 2, have 1 usleep_range(300); ^ include/linux/delay.h:61:6: note: 'usleep_range' declared here void usleep_range(unsigned long min, unsigned long max); ^ drivers/staging/fbtft/fb_watterott.c:127:19: error: too few arguments to function call, expected 2, have 1 usleep_range(700); ^ include/linux/delay.h:61:6: note: 'usleep_range' declared here void usleep_range(unsigned long min, unsigned long max); ^ 2 errors generated. vim +220 drivers/staging/fbtft/fb_ra8875.c 189 190 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) 191 { 192 va_list args; 193 int i, ret; 194 u8 *buf = par->buf; 195 196 /* slow down spi-speed for writing registers */ 197 par->fbtftops.write = write_spi; 198 199 if (unlikely(par->debug & DEBUG_WRITE_REGISTER)) { 200 va_start(args, len); 201 for (i = 0; i < len; i++) 202 buf[i] = (u8)va_arg(args, unsigned int); 203 va_end(args); 204 fbtft_par_dbg_hex(DEBUG_WRITE_REGISTER, par, par->info->device, 205u8, buf, len, "%s: ", __func__); 206 } 207 208 va_start(args, len); 209 *buf++ = 0x80; 210 *buf = (u8)va_arg(args, unsigned int); 211 ret = par->fbtftops.write(par, par->buf, 2); 212 if (ret < 0) { 213 va_end(args); 214 dev_err(par->info->device, "write() failed and returned %dn", 215 ret); 216 return; 217 } 218 len--; 219 > 220 usleep_range(100); 221 222 if (len) { 223 buf = (u8 *)par->buf; 224 *buf++ = 0x00; 225 i = len; 226 while (i--) 227 *buf++ = (u8)va_arg(args, unsigned int); 228 229 ret = par->fbtftops.write(par, par->buf, len + 1); 230 if (ret < 0) { 231
Re: [PATCH] staging: gdm724x: Fix DMA from stack
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/ameynarkhede03-gmail-com/staging-gdm724x-Fix-DMA-from-stack/20210209-225530 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 06b0c0dce88e2aa2f01343db0f26d214d7f264a0 config: m68k-allmodconfig (attached as .config) compiler: m68k-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/d793f4f05736924fc2207a0f8c338115523930da git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review ameynarkhede03-gmail-com/staging-gdm724x-Fix-DMA-from-stack/20210209-225530 git checkout d793f4f05736924fc2207a0f8c338115523930da # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from include/linux/kernel.h:10, from include/linux/list.h:9, from include/linux/module.h:12, from drivers/staging/gdm724x/gdm_usb.c:6: include/linux/scatterlist.h: In function 'sg_set_buf': arch/m68k/include/asm/page_mm.h:174:49: warning: ordered comparison of pointer with null pointer [-Wextra] 174 | #define virt_addr_valid(kaddr) ((void *)(kaddr) >= (void *)PAGE_OFFSET && (void *)(kaddr) < high_memory) | ^~ include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' 78 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ include/linux/scatterlist.h:137:2: note: in expansion of macro 'BUG_ON' 137 | BUG_ON(!virt_addr_valid(buf)); | ^~ include/linux/scatterlist.h:137:10: note: in expansion of macro 'virt_addr_valid' 137 | BUG_ON(!virt_addr_valid(buf)); | ^~~ drivers/staging/gdm724x/gdm_usb.c: In function 'request_mac_address': >> drivers/staging/gdm724x/gdm_usb.c:60:21: warning: 'buf' is used >> uninitialized in this function [-Wuninitialized] 60 | struct hci_packet *hci = (struct hci_packet *)buf; | ^~~ vim +/buf +60 drivers/staging/gdm724x/gdm_usb.c 61e12104764512 Won Kang 2013-07-25 50 61e12104764512 Won Kang 2013-07-25 51 static int gdm_usb_recv(void *priv_dev, 35db0350c5ef0d Aybuke Ozdemir 2014-03-14 52int (*cb)(void *cb_data, 35db0350c5ef0d Aybuke Ozdemir 2014-03-14 53 void *data, int len, int context), 61e12104764512 Won Kang 2013-07-25 54void *cb_data, 61e12104764512 Won Kang 2013-07-25 55int context); 61e12104764512 Won Kang 2013-07-25 56 61e12104764512 Won Kang 2013-07-25 57 static int request_mac_address(struct lte_udev *udev) 61e12104764512 Won Kang 2013-07-25 58 { d793f4f0573692 Amey Narkhede 2021-02-09 59u8 *buf; 61e12104764512 Won Kang 2013-07-25 @60struct hci_packet *hci = (struct hci_packet *)buf; 61e12104764512 Won Kang 2013-07-25 61struct usb_device *usbdev = udev->usbdev; 61e12104764512 Won Kang 2013-07-25 62int actual; 61e12104764512 Won Kang 2013-07-25 63int ret = -1; 61e12104764512 Won Kang 2013-07-25 64 1b5e56ece3f501 Quytelda Kahja 2018-02-22 65hci->cmd_evt = gdm_cpu_to_dev16(udev->gdm_ed, LTE_GET_INFORMATION); 1b5e56ece3f501 Quytelda Kahja 2018-02-22 66hci->len = gdm_cpu_to_dev16(udev->gdm_ed, 1); 61e12104764512 Won Kang 2013-07-25 67hci->data[0] = MAC_ADDRESS; 61e12104764512 Won Kang 2013-07-25 68 d793f4f0573692 Amey Narkhede 2021-02-09 69buf = kmalloc(16, GFP_KERNEL); d793f4f0573692 Amey Narkhede 2021-02-09 70if (!buf) d793f4f0573692 Amey Narkhede 2021-02-09 71return -ENOMEM; d793f4f0573692 Amey Narkhede 2021-02-09 72 61e12104764512 Won Kang 2013-07-25 73ret = usb_bulk_msg(usbdev, usb_sndbulkpipe(usbdev, 2), buf, 5, 61e12104764512 Won Kang 2013-07-25 74 &actual, 1000); 61e12104764512 Won Kang 2013-07-25 75 61e12104764512 Won Kang 2013-07-25 76udev->request_mac_addr = 1; 61e12104764512 Won Kang 2013-07-25 77 61e12104764512 Won Kang 2013-07-25 78return ret; 61e12104764512 Won Kang 2013-07-25 79 } 61e12104764512 Won Kang 2013-07-25 80 --- 0-DAY CI Kernel Test Service,
[driver-core:driver-core-testing] BUILD SUCCESS 3c9ea42802a1fbf7ef29660ff8c6e526c58114f6
defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20210209 x86_64 randconfig-a001-20210209 x86_64 randconfig-a005-20210209 x86_64 randconfig-a004-20210209 x86_64 randconfig-a002-20210209 x86_64 randconfig-a003-20210209 i386 randconfig-a001-20210209 i386 randconfig-a005-20210209 i386 randconfig-a003-20210209 i386 randconfig-a002-20210209 i386 randconfig-a006-20210209 i386 randconfig-a004-20210209 i386 randconfig-a016-20210209 i386 randconfig-a013-20210209 i386 randconfig-a012-20210209 i386 randconfig-a014-20210209 i386 randconfig-a011-20210209 i386 randconfig-a015-20210209 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 rhel x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a013-20210209 x86_64 randconfig-a014-20210209 x86_64 randconfig-a015-20210209 x86_64 randconfig-a012-20210209 x86_64 randconfig-a016-20210209 x86_64 randconfig-a011-20210209 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-next] BUILD SUCCESS 6953026f21092199a59f2c641a880b1c4025f932
allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig nios2 defconfig nds32 allnoconfig nios2allyesconfig cskydefconfig xtensa allyesconfig h8300allyesconfig arc defconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20210209 x86_64 randconfig-a001-20210209 x86_64 randconfig-a005-20210209 x86_64 randconfig-a004-20210209 x86_64 randconfig-a002-20210209 x86_64 randconfig-a003-20210209 i386 randconfig-a001-20210209 i386 randconfig-a005-20210209 i386 randconfig-a003-20210209 i386 randconfig-a002-20210209 i386 randconfig-a006-20210209 i386 randconfig-a004-20210209 i386 randconfig-a016-20210209 i386 randconfig-a013-20210209 i386 randconfig-a012-20210209 i386 randconfig-a014-20210209 i386 randconfig-a011-20210209 i386 randconfig-a015-20210209 riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 rhel x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a013-20210209 x86_64 randconfig-a014-20210209 x86_64 randconfig-a015-20210209 x86_64 randconfig-a012-20210209 x86_64 randconfig-a016-20210209 x86_64 randconfig-a011-20210209 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH 1/1] Macros with multiple statements should be enclosed in a do - while loop.
Hi Fatih, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v5.11-rc7 next-20210125] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Fatih-YILDIRIM/Coding-style-fix/20210211-061613 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 6953026f21092199a59f2c641a880b1c4025f932 config: powerpc-randconfig-r026-20210209 (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install powerpc cross compiling tool for clang build # apt-get install binutils-powerpc-linux-gnu # https://github.com/0day-ci/linux/commit/68ce21dfbba245eaa3442ad1269237e99aae5d50 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Fatih-YILDIRIM/Coding-style-fix/20210211-061613 git checkout 68ce21dfbba245eaa3442ad1269237e99aae5d50 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/staging/greybus/loopback.c:273:1: error: expected identifier or '(' gb_loopback_stats_attrs(latency); ^ drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 'gb_loopback_stats_attrs' do {\ ^ >> drivers/staging/greybus/loopback.c:273:1: error: expected identifier or '(' drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 'gb_loopback_stats_attrs' } while (0) ^ drivers/staging/greybus/loopback.c:275:1: error: expected identifier or '(' gb_loopback_stats_attrs(requests_per_second); ^ drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 'gb_loopback_stats_attrs' do {\ ^ drivers/staging/greybus/loopback.c:275:1: error: expected identifier or '(' drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 'gb_loopback_stats_attrs' } while (0) ^ drivers/staging/greybus/loopback.c:277:1: error: expected identifier or '(' gb_loopback_stats_attrs(throughput); ^ drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 'gb_loopback_stats_attrs' do {\ ^ drivers/staging/greybus/loopback.c:277:1: error: expected identifier or '(' drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 'gb_loopback_stats_attrs' } while (0) ^ drivers/staging/greybus/loopback.c:279:1: error: expected identifier or '(' gb_loopback_stats_attrs(apbridge_unipro_latency); ^ drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 'gb_loopback_stats_attrs' do {\ ^ drivers/staging/greybus/loopback.c:279:1: error: expected identifier or '(' drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 'gb_loopback_stats_attrs' } while (0) ^ drivers/staging/greybus/loopback.c:281:1: error: expected identifier or '(' gb_loopback_stats_attrs(gbphy_firmware_latency); ^ drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 'gb_loopback_stats_attrs' do {\ ^ drivers/staging/greybus/loopback.c:281:1: error: expected identifier or '(' drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 'gb_loopback_stats_attrs' } while (0) ^ >> drivers/staging/greybus/loopback.c:319:3: error: use of undeclared >> identifier 'dev_attr_latency_min'; did you mean 'dev_attr_timeout_min'? &dev_attr_latency_min.attr, ^~~~ dev_attr_timeout_min drivers/staging/greybus/loopback.c:290:1: note: 'dev_attr_timeout_min' declared here gb_loopback_ro_attr(timeout_min); ^ drivers/staging/greybus/loopback.c:130:8: note: expand
Re: [PATCH 1/1] staging: greybus: Added do - while in multi statement macro
Hi Hemansh, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Hemansh-Agnihotri/staging-greybus-Added-do-while-in-multi-statement-macro/20210211-175717 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 6953026f21092199a59f2c641a880b1c4025f932 config: m68k-randconfig-r003-20210211 (attached as .config) compiler: m68k-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/e0f87bc4986d8e909dfda91664ce1700b01acb85 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Hemansh-Agnihotri/staging-greybus-Added-do-while-in-multi-statement-macro/20210211-175717 git checkout e0f87bc4986d8e909dfda91664ce1700b01acb85 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' >> before 'do' 165 | #define gb_loopback_stats_attrs(field) do { \ |^~ drivers/staging/greybus/loopback.c:272:1: note: in expansion of macro 'gb_loopback_stats_attrs' 272 | gb_loopback_stats_attrs(latency); | ^~~ >> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' >> before 'while' 169 | } while (0) |^ drivers/staging/greybus/loopback.c:272:1: note: in expansion of macro 'gb_loopback_stats_attrs' 272 | gb_loopback_stats_attrs(latency); | ^~~ >> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' >> before 'do' 165 | #define gb_loopback_stats_attrs(field) do { \ |^~ drivers/staging/greybus/loopback.c:274:1: note: in expansion of macro 'gb_loopback_stats_attrs' 274 | gb_loopback_stats_attrs(requests_per_second); | ^~~ >> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' >> before 'while' 169 | } while (0) |^ drivers/staging/greybus/loopback.c:274:1: note: in expansion of macro 'gb_loopback_stats_attrs' 274 | gb_loopback_stats_attrs(requests_per_second); | ^~~ >> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' >> before 'do' 165 | #define gb_loopback_stats_attrs(field) do { \ |^~ drivers/staging/greybus/loopback.c:276:1: note: in expansion of macro 'gb_loopback_stats_attrs' 276 | gb_loopback_stats_attrs(throughput); | ^~~ >> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' >> before 'while' 169 | } while (0) |^ drivers/staging/greybus/loopback.c:276:1: note: in expansion of macro 'gb_loopback_stats_attrs' 276 | gb_loopback_stats_attrs(throughput); | ^~~ >> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' >> before 'do' 165 | #define gb_loopback_stats_attrs(field) do { \ |^~ drivers/staging/greybus/loopback.c:278:1: note: in expansion of macro 'gb_loopback_stats_attrs' 278 | gb_loopback_stats_attrs(apbridge_unipro_latency); | ^~~ >> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' >> before 'while' 169 | } while (0) |^ drivers/staging/greybus/loopback.c:278:1: note: in expansion of macro 'gb_loopback_stats_attrs' 278 | gb_loopback_stats_attrs(apbridge_unipro_latency); | ^~~ >> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' >> before 'do' 165 | #define gb_loopback_stats_attrs(field) do { \ |^~ drivers/staging/greybus/loopback.c:280:1: note: in expansion of macro 'gb_loopback_stats_attrs' 280 | gb_loopback_stats_attrs(gbphy_firmware_latency); | ^~~ >> drivers/staging/greybus/loopback.
[driver-core:driver-core-testing] BUILD SUCCESS 471b12c43f376d5203dbff0e91316eea11f6f4df
allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20210209 x86_64 randconfig-a001-20210209 x86_64 randconfig-a005-20210209 x86_64 randconfig-a004-20210209 x86_64 randconfig-a002-20210209 x86_64 randconfig-a003-20210209 i386 randconfig-a001-20210209 i386 randconfig-a003-20210209 i386 randconfig-a002-20210209 i386 randconfig-a005-20210209 i386 randconfig-a006-20210209 i386 randconfig-a004-20210209 i386 randconfig-a016-20210209 i386 randconfig-a013-20210209 i386 randconfig-a012-20210209 i386 randconfig-a014-20210209 i386 randconfig-a011-20210209 i386 randconfig-a015-20210209 i386 randconfig-a016-20210211 i386 randconfig-a014-20210211 i386 randconfig-a012-20210211 i386 randconfig-a013-20210211 i386 randconfig-a011-20210211 i386 randconfig-a015-20210211 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 rhel x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a013-20210209 x86_64 randconfig-a014-20210209 x86_64 randconfig-a015-20210209 x86_64 randconfig-a012-20210209 x86_64 randconfig-a016-20210209 x86_64 randconfig-a011-20210209 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH] Fix space prohibited issue in fbtft-bus.c
Hi Alaa, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v5.11-rc7 next-20210211] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Alaa-Emad/Fix-space-prohibited-issue-in-fbtft-bus-c/20210212-230034 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git a2ea4e1d9091cd8bc69f1c42c15bedc38618f04c config: microblaze-randconfig-r021-20210212 (attached as .config) compiler: microblaze-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/c8ebfad6d337cc402230562da12297149f4c2879 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Alaa-Emad/Fix-space-prohibited-issue-in-fbtft-bus-c/20210212-230034 git checkout c8ebfad6d337cc402230562da12297149f4c2879 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/staging/fbtft/fbtft-bus.c:65:53: error: macro >> "define_fbtft_write_reg" requires 4 arguments, but only 3 given 65 | define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, u8) | ^ drivers/staging/fbtft/fbtft-bus.c:14: note: macro "define_fbtft_write_reg" defined here 14 | #define define_fbtft_write_reg(func, buffer_type, data_type, modifier)\ | >> drivers/staging/fbtft/fbtft-bus.c:65:23: error: expected ';' before 'void' 65 | define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, u8) | ^ | ; drivers/staging/fbtft/fbtft-bus.c:67:57: error: macro "define_fbtft_write_reg" requires 4 arguments, but only 3 given 67 | define_fbtft_write_reg(fbtft_write_reg16_bus16, u16, u16) | ^ drivers/staging/fbtft/fbtft-bus.c:14: note: macro "define_fbtft_write_reg" defined here 14 | #define define_fbtft_write_reg(func, buffer_type, data_type, modifier)\ | drivers/staging/fbtft/fbtft-bus.c:67:23: error: expected ';' before 'void' 67 | define_fbtft_write_reg(fbtft_write_reg16_bus16, u16, u16) | ^ | ; 68 | 69 | void fbtft_write_reg8_bus9(struct fbtft_par *par, int len, ...) | vim +/define_fbtft_write_reg +65 drivers/staging/fbtft/fbtft-bus.c 64 > 65 define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, u8) 66 define_fbtft_write_reg(fbtft_write_reg16_bus8, __be16, u16, cpu_to_be16) 67 define_fbtft_write_reg(fbtft_write_reg16_bus16, u16, u16) 68 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-next] BUILD SUCCESS 6522ad26df0e85c4b52cc39fde269b0c64f9172a
randconfig-a011-20210209 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS a2ea4e1d9091cd8bc69f1c42c15bedc38618f04c
defconfig sh allmodconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20210209 x86_64 randconfig-a001-20210209 x86_64 randconfig-a005-20210209 x86_64 randconfig-a004-20210209 x86_64 randconfig-a002-20210209 x86_64 randconfig-a003-20210209 i386 randconfig-a001-20210209 i386 randconfig-a005-20210209 i386 randconfig-a003-20210209 i386 randconfig-a002-20210209 i386 randconfig-a006-20210209 i386 randconfig-a004-20210209 i386 randconfig-a003-20210212 i386 randconfig-a005-20210212 i386 randconfig-a002-20210212 i386 randconfig-a001-20210212 i386 randconfig-a004-20210212 i386 randconfig-a006-20210212 x86_64 randconfig-a003-20210210 x86_64 randconfig-a002-20210210 x86_64 randconfig-a001-20210210 x86_64 randconfig-a004-20210210 x86_64 randconfig-a005-20210210 x86_64 randconfig-a006-20210210 i386 randconfig-a016-20210209 i386 randconfig-a013-20210209 i386 randconfig-a012-20210209 i386 randconfig-a014-20210209 i386 randconfig-a011-20210209 i386 randconfig-a015-20210209 i386 randconfig-a016-20210211 i386 randconfig-a014-20210211 i386 randconfig-a012-20210211 i386 randconfig-a013-20210211 i386 randconfig-a011-20210211 i386 randconfig-a015-20210211 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 rhel x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a003-20210211 x86_64 randconfig-a002-20210211 x86_64 randconfig-a001-20210211 x86_64 randconfig-a004-20210211 x86_64 randconfig-a005-20210211 x86_64 randconfig-a006-20210211 x86_64 randconfig-a013-20210209 x86_64 randconfig-a014-20210209 x86_64 randconfig-a015-20210209 x86_64 randconfig-a012-20210209 x86_64 randconfig-a016-20210209 x86_64 randconfig-a011-20210209 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword
Hi Thais, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Thais-Camacho/staging-android-ashmem-Declared-file-operation-with-const-keyword/20210214-103440 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 4eb839aef182fccf8995ee439fc2b48d43e45918 config: x86_64-randconfig-a014-20210214 (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install x86_64 cross compiling tool for clang build # apt-get install binutils-x86-64-linux-gnu # https://github.com/0day-ci/linux/commit/32b5e3c9154f059b60686c16a3c3a316f85b6976 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Thais-Camacho/staging-android-ashmem-Declared-file-operation-with-const-keyword/20210214-103440 git checkout 32b5e3c9154f059b60686c16a3c3a316f85b6976 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/staging/android/ashmem.c:430:16: error: cannot assign to variable >> 'vmfile_fops' with const-qualified type 'const struct file_operations' vmfile_fops = *vmfile->f_op; ~~~ ^ drivers/staging/android/ashmem.c:379:38: note: variable 'vmfile_fops' declared const here static const struct file_operations vmfile_fops; ^~~ drivers/staging/android/ashmem.c:431:21: error: cannot assign to variable 'vmfile_fops' with const-qualified type 'const struct file_operations' vmfile_fops.mmap = ashmem_vmfile_mmap; ^ drivers/staging/android/ashmem.c:379:38: note: variable 'vmfile_fops' declared const here static const struct file_operations vmfile_fops; ^~~ drivers/staging/android/ashmem.c:432:34: error: cannot assign to variable 'vmfile_fops' with const-qualified type 'const struct file_operations' vmfile_fops.get_unmapped_area = ~ ^ drivers/staging/android/ashmem.c:379:38: note: variable 'vmfile_fops' declared const here static const struct file_operations vmfile_fops; ^~~ 3 errors generated. vim +430 drivers/staging/android/ashmem.c 6d67b0290b4b84 Suren Baghdasaryan 2020-01-27 376 11980c2ac4ccfa Robert Love2011-12-20 377 static int ashmem_mmap(struct file *file, struct vm_area_struct *vma) 11980c2ac4ccfa Robert Love2011-12-20 378 { 32b5e3c9154f05 Thais Camacho 2021-02-13 379 static const struct file_operations vmfile_fops; 11980c2ac4ccfa Robert Love2011-12-20 380 struct ashmem_area *asma = file->private_data; 11980c2ac4ccfa Robert Love2011-12-20 381 int ret = 0; 11980c2ac4ccfa Robert Love2011-12-20 382 11980c2ac4ccfa Robert Love2011-12-20 383 mutex_lock(&ashmem_mutex); 11980c2ac4ccfa Robert Love2011-12-20 384 11980c2ac4ccfa Robert Love2011-12-20 385 /* user needs to SET_SIZE before mapping */ 59848d6aded59a Alistair Strachan 2018-06-19 386 if (!asma->size) { 11980c2ac4ccfa Robert Love2011-12-20 387 ret = -EINVAL; 11980c2ac4ccfa Robert Love2011-12-20 388 goto out; 11980c2ac4ccfa Robert Love2011-12-20 389 } 11980c2ac4ccfa Robert Love2011-12-20 390 8632c614565d0c Alistair Strachan 2018-06-19 391 /* requested mapping size larger than object size */ 8632c614565d0c Alistair Strachan 2018-06-19 392 if (vma->vm_end - vma->vm_start > PAGE_ALIGN(asma->size)) { 11980c2ac4ccfa Robert Love2011-12-20 393 ret = -EINVAL; 11980c2ac4ccfa Robert Love2011-12-20 394 goto out; 11980c2ac4ccfa Robert Love2011-12-20 395 } 11980c2ac4ccfa Robert Love2011-12-20 396 11980c2ac4ccfa Robert Love2011-12-20 397 /* requested protection bits must match our allowed protection mask */ 59848d6aded59a Alistair Strachan 2018-06-19 398 if ((vma->vm_flags & ~calc_vm_prot_bits(asma->prot_mask, 0)) & 59848d6aded59a A
[staging:staging-testing] BUILD SUCCESS 4eb839aef182fccf8995ee439fc2b48d43e45918
-a015-20210214 x86_64 randconfig-a014-20210214 x86_64 randconfig-a011-20210214 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value 2/8] drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value not ignored as it ought to be
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_remove_return_value head: 5187c2360ee1d023078e4302dad32fda1e895772 commit: 72f2bf74b31aae983fb200aa7e84a05943bf27fc [2/8] debugfs: remove return value of debugfs_create_bool() config: i386-allyesconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=72f2bf74b31aae983fb200aa7e84a05943bf27fc git remote add driver-core https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git git fetch --no-tags driver-core debugfs_remove_return_value git checkout 72f2bf74b31aae983fb200aa7e84a05943bf27fc # save the attached .config to linux build tree make W=1 ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/net/wireless/broadcom/b43legacy/debugfs.c: In function 'b43legacy_add_dynamic_debug': >> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value >> not ignored as it ought to be 354 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43legacy/debugfs.c:359:2: note: in expansion of macro 'add_dyn_dbg' 359 | add_dyn_dbg("debug_xmitpower", B43legacy_DBG_XMITPOWER, false); | ^~~ >> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value >> not ignored as it ought to be 354 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43legacy/debugfs.c:360:2: note: in expansion of macro 'add_dyn_dbg' 360 | add_dyn_dbg("debug_dmaoverflow", B43legacy_DBG_DMAOVERFLOW, false); | ^~~ >> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value >> not ignored as it ought to be 354 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43legacy/debugfs.c:361:2: note: in expansion of macro 'add_dyn_dbg' 361 | add_dyn_dbg("debug_dmaverbose", B43legacy_DBG_DMAVERBOSE, false); | ^~~ >> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value >> not ignored as it ought to be 354 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43legacy/debugfs.c:362:2: note: in expansion of macro 'add_dyn_dbg' 362 | add_dyn_dbg("debug_pwork_fast", B43legacy_DBG_PWORK_FAST, false); | ^~~ >> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value >> not ignored as it ought to be 354 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43legacy/debugfs.c:363:2: note: in expansion of macro 'add_dyn_dbg' 363 | add_dyn_dbg("debug_pwork_stop", B43legacy_DBG_PWORK_STOP, false); | ^~~ vim +354 drivers/net/wireless/broadcom/b43legacy/debugfs.c 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 347 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 348 static void b43legacy_add_dynamic_debug(struct b43legacy_wldev *dev) 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 349 { 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 350 struct b43legacy_dfsentry *e = dev->dfsentry; 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 351 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 352 #define add_dyn_dbg(name, id, initstate) do { \ 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 353 e->dyn_debug[id] = (initstate); \ 32b4ebfe7f12c2 drivers/net/wireless/broadcom/b43legacy/debugfs.c Greg Kroah-Hartman 2019-01-22 @354 e->dyn_debug_dentries[id] = \ 32b4ebfe7f12c2 drivers/net/wireless/broadcom/b43legacy/debugfs.c Greg Kroah-Hartman 2019-01-22 355 debugfs_create_bool(name, 0600, e->subdir, \ 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 356 &(e->dyn_debug[id])); \ 75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c Larry Finger 2007-09-25 357 } while (0) 75388acd0cd827 drivers/net/wireless/b43legacy/debugf
[driver-core:debugfs_remove_return_value] BUILD REGRESSION 5187c2360ee1d023078e4302dad32fda1e895772
-20210216 x86_64 randconfig-a012-20210216 x86_64 randconfig-a015-20210216 x86_64 randconfig-a014-20210216 x86_64 randconfig-a011-20210216 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v7 3/6] clk: ralink: add clock driver for mt7621 SoC
Hi Sergio, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on clk/clk-next robh/for-next linus/master v5.11 next-20210216] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Sergio-Paracuellos/MIPS-ralink-add-CPU-clock-detection-and-clock-driver-for-MT7621/20210217-194316 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 4eb839aef182fccf8995ee439fc2b48d43e45918 config: riscv-randconfig-r036-20210217 (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install riscv cross compiling tool for clang build # apt-get install binutils-riscv64-linux-gnu # https://github.com/0day-ci/linux/commit/9b83f7b7032e26686ddc5d89e82ee2df4dc260d3 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Sergio-Paracuellos/MIPS-ralink-add-CPU-clock-detection-and-clock-driver-for-MT7621/20210217-194316 git checkout 9b83f7b7032e26686ddc5d89e82ee2df4dc260d3 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/clk/ralink/clk-mt7621.c:459:2: warning: variable 'ret' is used >> uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!clk_data) ^~ include/linux/compiler.h:56:28: note: expanded from macro 'if' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~ include/linux/compiler.h:58:30: note: expanded from macro '__trace_if_var' #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) ^~ drivers/clk/ralink/clk-mt7621.c:517:9: note: uninitialized use occurs here return ret; ^~~ drivers/clk/ralink/clk-mt7621.c:459:2: note: remove the 'if' if its condition is always false if (!clk_data) ^~ include/linux/compiler.h:56:23: note: expanded from macro 'if' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^ drivers/clk/ralink/clk-mt7621.c:451:2: warning: variable 'ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (IS_ERR(priv->memc)) { ^~~ include/linux/compiler.h:56:28: note: expanded from macro 'if' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~ include/linux/compiler.h:58:30: note: expanded from macro '__trace_if_var' #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) ^~ drivers/clk/ralink/clk-mt7621.c:517:9: note: uninitialized use occurs here return ret; ^~~ drivers/clk/ralink/clk-mt7621.c:451:2: note: remove the 'if' if its condition is always false if (IS_ERR(priv->memc)) { ^ include/linux/compiler.h:56:23: note: expanded from macro 'if' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^ drivers/clk/ralink/clk-mt7621.c:445:2: warning: variable 'ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (IS_ERR(priv->sysc)) { ^~~ include/linux/compiler.h:56:28: note: expanded from macro 'if' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~ include/linux/compiler.h:58:30: note: expanded from macro '__trace_if_var' #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) ^~ drivers/clk/ralink/c
[driver-core:debugfs_remove_return_value 2/8] drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not ignored as it ought to be
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_remove_return_value head: 5187c2360ee1d023078e4302dad32fda1e895772 commit: 72f2bf74b31aae983fb200aa7e84a05943bf27fc [2/8] debugfs: remove return value of debugfs_create_bool() config: x86_64-randconfig-c002-20210216 (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=72f2bf74b31aae983fb200aa7e84a05943bf27fc git remote add driver-core https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git git fetch --no-tags driver-core debugfs_remove_return_value git checkout 72f2bf74b31aae983fb200aa7e84a05943bf27fc # save the attached .config to linux build tree make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/net/wireless/broadcom/b43/debugfs.c: In function 'b43_add_dynamic_debug': >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:666:2: note: in expansion of macro 'add_dyn_dbg' 666 | add_dyn_dbg("debug_xmitpower", B43_DBG_XMITPOWER, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:667:2: note: in expansion of macro 'add_dyn_dbg' 667 | add_dyn_dbg("debug_dmaoverflow", B43_DBG_DMAOVERFLOW, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:668:2: note: in expansion of macro 'add_dyn_dbg' 668 | add_dyn_dbg("debug_dmaverbose", B43_DBG_DMAVERBOSE, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:669:2: note: in expansion of macro 'add_dyn_dbg' 669 | add_dyn_dbg("debug_pwork_fast", B43_DBG_PWORK_FAST, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:670:2: note: in expansion of macro 'add_dyn_dbg' 670 | add_dyn_dbg("debug_pwork_stop", B43_DBG_PWORK_STOP, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:671:2: note: in expansion of macro 'add_dyn_dbg' 671 | add_dyn_dbg("debug_lo", B43_DBG_LO, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:672:2: note: in expansion of macro 'add_dyn_dbg' 672 | add_dyn_dbg("debug_firmware", B43_DBG_FIRMWARE, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:673:2: note: in expansion of macro 'add_dyn_dbg' 673 | add_dyn_dbg("debug_keys", B43_DBG_KEYS, false); | ^~~ >> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not >> ignored as it ought to be 661 | e->dyn_debug_dentries[id] =\ |^ drivers/net/wireless/broadcom/b43/debugfs.c:674:2: note: in expansion of macro 'add_dyn_dbg' 674 | add_dyn_dbg("debug_verbose_stats", B43_DBG_VERBOSESTATS, false); | ^~~ vim +661 drivers/net/wireless/broadcom/b43/debugfs.c e4d6b7951812d9 drivers/net/wireless/b43/debugfs.c Michael Buesch 2007-09-18
[staging:staging-testing] BUILD SUCCESS 5fdd46f1d75e5d6f740faf26aa798fbd08a79029
werpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a005-20210219 i386 randconfig-a003-20210219 i386 randconfig-a002-20210219 i386 randconfig-a004-20210219 i386 randconfig-a001-20210219 i386 randconfig-a006-20210219 x86_64 randconfig-a012-20210219 x86_64 randconfig-a016-20210219 x86_64 randconfig-a013-20210219 x86_64 randconfig-a015-20210219 x86_64 randconfig-a011-20210219 x86_64 randconfig-a014-20210219 i386 randconfig-a016-20210219 i386 randconfig-a012-20210219 i386 randconfig-a014-20210219 i386 randconfig-a013-20210219 i386 randconfig-a011-20210219 i386 randconfig-a015-20210219 riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a003-20210219 x86_64 randconfig-a001-20210219 x86_64 randconfig-a004-20210219 x86_64 randconfig-a002-20210219 x86_64 randconfig-a005-20210219 x86_64 randconfig-a006-20210219 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:driver-core-testing] BUILD SUCCESS 3e4c982f1ce75faf5314477b8da296d2d00919df
10219 i386 randconfig-a001-20210219 i386 randconfig-a006-20210219 x86_64 randconfig-a012-20210219 x86_64 randconfig-a016-20210219 x86_64 randconfig-a013-20210219 x86_64 randconfig-a015-20210219 x86_64 randconfig-a011-20210219 x86_64 randconfig-a014-20210219 i386 randconfig-a016-20210219 i386 randconfig-a012-20210219 i386 randconfig-a014-20210219 i386 randconfig-a013-20210219 i386 randconfig-a011-20210219 i386 randconfig-a015-20210219 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a003-20210219 x86_64 randconfig-a001-20210219 x86_64 randconfig-a004-20210219 x86_64 randconfig-a002-20210219 x86_64 randconfig-a005-20210219 x86_64 randconfig-a006-20210219 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS 636a3ba6ba05515c6a8627ab7d0009af118d0d51
-20210219 i386 randconfig-a014-20210219 i386 randconfig-a013-20210219 i386 randconfig-a011-20210219 i386 randconfig-a015-20210219 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a003-20210219 x86_64 randconfig-a001-20210219 x86_64 randconfig-a004-20210219 x86_64 randconfig-a002-20210219 x86_64 randconfig-a005-20210219 x86_64 randconfig-a006-20210219 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 425d1dc163eedbfd92f108736cfaad67676af1a5
rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a015-20210222 x86_64 randconfig-a011-20210222 x86_64 randconfig-a012-20210222 x86_64 randconfig-a016-20210222 x86_64 randconfig-a014-20210222 x86_64 randconfig-a013-20210222 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 7e65b3022dab7d753cabbc88a124d0a9d6b140c1
randconfig-a015-20210223 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a001-20210223 x86_64 randconfig-a002-20210223 x86_64 randconfig-a003-20210223 x86_64 randconfig-a005-20210223 x86_64 randconfig-a006-20210223 x86_64 randconfig-a004-20210223 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 281ad9728617c00ad5f76d8307ff7210e0413027
randconfig-a015-20210223 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a001-20210223 x86_64 randconfig-a002-20210223 x86_64 randconfig-a003-20210223 x86_64 randconfig-a005-20210223 x86_64 randconfig-a006-20210223 x86_64 randconfig-a004-20210223 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS 69a38ab85705e888ec86d0731cb46fd39c41dcfe
-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a001-20210225 x86_64 randconfig-a002-20210225 x86_64 randconfig-a003-20210225 x86_64 randconfig-a005-20210225 x86_64 randconfig-a004-20210225 x86_64 randconfig-a006-20210225 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 09f800c562683848511c8a7750d73d50cfd506ef
-20210225 i386 randconfig-a016-20210225 i386 randconfig-a015-20210225 riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a001-20210225 x86_64 randconfig-a002-20210225 x86_64 randconfig-a003-20210225 x86_64 randconfig-a005-20210225 x86_64 randconfig-a004-20210225 x86_64 randconfig-a006-20210225 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 4866d49608322127f73c50802b398ee5433ef776
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing branch HEAD: 4866d49608322127f73c50802b398ee5433ef776 staging: clocking-wizard: Remove the hardcoding of the clock outputs elapsed time: 726m configs tested: 88 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig armclps711x_defconfig arm socfpga_defconfig mips bmips_stb_defconfig m68k amcore_defconfig powerpc ppc64e_defconfig powerpc iss476-smp_defconfig m68k hp300_defconfig openrisc alldefconfig arm pxa255-idp_defconfig sh shx3_defconfig armmulti_v7_defconfig powerpc64 defconfig shsh7763rdp_defconfig powerpc wii_defconfig openrisc simple_smp_defconfig arm sunxi_defconfig sh rts7751r2d1_defconfig arm axm55xx_defconfig powerpc bluestone_defconfig powerpc ppc6xx_defconfig armmulti_v5_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig c6x allyesconfig nios2allyesconfig nds32 defconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a001-20210226 x86_64 randconfig-a002-20210226 x86_64 randconfig-a003-20210226 x86_64 randconfig-a005-20210226 x86_64 randconfig-a004-20210226 x86_64 randconfig-a006-20210226 i386 randconfig-a005-20210226 i386 randconfig-a006-20210226 i386 randconfig-a004-20210226 i386 randconfig-a001-20210226 i386 randconfig-a003-20210226 i386 randconfig-a002-20210226 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a015-20210226 x86_64 randconfig-a016-20210226 x86_64 randconfig-a014-20210226 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 051ad0e686630b642100e58904f79f49d61d1980
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing branch HEAD: 051ad0e686630b642100e58904f79f49d61d1980 staging: clocking-wizard: Remove the hardcoding of the clock outputs elapsed time: 725m configs tested: 97 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig sh polaris_defconfig arm corgi_defconfig sh sdk7786_defconfig arm am200epdkit_defconfig arm ezx_defconfig umkunit_defconfig nds32 defconfig openrisc or1klitex_defconfig arm versatile_defconfig mips ip22_defconfig arm imote2_defconfig parisc alldefconfig mips loongson1b_defconfig arm assabet_defconfig mips ci20_defconfig armmulti_v7_defconfig powerpc chrp32_defconfig powerpc acadia_defconfig h8300h8300h-sim_defconfig arm imx_v4_v5_defconfig xtensa iss_defconfig arm viper_defconfig m68k allyesconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig parisc allyesconfig s390defconfig s390 allmodconfig nios2 defconfig arc allyesconfig nds32 allnoconfig c6x allyesconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a005-20210227 i386 randconfig-a006-20210227 i386 randconfig-a004-20210227 i386 randconfig-a001-20210227 i386 randconfig-a003-20210227 i386 randconfig-a002-20210227 x86_64 randconfig-a015-20210227 x86_64 randconfig-a011-20210227 x86_64 randconfig-a012-20210227 x86_64 randconfig-a016-20210227 x86_64 randconfig-a013-20210227 x86_64 randconfig-a014-20210227 i386 randconfig-a013-20210227 i386 randconfig-a012-20210227 i386 randconfig-a011-20210227 i386 randconfig-a014-20210227 i386 randconfig-a016-20210227 i386 randconfig-a015-20210227 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a001-20210227 x86_64 randconfig-a002-20210227 x86_64 randconfig-a003-20210227 x86_64 randconfig-a005-20210227 x86_64 randconfig-a004-20210227 x86_64 randconfig-a006-20210227 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01
[driver-core:debugfs_remove_return_value] BUILD SUCCESS c7edeca1bc4ae27d8cf08cd6bd781348acbdce5d
randconfig-a011-20210228 x86_64 randconfig-a012-20210228 x86_64 randconfig-a016-20210228 x86_64 randconfig-a014-20210228 x86_64 randconfig-a013-20210228 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS b53e86bd9e06252f937108e7a5f5dfa3a5fa0626
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_remove_return_value branch HEAD: b53e86bd9e06252f937108e7a5f5dfa3a5fa0626 x86/tools/relocs: add __printf attribute to die() elapsed time: 720m configs tested: 96 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig arm omap2plus_defconfig powerpc walnut_defconfig mipsbcm47xx_defconfig powerpc ppc44x_defconfig powerpc akebono_defconfig arm colibri_pxa300_defconfig arm mainstone_defconfig arm aspeed_g5_defconfig sh sdk7786_defconfig arm integrator_defconfig m68k apollo_defconfig armlart_defconfig powerpcwarp_defconfig armtrizeps4_defconfig powerpc redwood_defconfig powerpcadder875_defconfig m68km5307c3_defconfig powerpc storcenter_defconfig sh ul2_defconfig xtensa nommu_kc705_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig c6x allyesconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20210228 i386 randconfig-a005-20210228 i386 randconfig-a004-20210228 i386 randconfig-a003-20210228 i386 randconfig-a001-20210228 i386 randconfig-a002-20210228 i386 randconfig-a013-20210228 i386 randconfig-a012-20210228 i386 randconfig-a014-20210228 i386 randconfig-a011-20210228 i386 randconfig-a015-20210228 i386 randconfig-a016-20210228 x86_64 randconfig-a002-20210228 x86_64 randconfig-a001-20210228 x86_64 randconfig-a003-20210228 x86_64 randconfig-a005-20210228 x86_64 randconfig-a006-20210228 x86_64 randconfig-a004-20210228 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a015-20210228 x86_64 randconfig-a011-20210228 x86_64 randconfig-a012-20210228 x86_64 randconfig-a016-20210228 x86_64 randconfig-a014-20210228 x86_64 randconfig-a013-20210228 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
[staging:staging-testing] BUILD SUCCESS 7ffc23f46e5d8f4360ebb40d982162b0028b0b81
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing branch HEAD: 7ffc23f46e5d8f4360ebb40d982162b0028b0b81 staging: clocking-wizard: Remove the hardcoding of the clock outputs elapsed time: 725m configs tested: 93 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig powerpcmvme5100_defconfig armpleb_defconfig mips ip22_defconfig arcnsimosci_defconfig sh rsk7201_defconfig xtensageneric_kc705_defconfig h8300h8300h-sim_defconfig m68kstmark2_defconfig mips rt305x_defconfig sh urquell_defconfig arm vf610m4_defconfig s390 zfcpdump_defconfig nios2 3c120_defconfig powerpcadder875_defconfig sh j2_defconfig sparc64 alldefconfig arm mv78xx0_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig c6x allyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20210228 i386 randconfig-a005-20210228 i386 randconfig-a004-20210228 i386 randconfig-a003-20210228 i386 randconfig-a001-20210228 i386 randconfig-a002-20210228 x86_64 randconfig-a002-20210228 x86_64 randconfig-a001-20210228 x86_64 randconfig-a003-20210228 x86_64 randconfig-a005-20210228 x86_64 randconfig-a006-20210228 x86_64 randconfig-a004-20210228 i386 randconfig-a013-20210228 i386 randconfig-a012-20210228 i386 randconfig-a014-20210228 i386 randconfig-a011-20210228 i386 randconfig-a015-20210228 i386 randconfig-a016-20210228 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a015-20210228 x86_64 randconfig-a011-20210228 x86_64 randconfig-a012-20210228 x86_64 randconfig-a016-20210228 x86_64 randconfig-a014-20210228 x86_64 randconfig-a013-20210228 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS 996b090d746db78df6947e224a2f594f0f80dc4c
-20210301 i386 randconfig-a013-20210301 i386 randconfig-a011-20210301 i386 randconfig-a015-20210301 i386 randconfig-a016-20210301 riscvnommu_k210_defconfig riscvallyesconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210301 x86_64 randconfig-a001-20210301 x86_64 randconfig-a004-20210301 x86_64 randconfig-a002-20210301 x86_64 randconfig-a005-20210301 x86_64 randconfig-a003-20210301 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-next] BUILD SUCCESS b0ff7ee301a6ed3220056d99a3b343f534edd788
-20210301 x86_64 randconfig-a014-20210301 x86_64 randconfig-a012-20210301 x86_64 randconfig-a011-20210301 i386 randconfig-a016-20210301 i386 randconfig-a012-20210301 i386 randconfig-a014-20210301 i386 randconfig-a013-20210301 i386 randconfig-a011-20210301 i386 randconfig-a015-20210301 riscvnommu_k210_defconfig riscvallyesconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210301 x86_64 randconfig-a001-20210301 x86_64 randconfig-a004-20210301 x86_64 randconfig-a002-20210301 x86_64 randconfig-a005-20210301 x86_64 randconfig-a003-20210301 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-linus] BUILD SUCCESS d1a5bd3f875c3a507470ecce1b77e40406e34302
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-linus branch HEAD: d1a5bd3f875c3a507470ecce1b77e40406e34302 staging: comedi: pcl726: Use 16-bit 0 for interrupt data elapsed time: 731m configs tested: 92 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig arm ep93xx_defconfig arm am200epdkit_defconfig powerpcwarp_defconfig m68kstmark2_defconfig riscvnommu_k210_defconfig m68k amiga_defconfig powerpc acadia_defconfig mips bigsur_defconfig armoxnas_v6_defconfig xtensa nommu_kc705_defconfig s390 zfcpdump_defconfig sh rts7751r2d1_defconfig sparc defconfig c6x alldefconfig sh kfr2r09-romimage_defconfig parisc defconfig arm h3600_defconfig armvexpress_defconfig xtensa iss_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig c6x allyesconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a005-20210302 i386 randconfig-a003-20210302 i386 randconfig-a002-20210302 i386 randconfig-a004-20210302 i386 randconfig-a006-20210302 i386 randconfig-a001-20210302 i386 randconfig-a016-20210302 i386 randconfig-a012-20210302 i386 randconfig-a014-20210302 i386 randconfig-a013-20210302 i386 randconfig-a011-20210302 i386 randconfig-a015-20210302 x86_64 randconfig-a006-20210302 x86_64 randconfig-a001-20210302 x86_64 randconfig-a004-20210302 x86_64 randconfig-a002-20210302 x86_64 randconfig-a005-20210302 x86_64 randconfig-a003-20210302 riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a013-20210302 x86_64 randconfig-a016-20210302 x86_64 randconfig-a015-20210302 x86_64 randconfig-a014-20210302 x86_64 randconfig-a012-20210302 x86_64 randconfig-a011-20210302 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 4e1c5d4c35d8d5a5f861019f1392ebaa0abb490b
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing branch HEAD: 4e1c5d4c35d8d5a5f861019f1392ebaa0abb490b staging: wimax/i2400m: convert __le32 type to host byte-order elapsed time: 731m configs tested: 90 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig arm ep93xx_defconfig arm am200epdkit_defconfig powerpcwarp_defconfig m68kstmark2_defconfig mips bigsur_defconfig armoxnas_v6_defconfig xtensa nommu_kc705_defconfig s390 zfcpdump_defconfig sh rts7751r2d1_defconfig sparc defconfig c6x alldefconfig sh kfr2r09-romimage_defconfig parisc defconfig arm h3600_defconfig armvexpress_defconfig xtensa iss_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig c6x allyesconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a005-20210302 i386 randconfig-a003-20210302 i386 randconfig-a002-20210302 i386 randconfig-a004-20210302 i386 randconfig-a006-20210302 i386 randconfig-a001-20210302 i386 randconfig-a016-20210302 i386 randconfig-a012-20210302 i386 randconfig-a014-20210302 i386 randconfig-a013-20210302 i386 randconfig-a011-20210302 i386 randconfig-a015-20210302 x86_64 randconfig-a006-20210302 x86_64 randconfig-a001-20210302 x86_64 randconfig-a004-20210302 x86_64 randconfig-a002-20210302 x86_64 randconfig-a005-20210302 x86_64 randconfig-a003-20210302 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a013-20210302 x86_64 randconfig-a016-20210302 x86_64 randconfig-a015-20210302 x86_64 randconfig-a014-20210302 x86_64 randconfig-a012-20210302 x86_64 randconfig-a011-20210302 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH] Staging: android: ashmem: fixed a struct without const
Hi nabil5352, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/nabil5352/Staging-android-ashmem-fixed-a-struct-without-const/20210307-103559 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 4e1c5d4c35d8d5a5f861019f1392ebaa0abb490b config: x86_64-randconfig-m001-20210307 (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://github.com/0day-ci/linux/commit/4847faabe2fac6d0cf216c0d7ad02e0a263945b4 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review nabil5352/Staging-android-ashmem-fixed-a-struct-without-const/20210307-103559 git checkout 4847faabe2fac6d0cf216c0d7ad02e0a263945b4 # save the attached .config to linux build tree make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/staging/android/ashmem.c: In function 'ashmem_mmap': >> drivers/staging/android/ashmem.c:430:16: error: assignment of read-only >> variable 'vmfile_fops' 430 |vmfile_fops = *vmfile->f_op; |^ >> drivers/staging/android/ashmem.c:431:21: error: assignment of member 'mmap' >> in read-only object 431 |vmfile_fops.mmap = ashmem_vmfile_mmap; | ^ >> drivers/staging/android/ashmem.c:432:34: error: assignment of member >> 'get_unmapped_area' in read-only object 432 |vmfile_fops.get_unmapped_area = | ^ vim +/vmfile_fops +430 drivers/staging/android/ashmem.c 6d67b0290b4b84 Suren Baghdasaryan 2020-01-27 376 11980c2ac4ccfa Robert Love2011-12-20 377 static int ashmem_mmap(struct file *file, struct vm_area_struct *vma) 11980c2ac4ccfa Robert Love2011-12-20 378 { 4847faabe2fac6 nabil5352 2021-03-06 379 static const struct file_operations vmfile_fops; 11980c2ac4ccfa Robert Love2011-12-20 380 struct ashmem_area *asma = file->private_data; 11980c2ac4ccfa Robert Love2011-12-20 381 int ret = 0; 11980c2ac4ccfa Robert Love2011-12-20 382 11980c2ac4ccfa Robert Love2011-12-20 383 mutex_lock(&ashmem_mutex); 11980c2ac4ccfa Robert Love2011-12-20 384 11980c2ac4ccfa Robert Love2011-12-20 385 /* user needs to SET_SIZE before mapping */ 59848d6aded59a Alistair Strachan 2018-06-19 386 if (!asma->size) { 11980c2ac4ccfa Robert Love2011-12-20 387 ret = -EINVAL; 11980c2ac4ccfa Robert Love2011-12-20 388 goto out; 11980c2ac4ccfa Robert Love2011-12-20 389 } 11980c2ac4ccfa Robert Love2011-12-20 390 8632c614565d0c Alistair Strachan 2018-06-19 391 /* requested mapping size larger than object size */ 8632c614565d0c Alistair Strachan 2018-06-19 392 if (vma->vm_end - vma->vm_start > PAGE_ALIGN(asma->size)) { 11980c2ac4ccfa Robert Love2011-12-20 393 ret = -EINVAL; 11980c2ac4ccfa Robert Love2011-12-20 394 goto out; 11980c2ac4ccfa Robert Love2011-12-20 395 } 11980c2ac4ccfa Robert Love2011-12-20 396 11980c2ac4ccfa Robert Love2011-12-20 397 /* requested protection bits must match our allowed protection mask */ 59848d6aded59a Alistair Strachan 2018-06-19 398 if ((vma->vm_flags & ~calc_vm_prot_bits(asma->prot_mask, 0)) & 59848d6aded59a Alistair Strachan 2018-06-19 399 calc_vm_prot_bits(PROT_MASK, 0)) { 11980c2ac4ccfa Robert Love2011-12-20 400 ret = -EPERM; 11980c2ac4ccfa Robert Love2011-12-20 401 goto out; 11980c2ac4ccfa Robert Love2011-12-20 402 } 56f76fc68492af Arve Hjønnevåg 2011-12-20 403 vma->vm_flags &= ~calc_vm_may_flags(~asma->prot_mask); 11980c2ac4ccfa Robert Love2011-12-20 404 11980c2ac4ccfa Robert Love2011-12-20 405 if (!asma->file) { 11980c2ac4ccfa Robert Love2011-12-20 406 char *name = ASHMEM_NAME_DEF; 11980c2ac4ccfa Robert Love2011-12-20 407 struct file *vmfile; 3e338d3c95c735 Suren Baghdasaryan 2020-07-30 408 struct inode *inode; 11980c2ac4ccfa Robert Love2011-12-20 409 11980c2ac4ccfa Robert Love2011-12-20 410 if (asma->name[ASHMEM_NAME_PREFIX_LEN] != '\0') 11980c2ac4ccfa Robert Love2011-12-20 411 name = asma->name; 11980c2ac4ccfa Robert Love2011-12-20 412 11980c2ac4ccfa Robert Love2011-12-20 413 /* ... and allocate the backing shm
[staging:staging-next] BUILD SUCCESS e44ad3f1815837c681988aeeb899dcfab5e033ca
allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a005-20210309 i386 randconfig-a003-20210309 i386 randconfig-a002-20210309 i386 randconfig-a006-20210309 i386 randconfig-a004-20210309 i386 randconfig-a001-20210309 x86_64 randconfig-a013-20210309 x86_64 randconfig-a016-20210309 x86_64 randconfig-a015-20210309 x86_64 randconfig-a014-20210309 x86_64 randconfig-a011-20210309 x86_64 randconfig-a012-20210309 i386 randconfig-a016-20210309 i386 randconfig-a012-20210309 i386 randconfig-a014-20210309 i386 randconfig-a013-20210309 i386 randconfig-a011-20210309 i386 randconfig-a015-20210309 x86_64 randconfig-a006-20210308 x86_64 randconfig-a001-20210308 x86_64 randconfig-a004-20210308 x86_64 randconfig-a002-20210308 x86_64 randconfig-a005-20210308 x86_64 randconfig-a003-20210308 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210309 x86_64 randconfig-a001-20210309 x86_64 randconfig-a004-20210309 x86_64 randconfig-a002-20210309 x86_64 randconfig-a005-20210309 x86_64 randconfig-a003-20210309 x86_64 randconfig-a013-20210308 x86_64 randconfig-a016-20210308 x86_64 randconfig-a015-20210308 x86_64 randconfig-a014-20210308 x86_64 randconfig-a011-20210308 x86_64 randconfig-a012-20210308 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS c40789b66abfa790aff5464bcb94f8fff1551fd3
defconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a005-20210309 i386 randconfig-a003-20210309 i386 randconfig-a002-20210309 i386 randconfig-a006-20210309 i386 randconfig-a004-20210309 i386 randconfig-a001-20210309 x86_64 randconfig-a013-20210309 x86_64 randconfig-a016-20210309 x86_64 randconfig-a015-20210309 x86_64 randconfig-a014-20210309 x86_64 randconfig-a011-20210309 x86_64 randconfig-a012-20210309 i386 randconfig-a016-20210309 i386 randconfig-a012-20210309 i386 randconfig-a014-20210309 i386 randconfig-a013-20210309 i386 randconfig-a011-20210309 i386 randconfig-a015-20210309 x86_64 randconfig-a006-20210308 x86_64 randconfig-a001-20210308 x86_64 randconfig-a004-20210308 x86_64 randconfig-a002-20210308 x86_64 randconfig-a005-20210308 x86_64 randconfig-a003-20210308 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210309 x86_64 randconfig-a001-20210309 x86_64 randconfig-a004-20210309 x86_64 randconfig-a002-20210309 x86_64 randconfig-a005-20210309 x86_64 randconfig-a003-20210309 x86_64 randconfig-a013-20210308 x86_64 randconfig-a016-20210308 x86_64 randconfig-a015-20210308 x86_64 randconfig-a014-20210308 x86_64 randconfig-a011-20210308 x86_64 randconfig-a012-20210308 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 94984f1c5bdd827d01d3f6a6c72f9fdd2d213fee
randconfig-a002-20210308 x86_64 randconfig-a005-20210308 x86_64 randconfig-a003-20210308 i386 randconfig-a016-20210309 i386 randconfig-a012-20210309 i386 randconfig-a014-20210309 i386 randconfig-a013-20210309 i386 randconfig-a011-20210309 i386 randconfig-a015-20210309 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210309 x86_64 randconfig-a001-20210309 x86_64 randconfig-a004-20210309 x86_64 randconfig-a002-20210309 x86_64 randconfig-a005-20210309 x86_64 randconfig-a003-20210309 x86_64 randconfig-a013-20210308 x86_64 randconfig-a016-20210308 x86_64 randconfig-a015-20210308 x86_64 randconfig-a014-20210308 x86_64 randconfig-a011-20210308 x86_64 randconfig-a012-20210308 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-linus] BUILD SUCCESS 102ac9067dcecbf6f521667dce2356809ba088e5
10308 i386 randconfig-a016-20210309 i386 randconfig-a012-20210309 i386 randconfig-a014-20210309 i386 randconfig-a013-20210309 i386 randconfig-a011-20210309 i386 randconfig-a015-20210309 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210309 x86_64 randconfig-a001-20210309 x86_64 randconfig-a004-20210309 x86_64 randconfig-a002-20210309 x86_64 randconfig-a005-20210309 x86_64 randconfig-a003-20210309 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-linus] BUILD SUCCESS 16d7586dccf83785819f5b66f4d20fac9bfcd644
onfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386 tinyconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20210308 x86_64 randconfig-a001-20210308 x86_64 randconfig-a004-20210308 x86_64 randconfig-a002-20210308 x86_64 randconfig-a005-20210308 x86_64 randconfig-a003-20210308 i386 randconfig-a005-20210309 i386 randconfig-a003-20210309 i386 randconfig-a002-20210309 i386 randconfig-a006-20210309 i386 randconfig-a004-20210309 i386 randconfig-a001-20210309 i386 randconfig-a005-20210308 i386 randconfig-a003-20210308 i386 randconfig-a002-20210308 i386 randconfig-a006-20210308 i386 randconfig-a004-20210308 i386 randconfig-a001-20210308 x86_64 randconfig-a013-20210309 x86_64 randconfig-a016-20210309 x86_64 randconfig-a015-20210309 x86_64 randconfig-a014-20210309 x86_64 randconfig-a011-20210309 x86_64 randconfig-a012-20210309 x86_64 randconfig-a011-20210310 x86_64 randconfig-a016-20210310 x86_64 randconfig-a013-20210310 x86_64 randconfig-a015-20210310 x86_64 randconfig-a014-20210310 x86_64 randconfig-a012-20210310 i386 randconfig-a016-20210309 i386 randconfig-a012-20210309 i386 randconfig-a014-20210309 i386 randconfig-a013-20210309 i386 randconfig-a011-20210309 i386 randconfig-a015-20210309 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210309 x86_64 randconfig-a001-20210309 x86_64 randconfig-a004-20210309 x86_64 randconfig-a002-20210309 x86_64 randconfig-a005-20210309 x86_64 randconfig-a003-20210309 x86_64 randconfig-a013-20210308 x86_64 randconfig-a016-20210308 x86_64 randconfig-a015-20210308 x86_64 randconfig-a014-20210308 x86_64 randconfig-a011-20210308 x86_64 randconfig-a012-20210308 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-next] BUILD SUCCESS c972c2d821ca3eda001a20dbe2ca0b4718838caf
allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20210308 x86_64 randconfig-a001-20210308 x86_64 randconfig-a004-20210308 x86_64 randconfig-a002-20210308 x86_64 randconfig-a005-20210308 x86_64 randconfig-a003-20210308 i386 randconfig-a005-20210309 i386 randconfig-a003-20210309 i386 randconfig-a002-20210309 i386 randconfig-a006-20210309 i386 randconfig-a004-20210309 i386 randconfig-a001-20210309 x86_64 randconfig-a013-20210309 x86_64 randconfig-a016-20210309 x86_64 randconfig-a015-20210309 x86_64 randconfig-a014-20210309 x86_64 randconfig-a011-20210309 x86_64 randconfig-a012-20210309 x86_64 randconfig-a011-20210310 x86_64 randconfig-a016-20210310 x86_64 randconfig-a013-20210310 x86_64 randconfig-a015-20210310 x86_64 randconfig-a014-20210310 x86_64 randconfig-a012-20210310 i386 randconfig-a016-20210309 i386 randconfig-a012-20210309 i386 randconfig-a014-20210309 i386 randconfig-a013-20210309 i386 randconfig-a011-20210309 i386 randconfig-a015-20210309 i386 randconfig-a016-20210308 i386 randconfig-a012-20210308 i386 randconfig-a014-20210308 i386 randconfig-a013-20210308 i386 randconfig-a011-20210308 i386 randconfig-a015-20210308 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a013-20210308 x86_64 randconfig-a016-20210308 x86_64 randconfig-a015-20210308 x86_64 randconfig-a014-20210308 x86_64 randconfig-a011-20210308 x86_64 randconfig-a012-20210308 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 31673785d5353b8a8e882fc51ef315cc197f4483
-a013-20210310 x86_64 randconfig-a015-20210310 x86_64 randconfig-a014-20210310 x86_64 randconfig-a012-20210310 i386 randconfig-a016-20210309 i386 randconfig-a012-20210309 i386 randconfig-a014-20210309 i386 randconfig-a013-20210309 i386 randconfig-a011-20210309 i386 randconfig-a015-20210309 x86_64 randconfig-a006-20210308 x86_64 randconfig-a001-20210308 x86_64 randconfig-a004-20210308 x86_64 randconfig-a002-20210308 x86_64 randconfig-a005-20210308 x86_64 randconfig-a003-20210308 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210309 x86_64 randconfig-a001-20210309 x86_64 randconfig-a004-20210309 x86_64 randconfig-a002-20210309 x86_64 randconfig-a005-20210309 x86_64 randconfig-a003-20210309 x86_64 randconfig-a013-20210308 x86_64 randconfig-a016-20210308 x86_64 randconfig-a015-20210308 x86_64 randconfig-a014-20210308 x86_64 randconfig-a011-20210308 x86_64 randconfig-a012-20210308 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 55c9731662b8bf0bc48aabdbf9f54d779bc072a1
powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a001-20210312 i386 randconfig-a005-20210312 i386 randconfig-a002-20210312 i386 randconfig-a003-20210312 i386 randconfig-a004-20210312 i386 randconfig-a006-20210312 x86_64 randconfig-a011-20210312 x86_64 randconfig-a016-20210312 x86_64 randconfig-a013-20210312 x86_64 randconfig-a014-20210312 x86_64 randconfig-a015-20210312 x86_64 randconfig-a012-20210312 i386 randconfig-a013-20210312 i386 randconfig-a016-20210312 i386 randconfig-a011-20210312 i386 randconfig-a015-20210312 i386 randconfig-a014-20210312 i386 randconfig-a012-20210312 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210312 x86_64 randconfig-a001-20210312 x86_64 randconfig-a005-20210312 x86_64 randconfig-a003-20210312 x86_64 randconfig-a002-20210312 x86_64 randconfig-a004-20210312 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS 7a49a9e3b030ca76ddcbc3fa7012770fb25fa08c
-20210314 i386 randconfig-a015-20210314 i386 randconfig-a013-20210315 i386 randconfig-a016-20210315 i386 randconfig-a011-20210315 i386 randconfig-a012-20210315 i386 randconfig-a014-20210315 i386 randconfig-a015-20210315 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64 allyesconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210314 x86_64 randconfig-a001-20210314 x86_64 randconfig-a005-20210314 x86_64 randconfig-a004-20210314 x86_64 randconfig-a002-20210314 x86_64 randconfig-a003-20210314 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 0ba8b68b5b30ad3cba7ed8b6323ff6a127017ff4
-20210314 x86_64 randconfig-a004-20210314 x86_64 randconfig-a002-20210314 x86_64 randconfig-a003-20210314 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-next] BUILD SUCCESS b828324bba8f575fde487a91fec07303789dda8a
randconfig-a012-20210315 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS b927f68718ad932968b335981efa03f9960bf542
-20210315 x86_64 randconfig-a001-20210315 x86_64 randconfig-a005-20210315 x86_64 randconfig-a004-20210315 x86_64 randconfig-a002-20210315 x86_64 randconfig-a003-20210315 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a011-20210315 x86_64 randconfig-a016-20210315 x86_64 randconfig-a013-20210315 x86_64 randconfig-a015-20210315 x86_64 randconfig-a014-20210315 x86_64 randconfig-a012-20210315 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[PATCH] wfx: fix irqf_oneshot.cocci warnings
From: kernel test robot drivers/net/wireless/silabs/wfx/bus_sdio.c:134:8-33: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests") threaded IRQs without a primary handler need to be requested with IRQF_ONESHOT, otherwise the request will fail. So pass the IRQF_ONESHOT flag in this case. Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci CC: Jérôme Pouiller Reported-by: kernel test robot Signed-off-by: kernel test robot --- url: https://github.com/0day-ci/linux/commits/Jerome-Pouiller/wfx-get-out-from-the-staging-area/20210315-212855 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git b828324bba8f575fde487a91fec07303789dda8a bus_sdio.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/drivers/net/wireless/silabs/wfx/bus_sdio.c +++ b/drivers/net/wireless/silabs/wfx/bus_sdio.c @@ -132,7 +132,8 @@ static int wfx_sdio_irq_subscribe(void * flags = IRQF_TRIGGER_HIGH; flags |= IRQF_ONESHOT; return devm_request_threaded_irq(&bus->func->dev, bus->of_irq, NULL, -wfx_sdio_irq_handler_ext, flags, +wfx_sdio_irq_handler_ext, +flags | IRQF_ONESHOT, "wfx", bus); } ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v5 24/24] wfx: get out from the staging area
Hi Jerome, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on next-20210315] [cannot apply to wireless-drivers-next/master wireless-drivers/master v5.12-rc3] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Jerome-Pouiller/wfx-get-out-from-the-staging-area/20210315-212855 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git b828324bba8f575fde487a91fec07303789dda8a config: x86_64-allyesconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot "coccinelle warnings: (new ones prefixed by >>)" >> drivers/net/wireless/silabs/wfx/bus_sdio.c:134:8-33: ERROR: Threaded IRQ >> with no primary handler requested without IRQF_ONESHOT Please review and possibly fold the followup patch. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-linus] BUILD SUCCESS 12ec5408d2135bfcdec14ff7e4248f1be8597f31
6-20210315 i386 randconfig-a013-20210315 i386 randconfig-a016-20210315 i386 randconfig-a011-20210315 i386 randconfig-a012-20210315 i386 randconfig-a014-20210315 i386 randconfig-a015-20210315 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig x86_64rhel-7.6-kselftests x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a011-20210315 x86_64 randconfig-a016-20210315 x86_64 randconfig-a013-20210315 x86_64 randconfig-a015-20210315 x86_64 randconfig-a014-20210315 x86_64 randconfig-a012-20210315 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-linus] BUILD SUCCESS d2d106fe3badfc3bf0dd3899d1c3f210c7203eab
defconfig i386 tinyconfig i386defconfig mips allyesconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a001-20210316 i386 randconfig-a005-20210316 i386 randconfig-a002-20210316 i386 randconfig-a003-20210316 i386 randconfig-a004-20210316 i386 randconfig-a006-20210316 x86_64 randconfig-a011-20210316 x86_64 randconfig-a016-20210316 x86_64 randconfig-a013-20210316 x86_64 randconfig-a014-20210316 x86_64 randconfig-a015-20210316 x86_64 randconfig-a012-20210316 i386 randconfig-a013-20210316 i386 randconfig-a016-20210316 i386 randconfig-a011-20210316 i386 randconfig-a012-20210316 i386 randconfig-a015-20210316 i386 randconfig-a014-20210316 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210316 x86_64 randconfig-a001-20210316 x86_64 randconfig-a005-20210316 x86_64 randconfig-a004-20210316 x86_64 randconfig-a003-20210316 x86_64 randconfig-a002-20210316 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 918ce05bbe52df43849a803010b4d2bcd31ea69c
allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig nds32 allnoconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a001-20210316 i386 randconfig-a005-20210316 i386 randconfig-a002-20210316 i386 randconfig-a003-20210316 i386 randconfig-a004-20210316 i386 randconfig-a006-20210316 x86_64 randconfig-a011-20210316 x86_64 randconfig-a016-20210316 x86_64 randconfig-a013-20210316 x86_64 randconfig-a014-20210316 x86_64 randconfig-a015-20210316 x86_64 randconfig-a012-20210316 i386 randconfig-a013-20210316 i386 randconfig-a016-20210316 i386 randconfig-a011-20210316 i386 randconfig-a012-20210316 i386 randconfig-a015-20210316 i386 randconfig-a014-20210316 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210316 x86_64 randconfig-a001-20210316 x86_64 randconfig-a005-20210316 x86_64 randconfig-a004-20210316 x86_64 randconfig-a003-20210316 x86_64 randconfig-a002-20210316 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-linus] BUILD SUCCESS 2cafd46a714af1e55354bc6dcea9dcc13f9475b5
randconfig-a013-20210318 x86_64 randconfig-a015-20210318 x86_64 randconfig-a014-20210318 x86_64 randconfig-a012-20210318 i386 randconfig-a013-20210318 i386 randconfig-a016-20210318 i386 randconfig-a011-20210318 i386 randconfig-a014-20210318 i386 randconfig-a015-20210318 i386 randconfig-a012-20210318 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210318 x86_64 randconfig-a001-20210318 x86_64 randconfig-a005-20210318 x86_64 randconfig-a002-20210318 x86_64 randconfig-a003-20210318 x86_64 randconfig-a004-20210318 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 20ad01363a72c8378bd382a026d17c0eef2793cc
powerpc allnoconfig i386 randconfig-a001-20210318 i386 randconfig-a005-20210318 i386 randconfig-a003-20210318 i386 randconfig-a002-20210318 i386 randconfig-a006-20210318 i386 randconfig-a004-20210318 x86_64 randconfig-a011-20210318 x86_64 randconfig-a016-20210318 x86_64 randconfig-a013-20210318 x86_64 randconfig-a015-20210318 x86_64 randconfig-a014-20210318 x86_64 randconfig-a012-20210318 i386 randconfig-a013-20210318 i386 randconfig-a016-20210318 i386 randconfig-a011-20210318 i386 randconfig-a014-20210318 i386 randconfig-a015-20210318 i386 randconfig-a012-20210318 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a006-20210318 x86_64 randconfig-a001-20210318 x86_64 randconfig-a005-20210318 x86_64 randconfig-a002-20210318 x86_64 randconfig-a003-20210318 x86_64 randconfig-a004-20210318 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v5 5/5] drm/bridge: anx7625: add HDMI audio function
Hi Xin, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: s390-allyesconfig (attached as .config) compiler: s390-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/ea2fa662ee036a3e1e2e25233653d7227b510b48 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 git checkout ea2fa662ee036a3e1e2e25233653d7227b510b48 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=s390 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/bridge/analogix/anx7625.c:1588:5: warning: no previous >> prototype for 'anx7625_audio_hw_params' [-Wmissing-prototypes] 1588 | int anx7625_audio_hw_params(struct device *dev, void *data, | ^~~ vim +/anx7625_audio_hw_params +1588 drivers/gpu/drm/bridge/analogix/anx7625.c 1587 > 1588 int anx7625_audio_hw_params(struct device *dev, void *data, 1589 struct hdmi_codec_daifmt *fmt, 1590 struct hdmi_codec_params *params) 1591 { 1592 struct anx7625_data *ctx = dev_get_drvdata(dev); 1593 int wl, ch, rate; 1594 int ret = 0; 1595 1596 if (fmt->fmt != HDMI_DSP_A) { 1597 DRM_DEV_ERROR(dev, "only supports DSP_A\n"); 1598 return -EINVAL; 1599 } 1600 1601 DRM_DEV_DEBUG_DRIVER(dev, "setting %d Hz, %d bit, %d channels\n", 1602 params->sample_rate, params->sample_width, 1603 params->cea.channels); 1604 1605 ret |= anx7625_write_and_or(ctx, ctx->i2c.tx_p2_client, 1606 AUDIO_CHANNEL_STATUS_6, 1607 ~I2S_SLAVE_MODE, 1608 TDM_SLAVE_MODE); 1609 1610 /* Word length */ 1611 switch (params->sample_width) { 1612 case 16: 1613 wl = AUDIO_W_LEN_16_20MAX; 1614 break; 1615 case 18: 1616 wl = AUDIO_W_LEN_18_20MAX; 1617 break; 1618 case 20: 1619 wl = AUDIO_W_LEN_20_20MAX; 1620 break; 1621 case 24: 1622 wl = AUDIO_W_LEN_24_24MAX; 1623 break; 1624 default: 1625 DRM_DEV_DEBUG_DRIVER(dev, "wordlength: %d bit not support", 1626 params->sample_width); 1627 return -EINVAL; 1628 } 1629 ret |= anx7625_write_and_or(ctx, ctx->i2c.tx_p2_client, 1630 AUDIO_CHANNEL_STATUS_5, 1631 0xf0, wl); 1632 1633 /* Channel num */ 1634 switch (params->cea.channels) { 1635 case 2: 1636 ch = I2S_CH_2; 1637 break; 1638 case 4: 1639 ch = TDM_CH_4; 1640 break; 1641 case 6: 1642 ch = TDM_CH_6; 1643 break; 1644 case 8: 1645 ch = TDM_CH_8; 1646 break; 1647 default: 1648 DRM_DEV_DEBUG_DRIVER(dev, "channel number: %d not support", 1649 params->cea.channels); 1650 return -EINVAL; 1651 } 1652 ret |= anx7625_write_and_or(ctx, ctx->i2c.tx_p2_client, 1653 AUDIO_CHANNEL_STATUS_6, 0x1f, ch << 5); 1654 if (ch > I2S_CH_2) 1655 ret |= anx7625_write_or(ctx, ctx->i2c.tx_p2_client, 1656 AUDIO_CHANNEL_STATUS_6, AUDIO_LAYOUT); 1657 else 1658 ret |= anx7625_write_and(ctx, ctx->i2c.tx_p2_client, 1659
Re: [PATCH v5 3/5] drm/bridge: anx7625: add MIPI DPI input feature support
Hi Xin, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: arm-randconfig-r014-20210318 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project fcc1ce00931751ac02498986feb37744e9ace8de) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://github.com/0day-ci/linux/commit/348257d12d5c847255eaf814081fe996aeab1841 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 git checkout 348257d12d5c847255eaf814081fe996aeab1841 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/bridge/analogix/anx7625.c:1333:6: warning: variable >> 'mipi_lanes' is used uninitialized whenever 'if' condition is false >> [-Wsometimes-uninitialized] if (ep0) { ^~~ drivers/gpu/drm/bridge/analogix/anx7625.c:1343:22: note: uninitialized use occurs here pdata->mipi_lanes = mipi_lanes; ^~ drivers/gpu/drm/bridge/analogix/anx7625.c:1333:2: note: remove the 'if' if its condition is always true if (ep0) { ^ drivers/gpu/drm/bridge/analogix/anx7625.c:1321:26: note: initialize the variable 'mipi_lanes' to silence this warning int bus_type, mipi_lanes; ^ = 0 >> drivers/gpu/drm/bridge/analogix/anx7625.c:1333:6: warning: variable >> 'bus_type' is used uninitialized whenever 'if' condition is false >> [-Wsometimes-uninitialized] if (ep0) { ^~~ drivers/gpu/drm/bridge/analogix/anx7625.c:1340:6: note: uninitialized use occurs here if (bus_type == 5) /* bus type is Parallel(DSI) */ ^~~~ drivers/gpu/drm/bridge/analogix/anx7625.c:1333:2: note: remove the 'if' if its condition is always true if (ep0) { ^ drivers/gpu/drm/bridge/analogix/anx7625.c:1321:14: note: initialize the variable 'bus_type' to silence this warning int bus_type, mipi_lanes; ^ = 0 2 warnings generated. vim +1333 drivers/gpu/drm/bridge/analogix/anx7625.c 1314 1315 static int anx7625_parse_dt(struct device *dev, 1316 struct anx7625_platform_data *pdata) 1317 { 1318 struct device_node *np = dev->of_node, *ep0; 1319 struct drm_panel *panel; 1320 int ret; 1321 int bus_type, mipi_lanes; 1322 1323 anx7625_get_swing_setting(dev, pdata); 1324 1325 pdata->is_dpi = 1; /* default dpi mode */ 1326 pdata->mipi_host_node = of_graph_get_remote_node(np, 0, 0); 1327 if (!pdata->mipi_host_node) { 1328 DRM_DEV_ERROR(dev, "fail to get internal panel.\n"); 1329 return -ENODEV; 1330 } 1331 1332 ep0 = of_graph_get_endpoint_by_regs(np, 0, 0); > 1333 if (ep0) { 1334 if (of_property_read_u32(ep0, "bus-type", &bus_type)) 1335 bus_type = 0; 1336 1337 mipi_lanes = of_property_count_u32_elems(ep0, "data-lanes"); 1338 } 1339 1340 if (bus_type == 5) /* bus type is Parallel(DSI) */ 1341 pdata->is_dpi = 0; 1342 1343 pdata->mipi_lanes = mipi_lanes; 1344 if (pdata->mipi_lanes > MAX_LANES_SUPPORT || pdata->mipi_lanes <= 0) 1345 pdata->mipi_lanes = MAX_LANES_SUPPORT; 1346 1347 if (pdata->is_dpi) 1348 DRM_DEV_DEBUG_DRIVER(dev, "found MIPI DPI host node.\n"); 1349 else 1350 DRM_DEV_DEBUG_DRIVER(dev, "found MI
[RFC PATCH] drm/bridge: anx7625: anx7625_audio_hw_params() can be static
Reported-by: kernel test robot Signed-off-by: kernel test robot --- anx7625.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c index f4653f2b58ad4..38bb8a9db216a 100644 --- a/drivers/gpu/drm/bridge/analogix/anx7625.c +++ b/drivers/gpu/drm/bridge/analogix/anx7625.c @@ -1585,9 +1585,9 @@ static enum drm_connector_status anx7625_sink_detect(struct anx7625_data *ctx) connector_status_disconnected; } -int anx7625_audio_hw_params(struct device *dev, void *data, - struct hdmi_codec_daifmt *fmt, - struct hdmi_codec_params *params) +static int anx7625_audio_hw_params(struct device *dev, void *data, + struct hdmi_codec_daifmt *fmt, + struct hdmi_codec_params *params) { struct anx7625_data *ctx = dev_get_drvdata(dev); int wl, ch, rate; ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v5 5/5] drm/bridge: anx7625: add HDMI audio function
Hi Xin, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: i386-randconfig-s032-20210318 (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce: # apt-get install sparse # sparse version: v0.6.3-277-gc089cd2d-dirty # https://github.com/0day-ci/linux/commit/ea2fa662ee036a3e1e2e25233653d7227b510b48 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 git checkout ea2fa662ee036a3e1e2e25233653d7227b510b48 # save the attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/gpu/drm/bridge/analogix/anx7625.c:1588:5: sparse: sparse: symbol >> 'anx7625_audio_hw_params' was not declared. Should it be static? Please review and possibly fold the followup patch. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Re: [PATCH v5 5/5] drm/bridge: anx7625: add HDMI audio function
Hi Xin, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: arm-randconfig-r014-20210318 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project fcc1ce00931751ac02498986feb37744e9ace8de) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://github.com/0day-ci/linux/commit/ea2fa662ee036a3e1e2e25233653d7227b510b48 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013 git checkout ea2fa662ee036a3e1e2e25233653d7227b510b48 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/bridge/analogix/anx7625.c:1496:6: warning: variable 'mipi_lanes' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (ep0) { ^~~ drivers/gpu/drm/bridge/analogix/anx7625.c:1506:22: note: uninitialized use occurs here pdata->mipi_lanes = mipi_lanes; ^~ drivers/gpu/drm/bridge/analogix/anx7625.c:1496:2: note: remove the 'if' if its condition is always true if (ep0) { ^ drivers/gpu/drm/bridge/analogix/anx7625.c:1484:26: note: initialize the variable 'mipi_lanes' to silence this warning int bus_type, mipi_lanes; ^ = 0 drivers/gpu/drm/bridge/analogix/anx7625.c:1496:6: warning: variable 'bus_type' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (ep0) { ^~~ drivers/gpu/drm/bridge/analogix/anx7625.c:1503:6: note: uninitialized use occurs here if (bus_type == 5) /* bus type is Parallel(DSI) */ ^~~~ drivers/gpu/drm/bridge/analogix/anx7625.c:1496:2: note: remove the 'if' if its condition is always true if (ep0) { ^ drivers/gpu/drm/bridge/analogix/anx7625.c:1484:14: note: initialize the variable 'bus_type' to silence this warning int bus_type, mipi_lanes; ^ = 0 >> drivers/gpu/drm/bridge/analogix/anx7625.c:1588:5: warning: no previous >> prototype for function 'anx7625_audio_hw_params' [-Wmissing-prototypes] int anx7625_audio_hw_params(struct device *dev, void *data, ^ drivers/gpu/drm/bridge/analogix/anx7625.c:1588:1: note: declare 'static' if the function is not intended to be used outside of this translation unit int anx7625_audio_hw_params(struct device *dev, void *data, ^ static 3 warnings generated. vim +/anx7625_audio_hw_params +1588 drivers/gpu/drm/bridge/analogix/anx7625.c 1477 1478 static int anx7625_parse_dt(struct device *dev, 1479 struct anx7625_platform_data *pdata) 1480 { 1481 struct device_node *np = dev->of_node, *ep0; 1482 struct drm_panel *panel; 1483 int ret; 1484 int bus_type, mipi_lanes; 1485 1486 anx7625_get_swing_setting(dev, pdata); 1487 1488 pdata->is_dpi = 1; /* default dpi mode */ 1489 pdata->mipi_host_node = of_graph_get_remote_node(np, 0, 0); 1490 if (!pdata->mipi_host_node) { 1491 DRM_DEV_ERROR(dev, "fail to get internal panel.\n"); 1492 return -ENODEV; 1493 } 1494 1495 ep0 = of_graph_get_endpoint_by_regs(np, 0, 0); > 1496 if (ep0) { 1497 if (of_property_read_u32(ep0, "bus-type", &bus_type)) 1498 bus_type = 0; 1499 1500 mipi_lanes = of_property_count_u32_elems(ep0, "data-lanes"); 1501 } 1502 1503 if (bus_type == 5) /* bus type is Parallel(DSI) */ 1504
[staging:staging-testing] BUILD SUCCESS 18507b8f63101949f4a931fc904c37ea10407f7c
allmodconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a002-20210320 x86_64 randconfig-a003-20210320 x86_64 randconfig-a001-20210320 x86_64 randconfig-a006-20210320 x86_64 randconfig-a005-20210320 x86_64 randconfig-a004-20210320 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-next] BUILD SUCCESS c7f57fd6b7f0a889b0f847611c9075c37dd31810
-a011-20210322 i386 randconfig-a014-20210322 i386 randconfig-a011-20210322 i386 randconfig-a015-20210322 i386 randconfig-a016-20210322 i386 randconfig-a012-20210322 i386 randconfig-a013-20210322 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig x86_64 defconfig x86_64 kexec x86_64rhel-7.6-kselftests x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin clang tested configs: x86_64 randconfig-a002-20210322 x86_64 randconfig-a003-20210322 x86_64 randconfig-a001-20210322 x86_64 randconfig-a006-20210322 x86_64 randconfig-a004-20210322 x86_64 randconfig-a005-20210322 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS f7bff017741d98567265ed6a6449311a51810fb6
-20210322 x86_64 randconfig-a003-20210322 x86_64 randconfig-a001-20210322 x86_64 randconfig-a006-20210322 x86_64 randconfig-a004-20210322 x86_64 randconfig-a005-20210322 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-linus] BUILD SUCCESS e78836ae76d20f38eed8c8c67f21db97529949da
defconfig riscv rv32_defconfig riscvallmodconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a012-20210323 x86_64 randconfig-a015-20210323 x86_64 randconfig-a013-20210323 x86_64 randconfig-a014-20210323 x86_64 randconfig-a011-20210323 x86_64 randconfig-a016-20210323 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS d010995736cb581de55e99268d66937085b45ea0
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing branch HEAD: d010995736cb581de55e99268d66937085b45ea0 staging: rtl8723bs: remove blank line os_dep/os_intfs.c elapsed time: 725m configs tested: 94 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig x86_64 allyesconfig i386 allyesconfig riscvallyesconfig m68k m5208evb_defconfig mips cu1000-neo_defconfig powerpc ksi8560_defconfig armmps2_defconfig powerpcsocrates_defconfig arm imx_v6_v7_defconfig armneponset_defconfig shhp6xx_defconfig arm orion5x_defconfig mipsworkpad_defconfig mips cu1830-neo_defconfig armshmobile_defconfig powerpc ep8248e_defconfig powerpc makalu_defconfig armspear3xx_defconfig arm pxa_defconfig powerpc tqm8555_defconfig powerpc eiger_defconfig arm pxa168_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig nios2 defconfig arc allyesconfig nds32 allnoconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a002-20210323 x86_64 randconfig-a003-20210323 x86_64 randconfig-a006-20210323 x86_64 randconfig-a001-20210323 x86_64 randconfig-a004-20210323 x86_64 randconfig-a005-20210323 i386 randconfig-a003-20210323 i386 randconfig-a004-20210323 i386 randconfig-a001-20210323 i386 randconfig-a002-20210323 i386 randconfig-a006-20210323 i386 randconfig-a005-20210323 i386 randconfig-a014-20210323 i386 randconfig-a011-20210323 i386 randconfig-a015-20210323 i386 randconfig-a016-20210323 i386 randconfig-a012-20210323 i386 randconfig-a013-20210323 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscvallmodconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a012-20210323 x86_64 randconfig-a015-20210323 x86_64 randconfig-a013-20210323 x86_64 randconfig-a014-20210323 x86_64 randconfig-a011-20210323 x86_64 randconfig-a016-20210323 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman
[driver-core:driver-core-linus] BUILD SUCCESS f0acf637d60ffcef3ccb6e279f743e587b3c7359
nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a002-20210323 x86_64 randconfig-a003-20210323 x86_64 randconfig-a006-20210323 x86_64 randconfig-a001-20210323 x86_64 randconfig-a004-20210323 x86_64 randconfig-a005-20210323 i386 randconfig-a003-20210323 i386 randconfig-a004-20210323 i386 randconfig-a001-20210323 i386 randconfig-a002-20210323 i386 randconfig-a006-20210323 i386 randconfig-a005-20210323 i386 randconfig-a004-20210324 i386 randconfig-a003-20210324 i386 randconfig-a001-20210324 i386 randconfig-a002-20210324 i386 randconfig-a006-20210324 i386 randconfig-a005-20210324 i386 randconfig-a014-20210323 i386 randconfig-a011-20210323 i386 randconfig-a015-20210323 i386 randconfig-a016-20210323 i386 randconfig-a012-20210323 i386 randconfig-a013-20210323 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a012-20210323 x86_64 randconfig-a015-20210323 x86_64 randconfig-a013-20210323 x86_64 randconfig-a014-20210323 x86_64 randconfig-a011-20210323 x86_64 randconfig-a016-20210323 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:driver-core-testing] BUILD SUCCESS a7d30f3f41cf40aad1c4557fa180fe320d5b7c74
s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a003-20210323 i386 randconfig-a004-20210323 i386 randconfig-a001-20210323 i386 randconfig-a002-20210323 i386 randconfig-a006-20210323 i386 randconfig-a005-20210323 i386 randconfig-a004-20210324 i386 randconfig-a003-20210324 i386 randconfig-a001-20210324 i386 randconfig-a002-20210324 i386 randconfig-a006-20210324 i386 randconfig-a005-20210324 i386 randconfig-a014-20210323 i386 randconfig-a011-20210323 i386 randconfig-a015-20210323 i386 randconfig-a016-20210323 i386 randconfig-a012-20210323 i386 randconfig-a013-20210323 x86_64 randconfig-a002-20210323 x86_64 randconfig-a003-20210323 x86_64 randconfig-a006-20210323 x86_64 randconfig-a001-20210323 x86_64 randconfig-a004-20210323 x86_64 randconfig-a005-20210323 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig x86_64rhel-7.6-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a012-20210323 x86_64 randconfig-a015-20210323 x86_64 randconfig-a013-20210323 x86_64 randconfig-a014-20210323 x86_64 randconfig-a011-20210323 x86_64 randconfig-a016-20210323 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-next] BUILD SUCCESS 9c15db92a8e56bcde0f58064ac1adc28c0579b51
fconfig sh sh2007_defconfig powerpc mpc834x_mds_defconfig nds32 allnoconfig sparc64 defconfig arm omap1_defconfig sparc64 alldefconfig riscv nommu_k210_sdcard_defconfig arm simpad_defconfig powerpc mpc885_ads_defconfig powerpc pcm030_defconfig mipsomega2p_defconfig powerpc katmai_defconfig powerpc mpc8315_rdb_defconfig ia64 allmodconfig ia64defconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allnoconfig x86_64 randconfig-a002-20210327 x86_64 randconfig-a003-20210327 x86_64 randconfig-a006-20210327 x86_64 randconfig-a001-20210327 x86_64 randconfig-a004-20210327 x86_64 randconfig-a005-20210327 i386 randconfig-a004-20210326 i386 randconfig-a003-20210326 i386 randconfig-a001-20210326 i386 randconfig-a002-20210326 i386 randconfig-a006-20210326 i386 randconfig-a005-20210326 x86_64 randconfig-a012-20210326 x86_64 randconfig-a015-20210326 x86_64 randconfig-a014-20210326 x86_64 randconfig-a013-20210326 x86_64 randconfig-a016-20210326 x86_64 randconfig-a011-20210326 i386 randconfig-a014-20210326 i386 randconfig-a011-20210326 i386 randconfig-a015-20210326 i386 randconfig-a016-20210326 i386 randconfig-a012-20210326 i386 randconfig-a013-20210326 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a002-20210326 x86_64 randconfig-a003-20210326 x86_64 randconfig-a001-20210326 x86_64 randconfig-a006-20210326 x86_64 randconfig-a004-20210326 x86_64 randconfig-a005-20210326 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS a5bf1a101a19dbb38be7ffebe2650449e344c892
ci20_defconfig arcnsimosci_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allnoconfig x86_64 randconfig-a002-20210327 x86_64 randconfig-a003-20210327 x86_64 randconfig-a006-20210327 x86_64 randconfig-a001-20210327 x86_64 randconfig-a004-20210327 x86_64 randconfig-a005-20210327 i386 randconfig-a004-20210326 i386 randconfig-a003-20210326 i386 randconfig-a001-20210326 i386 randconfig-a002-20210326 i386 randconfig-a006-20210326 i386 randconfig-a005-20210326 x86_64 randconfig-a012-20210326 x86_64 randconfig-a015-20210326 x86_64 randconfig-a014-20210326 x86_64 randconfig-a013-20210326 x86_64 randconfig-a016-20210326 x86_64 randconfig-a011-20210326 i386 randconfig-a014-20210326 i386 randconfig-a011-20210326 i386 randconfig-a015-20210326 i386 randconfig-a016-20210326 i386 randconfig-a012-20210326 i386 randconfig-a013-20210326 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a002-20210326 x86_64 randconfig-a003-20210326 x86_64 randconfig-a001-20210326 x86_64 randconfig-a006-20210326 x86_64 randconfig-a004-20210326 x86_64 randconfig-a005-20210326 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:driver-core-testing] BUILD SUCCESS ecdc996baf291b903342cc704f4086a88c361967
h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386 tinyconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allnoconfig x86_64 randconfig-a002-20210327 x86_64 randconfig-a003-20210327 x86_64 randconfig-a006-20210327 x86_64 randconfig-a001-20210327 x86_64 randconfig-a004-20210327 x86_64 randconfig-a005-20210327 i386 randconfig-a004-20210326 i386 randconfig-a003-20210326 i386 randconfig-a001-20210326 i386 randconfig-a002-20210326 i386 randconfig-a006-20210326 i386 randconfig-a005-20210326 x86_64 randconfig-a012-20210326 x86_64 randconfig-a015-20210326 x86_64 randconfig-a014-20210326 x86_64 randconfig-a013-20210326 x86_64 randconfig-a016-20210326 x86_64 randconfig-a011-20210326 i386 randconfig-a014-20210326 i386 randconfig-a011-20210326 i386 randconfig-a015-20210326 i386 randconfig-a016-20210326 i386 randconfig-a012-20210326 i386 randconfig-a013-20210326 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a002-20210326 x86_64 randconfig-a003-20210326 x86_64 randconfig-a001-20210326 x86_64 randconfig-a006-20210326 x86_64 randconfig-a004-20210326 x86_64 randconfig-a005-20210326 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:driver-core-testing] BUILD SUCCESS d225ef6fda7ce9ff7d28764bd1cceea2d0215e8b
um allyesconfig x86_64 allyesconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a015-20210329 x86_64 randconfig-a012-20210329 x86_64 randconfig-a013-20210329 x86_64 randconfig-a014-20210329 x86_64 randconfig-a011-20210329 x86_64 randconfig-a016-20210329 x86_64 randconfig-a002-20210328 x86_64 randconfig-a003-20210328 x86_64 randconfig-a001-20210328 x86_64 randconfig-a006-20210328 x86_64 randconfig-a005-20210328 x86_64 randconfig-a004-20210328 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 305271ab4f54f9ae7b9080473d1699c9511ae235
randconfig-a016-20210328 i386 randconfig-a013-20210328 i386 randconfig-a012-20210328 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig x86_64 allyesconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a002-20210328 x86_64 randconfig-a003-20210328 x86_64 randconfig-a001-20210328 x86_64 randconfig-a006-20210328 x86_64 randconfig-a005-20210328 x86_64 randconfig-a004-20210328 x86_64 randconfig-a015-20210329 x86_64 randconfig-a012-20210329 x86_64 randconfig-a013-20210329 x86_64 randconfig-a014-20210329 x86_64 randconfig-a011-20210329 x86_64 randconfig-a016-20210329 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing] BUILD SUCCESS 507614ba25ffedcc53f24ca6686c877ff1e2e694
allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig x86_64 randconfig-a004-20210402 x86_64 randconfig-a005-20210402 x86_64 randconfig-a003-20210402 x86_64 randconfig-a001-20210402 x86_64 randconfig-a002-20210402 x86_64 randconfig-a006-20210402 i386 randconfig-a006-20210402 i386 randconfig-a003-20210402 i386 randconfig-a001-20210402 i386 randconfig-a004-20210402 i386 randconfig-a005-20210402 i386 randconfig-a002-20210402 i386 randconfig-a006-20210401 i386 randconfig-a003-20210401 i386 randconfig-a001-20210401 i386 randconfig-a004-20210401 i386 randconfig-a002-20210401 i386 randconfig-a005-20210401 i386 randconfig-a014-20210402 i386 randconfig-a016-20210402 i386 randconfig-a011-20210402 i386 randconfig-a012-20210402 i386 randconfig-a013-20210402 i386 randconfig-a015-20210402 i386 randconfig-a014-20210401 i386 randconfig-a011-20210401 i386 randconfig-a016-20210401 i386 randconfig-a012-20210401 i386 randconfig-a013-20210401 i386 randconfig-a015-20210401 riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a004-20210401 x86_64 randconfig-a005-20210401 x86_64 randconfig-a003-20210401 x86_64 randconfig-a001-20210401 x86_64 randconfig-a002-20210401 x86_64 randconfig-a006-20210401 x86_64 randconfig-a014-20210402 x86_64 randconfig-a015-20210402 x86_64 randconfig-a011-20210402 x86_64 randconfig-a013-20210402 x86_64 randconfig-a012-20210402 x86_64 randconfig-a016-20210402 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:driver-core-testing] BUILD SUCCESS f7514a6630166a7b566dee9b1af2e87e431959be
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git driver-core-testing branch HEAD: f7514a6630166a7b566dee9b1af2e87e431959be of: property: fw_devlink: Add support for remote-endpoint elapsed time: 722m configs tested: 98 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig x86_64 allyesconfig riscvallmodconfig ia64 allmodconfig m68k amcore_defconfig m68k bvme6000_defconfig arm spear13xx_defconfig powerpc ppa8548_defconfig s390 zfcpdump_defconfig ia64 tiger_defconfig powerpc storcenter_defconfig arm s5pv210_defconfig arm ep93xx_defconfig m68k apollo_defconfig powerpc lite5200b_defconfig armhisi_defconfig powerpcicon_defconfig xtensa nommu_kc705_defconfig armvt8500_v6_v7_defconfig xtensa virt_defconfig arcnsim_700_defconfig powerpc wii_defconfig arm ixp4xx_defconfig xtensa defconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20210402 i386 randconfig-a003-20210402 i386 randconfig-a001-20210402 i386 randconfig-a004-20210402 i386 randconfig-a005-20210402 i386 randconfig-a002-20210402 x86_64 randconfig-a004-20210402 x86_64 randconfig-a005-20210402 x86_64 randconfig-a003-20210402 x86_64 randconfig-a001-20210402 x86_64 randconfig-a002-20210402 x86_64 randconfig-a006-20210402 i386 randconfig-a014-20210401 i386 randconfig-a011-20210401 i386 randconfig-a016-20210401 i386 randconfig-a012-20210401 i386 randconfig-a013-20210401 i386 randconfig-a015-20210401 riscvnommu_k210_defconfig riscvallyesconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a014-20210402 x86_64 randconfig-a015-20210402 x86_64 randconfig-a011-20210402 x86_64 randconfig-a013-20210402 x86_64 randconfig-a012-20210402 x86_64 randconfig-a016-20210402 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists
[driver-core:debugfs_remove_return_value 16/24] drivers/tty/serial/pch_uart.c:1815:9: error: 'port_regs_ops' undeclared
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_remove_return_value head: b133d227ed48382c8cf8f977f69279cf3a0e0ac4 commit: 0ce3084ec1fef72edd1edee6d144626178a47d4a [16/24] tty: serial: pch_uart.c: remove debugfs dentry pointer config: ia64-randconfig-r034-20210403 (attached as .config) compiler: ia64-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=0ce3084ec1fef72edd1edee6d144626178a47d4a git remote add driver-core https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git git fetch --no-tags driver-core debugfs_remove_return_value git checkout 0ce3084ec1fef72edd1edee6d144626178a47d4a # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from arch/ia64/include/asm/pgtable.h:154, from include/linux/pgtable.h:6, from arch/ia64/include/asm/uaccess.h:40, from include/linux/uaccess.h:11, from arch/ia64/include/asm/sections.h:11, from include/linux/interrupt.h:20, from include/linux/pci.h:38, from drivers/tty/serial/pch_uart.c:9: arch/ia64/include/asm/mmu_context.h: In function 'reload_context': arch/ia64/include/asm/mmu_context.h:127:41: warning: variable 'old_rr4' set but not used [-Wunused-but-set-variable] 127 | unsigned long rr0, rr1, rr2, rr3, rr4, old_rr4; | ^~~ drivers/tty/serial/pch_uart.c: In function 'pch_uart_init_port': >> drivers/tty/serial/pch_uart.c:1815:9: error: 'port_regs_ops' undeclared >> (first use in this function) 1815 |&port_regs_ops); | ^ drivers/tty/serial/pch_uart.c:1815:9: note: each undeclared identifier is reported only once for each function it appears in vim +/port_regs_ops +1815 drivers/tty/serial/pch_uart.c 1725 1726 static struct eg20t_port *pch_uart_init_port(struct pci_dev *pdev, 1727 const struct pci_device_id *id) 1728 { 1729 struct eg20t_port *priv; 1730 int ret; 1731 unsigned int iobase; 1732 unsigned int mapbase; 1733 unsigned char *rxbuf; 1734 int fifosize; 1735 int port_type; 1736 struct pch_uart_driver_data *board; 1737 char name[32]; 1738 1739 board = &drv_dat[id->driver_data]; 1740 port_type = board->port_type; 1741 1742 priv = kzalloc(sizeof(struct eg20t_port), GFP_KERNEL); 1743 if (priv == NULL) 1744 goto init_port_alloc_err; 1745 1746 rxbuf = (unsigned char *)__get_free_page(GFP_KERNEL); 1747 if (!rxbuf) 1748 goto init_port_free_txbuf; 1749 1750 switch (port_type) { 1751 case PORT_PCH_8LINE: 1752 fifosize = 256; /* EG20T/ML7213: UART0 */ 1753 break; 1754 case PORT_PCH_2LINE: 1755 fifosize = 64; /* EG20T:UART1~3 ML7213: UART1~2*/ 1756 break; 1757 default: 1758 dev_err(&pdev->dev, "Invalid Port Type(=%d)\n", port_type); 1759 goto init_port_hal_free; 1760 } 1761 1762 pci_enable_msi(pdev); 1763 pci_set_master(pdev); 1764 1765 spin_lock_init(&priv->lock); 1766 1767 iobase = pci_resource_start(pdev, 0); 1768 mapbase = pci_resource_start(pdev, 1); 1769 priv->mapbase = mapbase; 1770 priv->iobase = iobase; 1771 priv->pdev = pdev; 1772 priv->tx_empty = 1; 1773 priv->rxbuf.buf = rxbuf; 1774 priv->rxbuf.size = PAGE_SIZE; 1775 1776 priv->fifo_size = fifosize; 1777 priv->uartclk = pch_uart_get_uartclk(); 1778 priv->port_type = port_type; 1779 priv->port.dev = &pdev->dev; 1780 priv->port.iobase = iobase; 1781 priv->port.membase = NULL; 1782 priv->port.mapbase = mapbase; 1783 priv->port.irq = pdev->irq; 1784 priv->port.iotype = UPIO_PORT; 1785 priv->port.ops = &pch_uart_ops; 1786 priv->port.flags = UPF_BO
[driver-core:readfile 2/4] arch/arm64/include/asm/unistd32.h:897:11: error: array designator index (443) exceeds array bounds (443)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git readfile head: 49df3607c64bd48afbc4ce729ee310364c134def commit: 8e475ba37dc1e5922dc4648bb42b1a36f692e440 [2/4] arch: wire up the readfile syscall config: arm64-randconfig-r025-20210404 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 3bcb6a389ff4338d76a25b7d9e0e3c40d84695be) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm64 cross compiling tool for clang build # apt-get install binutils-aarch64-linux-gnu # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=8e475ba37dc1e5922dc4648bb42b1a36f692e440 git remote add driver-core https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git git fetch --no-tags driver-core readfile git checkout 8e475ba37dc1e5922dc4648bb42b1a36f692e440 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, ^ :51:1: note: expanded from here __arm64_sys_clone3 ^~ arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall, ^~ In file included from arch/arm64/kernel/sys32.c:134: arch/arm64/include/asm/unistd32.h:883:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] __SYSCALL(__NR_close_range, sys_close_range) ^~~~ arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL' #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, ^ :52:1: note: expanded from here __arm64_sys_close_range ^~~ arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall, ^~ In file included from arch/arm64/kernel/sys32.c:134: arch/arm64/include/asm/unistd32.h:885:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] __SYSCALL(__NR_openat2, sys_openat2) ^~~~ arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL' #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, ^ :53:1: note: expanded from here __arm64_sys_openat2 ^~~ arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall, ^~ In file included from arch/arm64/kernel/sys32.c:134: arch/arm64/include/asm/unistd32.h:887:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd) ^~~~ arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL' #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, ^ :54:1: note: expanded from here __arm64_sys_pidfd_getfd ^~~ arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall, ^~ In file included from arch/arm64/kernel/sys32.c:134: arch/arm64/include/asm/unistd32.h:889:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] __SYSCALL(__NR_faccessat2, sys_faccessat2) ^~ arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL' #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, ^ :55:1: note: expanded from here __arm64_sys_faccessat2 ^~ arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall, ^~ In file included from arch/arm64/kernel/sys32.c:134: arch/arm64/include/asm/unistd32.h:891:1: warning: initializer ove
[driver-core:readfile] BUILD REGRESSION 49df3607c64bd48afbc4ce729ee310364c134def
allyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386defconfig mips allyesconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20210404 i386 randconfig-a003-20210404 i386 randconfig-a001-20210404 i386 randconfig-a004-20210404 i386 randconfig-a005-20210404 i386 randconfig-a002-20210404 i386 randconfig-a006-20210403 i386 randconfig-a003-20210403 i386 randconfig-a001-20210403 i386 randconfig-a004-20210403 i386 randconfig-a002-20210403 i386 randconfig-a005-20210403 x86_64 randconfig-a014-20210403 x86_64 randconfig-a015-20210403 x86_64 randconfig-a011-20210403 x86_64 randconfig-a013-20210403 x86_64 randconfig-a012-20210403 x86_64 randconfig-a016-20210403 i386 randconfig-a014-20210403 i386 randconfig-a011-20210403 i386 randconfig-a016-20210403 i386 randconfig-a012-20210403 i386 randconfig-a013-20210403 i386 randconfig-a015-20210403 i386 randconfig-a014-20210404 i386 randconfig-a016-20210404 i386 randconfig-a011-20210404 i386 randconfig-a012-20210404 i386 randconfig-a015-20210404 i386 randconfig-a013-20210404 x86_64 randconfig-a004-20210404 x86_64 randconfig-a003-20210404 x86_64 randconfig-a005-20210404 x86_64 randconfig-a001-20210404 x86_64 randconfig-a002-20210404 x86_64 randconfig-a006-20210404 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a004-20210403 x86_64 randconfig-a005-20210403 x86_64 randconfig-a003-20210403 x86_64 randconfig-a001-20210403 x86_64 randconfig-a002-20210403 x86_64 randconfig-a006-20210403 x86_64 randconfig-a014-20210404 x86_64 randconfig-a015-20210404 x86_64 randconfig-a013-20210404 x86_64 randconfig-a011-20210404 x86_64 randconfig-a012-20210404 x86_64 randconfig-a016-20210404 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:debugfs_remove_return_value] BUILD SUCCESS 47cd5c82df8d5e40bd3959876ce374891e5f949c
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_remove_return_value branch HEAD: 47cd5c82df8d5e40bd3959876ce374891e5f949c serial: pch_uart: fix build error with !CONFIG_DEBUG_FS elapsed time: 726m configs tested: 94 configs skipped: 2 The following configs have been built successfully. More configs may be tested in the coming days. gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig x86_64 allyesconfig riscvallmodconfig i386 allyesconfig riscvallyesconfig powerpc powernv_defconfig mips malta_kvm_defconfig m68kmvme16x_defconfig powerpc ppc40x_defconfig mips tb0226_defconfig ia64 allmodconfig m68k amcore_defconfig m68k bvme6000_defconfig arm spear13xx_defconfig powerpc ppa8548_defconfig sh kfr2r09-romimage_defconfig sh sdk7780_defconfig powerpc ep8248e_defconfig powerpc g5_defconfig alphaallyesconfig m68k alldefconfig sh r7780mp_defconfig mips rbtx49xx_defconfig powerpc allnoconfig ia64defconfig ia64 allyesconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig i386 randconfig-a006-20210403 i386 randconfig-a003-20210403 i386 randconfig-a001-20210403 i386 randconfig-a004-20210403 i386 randconfig-a002-20210403 i386 randconfig-a005-20210403 x86_64 randconfig-a014-20210403 x86_64 randconfig-a015-20210403 x86_64 randconfig-a011-20210403 x86_64 randconfig-a013-20210403 x86_64 randconfig-a012-20210403 x86_64 randconfig-a016-20210403 i386 randconfig-a014-20210403 i386 randconfig-a011-20210403 i386 randconfig-a016-20210403 i386 randconfig-a012-20210403 i386 randconfig-a013-20210403 i386 randconfig-a015-20210403 riscvnommu_k210_defconfig riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a004-20210403 x86_64 randconfig-a005-20210403 x86_64 randconfig-a003-20210403 x86_64 randconfig-a001-20210403 x86_64 randconfig-a002-20210403 x86_64 randconfig-a006-20210403 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http
[driver-core:debugfs_remove_return_value] BUILD SUCCESS d81855117fe94efcd5de1fcb451a7413152d6b8f
-kselftests x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a004-20210405 x86_64 randconfig-a003-20210405 x86_64 randconfig-a005-20210405 x86_64 randconfig-a001-20210405 x86_64 randconfig-a002-20210405 x86_64 randconfig-a006-20210405 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[driver-core:driver-core-linus] BUILD SUCCESS eed6e41813deb9ee622cd9242341f21430d7789f
omega2p_defconfig pariscgeneric-64bit_defconfig armneponset_defconfig riscvnommu_k210_defconfig mipsqi_lb60_defconfig powerpc pmac32_defconfig m68k alldefconfig sh se7712_defconfig powerpcfsp2_defconfig powerpc ppc64_defconfig arm versatile_defconfig arc axs101_defconfig um alldefconfig mipsgpr_defconfig sh ecovec24_defconfig arm simpad_defconfig s390 zfcpdump_defconfig mips ip27_defconfig mips cu1000-neo_defconfig powerpc mpc83xx_defconfig mipsmalta_kvm_guest_defconfig arcvdk_hs38_defconfig armqcom_defconfig arm multi_v4t_defconfig h8300 edosk2674_defconfig powerpcklondike_defconfig mips rm200_defconfig ia64 allmodconfig ia64defconfig m68k allmodconfig m68kdefconfig m68k allyesconfig arc allyesconfig nds32 allnoconfig nds32 defconfig nios2allyesconfig cskydefconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig sparcallyesconfig sparc defconfig i386defconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20210405 i386 randconfig-a003-20210405 i386 randconfig-a001-20210405 i386 randconfig-a004-20210405 i386 randconfig-a002-20210405 i386 randconfig-a005-20210405 x86_64 randconfig-a014-20210405 x86_64 randconfig-a015-20210405 x86_64 randconfig-a013-20210405 x86_64 randconfig-a011-20210405 x86_64 randconfig-a012-20210405 x86_64 randconfig-a016-20210405 i386 randconfig-a014-20210405 i386 randconfig-a011-20210405 i386 randconfig-a016-20210405 i386 randconfig-a012-20210405 i386 randconfig-a015-20210405 i386 randconfig-a013-20210405 riscvnommu_virt_defconfig riscv allnoconfig riscv defconfig um allmodconfig umallnoconfig um allyesconfig um defconfig x86_64rhel-8.3-kselftests x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-kbuiltin x86_64 kexec clang tested configs: x86_64 randconfig-a004-20210405 x86_64 randconfig-a003-20210405 x86_64 randconfig-a005-20210405 x86_64 randconfig-a001-20210405 x86_64 randconfig-a002-20210405 x86_64 randconfig-a006-20210405 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel