[no subject]

2021-10-27 Thread Mophie Richard
-- 
Greetings to you, my name is Albert Jonathan, I have a very urgent
beneficial proposal deal that will be of great benefit to you. If
interested, kindly reply to me back.

I await your response.

Best Regards
Albert Jonathan
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] staging: comedi: Cleaned a bit of code that was not required

2021-10-27 Thread vaatsalya shrivastava
Warning found by checkpatch.pl script.

Signed-off-by: vaatsalya shrivastava 
---
 drivers/comedi/drivers/dt2815.c| 2 +-
 drivers/staging/vme/devices/vme_user.h | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/comedi/drivers/dt2815.c b/drivers/comedi/drivers/dt2815.c
index 5906f32aa01f..2be240630bbd 100644
--- a/drivers/comedi/drivers/dt2815.c
+++ b/drivers/comedi/drivers/dt2815.c
@@ -17,7 +17,7 @@
  * contrary, please update.
  *
  * Configuration options:
- * [0] - I/O port base base address
+ * [0] - I/O port base address
  * [1] - IRQ (unused)
  * [2] - Voltage unipolar/bipolar configuration
  * 0 == unipolar 5V  (0V -- +5V)
diff --git a/drivers/staging/vme/devices/vme_user.h 
b/drivers/staging/vme/devices/vme_user.h
index 19ecb05781cc..3c1564fd9b20 100644
--- a/drivers/staging/vme/devices/vme_user.h
+++ b/drivers/staging/vme/devices/vme_user.h
@@ -14,11 +14,11 @@ struct vme_master {
__u32 aspace;   /* Address Space */
__u32 cycle;/* Cycle properties */
__u32 dwidth;   /* Maximum Data Width */
-#if 0
+
char prefetchenable;/* Prefetch Read Enable State */
int prefetchsize;   /* Prefetch Read Size (Cache Lines) */
char wrpostenable;  /* Write Post State */
-#endif
+
 } __packed;
 
 /*
@@ -35,11 +35,11 @@ struct vme_slave {
__u64 size; /* Window Size */
__u32 aspace;   /* Address Space */
__u32 cycle;/* Cycle properties */
-#if 0
+
char wrpostenable;  /* Write Post State */
char rmwlock;   /* Lock PCI during RMW Cycles */
char data64bitcapable;  /* non-VMEbus capable of 64-bit Data */
-#endif
+
 } __packed;
 
 struct vme_irq_id {
-- 
2.30.2

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[driver-core:driver-core-testing] BUILD SUCCESS 27e0bcd02990f7291adb0f111e300f06c495d509

2021-10-27 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: 27e0bcd02990f7291adb0f111e300f06c495d509  device property: Drop 
redundant NULL checks

elapsed time: 1652m

configs tested: 100
configs skipped: 3

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
i386 randconfig-c001-20211027
mips tb0287_defconfig
nios2alldefconfig
powerpc ep8248e_defconfig
powerpcfsp2_defconfig
sh   se7721_defconfig
armvt8500_v6_v7_defconfig
arm davinci_all_defconfig
arc haps_hs_defconfig
archsdk_defconfig
arm  lpd270_defconfig
i386 alldefconfig
powerpc mpc832x_rdb_defconfig
arm   aspeed_g5_defconfig
mips tb0226_defconfig
openriscor1ksim_defconfig
xtensaxip_kc705_defconfig
mips decstation_defconfig
powerpc  bamboo_defconfig
mips  ath25_defconfig
mips cobalt_defconfig
powerpc mpc8315_rdb_defconfig
arm  randconfig-c002-20211027
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68kdefconfig
m68k allmodconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
nios2allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
xtensa   allyesconfig
parisc  defconfig
s390defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
i386  debian-10.3
i386 allyesconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a013-20211027
x86_64   randconfig-a015-20211027
x86_64   randconfig-a011-20211027
x86_64   randconfig-a014-20211027
x86_64   randconfig-a016-20211027
x86_64   randconfig-a012-20211027
i386 randconfig-a012-20211027
i386 randconfig-a013-20211027
i386 randconfig-a011-20211027
i386 randconfig-a016-20211027
i386 randconfig-a015-20211027
i386 randconfig-a014-20211027
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
um   x86_64_defconfig
um i386_defconfig
x86_64rhel-8.3-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  kexec
x86_64   allyesconfig

clang tested configs:
riscvrandconfig-c006-20211027
powerpc  randconfig-c003-20211027
arm  randconfig-c002-20211027
mips randconfig-c004-20211027
x86_64   randconfig-c007-20211027
i386 randconfig-c001-20211027
s390 randconfig-c005-20211027
i386 randconfig-a003-20211027
i386 randconfig-a004-20211027
i386 randconfig-a002-20211027
i386 randconfig-a005-20211027
i386 randconfig-a001-20211027
i386 randconfig

[staging:staging-next] BUILD REGRESSION 3d34b180323b487cad6f1e7560f1ec653110c899

2021-10-27 Thread kernel test robot
   allyesconfig
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
i386  debian-10.3
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
arc  randconfig-r043-20211027
s390 randconfig-r044-20211027
riscvrandconfig-r042-20211027
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
um   x86_64_defconfig
um i386_defconfig
x86_64   allyesconfig
x86_64rhel-8.3-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  kexec

clang tested configs:
x86_64   randconfig-a002-20211027
x86_64   randconfig-a004-20211027
x86_64   randconfig-a005-20211027
x86_64   randconfig-a006-20211027
x86_64   randconfig-a001-20211027
x86_64   randconfig-a003-20211027
hexagon  randconfig-r045-20211027
hexagon  randconfig-r041-20211027

---
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: [syzbot] BUG: spinlock bad magic in synchronize_srcu

2021-10-27 Thread syzbot
syzbot suspects this issue was fixed by commit:

commit eb7511bf9182292ef1df1082d23039e856d1ddfb
Author: Haimin Zhang 
Date:   Fri Sep 3 02:37:06 2021 +

KVM: x86: Handle SRCU initialization failure during page track init

bisection log:  https://syzkaller.appspot.com/x/bisect.txt?x=143e2b02b0
start commit:   78e709522d2c Merge tag 'for_linus' of git://git.kernel.org..
git tree:   upstream
kernel config:  https://syzkaller.appspot.com/x/.config?x=2150ebd7e72fa695
dashboard link: https://syzkaller.appspot.com/bug?extid=05017ad275a64a3246f8
syz repro:  https://syzkaller.appspot.com/x/repro.syz?x=10b7289530
C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=14c4285330

If the result looks correct, please mark the issue as fixed by replying with:

#syz fix: KVM: x86: Handle SRCU initialization failure during page track init

For information about bisection process see: https://goo.gl/tpsmEJ#bisection
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH] staging: comedi: Cleaned a bit of code that was not required

2021-10-27 Thread Greg KH
On Wed, Oct 27, 2021 at 03:32:34PM -0400, vaatsalya shrivastava wrote:
> Warning found by checkpatch.pl script.

Please be specific as to what you did.

> 
> Signed-off-by: vaatsalya shrivastava 

"V" and "S"?

> ---
>  drivers/comedi/drivers/dt2815.c| 2 +-
>  drivers/staging/vme/devices/vme_user.h | 8 
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/comedi/drivers/dt2815.c b/drivers/comedi/drivers/dt2815.c
> index 5906f32aa01f..2be240630bbd 100644
> --- a/drivers/comedi/drivers/dt2815.c
> +++ b/drivers/comedi/drivers/dt2815.c
> @@ -17,7 +17,7 @@
>   * contrary, please update.
>   *
>   * Configuration options:
> - * [0] - I/O port base base address
> + * [0] - I/O port base address

The original is correct.

>   * [1] - IRQ (unused)
>   * [2] - Voltage unipolar/bipolar configuration
>   *   0 == unipolar 5V  (0V -- +5V)
> diff --git a/drivers/staging/vme/devices/vme_user.h 
> b/drivers/staging/vme/devices/vme_user.h
> index 19ecb05781cc..3c1564fd9b20 100644
> --- a/drivers/staging/vme/devices/vme_user.h
> +++ b/drivers/staging/vme/devices/vme_user.h

This is not a comedi driver.

> @@ -14,11 +14,11 @@ struct vme_master {
>   __u32 aspace;   /* Address Space */
>   __u32 cycle;/* Cycle properties */
>   __u32 dwidth;   /* Maximum Data Width */
> -#if 0
> +

You can not just remove these lines, please realize what you are doing.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel