Hi,
> I'm reworking the pci device list logic (we currently keep all PCI
> devices in 2 lists, which isn't the nicest, we should be able to get
> away with only 1 list.)
>
> The only bother I've found so far is the pci_get_device_reverse()
> function, it's used in 2 places, IDE and the calgary dr
> Hm, so, to summarize:
> - you needed this option many years ago to get a box to work properly
> - you don't need this today
I would summarize:
- ide=reverse solved certain problems and I am not sure if there are
users who still need this option
> So, if the option went away, you
> Hm, so, to summarize:
> - you needed this option many years ago to get a box to work properly
> - you don't need this today
>
> So, if the option went away, you would not be inconvenienced?
After having reanimated the old system and after comments of other
persons I would not be inconvenie
Hi Seth,
today, I noticed a problem with the current kernel
(3.5.0-04773-gbdc0077): my laptop hangs during boot -- the last message
on the console is printed just before invoking `udevadm trigger'.
I bisected the problem and ended at commit
cf03c5dac83609f09d9f0e9fa3c09d86daed614d (brcm80211: sma
Seth Forshee writes:
> On Thu, Jul 26, 2012 at 03:28:44PM +0200, Dirk Gouders wrote:
>> Hi Seth,
>>
>> today, I noticed a problem with the current kernel
>> (3.5.0-04773-gbdc0077): my laptop hangs during boot -- the last message
>> on the console is printed just
Seth Forshee writes:
> On Thu, Jul 26, 2012 at 05:07:57PM +0200, Dirk Gouders wrote:
>> Hi Seth,
>>
>> thanks for your reply and sorry for the noise.
>>
>> I followed your advice and tried to boot with the WLAN interface turned
>> off, and the problem
Dirk Gouders writes:
> Seth Forshee writes:
>
>> On Thu, Jul 26, 2012 at 05:07:57PM +0200, Dirk Gouders wrote:
>>> Hi Seth,
>>>
>>> thanks for your reply and sorry for the noise.
>>>
>>> I followed your advice and tried to boot with
cumented.
Best regards,
Dirk
Signed-off-by: Dirk Gouders
---
Documentation/networking/netconsole.txt |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/networking/netconsole.txt
b/Documentation/networking/netconsole.txt
index 8d02207..ffe30a7 100644
Cong Wang writes:
> On Fri, Jul 27, 2012 at 2:35 PM, Dirk Gouders
> wrote:
>> Hi Jesse,
>>
>> I would like to ask you to check if the documentation of "nc" in
>> netconsole.txt is still correct. I tried two different netcat packages
>> and both req
Borislav Petkov writes:
> On Fri, Jul 27, 2012 at 11:24:53AM +0200, Dirk Gouders wrote:
>> Cong Wang writes:
>>
>> > On Fri, Jul 27, 2012 at 2:35 PM, Dirk Gouders
>> > wrote:
>> >> Hi Jesse,
>> >>
>> >> I would like to ask
Milton Miller writes:
> [adding Rob as Doc maintanier]
>
> On Sat, 28 Jul 2012 about 11:08:16 -0000, Dirk Gouders wrote:
>> Borislav Petkov writes:
>>
>> > On Fri, Jul 27, 2012 at 11:24:53AM +0200, Dirk Gouders wrote:
>> >> Cong Wang writes:
>
Martin Walch writes:
> From: Martin Walch
> Date: Wed, 2 Oct 2013 06:58:46 +0200
> Subject: [PATCH 4/4] kconfig: remove unused definition from scanner
>
> The definition ws [ \n\t] is not used anywhere. Drop it to avoid confusion.
Hi Martin,
I think you should also regenerate the scanner and a
Martin Walch writes:
> On Wednesday 02 October 2013 08:57:54 Yann E. MORIN wrote:
>> On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote:
>> > I think you should also regenerate the scanner and add
>> > the new zconf.lex.c_shipped to this patch.
>>
&g
Tejun Heo writes:
> From d3251859168b0b12841e1b90d6d768ab478dc23d Mon Sep 17 00:00:00 2001
> From: Tejun Heo
> Date: Fri, 10 May 2013 11:10:17 -0700
>
> df2d5ae499 ("workqueue: map an unbound workqueues to multiple per-node
> pool_workqueues") made unbound workqueues to map to multiple per-node
Hello Borislav,
I am having problems with building liblk, but opposed to the recent
problem that Jiri noticed (commit b28b130719af6 Fix _FORTIFY_SOURCE
builds) I am getting errors because _FORTIFY_SOURCE is redefined:
:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
debugfs.c:1:0: note: this is
Dirk Gouders writes:
> What probably might help in any case is undefining _FORTIFY_SOURCE before
> defining it, because as far as I know, there is no problem with
> undefining something that is not yet defined, but I could imagine,
> others might have more elegant suggestions
Borislav Petkov writes:
> Hi,
>
> On Wed, May 22, 2013 at 12:00:21PM +0200, Dirk Gouders wrote:
>> CFLAGS = -ggdb3 -Wall -Wextra -std=gnu99 -Werror -O6
>> -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS)
>> $(EXTRA_CFLAGS) -fPIC
>
> it seems someone else
Hi Borislav,
Borislav Petkov writes:
> Hi,
>
> On Wed, May 22, 2013 at 12:00:21PM +0200, Dirk Gouders wrote:
>> CFLAGS = -ggdb3 -Wall -Wextra -std=gnu99 -Werror -O6 -U_FORTIFY_SOURCE
>> -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) $(EXTRA_CFLAGS) -fPIC
>
> it seems someon
Rob Landley writes:
> On 07/29/2012 03:40 AM, Milton Miller wrote:
>> [adding Rob as Doc maintanier]
>>
>> On Sat, 28 Jul 2012 about 11:08:16 -, Dirk Gouders wrote:
>>> Borislav Petkov writes:
>>>
>>>> On Fri, Jul 27, 2012 at 11:24:53AM
Dirk Gouders writes:
> Rob Landley writes:
>
>> On 07/29/2012 03:40 AM, Milton Miller wrote:
>>> [adding Rob as Doc maintanier]
>>>
>>> On Sat, 28 Jul 2012 about 11:08:16 -, Dirk Gouders wrote:
>>>> Borislav Petkov writes:
>>>&g
Cong Wang writes:
> On Fri, Aug 3, 2012 at 4:39 AM, Dirk Gouders
> wrote:
>>
>> From d756d2750e4cf07d3c0942dc3c491d57631d4338 Mon Sep 17 00:00:00 2001
>> From: Dirk Gouders
>> Date: Thu, 2 Aug 2012 22:20:16 +0200
>> Subject: [PATCH] netconsole.txt: revi
is better done in that function...
Dirk
>From 1a4022eedbee6032dea16f67bbe4028a8d3d07a0 Mon Sep 17 00:00:00 2001
From: Dirk Gouders
Date: Mon, 6 Aug 2012 16:48:23 +0200
Subject: [PATCH] kconfig/mconf.c: revision of cur
Benjamin Poirier writes:
> makes it possible to jump directly to the menu for a configuration entry after
> having searched for it with '/'. If this menu is not currently accessible we
> jump to the nearest accessible parent instead. After exiting this menu, the
> user is returned to the search r
Cong Wang writes:
> On 08/03/2012 02:33 PM, Dirk Gouders wrote:
>>
>> From b3aec70d785d338b1b643fece6606cd32addaf0c Mon Sep 17 00:00:00 2001
>> From: Dirk Gouders
>> Date: Thu, 2 Aug 2012 22:20:16 +0200
>> Subject: [PATCH] netconsole.txt: revision of exampl
The files auto.conf and tristate.conf are mandatory for building
modules.builtin files, therefore include them as such.
Usually, the top-level Makefile ensures that those files exist but we
want to make sure we get noticed if they are missing for whatever
reason.
Signed-off-by: Dirk Gouders
Randy Dunlap writes:
> Hi,
>
> On 06/20/2018 01:42 AM, Dirk Gouders wrote:
>>
>> Operation
>> -
>> The TAB key is reserved to toggle the focus between menu and bottons.
>> Focus is on the buttons if one of the buttens (the active one) is
>&
Randy Dunlap writes:
> On 06/20/2018 11:55 AM, Dirk Gouders wrote:
>> Randy Dunlap writes:
>>
>>> Hi,
>>>
>>> On 06/20/2018 01:42 AM, Dirk Gouders wrote:
>>>>
>>>> Operation
>>>> -
>>>> The TAB
existing text. It was
extended by a parameter "height" and in combination with the
parameter "width" it now makes sure that the whole region (width x
height) is overwritten.
* The function conf() now returns the key the user pressed so that
calling functions can operate de
ce
terminates isearch and -- except ESC ESC -- is further processed,
e.g. ENTER terminates isearch and is then used to navigate into a
submenu.
* Problems with mismatches and matches above the current position were
fixed.
Dirk Gouders (1):
mconf: global i-search in menu prompts
scripts/
Masahiro Yamada writes:
> Currently, Kconfig does not report anything about the recursive
> dependency where 'imply' keywords are involved.
>
> [Test Code]
>
> config A
> bool "a"
>
> config B
> bool "b"
> imply A
> depends on A
Hello Masahiro,
obviou
Dirk Gouders writes:
> Masahiro Yamada writes:
>
>> Currently, Kconfig does not report anything about the recursive
>> dependency where 'imply' keywords are involved.
>>
>> [Test Code]
>>
>> config A
>> bool "
U-BOOT image format)
684151a75bf25f5ae (sparc32: added U-Boot build target: uImage)
Reviewed-by: Joe Perches
Suggested-by: Masahiro Yamada
Signed-off-by: Dirk Gouders
---
v2: rework commit message and regular expression
---
scripts/checkpatch.pl | 8
1 file changed, 8 insertions
Christoph Hellwig writes:
> On Wed, Jul 18, 2018 at 12:06:26AM -0700, Randy Dunlap wrote:
>> All $ARCH look equivalent except for microblaze and nios2.
>> For those, the config SWAP in init/Kconfig (line 221) comes before (and
>> hence takes precedence) over arch/$(SRCARCH)/Kconfig settings, whic
Masahiro Yamada writes:
> 2018-07-09 20:39 GMT+09:00 Dirk Gouders :
>> Dirk Gouders writes:
>>
>>> Dirk Gouders writes:
>>>
>>>> Masahiro Yamada writes:
>>>>
>>>>> syncconfig updates the .config only when sym_cha
Dirk Gouders writes:
> Masahiro Yamada writes:
>
>> 2018-07-09 20:39 GMT+09:00 Dirk Gouders :
>>> Dirk Gouders writes:
>>>
>>>> Dirk Gouders writes:
>>>>
>>>>> Masahiro Yamada writes:
>>>>>
>>>>&g
Masahiro Yamada writes:
> 2018-07-10 20:34 GMT+09:00 Dirk Gouders :
>> Masahiro Yamada writes:
>>
>>> The main motivation of this patch series is to suppress the syncconfig
>>> during running installation targets.
>>>
>>> V1 consisted of o
Masahiro Yamada writes:
> 2018-07-12 20:32 GMT+09:00 Dirk Gouders :
>> Masahiro Yamada writes:
>>
>>> 2018-07-09 20:39 GMT+09:00 Dirk Gouders :
>>>> Dirk Gouders writes:
>>>>
>>>> I think, I solved the puzzle and perhaps, that saves
Dirk Gouders writes:
> Dirk Gouders writes:
>
>> Masahiro Yamada writes:
>>
>>> syncconfig updates the .config only when sym_change_count > 0, i.e.
>>> any change in config symbols has been detected.
>>>
>>> Not only symbols but als
Masahiro Yamada writes:
> The main motivation of this patch series is to suppress the syncconfig
> during running installation targets.
>
> V1 consisted of only two patches:
> https://patchwork.kernel.org/patch/10468105/
> https://patchwork.kernel.org/patch/10468103/
>
> I noticed that instal
phanumeric characters and space
terminates isearch and -- except ESC ESC -- is further processed,
e.g. ENTER terminates isearch and is then used to navigate into a
submenu.
* Problems with mismatches and matches above the current position were
fixed.
Dirk Gouders (1):
mconf: global i-sear
tion conf() now returns the key the user pressed so that
calling functions can operate depending on that key.
Signed-off-by: Dirk Gouders
---
scripts/kconfig/lxdialog/checklist.c | 2 +-
scripts/kconfig/lxdialog/dialog.h| 3 +-
scripts/kconfig/lxdialog/inputbox.c | 2 +-
scripts/
Randy Dunlap writes:
> Hi Dirk,
>
> On 06/17/2018 05:15 AM, Dirk Gouders wrote:
>>
>> At any time, at most one i-search is active and the navigation path to
>> the current menu is displayed in the subtitle, the second line in the
>> menu window.
>
> Nic
Randy Dunlap writes:
> On 06/19/2018 11:47 AM, Dirk Gouders wrote:
>> Randy Dunlap writes:
>>
>>> Hi Dirk,
>>>
>>> On 06/17/2018 05:15 AM, Dirk Gouders wrote:
>>>>
>>>> At any time, at most one i-search is active and the nav
existing text. It was
extended by a parameter "height" and in combination with the
parameter "width" it now makes sure that the whole region (width x
height) is overwritten.
* The function conf() now returns the key the user pressed so that
calling functions can operate de
. ENTER terminates isearch and is then used to navigate into a
submenu.
* Problems with mismatches and matches above the current position were
fixed.
Dirk Gouders (1):
mconf: global i-search in menu prompts
scripts/kconfig/lkc.h| 1 +
scripts/kconfig/lxdialog/checklist.c |
Masahiro Yamada writes:
> syncconfig updates the .config only when sym_change_count > 0, i.e.
> any change in config symbols has been detected.
>
> Not only symbols but also comments are contained in the .config file.
> If only comments are updated, they are not fed back to the .config,
> then th
Dirk Gouders writes:
> Masahiro Yamada writes:
>
>> syncconfig updates the .config only when sym_change_count > 0, i.e.
>> any change in config symbols has been detected.
>>
>> Not only symbols but also comments are contained in the .config file.
>> If
terminates isearch and -- except ESC ESC -- is further processed,
e.g. ENTER terminates isearch and is then used to navigate into a
submenu.
* Problems with mismatches and matches above the current position were
fixed.
Dirk Gouders (1):
mconf: global i-search in menu structure
scripts/kconfig
simply type 'n',
'f' and 's'.
Hint: use the 'z' key with focus on buttons to search for invisible
prompts.
Signed-off-by: Dirk Gouders
Suggested-by: Sam Ravnborg
---
scripts/kconfig/lxdialog/checklist.c | 2 +-
scripts/kconfig/lxdialog/dialog.h
Masahiro Yamada writes:
> 2018-08-14 19:38 GMT+09:00 Dirk Gouders :
>> Masahiro Yamada writes:
>>
>>> Currently, Kconfig does not report anything about the recursive
>>> dependency where 'imply' keywords are involved.
>>>
>
ng, which I guess was not intentional.
>
> Get it back to an error again.
>
> Also, rename the unit test directory "warn_recursive_dep" to
> "err_recursive_dep" so that it matches to the behavior.
>
> Signed-off-by: Masahiro Yamada
I tested v2 of this
: Masahiro Yamada
Signed-off-by: Dirk Gouders
---
scripts/checkpatch.pl | 8
1 file changed, 8 insertions(+)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 447857ffaf6b..b0aadf23148e 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2911,6 +2911,14 @@ sub
Joe Perches writes:
> On Mon, 2018-07-16 at 14:39 +0200, Dirk Gouders wrote:
>> Because the kbuild function if_changed writes the command line to a
>> .cmd file for later tests, multiple calls of that function within a
>> target would result in overwrites of previous v
Masahiro Yamada writes:
> As you see in mconf.c and nconf.c, conf_message_callback() hooks are
> likely to end up with the boilerplate of vsnprintf(). Process the
> string format before calling conf_message_callback() so that it
> receives a simple string.
I looked at and tested this patch and
For example on Gentoo systems where _FORTIFY_SOURCE is set by default,
`make -C tools/perf' fails, because of the macro being redefined.
Fix that by a feature-check analogous to tools/perf/config/Makefile.
Signed-off-by: Dirk Gouders
---
tools/lib/api/Makefile | 9 -
1 file chang
Ingo Molnar writes:
> * Dirk Gouders wrote:
>
>> For example on Gentoo systems where _FORTIFY_SOURCE is set by default,
>> `make -C tools/perf' fails, because of the macro being redefined.
>>
>> Fix that by a feature-check analogous to tools/perf/config/M
Bobby Powers writes:
> Hi,
>
> Dirk Gouders wrote:
>> Yes, I was suggesting something similar (but without founded reasoning),
>> some time ago [1].
>
> I submitted a patch for this a few days ago, but I didn't realize I
> should CC linux-kbuild@ (my bad):
&
anyone find this functionality useful.
Thanks,
Dirk
Dirk Gouders (1):
Emacs-like isearch for mconf.
scripts/kconfig/lxdialog/dialog.h | 5 ++
scripts/kconfig/lxdialog/menubox.c | 140 -
scripts/kconfig/lxdialog/util.c| 1 +
3 files changed, 145
---
scripts/kconfig/lxdialog/dialog.h | 5 ++
scripts/kconfig/lxdialog/menubox.c | 140 -
scripts/kconfig/lxdialog/util.c| 1 +
3 files changed, 145 insertions(+), 1 deletion(-)
diff --git a/scripts/kconfig/lxdialog/dialog.h
b/scripts/kconfig/lxdialog
Randy Dunlap writes:
> On 06/06/2018 02:56 PM, Dirk Gouders wrote:
>> Hello,
>>
>> being an Emacs user, I frequently find myself pressing CTRL-s in mconf
>> to search for some menu entry, especially in large menus.
>>
>> I decided to implement a basic
Segher Boessenkool writes:
> On Wed, Jun 06, 2018 at 11:58:55PM +0200, Dirk Gouders wrote:
>> @@ -332,6 +332,7 @@ int init_dialog(const char *backtitle)
>>
>> keypad(stdscr, TRUE);
>> cbreak();
>> +raw(); /* Enable CTRL-sequence
Randy Dunlap writes:
> On 06/06/2018 03:32 PM, Dirk Gouders wrote:
>> Randy Dunlap writes:
>>
>>> On 06/06/2018 02:56 PM, Dirk Gouders wrote:
>>>> Hello,
>>>>
>>>> being an Emacs user, I frequently find myself pressing CTRL-s in m
Masahiro Yamada writes:
> 2018-06-07 8:54 GMT+09:00 Dirk Gouders :
>> Randy Dunlap writes:
>>
>>> On 06/06/2018 03:32 PM, Dirk Gouders wrote:
>>>> Randy Dunlap writes:
>>>>
>>>>> On 06/06/2018 02:56 PM, Dirk Gouders wrote:
>
Lukasz Majczak writes:
> There are missing calls to tpm_request_locality before the calls to
> the tpm_get_timeouts() and tpm_tis_probe_irq_single() - both functions
> internally send commands to the tpm. As the current
> approach might work for tpm2, it fails for tpm1.x - in that case
> call to
Dirk Gouders writes:
> Lukasz Majczak writes:
>
>> There are missing calls to tpm_request_locality before the calls to
>> the tpm_get_timeouts() and tpm_tis_probe_irq_single() - both functions
>> internally send commands to the tpm. As the current
>> approach mig
Jarkko Sakkinen writes:
> On Thu, 2021-01-28 at 14:07 +0100, Lukasz Majczak wrote:
>> There is a missing call to tpm_request_locality before the call to
>> the tpm_get_timeouts() and tpm_tis_probe_irq_single(). As the current
>> approach might work for tpm2, it fails for tpm1.x - in that case
>>
Lu Baolu writes:
> This adds a new trace event to track the submissions of requests to the
> invalidation queue. This event will provide the information like:
> - IOMMU name
> - Invalidation type
> - Descriptor raw data
>
> A sample output like:
> | qi_submit: iotlb_inv dmar1: 0x100e2 0x0 0x0 0x0
Thomas Gleixner writes:
> The recent fix for handling the UIP bit unearthed another issue in the RTC
> code. If the RTC is advertised but the readout is straight 0xFF because
> it's not available, the old code just proceeded with crappy values, but the
> new code hangs because it waits for the UI
on these Intel machines as well.
>
> Fixes: 211e5db19d15 ("rtc: mc146818: Detect and handle broken RTCs")
> Reported-by: Serge Belyshev
> Reported-by: Dirk Gouders
> Signed-off-by: Thomas Gleixner
> ---
> V2: Provide the actual delta patch. Should have stayed away f
latter case
platform_get_irq_optional() often if not always returns a valid IRQ
number on the first attempt.
Harmonize builtin and module behavior by returning -EPROBE_DEFER,
effectively putting the device on the deferred probe list for later
probe attempts.
Signed-off-by: Dirk Gouders
---
drivers
s would then hit the WARN_ONCE(), as well.
Dirk
[1]
https://lore.kernel.org/linux-integrity/20201001180925.13808-5-james.bottom...@hansenpartnership.com/
[2]
https://lore.kernel.org/linux-integrity/3936843b-c0da-dd8c-8aa9-90aa3b49d...@linux.ibm.com/T/#t
Dirk Gouders (1):
tpm_tis: han
Joe Perches writes:
> On Tue, 2013-10-22 at 14:15 +0200, Dirk Gouders wrote:
>> Hello Joe,
>>
>> when having a look at printk.c, I noticed that two comments refer
>> to /proc/vmcoreinfo and I wonder if that should not read /proc/vmcore.
>>
>> While at i
Johannes Berg writes:
> On Tue, 2013-10-22 at 22:02 +0200, Simon Wunderlich wrote:
>> The wext internal chandefs for ibss should be created using the
>> cfg80211_chandef_create() functions. Otherwise the center_freq1 field
>> will not be set and cfg80211_chandef_valid() will spit a warning and
>>
Johannes Berg writes:
> On Tue, 2013-10-22 at 22:02 +0200, Simon Wunderlich wrote:
>> The wext internal chandefs for ibss should be created using the
>> cfg80211_chandef_create() functions. Otherwise the center_freq1 field
>> will not be set and cfg80211_chandef_valid() will spit a warning and
>>
Yinghai Lu writes:
> On Fri, Sep 12, 2014 at 5:11 PM, Dirk Gouders wrote:
>> Yinghai Lu writes:
>>
>> Yes, I skip them in pci_scan_device() to get the unused bus number space
>> that 0a.0 and 0b.0 then can use when reconfiguration is triggered.
>
> That is n
Dirk Gouders writes:
> Yinghai Lu writes:
>
>> On Fri, Sep 12, 2014 at 5:11 PM, Dirk Gouders wrote:
>>> Yinghai Lu writes:
>>>
>>> Yes, I skip them in pci_scan_device() to get the unused bus number space
>>> that 0a.0 and 0b.0 then can use when
Bjorn Helgaas writes:
> On Sat, Sep 13, 2014 at 09:41:34PM +0200, Dirk Gouders wrote:
>> So, I did some tests on the VX50 which probably wasn't the worst idea,
>> because it behaves different than the test machine.
>>
>> Summary:
>>
>> 1)
Yinghai Lu writes:
> On Thu, Sep 11, 2014 at 10:30 AM, Bjorn Helgaas wrote:
>> [+cc linux-pci]
>>
>>
>> On Thu, Sep 11, 2014 at 7:43 AM, Dirk Gouders wrote:
>>> Andreas Noever writes:
>>>
>>>> On Wed, Sep 3, 2014 at 2:47 PM, Dirk Goud
Yinghai Lu writes:
> On Thu, Sep 11, 2014 at 10:30 AM, Bjorn Helgaas wrote:
>> [+cc linux-pci]
>>
>>
>> On Thu, Sep 11, 2014 at 7:43 AM, Dirk Gouders wrote:
>>> Andreas Noever writes:
>>>
>>>> On Wed, Sep 3, 2014 at 2:47 PM, Dirk Goud
Bjorn Helgaas writes:
> On Thu, Sep 11, 2014 at 2:33 PM, Dirk Gouders wrote:
>> What I was currently trying was to construct a test-environment so that
>> I do not need to do tests and diagnosis on a busy machine.
>>
>> I noticed that this problem seems to start wit
Bjorn Helgaas writes:
> On Thu, Sep 11, 2014 at 3:24 PM, Dirk Gouders wrote:
>> Bjorn Helgaas writes:
>>
>>> On Thu, Sep 11, 2014 at 2:33 PM, Dirk Gouders wrote:
>>>> What I was currently trying was to construct a test-environment so that
>>>> I
Dirk Gouders writes:
> Bjorn Helgaas writes:
>
>> On Thu, Sep 11, 2014 at 3:24 PM, Dirk Gouders wrote:
>>> Bjorn Helgaas writes:
>>>
>>>> On Thu, Sep 11, 2014 at 2:33 PM, Dirk Gouders wrote:
>>>>> What I was currently trying was to co
Dirk Gouders writes:
> Dirk Gouders writes:
>
>> Bjorn Helgaas writes:
>>
>>> On Thu, Sep 11, 2014 at 3:24 PM, Dirk Gouders wrote:
>>>> Bjorn Helgaas writes:
>>>>
>>>>> On Thu, Sep 11, 2014 at 2:33 PM, Dirk Gouders
Yinghai Lu writes:
> On Fri, Sep 12, 2014 at 1:05 PM, Dirk Gouders wrote:
>> Dirk Gouders writes:
>>
>> I now applied your patches and tested them:
>>
>> echo 1 > /sys/bus/pci/devices/\:00\:0a.0/pcie_link_disable
>> echo 0 > /sys/bus/pci/devic
Yinghai Lu writes:
> On Fri, Sep 12, 2014 at 1:54 PM, Dirk Gouders wrote:
>> Yinghai Lu writes:
>>
>>> On Fri, Sep 12, 2014 at 1:05 PM, Dirk Gouders wrote:
>>>> Dirk Gouders writes:
>> -[:00]-+-01.0-[01-02]--+-0d.0-[02]--
>>
Yinghai Lu writes:
> On Fri, Sep 12, 2014 at 3:05 PM, Dirk Gouders wrote:
>> Yinghai Lu writes:
>>
>>> On Fri, Sep 12, 2014 at 1:54 PM, Dirk Gouders wrote:
>>>> Yinghai Lu writes:
>>>>
>>>>> On Fri, Sep 12, 2014 at 1:05 PM, D
>
> For that reason, I like fix 2, but we don't know whether it actually
> works,
> and we don't have a patch for it yet.
>
> This revert is fix 3, which also sweeps the LSI FC issue under the rug.
>
> Link: https://bugzilla.kernel.org/s
Dirk Gouders writes:
> Bjorn Helgaas writes:
>
>> I want to fix this regression before v3.17. Dirk, can you test the
>> following patch on top of v3.17-rc2? I'm hoping you can try this on your
>> test machine in conjunction with your acpi_pci_root_add() and
>&g
Andreas Noever writes:
> This is an implementation of fix 1 (Add a quirk to fix the _CRS information
> based on what amd_bus.c read from the hardware) which makes pci=nocrs ignore
> bus numbers from crs.
>
> If this works then we can add the board to the crs blacklist (Dirk can you
> attach the
Andreas Noever writes:
> Updated version with dmi strings. Dirk can you test this (without pci=nocrs)
> and look for
> PCI: Ignoring host bridge windows from ACPI
> If it does not show up then I have messed up the DMI_MATCH macros. In that
> case
> please try to boot with pci=nocrs.
Reboot wit
Andi Kleen writes:
>> echo time make -j4 -s KCFLAGS=-gsplit-dwarf
>> time make -j4 -s KCFLAGS=-gsplit-dwarf
>> echo time make -j4 -s KCFLAGS=-g
>> time make -j4 -s KCFLAGS=-g
>> echo time make -j4 -s KCFLAGS=-gsplit-dwarf
>> time make -j4 -s KCFLAGS=-gsplit-dwarf
>> echo time make -j4 -s KCFLAGS=
Hello Simon, all,
Recently, I noticed many traces (find a sample attached) in situations
when wpa_supplicant is running but no appropriate access-point available.
I started a bisect and ended at commit 3aede78aad2a7e
(mac80211: change IBSS channel state to chandef).
Please let me know if you nee
00:00:00 2001
From: Dirk Gouders
Date: Tue, 22 Oct 2013 13:51:15 +0200
Subject: [PATCH] printk.c: comments should refer to /proc/vmcore instead of
/proc/vmcoreinfo
In one of those comments a typo was fixed, too.
Signed-off-by: Dirk Gouders
---
kernel/printk/printk.c | 4 ++--
1 file changed
[ 363.739997] brcmsmac bcma0:0: brcms_ops_bss_info_changed: Beacon enabled:
false
[ 363.740008] brcmsmac bcma0:0: brcms_ops_bss_info_changed: IBSS joined: false
(implement)
> Thanks,
> Simon
>
> On Mon, Oct 21, 2013 at 02:09:40PM +0200, Dirk Gouders wrote:
>> Hello Simon, al
Hi Simon,
Simon Wunderlich writes:
> Hey Dirk,
>
>> No need for censorship, I did some quick tests and stripped down my
>> wpa_supplicant.conf to a single entry. With this configuration I get a
>> lot of traces:
>>
>> ctrl_interface=/var/run/wpa_supplicant
>> eapol_version=1
>> ap_scan=1
>> fa
ould be used.
Thanks a lot, Simon, I don't see anymore traces here.
Tested-by: Dirk Gouders
> Reported-by: Dirk Gouders
> Signed-off-by: Simon Wunderlich
> Cc: Johannes Berg
> ---
> net/wireless/ibss.c | 15 +--
> 1 file changed, 9 insertions(+), 6 deletions(-)
&
Andi Kleen writes:
> This is an alternative approach to lower the overhead of debug info
> (as we discussed a few days ago)
>
> gcc 4.7+ and newer binutils have a new "split debug info" debug info
> model where the debug info is only written once into central ".dwo" files.
>
> This avoids having
Andreas Noever writes:
> On Wed, Sep 3, 2014 at 2:47 PM, Dirk Gouders wrote:
>> Andreas Noever writes:
>>
>>> On Wed, Sep 3, 2014 at 12:57 PM, Dirk Gouders wrote:
>>>> On a Tyan VX50 (B4985) I ran into problems when updating the kernel: the
>>
On a Tyan VX50 (B4985) I ran into problems when updating the kernel: the
PCI FC Adapter is no longer recognized.
Actually, this machine caused more problems, because I was not able to
get it run with fedora, debian or ubuntu but I am somewhat sure that has
to do with grub2 and now I am (again) run
CC: Michal added
Paul Bolle writes:
> On Mon, 2014-09-22 at 19:13 +0200, Martin Walch wrote:
>> expr_eliminate_dups2() in scripts/kconfig/expr.c applies two bad
>> inference rules:
>>
>> (FOO || BAR) && (!FOO && !BAR) -> n
>> (FOO && BAR) || (!FOO || !BAR) -> y
>>
>> They would be correct in p
1 - 100 of 122 matches
Mail list logo