Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1312871 > unrolled thread

Re: [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

Started bySudip Mukherjee <sudipm.mukherjee@gmail.com>
First post2016-01-20 05:50 +0100
Last post2016-01-25 05:50 +0100
Articles 8 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic:  systemd-udevd/134/0x00000002 Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-01-20 05:50 +0100
    Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002 "Huang\, Ying" <ying.huang@intel.com> - 2016-01-20 06:10 +0100
      Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic:  systemd-udevd/134/0x00000002 Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-01-21 06:40 +0100
        Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002 "Huang\, Ying" <ying.huang@intel.com> - 2016-01-21 06:50 +0100
          Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic:  systemd-udevd/134/0x00000002 Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-01-21 07:10 +0100
            Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic:  systemd-udevd/134/0x00000002 Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-01-23 07:50 +0100
              Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002 "Huang\, Ying" <ying.huang@intel.com> - 2016-01-25 03:20 +0100
                Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic:  systemd-udevd/134/0x00000002 Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-01-25 05:50 +0100

#1312871 — Re: [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2016-01-20 05:50 +0100
SubjectRe: [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qSSSv-1pe-65@gated-at.bofh.it>
On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
> FYI, we noticed the below changes on
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> commit 2baed30cb30727b2637d26eac5a8887875a13420 ("spi: lm70llp: use new parport device model")
> 
> 
> +----------------+------------+------------+
> |                | 74bdced4b4 | 2baed30cb3 |
> +----------------+------------+------------+
> | boot_successes | 0          | 0          |
> +----------------+------------+------------+
> 
> 
> 
> [    6.358390] i6300esb: Intel 6300ESB WatchDog Timer Driver v0.05
> [    6.358540] i6300esb: cannot register miscdev on minor=130 (err=-16)
> [    6.358555] i6300ESB timer: probe of 0000:00:06.0 failed with error -16
> [    6.363357] BUG: scheduling while atomic: systemd-udevd/134/0x00000002
> [    6.363366] Modules linked in: crc32c_intel pcspkr evdev i6300esb ide_cd_mod cdrom intel_agp intel_gtt i2c_piix4 i2c_core virtio_pci virtio virtio_ring agpgart rtc_cmos(+) parport_pc(+) autofs4
> [    6.363369] CPU: 1 PID: 134 Comm: systemd-udevd Not tainted 4.4.0-rc1-00006-g2baed30 #1
> [    6.363370] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 04/01/2014

Can you please let me know how do i reproduce this on qemu? what command
line you used?

> [    6.363372]  0000000000012880 ffff88007f8bb880 ffffffff878a5e4d ffff880078712880
> [    6.363374]  ffff88007f8bb890 ffffffff876a64d6 ffff88007f8bb8d0 ffffffff87b05f69
> [    6.363375]  ffff88005d04e340 ffff88007f8bc000 000000000000007f ffffffff879a6260
> [    6.363375] Call Trace:
> [    6.363385]  [<ffffffff878a5e4d>] dump_stack+0x4b/0x6e
> [    6.363391]  [<ffffffff876a64d6>] __schedule_bug+0x46/0x60
> [    6.363394]  [<ffffffff87b05f69>] __schedule+0x549/0x780
> [    6.363398]  [<ffffffff879a6260>] ? dead_read+0x10/0x10

dead_read() is used only when a port has been removed and the driver has
not registered with parport_register_driver(). But in the case of
spi/spi-lm70llp.c it has detach callback, so whenever a port is removed
detach should be executed.

regards
sudip

[toc] | [next] | [standalone]


#1312875 — Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

From"Huang\, Ying" <ying.huang@intel.com>
Date2016-01-20 06:10 +0100
SubjectRe: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qSTbQ-1M2-5@gated-at.bofh.it>
In reply to#1312871
Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:

> On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
>> FYI, we noticed the below changes on
>> 
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> commit 2baed30cb30727b2637d26eac5a8887875a13420 ("spi: lm70llp: use new parport device model")
>> 
>> 
>> +----------------+------------+------------+
>> |                | 74bdced4b4 | 2baed30cb3 |
>> +----------------+------------+------------+
>> | boot_successes | 0          | 0          |
>> +----------------+------------+------------+
>> 
>> 
>> 
>> [    6.358390] i6300esb: Intel 6300ESB WatchDog Timer Driver v0.05
>> [    6.358540] i6300esb: cannot register miscdev on minor=130 (err=-16)
>> [    6.358555] i6300ESB timer: probe of 0000:00:06.0 failed with error -16
>> [    6.363357] BUG: scheduling while atomic: systemd-udevd/134/0x00000002
>> [ 6.363366] Modules linked in: crc32c_intel pcspkr evdev i6300esb
>> ide_cd_mod cdrom intel_agp intel_gtt i2c_piix4 i2c_core virtio_pci
>> virtio virtio_ring agpgart rtc_cmos(+) parport_pc(+) autofs4
>> [    6.363369] CPU: 1 PID: 134 Comm: systemd-udevd Not tainted 4.4.0-rc1-00006-g2baed30 #1
>> [    6.363370] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 04/01/2014
>
> Can you please let me know how do i reproduce this on qemu? what command
> line you used?

The command line can be found in the last line of dmesg file, as below.

qemu-system-x86_64 -enable-kvm -cpu host -kernel /pkg/linux/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/vmlinuz-4.4.0-rc1-00006-g2baed30 -append 'root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-lkp-wsx03-2G-2/bisect_boot-1-debian-x86_64-2015-02-07.cgz-x86_64-randconfig-a0-01191454-2baed30cb30727b2637d26eac5a8887875a13420-20160119-71002-198dtgm-0.yaml ARCH=x86_64 kconfig=x86_64-randconfig-a0-01191454 branch=linux-devel/devel-spot-201601191442 commit=2baed30cb30727b2637d26eac5a8887875a13420 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/vmlinuz-4.4.0-rc1-00006-g2baed30 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-lkp-wsx03-2G/debian-x86_64-2015-02-07.cgz/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/0 LKP_SERVER=inn earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal rw ip=::::vm-lkp-wsx03-2G-2::dhcp'  -initrd /fs/sda1/initrd-vm-lkp-wsx03-2G-2 -m 2048 -smp 2 -device e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp::23621-:22 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -drive file=/fs/sda1/disk0-vm-lkp-wsx03-2G-2,media=disk,if=virtio -drive file=/fs/sda1/disk1-vm-lkp-wsx03-2G-2,media=disk,if=virtio -pidfile /dev/shm/kboot/pid-vm-lkp-wsx03-2G-2 -serial file:/dev/shm/kboot/serial-vm-lkp-wsx03-2G-2 -daemonize -display none -monitor null

Best Regards,
Huang, Ying

>> [    6.363372]  0000000000012880 ffff88007f8bb880 ffffffff878a5e4d ffff880078712880
>> [    6.363374]  ffff88007f8bb890 ffffffff876a64d6 ffff88007f8bb8d0 ffffffff87b05f69
>> [    6.363375]  ffff88005d04e340 ffff88007f8bc000 000000000000007f ffffffff879a6260
>> [    6.363375] Call Trace:
>> [    6.363385]  [<ffffffff878a5e4d>] dump_stack+0x4b/0x6e
>> [    6.363391]  [<ffffffff876a64d6>] __schedule_bug+0x46/0x60
>> [    6.363394]  [<ffffffff87b05f69>] __schedule+0x549/0x780
>> [    6.363398]  [<ffffffff879a6260>] ? dead_read+0x10/0x10
>
> dead_read() is used only when a port has been removed and the driver has
> not registered with parport_register_driver(). But in the case of
> spi/spi-lm70llp.c it has detach callback, so whenever a port is removed
> detach should be executed.
>
> regards
> sudip
> _______________________________________________
> LKP mailing list
> LKP@lists.01.org
> https://lists.01.org/mailman/listinfo/lkp

[toc] | [prev] | [next] | [standalone]


#1313909 — Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2016-01-21 06:40 +0100
SubjectRe: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qTg8C-Im-19@gated-at.bofh.it>
In reply to#1312875
On Wed, Jan 20, 2016 at 01:00:40PM +0800, Huang, Ying wrote:
> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> 
> > On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
> >> FYI, we noticed the below changes on
> >> 
> >> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> >> commit 2baed30cb30727b2637d26eac5a8887875a13420 ("spi: lm70llp: use new parport device model")
> >> 
> >> 
> >> +----------------+------------+------------+
> >> |                | 74bdced4b4 | 2baed30cb3 |
> >> +----------------+------------+------------+
> >> | boot_successes | 0          | 0          |
> >> +----------------+------------+------------+
> >> 
> >> 
> >> 
> >> [    6.358390] i6300esb: Intel 6300ESB WatchDog Timer Driver v0.05
> >> [    6.358540] i6300esb: cannot register miscdev on minor=130 (err=-16)
> >> [    6.358555] i6300ESB timer: probe of 0000:00:06.0 failed with error -16
> >> [    6.363357] BUG: scheduling while atomic: systemd-udevd/134/0x00000002
> >> [ 6.363366] Modules linked in: crc32c_intel pcspkr evdev i6300esb
> >> ide_cd_mod cdrom intel_agp intel_gtt i2c_piix4 i2c_core virtio_pci
> >> virtio virtio_ring agpgart rtc_cmos(+) parport_pc(+) autofs4
> >> [    6.363369] CPU: 1 PID: 134 Comm: systemd-udevd Not tainted 4.4.0-rc1-00006-g2baed30 #1
> >> [    6.363370] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 04/01/2014
> >
> > Can you please let me know how do i reproduce this on qemu? what command
> > line you used?
> 
> The command line can be found in the last line of dmesg file, as below.
> 
> qemu-system-x86_64 -enable-kvm -cpu host -kernel /pkg/linux/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/vmlinuz-4.4.0-rc1-00006-g2baed30 -append 'root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-lkp-wsx03-2G-2/bisect_boot-1-debian-x86_64-2015-02-07.cgz-x86_64-randconfig-a0-01191454-2baed30cb30727b2637d26eac5a8887875a13420-20160119-71002-198dtgm-0.yaml ARCH=x86_64 kconfig=x86_64-randconfig-a0-01191454 branch=linux-devel/devel-spot-201601191442 commit=2baed30cb30727b2637d26eac5a8887875a13420 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/vmlinuz-4.4.0-rc1-00006-g2baed30 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-lkp-wsx03-2G/debian-x86_64-2015-02-07.cgz/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/0 LKP_SERVER=inn earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal rw ip=::::vm-lkp-wsx03-2G-2::dhcp'  -initrd /fs/sda1/initrd-vm-lkp-wsx03-2G-2 -m 2048 -smp 2 -device e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp::23621-:22 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -drive file=/fs/sda1/disk0-vm-lkp-wsx03-2G-2,media=disk,if=virtio -drive file=/fs/sda1/disk1-vm-lkp-wsx03-2G-2,media=disk,if=virtio -pidfile /dev/shm/kboot/pid-vm-lkp-wsx03-2G-2 -serial file:/dev/shm/kboot/serial-vm-lkp-wsx03-2G-2 -daemonize -display none -monitor null

I am not able to reproduce this. Tested just with the kernel and
yocto-minimal-i386.cgz filesystem and it booted properly.

I guess I need atleast your job file to reproduce this.

regards
sudip

[toc] | [prev] | [next] | [standalone]


#1313924 — Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

From"Huang\, Ying" <ying.huang@intel.com>
Date2016-01-21 06:50 +0100
SubjectRe: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qTgi5-LZ-1@gated-at.bofh.it>
In reply to#1313909
Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:

> On Wed, Jan 20, 2016 at 01:00:40PM +0800, Huang, Ying wrote:
>> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
>> 
>> > On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
>> >> FYI, we noticed the below changes on
>> >> 
>> >> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> >> commit 2baed30cb30727b2637d26eac5a8887875a13420 ("spi: lm70llp: use new parport device model")
>> >> 
>> >> 
>> >> +----------------+------------+------------+
>> >> |                | 74bdced4b4 | 2baed30cb3 |
>> >> +----------------+------------+------------+
>> >> | boot_successes | 0          | 0          |
>> >> +----------------+------------+------------+
>> >> 
>> >> 
>> >> 
>> >> [    6.358390] i6300esb: Intel 6300ESB WatchDog Timer Driver v0.05
>> >> [    6.358540] i6300esb: cannot register miscdev on minor=130 (err=-16)
>> >> [    6.358555] i6300ESB timer: probe of 0000:00:06.0 failed with error -16
>> >> [    6.363357] BUG: scheduling while atomic: systemd-udevd/134/0x00000002
>> >> [ 6.363366] Modules linked in: crc32c_intel pcspkr evdev i6300esb
>> >> ide_cd_mod cdrom intel_agp intel_gtt i2c_piix4 i2c_core virtio_pci
>> >> virtio virtio_ring agpgart rtc_cmos(+) parport_pc(+) autofs4
>> >> [    6.363369] CPU: 1 PID: 134 Comm: systemd-udevd Not tainted 4.4.0-rc1-00006-g2baed30 #1
>> >> [    6.363370] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 04/01/2014
>> >
>> > Can you please let me know how do i reproduce this on qemu? what command
>> > line you used?
>> 
>> The command line can be found in the last line of dmesg file, as below.
>> 
>> qemu-system-x86_64 -enable-kvm -cpu host -kernel
>> /pkg/linux/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/vmlinuz-4.4.0-rc1-00006-g2baed30
>> -append 'root=/dev/ram0 user=lkp
>> job=/lkp/scheduled/vm-lkp-wsx03-2G-2/bisect_boot-1-debian-x86_64-2015-02-07.cgz-x86_64-randconfig-a0-01191454-2baed30cb30727b2637d26eac5a8887875a13420-20160119-71002-198dtgm-0.yaml
>> ARCH=x86_64 kconfig=x86_64-randconfig-a0-01191454
>> branch=linux-devel/devel-spot-201601191442
>> commit=2baed30cb30727b2637d26eac5a8887875a13420
>> BOOT_IMAGE=/pkg/linux/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/vmlinuz-4.4.0-rc1-00006-g2baed30
>> max_uptime=600
>> RESULT_ROOT=/result/boot/1/vm-lkp-wsx03-2G/debian-x86_64-2015-02-07.cgz/x86_64-randconfig-a0-01191454/gcc-5/2baed30cb30727b2637d26eac5a8887875a13420/0
>> LKP_SERVER=inn earlyprintk=ttyS0,115200 systemd.log_level=err debug
>> apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100
>> panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic
>> load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0
>> vga=normal rw ip=::::vm-lkp-wsx03-2G-2::dhcp' -initrd
>> /fs/sda1/initrd-vm-lkp-wsx03-2G-2 -m 2048 -smp 2 -device
>> e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp::23621-:22 -boot
>> order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -drive
>> file=/fs/sda1/disk0-vm-lkp-wsx03-2G-2,media=disk,if=virtio -drive
>> file=/fs/sda1/disk1-vm-lkp-wsx03-2G-2,media=disk,if=virtio -pidfile
>> /dev/shm/kboot/pid-vm-lkp-wsx03-2G-2 -serial
>> file:/dev/shm/kboot/serial-vm-lkp-wsx03-2G-2 -daemonize -display
>> none -monitor null
>
> I am not able to reproduce this. Tested just with the kernel and
> yocto-minimal-i386.cgz filesystem and it booted properly.
>
> I guess I need atleast your job file to reproduce this.

This is a boot test so I did not attached the job file.  But the test
result may depends on specific root file system.  For example, the
process when BUG report is always systemd-udevd.  Maybe you need a
systemd based root file system.

Best Regards,
Huang, Ying

[toc] | [prev] | [next] | [standalone]


#1313938 — Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2016-01-21 07:10 +0100
SubjectRe: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qTgBt-19T-9@gated-at.bofh.it>
In reply to#1313924
On Thu, Jan 21, 2016 at 01:47:10PM +0800, Huang, Ying wrote:
> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> 
> > On Wed, Jan 20, 2016 at 01:00:40PM +0800, Huang, Ying wrote:
> >> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> >> 
> >> > On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
<snip>
> >
> > I am not able to reproduce this. Tested just with the kernel and
> > yocto-minimal-i386.cgz filesystem and it booted properly.
> >
> > I guess I need atleast your job file to reproduce this.
> 
> This is a boot test so I did not attached the job file.  But the test
> result may depends on specific root file system.  For example, the
> process when BUG report is always systemd-udevd.  Maybe you need a
> systemd based root file system.

So silly of me. Since you said 2baed30cb3, so i kept looking at that
patch.
Can you please test again after reverting:
ebd43516d387 ("Staging: panel: usleep_range is preferred over udelay")

If it solves the problem then I will submit a formal patch.

regards
sudip

[toc] | [prev] | [next] | [standalone]


#1315525 — Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2016-01-23 07:50 +0100
SubjectRe: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qU0bf-7h2-1@gated-at.bofh.it>
In reply to#1313938
Hi Huang, Ying,
On Thu, Jan 21, 2016 at 11:36:52AM +0530, Sudip Mukherjee wrote:
> On Thu, Jan 21, 2016 at 01:47:10PM +0800, Huang, Ying wrote:
> > Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> > 
> > > On Wed, Jan 20, 2016 at 01:00:40PM +0800, Huang, Ying wrote:
> > >> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> > >> 
> > >> > On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
> <snip>
> > >
> > > I am not able to reproduce this. Tested just with the kernel and
> > > yocto-minimal-i386.cgz filesystem and it booted properly.
> > >
> > > I guess I need atleast your job file to reproduce this.
> > 
> > This is a boot test so I did not attached the job file.  But the test
> > result may depends on specific root file system.  For example, the
> > process when BUG report is always systemd-udevd.  Maybe you need a
> > systemd based root file system.
> 
> So silly of me. Since you said 2baed30cb3, so i kept looking at that
> patch.
> Can you please test again after reverting:
> ebd43516d387 ("Staging: panel: usleep_range is preferred over udelay")
> 
> If it solves the problem then I will submit a formal patch.

Did you get a chance to test it?

regards
sudip

[toc] | [prev] | [next] | [standalone]


#1316171 — Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

From"Huang\, Ying" <ying.huang@intel.com>
Date2016-01-25 03:20 +0100
SubjectRe: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qUEV4-5p2-7@gated-at.bofh.it>
In reply to#1315525
Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:

> Hi Huang, Ying,
> On Thu, Jan 21, 2016 at 11:36:52AM +0530, Sudip Mukherjee wrote:
>> On Thu, Jan 21, 2016 at 01:47:10PM +0800, Huang, Ying wrote:
>> > Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
>> > 
>> > > On Wed, Jan 20, 2016 at 01:00:40PM +0800, Huang, Ying wrote:
>> > >> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
>> > >> 
>> > >> > On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
>> <snip>
>> > >
>> > > I am not able to reproduce this. Tested just with the kernel and
>> > > yocto-minimal-i386.cgz filesystem and it booted properly.
>> > >
>> > > I guess I need atleast your job file to reproduce this.
>> > 
>> > This is a boot test so I did not attached the job file.  But the test
>> > result may depends on specific root file system.  For example, the
>> > process when BUG report is always systemd-udevd.  Maybe you need a
>> > systemd based root file system.
>> 
>> So silly of me. Since you said 2baed30cb3, so i kept looking at that
>> patch.
>> Can you please test again after reverting:
>> ebd43516d387 ("Staging: panel: usleep_range is preferred over udelay")
>> 
>> If it solves the problem then I will submit a formal patch.
>
> Did you get a chance to test it?

Sorry for late, as the new report just sent.  Reverting the specified
commit can solve the issue.

Best Regards,
Huang, Ying

[toc] | [prev] | [next] | [standalone]


#1316201 — Re: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2016-01-25 05:50 +0100
SubjectRe: [LKP] [lkp] [spi] 2baed30cb3: BUG: scheduling while atomic: systemd-udevd/134/0x00000002
Message-ID<qUHgd-70g-5@gated-at.bofh.it>
In reply to#1316171
On Mon, Jan 25, 2016 at 10:15:27AM +0800, Huang, Ying wrote:
> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> 
> > Hi Huang, Ying,
> > On Thu, Jan 21, 2016 at 11:36:52AM +0530, Sudip Mukherjee wrote:
> >> On Thu, Jan 21, 2016 at 01:47:10PM +0800, Huang, Ying wrote:
> >> > Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> >> > 
> >> > > On Wed, Jan 20, 2016 at 01:00:40PM +0800, Huang, Ying wrote:
> >> > >> Sudip Mukherjee <sudipm.mukherjee@gmail.com> writes:
> >> > >> 
> >> > >> > On Wed, Jan 20, 2016 at 08:44:37AM +0800, kernel test robot wrote:
> >> <snip>
> >> > >
> >> > > I am not able to reproduce this. Tested just with the kernel and
> >> > > yocto-minimal-i386.cgz filesystem and it booted properly.
> >> > >
> >> > > I guess I need atleast your job file to reproduce this.
> >> > 
> >> > This is a boot test so I did not attached the job file.  But the test
> >> > result may depends on specific root file system.  For example, the
> >> > process when BUG report is always systemd-udevd.  Maybe you need a
> >> > systemd based root file system.
> >> 
> >> So silly of me. Since you said 2baed30cb3, so i kept looking at that
> >> patch.
> >> Can you please test again after reverting:
> >> ebd43516d387 ("Staging: panel: usleep_range is preferred over udelay")
> >> 
> >> If it solves the problem then I will submit a formal patch.
> >
> > Did you get a chance to test it?
> 
> Sorry for late, as the new report just sent.  Reverting the specified
> commit can solve the issue.

Thanks for the confirmation. But I am still wondering how commit
2baed30cb3 can bring out some issues with ebd43516d387 ? AFAICS they are
totally unrelated.

regards
sudip

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web