Displaying 20 results from an estimated 42 matches for "kerkhof".
2013 Dec 29
2
[PATCH 2/2] Remove some whitespace
Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
> ---
> mbr/gptmbr.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
> index 8ab6b50..7d98aee 100644
> --- a/mbr/gptmbr.S
> +++ b/mbr/gptmbr.S
> @@...
2013 Dec 14
4
[PATCH 1/2] Match comment with code
The handover protocol uses ED as partition type
but the comment above it still mentions EE
Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
mbr/gptmbr.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index 7f450d3..8ab6b50 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -194,7 +194,7 @@ found_part:
pushw %di
/* 80 00 00 00 ee 00 00 00
- - b...
2019 Apr 10
2
Re: Network hooks for ethernet interfaces
On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
>
> On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> >>
> >> On 4/9/19 4:38 PM, Ruben Kerkhof wrote:
> >>> Hi all,
> >>>
> >>> I have a hook script, /etc/libvirt/hooks/network, that doesn't se...
2019 Apr 12
1
Re: Network hooks for ethernet interfaces
On Thu, Apr 11, 2019 at 10:43 PM Vasiliy Tolstov <v.tolstov@selfip.ru> wrote:
Hi Vasiliy,
>
> ср, 10 апр. 2019 г. в 19:46, Ruben Kerkhof <ruben@rubenkerkhof.com>:
> >
> > On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
> > >
> > > On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > > > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrot...
2013 Dec 31
1
[syslinux:master] Remove some whitespace
Op 2013-12-30 om 14:03 schreef syslinux-bot for Ruben Kerkhof:
> Commit-ID: 54b29b18c684f865d81360764d2623bb06fe1d7a
> Gitweb: http://www.syslinux.org/commit/54b29b18c684f865d81360764d2623bb06fe1d7a
Visiting that URL yields 'Bad commit reference'
but that is not the main reason for this e-mail.
> Author: Ruben Kerkhof <ruben at...
2019 Apr 09
2
Re: Network hooks for ethernet interfaces
On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> On 4/9/19 4:38 PM, Ruben Kerkhof wrote:
> > Hi all,
> >
> > I have a hook script, /etc/libvirt/hooks/network, that doesn't seem to
> > be called when I attach an interface with type 'ethernet' with this
> > xml snippet:
> >
> > <interface type='ethernet'>
> >...
2016 Oct 27
3
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
No, there are not. Here is the recursive directory listing:
http://sprunge.us/FIRE
Op do 27 okt. 2016 11:30 schreef Mika Westerberg <
mika.westerberg at linux.intel.com>:
> On Thu, Oct 27, 2016 at 09:15:19AM +0000, Rick Kerkhof wrote:
> > I can confirm what Peter said, path contains \_SB_.PCI0.RP05 and
> > power_state contains D3hot.
>
> And there are no power_resources_Dx directories under
> /sys/bus/pci/devices/0000:00:1c.4/firmware_node?
>
-------------- next part --------------
An HTML at...
2016 Oct 27
2
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
Op do 27 okt. 2016 om 11:59 schreef Mika Westerberg <
mika.westerberg at linux.intel.com>:
> On Thu, Oct 27, 2016 at 09:42:28AM +0000, Rick Kerkhof wrote:
> > No, there are not. Here is the recursive directory listing:
>
> Are you able to try the following patch and send me dmesg (or attach it
> to that bug)? It should show if the ACPI core even tries to add those
> power resources.
>
> diff --git a/drivers/acpi/powe...
2019 Apr 11
0
Re: Network hooks for ethernet interfaces
ср, 10 апр. 2019 г. в 19:46, Ruben Kerkhof <ruben@rubenkerkhof.com>:
>
> On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
> >
> > On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> > >>
>...
2019 Apr 09
2
Network hooks for ethernet interfaces
...ks.html#intro says
"A network is started or stopped or an interface is plugged/unplugged
to/from the network (since 1.2.2)".
While I don't have a network defined in xml, I'd expect this to work
just as well for 'ethernet' type interfaces. Am I wrong?
Kind regards,
Ruben Kerkhof
2016 Oct 27
3
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
On Thu, Oct 27, 2016 at 12:55:08PM +0300, Mika Westerberg wrote:
> On Thu, Oct 27, 2016 at 09:42:28AM +0000, Rick Kerkhof wrote:
> > No, there are not. Here is the recursive directory listing:
>
> Are you able to try the following patch and send me dmesg (or attach it
> to that bug)? It should show if the ACPI core even tries to add those
> power resources.
So Rick has tested this patch now on t...
2016 Oct 31
2
[PATCH v2] drm/nouveau/acpi: fix check for power resources support
...conditional block (due to delayed execution of such blocks) and as a
result power_resources is set to false even if _PR3 exists.
Fixes: 692a17dcc292 ("drm/nouveau/acpi: fix lockup with PCIe runtime PM")
Link: https://bugs.freedesktop.org/show_bug.cgi?id=98398
Reported-and-tested-by: Rick Kerkhof <rick.2889 at gmail.com>
Reviewed-by: Mika Westerberg <mika.westerberg at linux.intel.com>
Signed-off-by: Peter Wu <peter at lekensteyn.nl>
---
v2: collected tags from Rick and Mika; added ACPICA note as requested by Mika
I suggest Cc: stable (if the maintainer is OK with that?)...
2013 Dec 15
3
[PATCH 1/2] Match comment with code
Op 2013-12-15 om 17:39 schreef Ferenc Wagner:
> Ruben Kerkhof <ruben at rubenkerkhof.com> writes:
>
> > /* 80 00 00 00 ee 00 00 00
> > - - bootable partition, type EFI (EE), no CHS information */
> > + - bootable partition, type EFI (ED), no CHS information */
>
> Please fix the previous comment line as well.
As I u...
2016 Nov 01
2
[PATCH v2] drm/nouveau/acpi: fix check for power resources support
...of such blocks) and as a
>> result power_resources is set to false even if _PR3 exists.
>>
>> Fixes: 692a17dcc292 ("drm/nouveau/acpi: fix lockup with PCIe runtime PM")
>> Link: https://bugs.freedesktop.org/show_bug.cgi?id=98398
>> Reported-and-tested-by: Rick Kerkhof <rick.2889 at gmail.com>
>> Reviewed-by: Mika Westerberg <mika.westerberg at linux.intel.com>
>> Signed-off-by: Peter Wu <peter at lekensteyn.nl>
>
> I've appled it this and cc'ed stable to drm-fixes.
>
> Are we going to get ACPICA fixed?
Looks lik...
2019 Apr 10
0
Re: Network hooks for ethernet interfaces
On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
>>
>> On 4/9/19 4:38 PM, Ruben Kerkhof wrote:
>>> Hi all,
>>>
>>> I have a hook script, /etc/libvirt/hooks/network, that doesn't seem to
>>> be called w...
2013 Dec 30
0
[PATCH 2/2] Remove some whitespace
On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers <stappers at stappers.nl> wrote:
> Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
>> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
>> ---
>> mbr/gptmbr.S | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
>> index 8ab6b50..7d98aee 100644
>> --- a/mbr/gptmbr.S
&...
2013 Dec 31
1
[PATCH 2/2] Remove some whitespace
Op 2013-12-30 om 17:04 schreef Gene Cumm:
> On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers wrote:
> > Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
> >> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
> >> ---
> >> mbr/gptmbr.S | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >>
> >
> > The removal of that trailing tab character is valid change....
2008 Jun 25
2
DO NOT REPLY [Bug 5565] New: xattrs not set on locked files that already exist on target
https://bugzilla.samba.org/show_bug.cgi?id=5565
Summary: xattrs not set on locked files that already exist on
target
Product: rsync
Version: 3.0.3
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2016 Oct 29
1
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
...ject: Re: Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
>
> On Thu, Oct 27, 2016 at 06:06:48PM +0200, Peter Wu wrote:
> > On Thu, Oct 27, 2016 at 12:55:08PM +0300, Mika Westerberg wrote:
> > > On Thu, Oct 27, 2016 at 09:42:28AM +0000, Rick Kerkhof wrote:
> > > > No, there are not. Here is the recursive directory listing:
> > >
> > > Are you able to try the following patch and send me dmesg (or attach it
> > > to that bug)? It should show if the ACPI core even tries to add those
> > > power r...
2013 Dec 16
4
[PATCH 1/2] Match comment with code
On 15 dec. 2013, at 20:21, Ady <ady-sf at hotmail.com> wrote:
Hi Ady,
> Please forgive my ignorance. Could someone point to some "standard"
> or some documentation where the supposedly correct / adequate value
> (EE or ED or whichever) is specifically listed and/or explained?
>
> For example, where is this "ED" partition type ID listed where it
>