I tried in the system which is suffering from this bug (Lubuntu Xenial with the kernel
Linux xenial32 4.4.0-11-generic #26-Ubuntu SMP Sat Mar 5 14:22:05 UTC 2016 i686 and I failed with the git command. I replied directly to tiwai, and post a copy here. *Maybe you can see what is wrong* - Should I set up another system, which is more likely to manage with this git command? - Do I need some other tools? - Are there any unwanted newlines introduced by the email transfer of the patch? - Other things (beyond my imagination)? --- Hi again Takashi, I tried this fix according to the instructions at https://wiki.ubuntu.com/Kernel/KernelBisection#Testing_a_newly_released_patch_from_upstream but I failed. I don't know what I'm doing, so it might be my fault. But I have one question. What about the #endif string? Is it matched? See the output from my command line: Klonar till "linux"... remote: Counting objects: 4583735, done. remote: Compressing objects: 100% (3254/3254), done. remote: Total 4583735 (delta 1999), reused 0 (delta 0) Tar emot objekt: 100% (4583735/4583735), 804.14 MiB | 1.05 MiB/s, klart. Analyserar delta: 100% (3846439/3846439), klart. Kontrollerar om vi fick alla objekt... klart. Checkar ut filer: 100% (52916/52916), klart. patching file /home/olle/linux/drivers/acpi/video.c Hunk #1 FAILED at 432. 1 out of 1 hunk FAILED -- saving rejects to file /home/olle/linux/drivers/acpi/video.c.rej patch: **** Can't reopen file /home/olle/linux/drivers/acpi/video.c : No such file or directory ----- And the rejected stuff: --- au88x0_pcm.c +++ au88x0_pcm.c @@ -432,7 +432,10 @@ static snd_pcm_uframes_t snd_vortex_pcm_pointer(struct snd_pcm_substream *substr #endif //printk(KERN_INFO "vortex: pointer = 0x%x\n", current_ptr); spin_unlock(&chip->lock); - return (bytes_to_frames(substream->runtime, current_ptr)); + current_ptr = bytes_to_frames(substream->runtime, current_ptr); + if (current_ptr >= substream->runtime->buffer_size) + current_ptr = 0; + return current_ptr; } /* operators */ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1551041 Title: snd_au8820 0000:01:04.0: BUG: , pos = 16386, buffer size = 16384, period size = 1024 Status in alsa-driver package in Ubuntu: Triaged Bug description: Kernel oops in a new installed system, that I configuring ... ProblemType: KernelOops DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-8-generic 4.4.0-8.23 ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2 Uname: Linux 4.4.0-8-generic i686 NonfreeKernelModules: nvidia Annotation: Your system might become unstable now and might need to be restarted. ApportVersion: 2.20-0ubuntu3 Architecture: i386 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: olle 1606 F.... pulseaudio /dev/snd/controlC0: olle 1606 F.... pulseaudio Date: Mon Feb 29 00:00:56 2016 Failure: oops HibernationDevice: RESUME=UUID=03bed9e9-e39b-4107-8cd6-c2612af9a6aa InstallationDate: Installed on 2016-02-28 (0 days ago) InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Alpha i386 (20160226) IwConfig: enp31s0 no wireless extensions. lo no wireless extensions. MachineType: Hewlett-Packard HP xw8400 Workstation ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-8-generic root=UUID=2160f8ed-4aa3-4243-b5d6-f87c1967e253 ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu9 RfKill: SourcePackage: linux Title: snd_au8820 0000:01:04.0: BUG: , pos = 16386, buffer size = 16384, period size = 1024 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/09/2009 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786D5 v02.37 dmi.board.name: 0A08h dmi.board.vendor: Hewlett-Packard dmi.board.version: NA dmi.chassis.asset.tag: CZC722497N dmi.chassis.type: 6 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr786D5v02.37:bd07/09/2009:svnHewlett-Packard:pnHPxw8400Workstation:pvr:rvnHewlett-Packard:rn0A08h:rvrNA:cvnHewlett-Packard:ct6:cvr: dmi.product.name: HP xw8400 Workstation dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1551041/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp