On 29.05.24 10:04, Stefano Garzarella wrote:
On Tue, May 28, 2024 at 06:38:24PM GMT, Paolo Bonzini wrote:
On Tue, May 28, 2024 at 5:53 PM Stefano Garzarella
wrote:
On Tue, May 28, 2024 at 05:49:32PM GMT, Paolo Bonzini wrote:
>On Tue, May 28, 2024 at 5:41 PM Stefano Garzarella
wrote:
>> >
On 27.05.24 09:08, Alexander Graf wrote:
Hey Stefano,
On 23.05.24 10:45, Stefano Garzarella wrote:
On Tue, May 21, 2024 at 08:50:22AM GMT, Alexander Graf wrote:
Howdy,
On 20.05.24 14:44, Dorjoy Chowdhury wrote:
Hey Stefano,
Thanks for the reply.
On Mon, May 20, 2024, 2:55 PM Stefano
Hey Stefano,
On 23.05.24 10:45, Stefano Garzarella wrote:
On Tue, May 21, 2024 at 08:50:22AM GMT, Alexander Graf wrote:
Howdy,
On 20.05.24 14:44, Dorjoy Chowdhury wrote:
Hey Stefano,
Thanks for the reply.
On Mon, May 20, 2024, 2:55 PM Stefano Garzarella
wrote:
Hi Dorjoy,
On Sat, May
]
emulation support in QEMU. Alexander Graf is mentoring me on this work. A v1
patch series has already been posted to the qemu-devel mailing list[2].
AWS nitro enclaves is an Amazon EC2[3] feature that allows creating isolated
execution environments, called enclaves, from Amazon EC2 instances
On 19.11.20 15:03, Stefan Hajnoczi wrote:
On Thu, Nov 12, 2020 at 02:38:37PM +0100, Stefano Garzarella wrote:
Before commit c0cfa2d8a788 ("vsock: add multi-transports support"),
if a G2H transport was loaded (e.g. virtio transport), every packets
was forwarded to the host, regardless of the des
applied, I can successfully run wicked on my system and bring
the interface up and down as many times as I want, without getting NULL pointer
dereferences in between.
Signed-off-by: Alexander Graf
---
v1 -> v2:
- move debug message (Andrew Lunn)
- check for phydev != NULL before phy_stop (Sa
applied, I can successfully run wicked on my system and bring
the interface up and down as many times as I want, without getting NULL pointer
dereferences in between.
Signed-off-by: Alexander Graf
---
drivers/net/usb/lan78xx.c | 21 ++---
1 file changed, 10 insertions(+), 11 deletions
> Am 17.05.2016 um 22:40 schrieb Dan Murphy :
>
>> On 05/17/2016 03:37 PM, Alexander Graf wrote:
>> Hi David,
>>
>>> Am 17.05.2016 um 20:48 schrieb David Miller :
>>>
>>> From: Dan Murphy
>>> Date: Tue, 17 May 2016 13:34:34 -05
Hi David,
> Am 17.05.2016 um 20:48 schrieb David Miller :
>
> From: Dan Murphy
> Date: Tue, 17 May 2016 13:34:34 -0500
>
>> David
>>
>>> On 05/17/2016 01:22 PM, David Miller wrote:
>>> From: Alexander Graf
>>> Date: Mon, 16 May 2016 2
device tree, otherwise
we fail to load the driver and don't even attach the generic phy driver to
the interface anymore.
To make things slightly more consistent, make the rgmii configuration properties
optional and allow a user to omit them in their device tree.
Signed-off-by: Alexander
checks for both - module as well
as compiled in code.
Signed-off-by: Alexander Graf
---
drivers/net/phy/dp83867.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/phy/dp83867.c b/drivers/net/phy/dp83867.c
index 2afa61b..94cc278 100644
--- a/drivers/net/phy/dp838
On 16.05.16 14:44, Andrew Lunn wrote:
> On Mon, May 16, 2016 at 01:28:15PM +0200, Alexander Graf wrote:
>> The DP83867 phy driver doesn't actually work when CONFIG_OF_MDIO isn't
>> enabled.
>> It simply passes the device tree test, but leaves all internal configur
Hi Dan,
On 16.05.16 15:38, Dan Murphy wrote:
> Alexander
>
> On 05/16/2016 06:28 AM, Alexander Graf wrote:
>> The DP83867 phy driver doesn't actually work when CONFIG_OF_MDIO isn't
>> enabled.
>> It simply passes the device tree test, but leaves all inter
makes sure that we only build the DP83867 phy code when
CONFIG_OF_MDIO is set, to not run into that problem.
Signed-off-by: Alexander Graf
---
drivers/net/phy/Kconfig | 1 +
drivers/net/phy/dp83867.c | 7 ---
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/drivers/net/phy
On 17.03.16 18:52, Evgeny Cherkashin wrote:
> Hello all,
>
> -Alexander Graf wrote: -
>
>> To: linux-s...@vger.kernel.org
>> From: Alexander Graf
>> Date: 2016-03-17 20:01
>> Cc: Evgeny Cherkashin/Russia/IBM@IBMRU, linux-ker...@vger.kernel.org,
&g
Now, ping and ping6 print the packets which are actually received, too, not
only the amount of sent packets.
It has the format:
icmp_seq=received/seq
Signed-off-by: Alexander Graf <[EMAIL PROTECTED]>
---
ping_common.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -
Signed-off-by: Alexander Graf <[EMAIL PROTECTED]>
---
ping_common.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ping_common.c b/ping_common.c
index 83be553..49acab2 100644
--- a/ping_common.c
+++ b/ping_common.c
@@ -795,9 +795,9 @@ void finish(void)
17 matches
Mail list logo