-Gleixner/x86-mshyperv-Remove-unneeded-includes-from-mshyperv-h/20170624-121055
config: i386-randconfig-b0-06241558 (attached as .config)
compiler: gcc-5 (Debian 5.4.1-2) 5.4.1 20160904
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
staging-testing
head: 18cd9021ea035db85519391dbc429a5b1d0dd25b
commit: b065307fe0ad7859f01ce8560e6bdc590324561a [357/367] staging: fsl-mc:
remove dpmng API files
config: arm64-allyesconfig (attached as .config)
compiler:
On Sat, Jun 24, 2017 at 08:17:59PM +0800, kbuild test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
> staging-testing
> head: 18cd9021ea035db85519391dbc429a5b1d0dd25b
> commit: b065307fe0ad7859f01ce8560e6bdc590324561a [357/367] staging: fsl-mc:
> remo
Em Wed, 21 Jun 2017 10:08:05 +0200
Johannes Thumshirn escreveu:
> Currently the media subsystem has a very creative abuse of the
> KERNEL_VERSION macro to encode an arbitrary version triplet for media
> drivers and device hardware revisions.
>
> This series introduces a new macro called MEDIA_RE
The atomisp subdev driver hardcodes its version to
ATOMISP_CSS_VERSION_21. Yet, it has several tests for versions
below 21 internally, with sounds really odd.
On all other media drivers, we're just keeping version set to
LINUX_VERSION_CODE.
So, do the same here, simplifying the code a little bit.
This macro is never used. Get rid of it.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/staging/media/bcm2048/radio-bcm2048.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c
b/drivers/staging/media/bcm2048/radio-bcm2048.c
index 38f72d069e27..86
Fix checkpatch.pl warnings of the form "function definition argument
'foo' should also have an identifier name" in header files.
Signed-off-by: Derek Robson
---
V1,V2 and V3 had vauge subject line.
drivers/staging/vt6655/card.h| 30 ++---
drivers/staging/vt6655/channel.h |
Fixed style of permissions to octal.
Found using checkpatch
Signed-off-by: Derek Robson
---
V1 and V2 had vauge subject lines
drivers/staging/unisys/visorhba/visorhba_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c
b/dr
Fixed checkpatch warnings "Use #include instead of "
Found using checkpatch
Signed-off-by: Derek Robson
---
V2 had V1 comment above the line
V1 had vauge subject lines
drivers/staging/rtl8723bs/include/osdep_service_linux.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --gi
Fixed checkpatch.pl warnings of the form "function definition argument
'foo' should also have an identifier name" in header files.
Signed-off-by: Derek Robson
---
V2 had V1 comment above the line
V1 had vauge subject line
drivers/staging/sm750fb/sm750.h | 24
1 file cha
Fixed checkpatch.pl warnings of "function definition argument FOO should
also have an identifier name"
Found using checkpatch
Signed-off-by: Derek Robson
---
V2 had vauge subject and V1 comment above the line
V1 had vauge subject
drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
driv
On Thu, Jun 22, 2017 at 4:58 PM, Dan Carpenter wrote:
> On Thu, Jun 22, 2017 at 04:36:55PM +0300, Gilad Ben-Yossef wrote:
>> static int ssi_ahash_export(struct ahash_request *req, void *out)
>> {
>> struct crypto_ahash *ahash = crypto_ahash_reqtfm(req);
>> struct ssi_hash_ctx *ctx =
On Fri, Jun 23, 2017 at 7:29 PM, Greg Kroah-Hartman
wrote:
> On Thu, Jun 22, 2017 at 04:36:56PM +0300, Gilad Ben-Yossef wrote:
>> Fix a bug where the transformation init code did
>> not register a setkey method for none hash based MACs.
>
> "none hash based MACs"? Is that the correct language, I
13 matches
Mail list logo