[Kernel-packages] [Bug 1372482] Re: mount.cifs does not work with the 3.13.0.36-generic kernel

2014-09-29 Thread SlavikZ
I also have this problem and can confirm that kernel posted in comment
#12 fix it.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1372482

Title:
  mount.cifs does not work with the 3.13.0.36-generic kernel

Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Trusty:
  In Progress
Status in “linux” source package in Utopic:
  Invalid

Bug description:
  mount.cifs //server_ip/share_name mount_point -o user=user
  Password...
  mount error(5): Input/output error
  Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  From syslog:
  Sep 22 15:41:04 ds1205 kernel: [   11.778362] [ cut here 
]
  Sep 22 15:41:04 ds1205 kernel: [   11.778370] WARNING: CPU: 3 PID: 2253 at 
/build/buildd/linux-3.13.0/fs/cifs/transport.c:313 smb_send_rqst+0x215/0x270 
[cifs]()
  Sep 22 15:41:04 ds1205 kernel: [   11.778371] Send length 
mismatch(send_length=72 smb_buf_length=2164260932)
  Sep 22 15:41:04 ds1205 kernel: [   11.778372] Modules linked in: cuse rfcomm 
bnep bluetooth binfmt_misc snd_hda_codec_realtek nls_utf8 cifs fscache 
intel_rapl x86_pkg_temp_thermal intel_powerclamp snd_hda_intel coretemp 
snd_hda_codec kvm_intel kvm snd_hwdep snd_pcm crct10dif_pclmul crc32_pclmul 
snd_page_alloc ghash_clmulni_intel i915 snd_seq_midi aesni_intel 
snd_seq_midi_event aes_x86_64 lrw snd_rawmidi gf128mul snd_seq glue_helper 
ablk_helper snd_seq_device drm_kms_helper cryptd snd_timer drm keucr(C) 
parport_pc i2c_algo_bit hid_generic snd mei_me ppdev mei usb_storage lp 
soundcore serio_raw lpc_ich parport wmi mac_hid video usbhid hid psmouse ahci 
libahci r8169 mii
  Sep 22 15:41:04 ds1205 kernel: [   11.778395] CPU: 3 PID: 2253 Comm: 
mount.cifs Tainted: GWC3.13.0-36-generic #63-Ubuntu
  Sep 22 15:41:04 ds1205 kernel: [   11.778396] Hardware name: Hewlett-Packard 
HP Pro 3500 Series/2ABF, BIOS 8.11 10/24/2012
  Sep 22 15:41:04 ds1205 kernel: [   11.778397]  0009 
8800ccaf7bb0 8171e569 8800ccaf7bf8
  Sep 22 15:41:04 ds1205 kernel: [   11.778399]  8800ccaf7be8 
8106775d 8800ccaf7d00 88020fecb800
  Sep 22 15:41:04 ds1205 kernel: [   11.778401]  8800ccaf7cc8 
0001  8800ccaf7c48
  Sep 22 15:41:04 ds1205 kernel: [   11.778403] Call Trace:
  Sep 22 15:41:04 ds1205 kernel: [   11.778406]  [] 
dump_stack+0x45/0x56
  Sep 22 15:41:04 ds1205 kernel: [   11.778408]  [] 
warn_slowpath_common+0x7d/0xa0
  Sep 22 15:41:04 ds1205 kernel: [   11.778409]  [] 
warn_slowpath_fmt+0x4c/0x50
  Sep 22 15:41:04 ds1205 kernel: [   11.778415]  [] 
smb_send_rqst+0x215/0x270 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778417]  [] ? 
__inet_stream_connect+0x208/0x320
  Sep 22 15:41:04 ds1205 kernel: [   11.778422]  [] 
smb_sendv+0x3d/0x40 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778426]  [] 
smb_send+0x28/0x30 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778430]  [] 
generic_ip_connect+0x30d/0x3e0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778432]  [] ? 
__kmalloc+0x55/0x230
  Sep 22 15:41:04 ds1205 kernel: [   11.778437]  [] 
cifs_mount+0x85c/0xaf0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778440]  [] 
cifs_do_mount+0xa0/0x4d0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778442]  [] 
mount_fs+0x39/0x1b0
  Sep 22 15:41:04 ds1205 kernel: [   11.778444]  [] 
vfs_kern_mount+0x67/0x110
  Sep 22 15:41:04 ds1205 kernel: [   11.778446]  [] 
do_mount+0x244/0xb20
  Sep 22 15:41:04 ds1205 kernel: [   11.778448]  [] ? 
__get_free_pages+0xe/0x50
  Sep 22 15:41:04 ds1205 kernel: [   11.778450]  [] ? 
copy_mount_options+0x36/0x170
  Sep 22 15:41:04 ds1205 kernel: [   11.778451]  [] 
SyS_mount+0x83/0xc0
  Sep 22 15:41:04 ds1205 kernel: [   11.778453]  [] 
system_call_fastpath+0x1a/0x1f
  Sep 22 15:41:04 ds1205 kernel: [   11.778454] ---[ end trace 826c79e22eb80bab 
]---
  Sep 22 15:41:04 ds1205 kernel: [   11.779826] CIFS VFS: Error connecting to 
socket. Aborting operation.
  Sep 22 15:41:04 ds1205 kernel: [   11.779890] CIFS VFS: cifs_mount failed 
w/return code = -5

  I cannot mount share from Samba 3.6.6, but I can mount a share from a Windows 
2003 server.
  But it works with 3.13.0.35-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pt 2204 F pulseaudio
   /dev/snd/pcmC0D0p:   pt 2204 F...m pulseaudio
  Date: Mon Sep 22 15:52:02 2014
  HibernationDevice: RESUME=UUID=0694bd92-c10f-4c5e-8c90-e1d2a388f84f
  InstallationDate: Installed on 2013-07-09 (440 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no w

[Kernel-packages] [Bug 1173723] Re: [PATCH RFC] [media] gspca-ov534: don't call sd_start() from sd_init()

2013-08-09 Thread SlavikZ
Hi Antonio,
> Let me know if the change below alone is enough and the webcam keeps working,
> a test with suspend and resume would good to have too.
I've tested your patch with the latest kernel (3.11.0-rc4) - the webcam 
works OK.  After suspend and resume, the webcam works OK too.

-- 
Bye, Yaroslav

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1173723

Title:
  06f8:3002 BUG: unable to handle kernel NULL pointer dereference at
  0050; RIP: 0010:[] []
  v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After update to 13.04 when I connecting my Hercules Blog Webcam, I got
  kernel oops. This camera was working OK in 12.10 with latest linux-
  image-3.8.0-19-generic kernel.

  Commit bisect revealed the regression at:
  -
  1bd7d6adc691993206cf7dd69f1aaf8dccb06677 is the first bad commit
  commit 1bd7d6adc691993206cf7dd69f1aaf8dccb06677
  Author: Antonio Ospite 
  Date: Wed May 16 18:42:46 2012 -0300

  [media] gspca_ov534: Convert to the control framework

  Signed-off-by: Antonio Ospite 
  Signed-off-by: Hans de Goede 
  Signed-off-by: Mauro Carvalho Chehab 

  :04 04 81bb6d86a59d2fca15fea4d43a8abe34354cf69e 
6b7c2077ae5d8bdea32864841b5cd14149c6a44a M drivers
  -

  Here is the error stacktrace:
  Apr 26 23:01:31 ZHOME kernel: [  430.706302] usb 3-1: new high-speed USB 
device number 2 using xhci_hcd
  Apr 26 23:01:31 ZHOME kernel: [  430.724458] usb 3-1: New USB device found, 
idVendor=06f8, idProduct=3002
  Apr 26 23:01:31 ZHOME kernel: [  430.724462] usb 3-1: New USB device strings: 
Mfr=1, Product=2, SerialNumber=0
  Apr 26 23:01:31 ZHOME kernel: [  430.724465] usb 3-1: Product: Hercules Blog 
Microphone
  Apr 26 23:01:31 ZHOME kernel: [  430.724467] usb 3-1: Manufacturer: Hercules 
Blog Webcam
  Apr 26 23:01:31 ZHOME mtp-probe: checking bus 3, device 2: 
"/sys/devices/pci:00/:00:14.0/usb3/3-1"
  Apr 26 23:01:31 ZHOME mtp-probe: bus: 3, device: 2 was not an MTP device
  Apr 26 23:01:31 ZHOME kernel: [  430.737089] Linux video capture interface: 
v2.00
  Apr 26 23:01:31 ZHOME kernel: [  430.739566] gspca_main: v2.14.0 registered
  Apr 26 23:01:31 ZHOME kernel: [  430.741319] gspca_main: ov534-2.14.0 probing 
06f8:3002
  Apr 26 23:01:33 ZHOME kernel: [  433.522117] BUG: unable to handle kernel 
NULL pointer dereference at 0050
  Apr 26 23:01:33 ZHOME kernel: [  433.522169] IP: [] 
v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
  Apr 26 23:01:33 ZHOME kernel: [  433.522213] PGD 0
  Apr 26 23:01:33 ZHOME kernel: [  433.57] Oops:  [#1] SMP
  Apr 26 23:01:33 ZHOME kernel: [  433.522251] Modules linked in: 
gspca_ov534(+) gspca_main videodev vmnet(OF) vsock(OF) vmci(OF) vmmon(OF) 
rfcomm parport_pc(F) ppdev(F) bnep bluetooth binfmt_misc(F) snd_hda_codec_hdmi 
snd_hda_codec_realtek stir4200 irda(F) crc_ccitt(F) usblp kvm_intel 
snd_hda_intel snd_hda_codec kvm snd_hwdep(F) snd_pcm(F) ghash_clmulni_intel(F) 
snd_page_alloc(F) aesni_intel(F) snd_seq_midi(F) snd_seq_midi_event(F) 
aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) snd_rawmidi(F) 
hid_generic snd_seq(F) usbhid psmouse(F) hid snd_seq_device(F) snd_timer(F) 
snd(F) microcode(F) serio_raw(F) soundcore(F) alx lpc_ich mdio i915 mei 
drm_kms_helper video(F) drm i2c_algo_bit mac_hid coretemp lp(F) parport(F) 
firewire_ohci firewire_core crc_itu_t(F) ahci(F) libahci(F) r8169
  Apr 26 23:01:33 ZHOME kernel: [  433.522709] CPU 3
  Apr 26 23:01:33 ZHOME kernel: [  433.522724] Pid: 5284, comm: modprobe 
Tainted: GF  O 3.8.0-19-generic #29-Ubuntu Gigabyte Technology Co., 
Ltd. To be filled by O.E.M./Z77-DS3H
  Apr 26 23:01:33 ZHOME kernel: [  433.522787] RIP: 0010:[]  
[] v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
  Apr 26 23:01:33 ZHOME kernel: [  433.522837] RSP: 0018:88011efabb88  
EFLAGS: 00010296
  Apr 26 23:01:33 ZHOME kernel: [  433.522864] RAX: 0001 RBX: 
 RCX: 0001820001c0
  Apr 26 23:01:33 ZHOME kernel: [  433.522897] RDX: 0001820001c1 RSI: 
820001c0 RDI: 
  Apr 26 23:01:33 ZHOME kernel: [  433.522931] RBP: 88011efabba8 R08: 
 R09: 0001
  Apr 26 23:01:33 ZHOME kernel: [  433.522965] R10: ea0007f734c0 R11: 
814fd2a2 R12: a03273fc
  Apr 26 23:01:33 ZHOME kernel: [  433.522998] R13:  R14: 
 R15: 8801eabfb430
  Apr 26 23:01:33 ZHOME kernel: [  433.523033] FS:  7fb6ab739740() 
GS:88021f38() knlGS:
  Apr 26 23:01:33 ZHOME kernel: [  433.523071] CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 26 23:01:33 ZHOME kernel: [  433.523098] CR2: 0050 CR3: 
0001d02d1000 CR4: 001407e0
  Apr 26 23:01:33 ZHOME kernel: [  433.523132] DR0:  DR1: 
00

[Kernel-packages] [Bug 1173723] [Regression 3.5->3.6, bisected] gspca_ov534: kernel oops when connecting Hercules Blog Webcam

2013-07-29 Thread SlavikZ
Hi!

After update from 3.5 kernel to newer version I got kernel oops when I 
connect my Hercules Blog Webcam. The full error stacktrace is at the end 
of this e-mail.

Commit bisect revealed the regression at:
-
1bd7d6adc691993206cf7dd69f1aaf8dccb06677 is the first bad commit
commit 1bd7d6adc691993206cf7dd69f1aaf8dccb06677
Author: Antonio Ospite 
Date: Wed May 16 18:42:46 2012 -0300

 [media] gspca_ov534: Convert to the control framework

 Signed-off-by: Antonio Ospite 
 Signed-off-by: Hans de Goede 
 Signed-off-by: Mauro Carvalho Chehab 

:04 04 81bb6d86a59d2fca15fea4d43a8abe34354cf69e 
6b7c2077ae5d8bdea32864841b5cd14149c6a44a M drivers
-

I also try to change the gspca_ov534 module source (ov534.c) from the 
3.8 kernel and added some additional null checks in sd_start function 
and add the extensive logging to it. With those changes my webcam is 
working OK. As far as I can see, sd_start function is called couple of 
times, but when it is called the first time (when a usb cable was 
inserted), sd struct is almost empty and without null check this leads 
to kernel oops. Here is the part of test version log when sd_start was 
called first time:

sd_start: NO sd->hue!
sd_start: NO sd->saturation!
sd_start: NO sd->autogain!
sd_start: NO sd->autowhitebalance!
sd_start: NO sd->autoexposure!
sd_start: NO sd->gain!
sd_start: NO sd->exposure!
sd_start: NO sd->brightness!
sd_start: NO sd->contrast!
sd_start: NO sd->sharpness!
sd_start: NO sd->hflip and sd->vflip!
sd_start: NO sd->plfreq!

Additional info can be found here: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173723/


Here is the error stacktrace:
kernel: [   52.679705] usb 3-2: new high-speed USB device number 2 using 
xhci_hcd
kernel: [   52.697906] usb 3-2: New USB device found, idVendor=06f8, 
idProduct=3002
kernel: [   52.697910] usb 3-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
kernel: [   52.697912] usb 3-2: Product: Hercules Blog Microphone
kernel: [   52.697914] usb 3-2: Manufacturer: Hercules Blog Webcam
kernel: [   52.708983] Linux video capture interface: v2.00
kernel: [   52.710778] gspca_main: v2.14.0 registered
kernel: [   52.712210] gspca_main: ov534-2.14.0 probing 06f8:3002
kernel: [   55.506311] BUG: unable to handle kernel NULL pointer 
dereference at 0050
kernel: [   55.506367] IP: [] 
v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
kernel: [   55.506414] PGD 0
kernel: [   55.506429] Oops:  [#1] SMP
kernel: [   55.506453] Modules linked in: gspca_ov534(+) gspca_main 
videodev rfcomm bnep ppdev bluetooth binfmt_misc snd_hda_codec_hdmi 
snd_hda_codec_realtek stir4200 irda crc_ccitt usblp snd_hda_intel 
snd_hda_codec snd_hwdep snd_pcm hid_generic snd_page_alloc snd_seq_midi 
snd_seq_midi_event usbhid snd_rawmidi snd_seq snd_seq_device snd_timer 
hid i915 snd psmouse drm_kms_helper serio_raw mei_me drm mei soundcore 
video i2c_algo_bit lpc_ich mac_hid coretemp lp parport firewire_ohci 
firewire_core crc_itu_t ahci libahci alx mdio r8169 mii [last unloaded: 
parport_pc]
kernel: [   55.506819] CPU: 3 PID: 4352 Comm: modprobe Not tainted 
3.11.0-031100rc2-generic #201307211535
kernel: [   55.506864] Hardware name: Gigabyte Technology Co., Ltd. To 
be filled by O.E.M./Z77-DS3H, BIOS F9 09/19/2012
kernel: [   55.506913] task: 8801c20f9770 ti: 8801ceaa 
task.ti: 8801ceaa
kernel: [   55.506952] RIP: 0010:[] 
[] v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
kernel: [   55.507005] RSP: 0018:8801ceaa1af8  EFLAGS: 00010292
kernel: [   55.507033] RAX: 0001 RBX:  RCX: 
0001988b
kernel: [   55.507069] RDX: 0001988a RSI: a032745a RDI: 

kernel: [   55.507106] RBP: 8801ceaa1b28 R08: 00017380 R09: 
ea0008419d80
kernel: [   55.507142] R10: 81538f5a R11: 0002 R12: 
a03273dc
kernel: [   55.507178] R13: a03273dc R14:  R15: 
a03270a0
kernel: [   55.507215] FS:  7f72d564a740() 
GS:88021f38() knlGS:
kernel: [   55.507256] CS:  0010 DS:  ES:  CR0: 80050033
kernel: [   55.507286] CR2: 0050 CR3: 0001bd1f CR4: 
001407e0
kernel: [   55.507323] Stack:
kernel: [   55.507335]  8801ceaa1b28 a0325cff 
880101f4 8801ceb44000
kernel: [   55.507380]  a03273dc 8801ceb44000 
8801ceaa1b58 a032688e
kernel: [   55.507426]  8801ceb44000 a03274f0 
a03274f0 8801ceb44380
kernel: [   55.507471] Call Trace:
kernel: [   55.507490]  [] ? sccb_w_array+0x3f/0x80 
[gspca_ov534]
kernel: [   55.507527]  [] sd_start+0xce/0x2b0 
[gspca_ov534]
kernel: [   55.507561]  [] sd_init+0x189/0x1e8 
[gspca_ov534]
kernel: [   55.507596]  [] 
gspca_dev_probe2+0x285/0x410 [gspca_main]
kernel: [   55.507634]  [] gspca_dev_probe+0x38/0x60 
[gspca_main]
kernel: [   55.507670]  [] sd_probe+0x21/0x30 
[gs

[Kernel-packages] [Bug 1173723] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]

2013-07-28 Thread SlavikZ
Here is "lsusb -v" result

** Attachment added: "lsusb-v.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173723/+attachment/3752455/+files/lsusb-v.log

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1173723

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0050; RIP: 0010:[] []
  v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After update to 13.04 when I connecting my Hercules Blog Webcam, I got kernel 
oops. This camera was working OK in 12.10 with latest 
linux-image-3.8.0-19-generic kernel. Current kernel version is (cat 
/proc/version_signature):
  Ubuntu 3.8.0-19.29-generic 3.8.8

  Here is the error stacktrace:
  Apr 26 23:01:31 ZHOME kernel: [  430.706302] usb 3-1: new high-speed USB 
device number 2 using xhci_hcd
  Apr 26 23:01:31 ZHOME kernel: [  430.724458] usb 3-1: New USB device found, 
idVendor=06f8, idProduct=3002
  Apr 26 23:01:31 ZHOME kernel: [  430.724462] usb 3-1: New USB device strings: 
Mfr=1, Product=2, SerialNumber=0
  Apr 26 23:01:31 ZHOME kernel: [  430.724465] usb 3-1: Product: Hercules Blog 
Microphone
  Apr 26 23:01:31 ZHOME kernel: [  430.724467] usb 3-1: Manufacturer: Hercules 
Blog Webcam
  Apr 26 23:01:31 ZHOME mtp-probe: checking bus 3, device 2: 
"/sys/devices/pci:00/:00:14.0/usb3/3-1"
  Apr 26 23:01:31 ZHOME mtp-probe: bus: 3, device: 2 was not an MTP device
  Apr 26 23:01:31 ZHOME kernel: [  430.737089] Linux video capture interface: 
v2.00
  Apr 26 23:01:31 ZHOME kernel: [  430.739566] gspca_main: v2.14.0 registered
  Apr 26 23:01:31 ZHOME kernel: [  430.741319] gspca_main: ov534-2.14.0 probing 
06f8:3002
  Apr 26 23:01:33 ZHOME kernel: [  433.522117] BUG: unable to handle kernel 
NULL pointer dereference at 0050
  Apr 26 23:01:33 ZHOME kernel: [  433.522169] IP: [] 
v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
  Apr 26 23:01:33 ZHOME kernel: [  433.522213] PGD 0 
  Apr 26 23:01:33 ZHOME kernel: [  433.57] Oops:  [#1] SMP 
  Apr 26 23:01:33 ZHOME kernel: [  433.522251] Modules linked in: 
gspca_ov534(+) gspca_main videodev vmnet(OF) vsock(OF) vmci(OF) vmmon(OF) 
rfcomm parport_pc(F) ppdev(F) bnep bluetooth binfmt_misc(F) snd_hda_codec_hdmi 
snd_hda_codec_realtek stir4200 irda(F) crc_ccitt(F) usblp kvm_intel 
snd_hda_intel snd_hda_codec kvm snd_hwdep(F) snd_pcm(F) ghash_clmulni_intel(F) 
snd_page_alloc(F) aesni_intel(F) snd_seq_midi(F) snd_seq_midi_event(F) 
aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) snd_rawmidi(F) 
hid_generic snd_seq(F) usbhid psmouse(F) hid snd_seq_device(F) snd_timer(F) 
snd(F) microcode(F) serio_raw(F) soundcore(F) alx lpc_ich mdio i915 mei 
drm_kms_helper video(F) drm i2c_algo_bit mac_hid coretemp lp(F) parport(F) 
firewire_ohci firewire_core crc_itu_t(F) ahci(F) libahci(F) r8169
  Apr 26 23:01:33 ZHOME kernel: [  433.522709] CPU 3 
  Apr 26 23:01:33 ZHOME kernel: [  433.522724] Pid: 5284, comm: modprobe 
Tainted: GF  O 3.8.0-19-generic #29-Ubuntu Gigabyte Technology Co., 
Ltd. To be filled by O.E.M./Z77-DS3H
  Apr 26 23:01:33 ZHOME kernel: [  433.522787] RIP: 0010:[]  
[] v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
  Apr 26 23:01:33 ZHOME kernel: [  433.522837] RSP: 0018:88011efabb88  
EFLAGS: 00010296
  Apr 26 23:01:33 ZHOME kernel: [  433.522864] RAX: 0001 RBX: 
 RCX: 0001820001c0
  Apr 26 23:01:33 ZHOME kernel: [  433.522897] RDX: 0001820001c1 RSI: 
820001c0 RDI: 
  Apr 26 23:01:33 ZHOME kernel: [  433.522931] RBP: 88011efabba8 R08: 
 R09: 0001
  Apr 26 23:01:33 ZHOME kernel: [  433.522965] R10: ea0007f734c0 R11: 
814fd2a2 R12: a03273fc
  Apr 26 23:01:33 ZHOME kernel: [  433.522998] R13:  R14: 
 R15: 8801eabfb430
  Apr 26 23:01:33 ZHOME kernel: [  433.523033] FS:  7fb6ab739740() 
GS:88021f38() knlGS:
  Apr 26 23:01:33 ZHOME kernel: [  433.523071] CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 26 23:01:33 ZHOME kernel: [  433.523098] CR2: 0050 CR3: 
0001d02d1000 CR4: 001407e0
  Apr 26 23:01:33 ZHOME kernel: [  433.523132] DR0:  DR1: 
 DR2: 
  Apr 26 23:01:33 ZHOME kernel: [  433.523166] DR3:  DR6: 
0ff0 DR7: 0400
  Apr 26 23:01:33 ZHOME kernel: [  433.523201] Process modprobe (pid: 5284, 
threadinfo 88011efaa000, task 8801fdecae80)
  Apr 26 23:01:33 ZHOME kernel: [  433.523240] Stack:
  Apr 26 23:01:33 ZHOME kernel: [  433.523251]  a0325424 
8801557b1000 a03273fc 8801557b1000
  Apr 26 23:01:33 ZHOME kernel: [  433.523295]  88011efabbd8 
a0326696 a0327510 ff

[Kernel-packages] [Bug 1173723] Re: Kernel oops when connecting web camera

2013-07-28 Thread SlavikZ
Here is the bisect result:
-
1bd7d6adc691993206cf7dd69f1aaf8dccb06677 is the first bad commit
commit 1bd7d6adc691993206cf7dd69f1aaf8dccb06677
Author: Antonio Ospite 
Date:   Wed May 16 18:42:46 2012 -0300

[media] gspca_ov534: Convert to the control framework

Signed-off-by: Antonio Ospite 
Signed-off-by: Hans de Goede 
Signed-off-by: Mauro Carvalho Chehab 

:04 04 81bb6d86a59d2fca15fea4d43a8abe34354cf69e 
6b7c2077ae5d8bdea32864841b5cd14149c6a44a M  drivers
-

Here is the full bisect log:

git bisect log
git bisect start
# good: [28a33cbc24e4256c143dce96c7d93bf423229f92] Linux 3.5
git bisect good 28a33cbc24e4256c143dce96c7d93bf423229f92
# bad: [a0d271cbfed1dd50278c6b06bead3d00ba0a88f9] Linux 3.6
git bisect bad a0d271cbfed1dd50278c6b06bead3d00ba0a88f9
# good: [b13bc8dda81c54a66a1c84e66f60b8feba659f28] Merge tag 'staging-3.6-rc1' 
of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
git bisect good b13bc8dda81c54a66a1c84e66f60b8feba659f28
# bad: [991b3137f21e13db4711f313edbe67d49bed795b] [media] media: soc_camera: 
don't clear pix->sizeimage in JPEG mode
git bisect bad 991b3137f21e13db4711f313edbe67d49bed795b
# good: [6f51f51582e793ea13e7de7ed6b138f71c51784b] Merge branch 
'for-linus-for-3.6-rc1' of 
git://git.linaro.org/people/mszyprowski/linux-dma-mapping
git bisect good 6f51f51582e793ea13e7de7ed6b138f71c51784b
# good: [27c1ee3f929555b71fa39ec0d81a7e7185de1b16] Merge branch 'akpm' 
(Andrew's patch-bomb)
git bisect good 27c1ee3f929555b71fa39ec0d81a7e7185de1b16
# good: [cc8362b1f6d724e46f515121d442779924b19fec] Merge branch 'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
git bisect good cc8362b1f6d724e46f515121d442779924b19fec
# good: [6dbb35b0a74b44b2a48a5373d48074c5aa69fdf5] Merge tag 'nfs-for-3.6-2' of 
git://git.linux-nfs.org/projects/trondmy/linux-nfs
git bisect good 6dbb35b0a74b44b2a48a5373d48074c5aa69fdf5
# bad: [c2d430af08f38a0b3145c3b60381146b8ac88c88] [media] s5p-fimc: Remove 
V4L2_FL_LOCK_ALL_FOPS flag
git bisect bad c2d430af08f38a0b3145c3b60381146b8ac88c88
# bad: [ac3322b0d400fdbab410ab80f26a501c2e169e5d] [media] gspca: clear priv 
field and disable relevant ioctls
git bisect bad ac3322b0d400fdbab410ab80f26a501c2e169e5d
# bad: [3e0ed00903e1904112108135c18b1918386457aa] [media] gspca-mr97310a: 
convert to the control framework
git bisect bad 3e0ed00903e1904112108135c18b1918386457aa
# good: [74233cd7c3cd670404db90eaac20f8d6c64d6e84] [media] gspca_pac7302: 
Convert to the control framework
git bisect good 74233cd7c3cd670404db90eaac20f8d6c64d6e84
# bad: [1bd7d6adc691993206cf7dd69f1aaf8dccb06677] [media] gspca_ov534: Convert 
to the control framework
git bisect bad 1bd7d6adc691993206cf7dd69f1aaf8dccb06677
# good: [9153ac3ba4bccfdccb43e765cf1cf9bd9e65e657] [media] gscpa_sonixb: 
Convert to the control framework
git bisect good 9153ac3ba4bccfdccb43e765cf1cf9bd9e65e657
# good: [463023b06206863b3d7ecdd1faf20fa4c24af3c8] [media] gspca_kinect: remove 
traces of the gspca control mechanism
git bisect good 463023b06206863b3d7ecdd1faf20fa4c24af3c8


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1173723

Title:
  Kernel oops when connecting web camera

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After update to 13.04 when I connecting my Hercules Blog Webcam, I got kernel 
oops. This camera was working OK in 12.10 with latest 
linux-image-3.8.0-19-generic kernel. Current kernel version is (cat 
/proc/version_signature):
  Ubuntu 3.8.0-19.29-generic 3.8.8

  Here is the error stacktrace:
  Apr 26 23:01:31 ZHOME kernel: [  430.706302] usb 3-1: new high-speed USB 
device number 2 using xhci_hcd
  Apr 26 23:01:31 ZHOME kernel: [  430.724458] usb 3-1: New USB device found, 
idVendor=06f8, idProduct=3002
  Apr 26 23:01:31 ZHOME kernel: [  430.724462] usb 3-1: New USB device strings: 
Mfr=1, Product=2, SerialNumber=0
  Apr 26 23:01:31 ZHOME kernel: [  430.724465] usb 3-1: Product: Hercules Blog 
Microphone
  Apr 26 23:01:31 ZHOME kernel: [  430.724467] usb 3-1: Manufacturer: Hercules 
Blog Webcam
  Apr 26 23:01:31 ZHOME mtp-probe: checking bus 3, device 2: 
"/sys/devices/pci:00/:00:14.0/usb3/3-1"
  Apr 26 23:01:31 ZHOME mtp-probe: bus: 3, device: 2 was not an MTP device
  Apr 26 23:01:31 ZHOME kernel: [  430.737089] Linux video capture interface: 
v2.00
  Apr 26 23:01:31 ZHOME kernel: [  430.739566] gspca_main: v2.14.0 registered
  Apr 26 23:01:31 ZHOME kernel: [  430.741319] gspca_main: ov534-2.14.0 probing 
06f8:3002
  Apr 26 23:01:33 ZHOME kernel: [  433.522117] BUG: unable to handle kernel 
NULL pointer dereference at 0050
  Apr 26 23:01:33 ZHOME kernel: [  433.522169] IP: [] 
v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
  Ap

[Kernel-packages] [Bug 1173723] Re: Kernel oops when connecting web camera

2013-07-22 Thread SlavikZ
I've test it with 3.11.0-031100rc2 kernel, OOPS is still exist.


** Attachment added: "kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173723/+attachment/3745804/+files/kern.log

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1173723

Title:
  Kernel oops when connecting web camera

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After update to 13.04 when I connecting my Hercules Blog Webcam, I got kernel 
oops. This camera was working OK in 12.10 with latest 
linux-image-3.8.0-19-generic kernel. Current kernel version is (cat 
/proc/version_signature):
  Ubuntu 3.8.0-19.29-generic 3.8.8

  Here is the error stacktrace:
  Apr 26 23:01:31 ZHOME kernel: [  430.706302] usb 3-1: new high-speed USB 
device number 2 using xhci_hcd
  Apr 26 23:01:31 ZHOME kernel: [  430.724458] usb 3-1: New USB device found, 
idVendor=06f8, idProduct=3002
  Apr 26 23:01:31 ZHOME kernel: [  430.724462] usb 3-1: New USB device strings: 
Mfr=1, Product=2, SerialNumber=0
  Apr 26 23:01:31 ZHOME kernel: [  430.724465] usb 3-1: Product: Hercules Blog 
Microphone
  Apr 26 23:01:31 ZHOME kernel: [  430.724467] usb 3-1: Manufacturer: Hercules 
Blog Webcam
  Apr 26 23:01:31 ZHOME mtp-probe: checking bus 3, device 2: 
"/sys/devices/pci:00/:00:14.0/usb3/3-1"
  Apr 26 23:01:31 ZHOME mtp-probe: bus: 3, device: 2 was not an MTP device
  Apr 26 23:01:31 ZHOME kernel: [  430.737089] Linux video capture interface: 
v2.00
  Apr 26 23:01:31 ZHOME kernel: [  430.739566] gspca_main: v2.14.0 registered
  Apr 26 23:01:31 ZHOME kernel: [  430.741319] gspca_main: ov534-2.14.0 probing 
06f8:3002
  Apr 26 23:01:33 ZHOME kernel: [  433.522117] BUG: unable to handle kernel 
NULL pointer dereference at 0050
  Apr 26 23:01:33 ZHOME kernel: [  433.522169] IP: [] 
v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
  Apr 26 23:01:33 ZHOME kernel: [  433.522213] PGD 0 
  Apr 26 23:01:33 ZHOME kernel: [  433.57] Oops:  [#1] SMP 
  Apr 26 23:01:33 ZHOME kernel: [  433.522251] Modules linked in: 
gspca_ov534(+) gspca_main videodev vmnet(OF) vsock(OF) vmci(OF) vmmon(OF) 
rfcomm parport_pc(F) ppdev(F) bnep bluetooth binfmt_misc(F) snd_hda_codec_hdmi 
snd_hda_codec_realtek stir4200 irda(F) crc_ccitt(F) usblp kvm_intel 
snd_hda_intel snd_hda_codec kvm snd_hwdep(F) snd_pcm(F) ghash_clmulni_intel(F) 
snd_page_alloc(F) aesni_intel(F) snd_seq_midi(F) snd_seq_midi_event(F) 
aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) snd_rawmidi(F) 
hid_generic snd_seq(F) usbhid psmouse(F) hid snd_seq_device(F) snd_timer(F) 
snd(F) microcode(F) serio_raw(F) soundcore(F) alx lpc_ich mdio i915 mei 
drm_kms_helper video(F) drm i2c_algo_bit mac_hid coretemp lp(F) parport(F) 
firewire_ohci firewire_core crc_itu_t(F) ahci(F) libahci(F) r8169
  Apr 26 23:01:33 ZHOME kernel: [  433.522709] CPU 3 
  Apr 26 23:01:33 ZHOME kernel: [  433.522724] Pid: 5284, comm: modprobe 
Tainted: GF  O 3.8.0-19-generic #29-Ubuntu Gigabyte Technology Co., 
Ltd. To be filled by O.E.M./Z77-DS3H
  Apr 26 23:01:33 ZHOME kernel: [  433.522787] RIP: 0010:[]  
[] v4l2_ctrl_g_ctrl+0x11/0x60 [videodev]
  Apr 26 23:01:33 ZHOME kernel: [  433.522837] RSP: 0018:88011efabb88  
EFLAGS: 00010296
  Apr 26 23:01:33 ZHOME kernel: [  433.522864] RAX: 0001 RBX: 
 RCX: 0001820001c0
  Apr 26 23:01:33 ZHOME kernel: [  433.522897] RDX: 0001820001c1 RSI: 
820001c0 RDI: 
  Apr 26 23:01:33 ZHOME kernel: [  433.522931] RBP: 88011efabba8 R08: 
 R09: 0001
  Apr 26 23:01:33 ZHOME kernel: [  433.522965] R10: ea0007f734c0 R11: 
814fd2a2 R12: a03273fc
  Apr 26 23:01:33 ZHOME kernel: [  433.522998] R13:  R14: 
 R15: 8801eabfb430
  Apr 26 23:01:33 ZHOME kernel: [  433.523033] FS:  7fb6ab739740() 
GS:88021f38() knlGS:
  Apr 26 23:01:33 ZHOME kernel: [  433.523071] CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 26 23:01:33 ZHOME kernel: [  433.523098] CR2: 0050 CR3: 
0001d02d1000 CR4: 001407e0
  Apr 26 23:01:33 ZHOME kernel: [  433.523132] DR0:  DR1: 
 DR2: 
  Apr 26 23:01:33 ZHOME kernel: [  433.523166] DR3:  DR6: 
0ff0 DR7: 0400
  Apr 26 23:01:33 ZHOME kernel: [  433.523201] Process modprobe (pid: 5284, 
threadinfo 88011efaa000, task 8801fdecae80)
  Apr 26 23:01:33 ZHOME kernel: [  433.523240] Stack:
  Apr 26 23:01:33 ZHOME kernel: [  433.523251]  a0325424 
8801557b1000 a03273fc 8801557b1000
  Apr 26 23:01:33 ZHOME kernel: [  433.523295]  88011efabbd8 
a0326696 a0327510 
  Apr 26 23:01:33 ZHOME kernel: [  433.523338]  88