[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170218234511.GB13214@athena>
Date: Sat, 18 Feb 2017 16:45:11 -0700
From: Eddie Kovsky <ewk@...ovsky.org>
To: Julia Lawall <julia.lawall@...6.fr>
Cc: jeyu@...hat.com, rusty@...tcorp.com.au, keescook@...omium.org,
kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
linux-kernel@...r.kernel.org, kernel-hardening@...ts.openwall.com
Subject: Re: [PATCH v2 3/3] Make vmbus register arguments read-only (fwd)
On 02/18/17, Julia Lawall wrote:
> It looks like brace are missing on the if on lines 1057-1059.
>
> julia
>
>
Well that is embarrassing. I should have caught that on my own test
build before submitting this. But I do think I've found the error in my
build script.
Sorry for all the noise.
Eddie
>
> ---------- Forwarded message ----------
> Date: Sat, 18 Feb 2017 15:46:30 +0800
> From: kbuild test robot <fengguang.wu@...el.com>
> To: kbuild@...org
> Cc: Julia Lawall <julia.lawall@...6.fr>
> Subject: Re: [PATCH v2 3/3] Make vmbus register arguments read-only
>
> CC: kbuild-all@...org
> In-Reply-To: <20170218055844.1457-4-ewk@...ovsky.org>
>
> Hi Eddie,
>
> [auto build test WARNING on linus/master]
> [also build test WARNING on v4.10-rc8 next-20170217]
> [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/Eddie-Kovsky/provide-check-for-ro_after_init-memory-sections/20170218-141040
> :::::: branch date: 2 hours ago
> :::::: commit date: 2 hours ago
>
> >> drivers/hv/vmbus_drv.c:1058:2-45: code aligned with following code on line 1059
> drivers/hv/vmbus_drv.c:1129:2-45: code aligned with following code on line 1130
>
> git remote add linux-review https://github.com/0day-ci/linux
> git remote update linux-review
> git checkout 1fed72d7adca008d13119f00c095e1e379f319a1
> vim +1058 drivers/hv/vmbus_drv.c
>
> cf6a2eac drivers/hv/vmbus_drv.c K. Y. Srinivasan 2011-12-01 1052 ret = vmbus_exists();
> cf6a2eac drivers/hv/vmbus_drv.c K. Y. Srinivasan 2011-12-01 1053 if (ret < 0)
> cf6a2eac drivers/hv/vmbus_drv.c K. Y. Srinivasan 2011-12-01 1054 return ret;
> cf6a2eac drivers/hv/vmbus_drv.c K. Y. Srinivasan 2011-12-01 1055
> 1fed72d7 drivers/hv/vmbus_drv.c Eddie Kovsky 2017-02-17 1056 ret = kernel_ro_address(&hv_driver);
> 1fed72d7 drivers/hv/vmbus_drv.c Eddie Kovsky 2017-02-17 1057 if (ret < 1)
> 1fed72d7 drivers/hv/vmbus_drv.c Eddie Kovsky 2017-02-17 @1058 pr_err("Module address is not read-only.");
> 1fed72d7 drivers/hv/vmbus_drv.c Eddie Kovsky 2017-02-17 @1059 return ret;
> 1fed72d7 drivers/hv/vmbus_drv.c Eddie Kovsky 2017-02-17 1060
> 768fa219 drivers/staging/hv/vmbus_drv.c Greg Kroah-Hartman 2011-08-25 1061 hv_driver->driver.name = hv_driver->name;
> 768fa219 drivers/staging/hv/vmbus_drv.c Greg Kroah-Hartman 2011-08-25 1062 hv_driver->driver.owner = owner;
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
Powered by blists - more mailing lists