Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13)

2016-06-22 Thread Hans de Bruin
On 06/20/2016 07:17 PM, Randy Dunlap wrote: On 06/20/16 08:43, Greg KH wrote: On Sun, Jun 19, 2016 at 09:12:29AM +0200, Hans de Bruin wrote: On 06/08/2016 03:43 AM, Greg KH wrote: I'm announcing the release of the 4.4.13 kernel. Hi, I tried to compile 4.4.13 using my 4.4.7 config fil

adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13)

2016-06-19 Thread Hans de Bruin
On 06/08/2016 03:43 AM, Greg KH wrote: > I'm announcing the release of the 4.4.13 kernel. > Hi, I tried to compile 4.4.13 using my 4.4.7 config file and ran in to this: LD init/built-in.o drivers/built-in.o: In function `adf_register_ctl_device_driver': adf_ctl_drv.c:(.init.text+0x14915)

Re: [PATCH] x86/PCI: Fix regression caused by commit 4d6b4e69a245

2015-12-01 Thread Hans de Bruin
On 11/30/2015 03:11 AM, Rafael J. Wysocki wrote: On Monday, November 30, 2015 09:20:06 AM Jiang Liu wrote: On 2015/11/28 0:06, Rafael J. Wysocki wrote: ... And I only refined the commit message based on the test patch I sent to Authur as an attachment at Nov 25. OK, thanks. Keith, Hans, ca

Re: [Bugfix] x86/PCI: Fix regression caused by commit 4d6b4e69a245

2015-11-16 Thread Hans de Bruin
On 11/16/2015 08:06 AM, Arthur Marsh wrote: Jiang Liu wrote on 16/11/15 14:57: From: Liu Jiang Commit 4d6b4e69a245 ("x86/PCI/ACPI: Use common interface to support PCI host bridge") converted x86 to use the common interface acpi_pci_root_create, but the conversion missed on code piece in arch

Re: 3.17.0+ files disappearing after playing old dos game on nfsroot laptop

2015-05-01 Thread Hans de Bruin
On 05/01/2015 06:35 AM, Eric W. Biederman wrote: Hans de Bruin writes: I expect what needs to happen is to confirm that nfs directory entry revalidation is buggy, and at least for the short term re-add the nfs logic that will avoid dropping a dentry if it is a mount point, or path to a mount

Re: 4.0.0-rc mouse/keyboard events get stuck

2015-04-08 Thread Hans de Bruin
On 04/08/2015 06:04 PM, Hans de Goede wrote: Hi, On 08-04-15 12:59, Hans de Bruin wrote: On 04/06/2015 11:23 PM, Dmitry Torokhov wrote: Hi Hans, On Mon, Apr 6, 2015 at 11:39 AM, Hans de Bruin wrote: Since 4.0.0-rc something mu laptop has some mouse /keyboard problems. ... >

Re: 4.0.0-rc mouse/keyboard events get stuck

2015-04-08 Thread Hans de Bruin
On 04/08/2015 05:29 PM, Hans de Goede wrote: Hi, On 08-04-15 12:59, Hans de Bruin wrote: On 04/06/2015 11:23 PM, Dmitry Torokhov wrote: Hi Hans, On Mon, Apr 6, 2015 at 11:39 AM, Hans de Bruin wrote: Since 4.0.0-rc something mu laptop has some mouse /keyboard problems. When I play KDE

Re: 4.0.0-rc mouse/keyboard events get stuck

2015-04-08 Thread Hans de Bruin
On 04/06/2015 11:23 PM, Dmitry Torokhov wrote: Hi Hans, On Mon, Apr 6, 2015 at 11:39 AM, Hans de Bruin wrote: Since 4.0.0-rc something mu laptop has some mouse /keyboard problems. When I play KDE kpatience, a card game, card stick to my mousepointer: left mouse button down on a card, move

4.0.0-rc mouse/keyboard events get stuck

2015-04-06 Thread Hans de Bruin
Since 4.0.0-rc something mu laptop has some mouse /keyboard problems. When I play KDE kpatience, a card game, card stick to my mousepointer: left mouse button down on a card, move mouse pointer and card to another place. left mouse button up to drop the card. This should drop the card, but ofte

Re: 3.19-rc1 regression bisected No sound on Dell Latitude d430

2015-01-12 Thread Hans de Bruin
On 01/12/2015 07:52 AM, Takashi Iwai wrote: At Sun, 11 Jan 2015 22:44:37 +0100, Hans de Bruin wrote: On 01/11/2015 04:45 PM, Takashi Iwai wrote: At Sun, 11 Jan 2015 13:21:34 +0100, Hans de Bruin wrote: This commit: commit 3abb4f4d0e7aaad0d12004b5057f4486a688752b Author: David Henningsson

Re: 3.19-rc1 regression bisected No sound on Dell Latitude d430

2015-01-11 Thread Hans de Bruin
On 01/11/2015 04:45 PM, Takashi Iwai wrote: At Sun, 11 Jan 2015 13:21:34 +0100, Hans de Bruin wrote: This commit: commit 3abb4f4d0e7aaad0d12004b5057f4486a688752b Author: David Henningsson Date: Thu Oct 16 15:33:46 2014 +0200 ALSA: hda - Use "Line Out" name instead of

3.19-rc1 regression bisected No sound on Dell Latitude d430

2015-01-11 Thread Hans de Bruin
This commit: commit 3abb4f4d0e7aaad0d12004b5057f4486a688752b Author: David Henningsson Date: Thu Oct 16 15:33:46 2014 +0200 ALSA: hda - Use "Line Out" name instead of "PCM" when there are other outputs In case there are speakers or headphones as well, anything that only covers

Re: 3.17.0+ files disappearing after playing old dos game on nfsroot laptop

2014-10-25 Thread Hans de Bruin
On 10/25/2014 04:55 PM, Eric W. Biederman wrote: Hans de Bruin writes: On 10/24/2014 08:18 PM, Eric W. Biederman wrote: [...] At this point I don't know enough to reproduce this. What does /proc/mounts look like before you start dosemu? bash-4.2$ cat /proc/mounts rootfs / rootfs r

Re: 3.17.0+ files disappearing after playing old dos game on nfsroot laptop

2014-10-25 Thread Hans de Bruin
On 10/24/2014 08:18 PM, Eric W. Biederman wrote: Hans de Bruin writes: On 10/19/2014 07:32 PM, Hans de Bruin wrote: On 10/15/2014 10:00 PM, Hans de Bruin wrote: After playing an old dos game i am missing files on my nfsroot installed laptop. Which one, wel /bin/ls is at least one of them

Re: 3.17.0+ files disappearing after playing old dos game on nfsroot laptop

2014-10-24 Thread Hans de Bruin
On 10/19/2014 07:32 PM, Hans de Bruin wrote: On 10/15/2014 10:00 PM, Hans de Bruin wrote: After playing an old dos game i am missing files on my nfsroot installed laptop. Which one, wel /bin/ls is at least one of them. After a reboot there all back again. But not al is well. Some icons on my

Re: 3.17.0+ files disappearing after playing old dos game on nfsroot laptop

2014-10-24 Thread Hans de Bruin
On 10/19/2014 07:32 PM, Hans de Bruin wrote: On 10/15/2014 10:00 PM, Hans de Bruin wrote: After playing an old dos game i am missing files on my nfsroot installed laptop. Which one, wel /bin/ls is at least one of them. After a reboot there all back again. But not al is well. Some icons on my

Re: 3.17.0+ files disappearing after playing old dos game on nfsroot laptop

2014-10-19 Thread Hans de Bruin
On 10/15/2014 10:00 PM, Hans de Bruin wrote: After playing an old dos game i am missing files on my nfsroot installed laptop. Which one, wel /bin/ls is at least one of them. After a reboot there all back again. But not al is well. Some icons on my kde panel where gone. I have seen this twice in

3.17.0+ files disappearing after playing old dos game on nfsroot laptop

2014-10-15 Thread Hans de Bruin
After playing an old dos game i am missing files on my nfsroot installed laptop. Which one, wel /bin/ls is at least one of them. After a reboot there all back again. But not al is well. Some icons on my kde panel where gone. I have seen this twice in the last day's -- Hans -- To unsubscribe f

Re: Linux 3.12 released .. and no merge window yet .. and 4.0 plans?

2013-11-04 Thread Hans de Bruin
On 11/04/2013 01:10 AM, Linus Torvalds wrote: > ... Anyway.. Onto a totally different topic: we're getting to release numbers where I have to take off my socks to count that high again. I'm ok with 3., but I don't want us to get to the kinds of crazy numbers we had in the 2.x series, so at some

Re: [PATCH v2] x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)

2013-04-12 Thread Hans de Bruin
On 03/27/2013 10:18 PM, Alexander van Heukelum wrote: On Wed, Mar 27, 2013, at 20:46, Al Viro wrote: On Wed, Mar 27, 2013 at 08:31:02PM +0100, Alexander van Heukelum wrote: Hi Al, Hans de Bruin found a regression due to one of your changes. I asked him to test a fix and he reported back that

Re: regression: grass turns red

2013-03-27 Thread Hans de Bruin
On 03/26/2013 10:15 PM, Alexander van Heukelum wrote: Hi Hans, Could you check if the attached patch solves your problem? Yep, the grass is green again. -- Hans -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org M

regression: grass turns red

2013-03-24 Thread Hans de Bruin
commit 49cb25e9290 x86: 'get rid of pt_regs argument in vm86/vm86old' somehow breaks the colors when I play 'civilization I' under xdosemu. During the intro of the game something the colors get messed up. When the game begins the grass of the earth is red. Reverting the commit fixes the proble

Re: [RFC] Simplifying kernel configuration for distro issues

2012-07-13 Thread Hans de Bruin
On 07/13/2012 10:37 PM, Linus Torvalds wrote: > So this has long been one of my pet configuration peeves: as a user I > am perfectly happy answering the questions about what kinds of > hardware I want the kernel to support (I kind of know that), but many > of the "support infrastructure" questions

Re: 2.6.22-rc1 does not boot on VIA C3_2 cause of X86_CMPXCHG64

2007-05-19 Thread Hans de Bruin
Christian Volkmann wrote: Christian wrote: Hmm, I really think so...: May I brought up a wrong reason with the command cmpxchg64. But disabling CONFIG_X86_CMPXCHG64 helps. Hi, I found some time to investigate. My resume is: - kernel/verify_cpu.S causes the stop at boot time Cause the re

Re: 2.6.22-rc1 does not boot on VIA C3_2 cause of X86_CMPXCHG64

2007-05-17 Thread Hans de Bruin
Christian wrote: Hi, my small VIA C3_2 box does not boot with 2.6.22-rc1. It even does not uncompress the kernel. The configuration as M386 M486 works. But M586 + MVIAC3_2 does not work. My VIA C7 has the same problem, boots on 486 but not on C3-2 or C7 -- Hans - To unsubscribe from this l