All of lore.kernel.org
 help / color / mirror / Atom feed
* net: tso: add UDP segmentation support: adds regression for ax200 upload
@ 2020-12-16 23:09 Ben Greear
  2020-12-16 23:59 ` Ben Greear
  0 siblings, 1 reply; 21+ messages in thread
From: Ben Greear @ 2020-12-16 23:09 UTC (permalink / raw)
  To: netdev, edumazet

Hello Eric,

The patch below evidently causes TCP throughput to be about 50Mbps instead of 700Mbps
when using ax200 to upload tcp traffic.

When I disable TSO, performance goes back up to around 700Mbps.

I recall ~5 years ago we had similar TCP related performance issues with ath10k.
I vaguely recall that there might be some driver-level socket pacing tuning value, but I cannot
find the right thing to search for.  Is this really a thing?  If so, maybe it will
be a way to resolve this issue?

See this more thorough bug report:

https://bugzilla.kernel.org/show_bug.cgi?id=209913

Patch description:
net: tso: add UDP segmentation support
Note that like TCP, we do not support additional encapsulations,
and that checksums must be offloaded to the NIC.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-16 23:09 net: tso: add UDP segmentation support: adds regression for ax200 upload Ben Greear
@ 2020-12-16 23:59 ` Ben Greear
  2020-12-17 10:11   ` Eric Dumazet
  0 siblings, 1 reply; 21+ messages in thread
From: Ben Greear @ 2020-12-16 23:59 UTC (permalink / raw)
  To: netdev, edumazet

On 12/16/20 3:09 PM, Ben Greear wrote:
> Hello Eric,
> 
> The patch below evidently causes TCP throughput to be about 50Mbps instead of 700Mbps
> when using ax200 to upload tcp traffic.
> 
> When I disable TSO, performance goes back up to around 700Mbps.

As a followup, when I revert the patch, upload speed goes to ~900Mbps,
so even better than just disabling TSO (I left TSO enabled after reverting the patch).

Thanks,
Ben

> 
> I recall ~5 years ago we had similar TCP related performance issues with ath10k.
> I vaguely recall that there might be some driver-level socket pacing tuning value, but I cannot
> find the right thing to search for.  Is this really a thing?  If so, maybe it will
> be a way to resolve this issue?
> 
> See this more thorough bug report:
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=209913
> 
> Patch description:
> net: tso: add UDP segmentation support
> Note that like TCP, we do not support additional encapsulations,
> and that checksums must be offloaded to the NIC.
> 
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Signed-off-by: David S. Miller <davem@davemloft.net>
> 
> Thanks,
> Ben
> 


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-16 23:59 ` Ben Greear
@ 2020-12-17 10:11   ` Eric Dumazet
  2020-12-17 17:56     ` Ben Greear
  0 siblings, 1 reply; 21+ messages in thread
From: Eric Dumazet @ 2020-12-17 10:11 UTC (permalink / raw)
  To: Ben Greear; +Cc: netdev

On Thu, Dec 17, 2020 at 12:59 AM Ben Greear <greearb@candelatech.com> wrote:
>
> On 12/16/20 3:09 PM, Ben Greear wrote:
> > Hello Eric,
> >
> > The patch below evidently causes TCP throughput to be about 50Mbps instead of 700Mbps
> > when using ax200 to upload tcp traffic.
> >
> > When I disable TSO, performance goes back up to around 700Mbps.
>
> As a followup, when I revert the patch, upload speed goes to ~900Mbps,
> so even better than just disabling TSO (I left TSO enabled after reverting the patch).
>
> Thanks,
> Ben
>

Thanks for the report !

It seems drivers/net/wireless/intel/iwlwifi/pcie/tx.c:iwl_fill_data_tbs_amsdu()
calls tso_build_hdr() with extra bytes (SNAP header),
it is not yet clear to me what is broken :/

Can you confirm which driver is used for ax200 ?

I see tso_build_hdr() also being used from
drivers/net/wireless/intel/iwlwifi/queue/tx.c

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-17 10:11   ` Eric Dumazet
@ 2020-12-17 17:56     ` Ben Greear
  2020-12-17 18:07       ` Eric Dumazet
  0 siblings, 1 reply; 21+ messages in thread
From: Ben Greear @ 2020-12-17 17:56 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: netdev

On 12/17/20 2:11 AM, Eric Dumazet wrote:
> On Thu, Dec 17, 2020 at 12:59 AM Ben Greear <greearb@candelatech.com> wrote:
>>
>> On 12/16/20 3:09 PM, Ben Greear wrote:
>>> Hello Eric,
>>>
>>> The patch below evidently causes TCP throughput to be about 50Mbps instead of 700Mbps
>>> when using ax200 to upload tcp traffic.
>>>
>>> When I disable TSO, performance goes back up to around 700Mbps.
>>
>> As a followup, when I revert the patch, upload speed goes to ~900Mbps,
>> so even better than just disabling TSO (I left TSO enabled after reverting the patch).
>>
>> Thanks,
>> Ben
>>
> 
> Thanks for the report !
> 
> It seems drivers/net/wireless/intel/iwlwifi/pcie/tx.c:iwl_fill_data_tbs_amsdu()
> calls tso_build_hdr() with extra bytes (SNAP header),
> it is not yet clear to me what is broken :/

Your patch is guessing tcp vs udp by looking at header length
from what I could tell.  So if something uses a different size,
it probably gets confused?

> 
> Can you confirm which driver is used for ax200 ?
> 
> I see tso_build_hdr() also being used from
> drivers/net/wireless/intel/iwlwifi/queue/tx.c

I tested against the un-modified ax200 5.10.0 kernel driver, and it has the issue.

The ax200 backports release/core56 driver acts a bit different (poorer performance over all than
in-kernel driver), but has similar upstream issues that are mitigated by
disabling TSO.

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-17 17:56     ` Ben Greear
@ 2020-12-17 18:07       ` Eric Dumazet
  2020-12-17 18:13         ` Ben Greear
  0 siblings, 1 reply; 21+ messages in thread
From: Eric Dumazet @ 2020-12-17 18:07 UTC (permalink / raw)
  To: Ben Greear; +Cc: netdev

On Thu, Dec 17, 2020 at 6:56 PM Ben Greear <greearb@candelatech.com> wrote:
>
> On 12/17/20 2:11 AM, Eric Dumazet wrote:
> > On Thu, Dec 17, 2020 at 12:59 AM Ben Greear <greearb@candelatech.com> wrote:
> >>
> >> On 12/16/20 3:09 PM, Ben Greear wrote:
> >>> Hello Eric,
> >>>
> >>> The patch below evidently causes TCP throughput to be about 50Mbps instead of 700Mbps
> >>> when using ax200 to upload tcp traffic.
> >>>
> >>> When I disable TSO, performance goes back up to around 700Mbps.
> >>
> >> As a followup, when I revert the patch, upload speed goes to ~900Mbps,
> >> so even better than just disabling TSO (I left TSO enabled after reverting the patch).
> >>
> >> Thanks,
> >> Ben
> >>
> >
> > Thanks for the report !
> >
> > It seems drivers/net/wireless/intel/iwlwifi/pcie/tx.c:iwl_fill_data_tbs_amsdu()
> > calls tso_build_hdr() with extra bytes (SNAP header),
> > it is not yet clear to me what is broken :/
>
> Your patch is guessing tcp vs udp by looking at header length
> from what I could tell.  So if something uses a different size,
> it probably gets confused?

I do not think so, my patch selects TCP vs UDP by using standard GSO
helper skb_is_gso_tcp(skb)

tso->tlen is initialized from tso_start() :

int tlen = skb_is_gso_tcp(skb) ? tcp_hdrlen(skb) : sizeof(struct udphdr);

tso->tlen = tlen;

Maybe for some reason skb_is_gso_tcp(skb) returns false in your case,
some debugging would help.

>
> >
> > Can you confirm which driver is used for ax200 ?
> >
> > I see tso_build_hdr() also being used from
> > drivers/net/wireless/intel/iwlwifi/queue/tx.c
>
> I tested against the un-modified ax200 5.10.0 kernel driver, and it has the issue.
>
> The ax200 backports release/core56 driver acts a bit different (poorer performance over all than
> in-kernel driver), but has similar upstream issues that are mitigated by
> disabling TSO.

Sorry, I can not find ax200 driver.

>
> Thanks,
> Ben
>
> --
> Ben Greear <greearb@candelatech.com>
> Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-17 18:07       ` Eric Dumazet
@ 2020-12-17 18:13         ` Ben Greear
  2020-12-17 18:20           ` Eric Dumazet
  0 siblings, 1 reply; 21+ messages in thread
From: Ben Greear @ 2020-12-17 18:13 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: netdev


On 12/17/2020 10:07 AM, Eric Dumazet wrote:
> On Thu, Dec 17, 2020 at 6:56 PM Ben Greear <greearb@candelatech.com> wrote:
>> On 12/17/20 2:11 AM, Eric Dumazet wrote:
>>> On Thu, Dec 17, 2020 at 12:59 AM Ben Greear <greearb@candelatech.com> wrote:
>>>> On 12/16/20 3:09 PM, Ben Greear wrote:
>>>>> Hello Eric,
>>>>>
>>>>> The patch below evidently causes TCP throughput to be about 50Mbps instead of 700Mbps
>>>>> when using ax200 to upload tcp traffic.
>>>>>
>>>>> When I disable TSO, performance goes back up to around 700Mbps.
>>>> As a followup, when I revert the patch, upload speed goes to ~900Mbps,
>>>> so even better than just disabling TSO (I left TSO enabled after reverting the patch).
>>>>
>>>> Thanks,
>>>> Ben
>>>>
>>> Thanks for the report !
>>>
>>> It seems drivers/net/wireless/intel/iwlwifi/pcie/tx.c:iwl_fill_data_tbs_amsdu()
>>> calls tso_build_hdr() with extra bytes (SNAP header),
>>> it is not yet clear to me what is broken :/
>> Your patch is guessing tcp vs udp by looking at header length
>> from what I could tell.  So if something uses a different size,
>> it probably gets confused?
> I do not think so, my patch selects TCP vs UDP by using standard GSO
> helper skb_is_gso_tcp(skb)
>
> tso->tlen is initialized from tso_start() :
>
> int tlen = skb_is_gso_tcp(skb) ? tcp_hdrlen(skb) : sizeof(struct udphdr);
>
> tso->tlen = tlen;
>
> Maybe for some reason skb_is_gso_tcp(skb) returns false in your case,
> some debugging would help.
>
>>> Can you confirm which driver is used for ax200 ?
>>>
>>> I see tso_build_hdr() also being used from
>>> drivers/net/wireless/intel/iwlwifi/queue/tx.c
>> I tested against the un-modified ax200 5.10.0 kernel driver, and it has the issue.
>>
>> The ax200 backports release/core56 driver acts a bit different (poorer performance over all than
>> in-kernel driver), but has similar upstream issues that are mitigated by
>> disabling TSO.
> Sorry, I can not find ax200 driver.

It is the iwlwifi/mvm logic that supports ax200.

Thanks,

Ben



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-17 18:13         ` Ben Greear
@ 2020-12-17 18:20           ` Eric Dumazet
  2020-12-17 20:40             ` Ben Greear
  0 siblings, 1 reply; 21+ messages in thread
From: Eric Dumazet @ 2020-12-17 18:20 UTC (permalink / raw)
  To: Ben Greear; +Cc: netdev

On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
>

>
> It is the iwlwifi/mvm logic that supports ax200.

Let me ask again :

I see two different potential call points :

drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);

To the best of your knowledge, which one would be used in your case ?

Both are horribly complex, I do not want to spend time studying two
implementations.

Thanks.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-17 18:20           ` Eric Dumazet
@ 2020-12-17 20:40             ` Ben Greear
  2020-12-18 20:16               ` Jakub Kicinski
  0 siblings, 1 reply; 21+ messages in thread
From: Ben Greear @ 2020-12-17 20:40 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: netdev

On 12/17/20 10:20 AM, Eric Dumazet wrote:
> On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
>>
> 
>>
>> It is the iwlwifi/mvm logic that supports ax200.
> 
> Let me ask again :
> 
> I see two different potential call points :
> 
> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> 
> To the best of your knowledge, which one would be used in your case ?
> 
> Both are horribly complex, I do not want to spend time studying two
> implementations.

It is the queue/tx.c code that executes on my system, verified with
printk.

Thanks,
Ben

> 
> Thanks.
> 


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-17 20:40             ` Ben Greear
@ 2020-12-18 20:16               ` Jakub Kicinski
  2020-12-19 15:18                 ` Johannes Berg
  0 siblings, 1 reply; 21+ messages in thread
From: Jakub Kicinski @ 2020-12-18 20:16 UTC (permalink / raw)
  To: Ben Greear, Luca Coelho; +Cc: Eric Dumazet, netdev, Johannes Berg

On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
> On 12/17/20 10:20 AM, Eric Dumazet wrote:
> > On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:  
> >> It is the iwlwifi/mvm logic that supports ax200.  
> > 
> > Let me ask again :
> > 
> > I see two different potential call points :
> > 
> > drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
> > tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
> > tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > 
> > To the best of your knowledge, which one would be used in your case ?
> > 
> > Both are horribly complex, I do not want to spend time studying two
> > implementations.  
> 
> It is the queue/tx.c code that executes on my system, verified with
> printk.

Not sure why Intel's not on CC here. 

Luca, is the ax200 TSO performance regression with recent kernel on your
radar?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-18 20:16               ` Jakub Kicinski
@ 2020-12-19 15:18                 ` Johannes Berg
  2020-12-19 16:55                   ` Ben Greear
  0 siblings, 1 reply; 21+ messages in thread
From: Johannes Berg @ 2020-12-19 15:18 UTC (permalink / raw)
  To: Jakub Kicinski, Ben Greear, Luca Coelho
  Cc: Eric Dumazet, netdev, linux-wireless

On Fri, 2020-12-18 at 12:16 -0800, Jakub Kicinski wrote:
> On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
> > On 12/17/20 10:20 AM, Eric Dumazet wrote:
> > > On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:  
> > > > It is the iwlwifi/mvm logic that supports ax200.  
> > > 
> > > Let me ask again :
> > > 
> > > I see two different potential call points :
> > > 
> > > drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
> > > tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > > drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
> > > tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > > 
> > > To the best of your knowledge, which one would be used in your case ?
> > > 
> > > Both are horribly complex, I do not want to spend time studying two
> > > implementations.  
> > 
> > It is the queue/tx.c code that executes on my system, verified with
> > printk.
> 
> Not sure why Intel's not on CC here. 

Heh :)

Let's also add linux-wireless.

> Luca, is the ax200 TSO performance regression with recent kernel on your
> radar?

It wasn't on mine for sure, so far. But it's supposed to be Christmas
vacation, so haven't checked our bug tracker etc. I see Emmanuel was at
least looking at the bug report, but not sure what else happened yet.

Off the top of my head, I don't really see the issue. Does anyone have
the ability to capture the frames over the air (e.g. with another AX200
in monitor mode, load the driver with amsdu_size=3 module parameter to
properly capture A-MSDUs)?

johannes


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-19 15:18                 ` Johannes Berg
@ 2020-12-19 16:55                   ` Ben Greear
  2020-12-21 18:46                     ` Eric Dumazet
  0 siblings, 1 reply; 21+ messages in thread
From: Ben Greear @ 2020-12-19 16:55 UTC (permalink / raw)
  To: Johannes Berg, Jakub Kicinski, Luca Coelho
  Cc: Eric Dumazet, netdev, linux-wireless

On 12/19/20 7:18 AM, Johannes Berg wrote:
> On Fri, 2020-12-18 at 12:16 -0800, Jakub Kicinski wrote:
>> On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
>>> On 12/17/20 10:20 AM, Eric Dumazet wrote:
>>>> On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
>>>>> It is the iwlwifi/mvm logic that supports ax200.
>>>>
>>>> Let me ask again :
>>>>
>>>> I see two different potential call points :
>>>>
>>>> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
>>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
>>>> drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
>>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
>>>>
>>>> To the best of your knowledge, which one would be used in your case ?
>>>>
>>>> Both are horribly complex, I do not want to spend time studying two
>>>> implementations.
>>>
>>> It is the queue/tx.c code that executes on my system, verified with
>>> printk.
>>
>> Not sure why Intel's not on CC here.
> 
> Heh :)
> 
> Let's also add linux-wireless.
> 
>> Luca, is the ax200 TSO performance regression with recent kernel on your
>> radar?
> 
> It wasn't on mine for sure, so far. But it's supposed to be Christmas
> vacation, so haven't checked our bug tracker etc. I see Emmanuel was at
> least looking at the bug report, but not sure what else happened yet.

Not to bitch and moan too much, but even the most basic of testing would
have shown this, how can testing be so poor on the ax200 driver?

It even shows up with the out-of-tree ax200 driver.

> Off the top of my head, I don't really see the issue. Does anyone have
> the ability to capture the frames over the air (e.g. with another AX200
> in monitor mode, load the driver with amsdu_size=3 module parameter to
> properly capture A-MSDUs)?

I can do that at some point, and likely it could be reproduced with an /n or /ac
AP and those are a lot easier to sniff.

Thanks,
Ben


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-19 16:55                   ` Ben Greear
@ 2020-12-21 18:46                     ` Eric Dumazet
  2020-12-21 18:54                       ` Jakub Kicinski
  2020-12-21 19:04                       ` Eric Dumazet
  0 siblings, 2 replies; 21+ messages in thread
From: Eric Dumazet @ 2020-12-21 18:46 UTC (permalink / raw)
  To: Ben Greear, Rainer Suhm
  Cc: Johannes Berg, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

On Sat, Dec 19, 2020 at 5:55 PM Ben Greear <greearb@candelatech.com> wrote:
>
> On 12/19/20 7:18 AM, Johannes Berg wrote:
> > On Fri, 2020-12-18 at 12:16 -0800, Jakub Kicinski wrote:
> >> On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
> >>> On 12/17/20 10:20 AM, Eric Dumazet wrote:
> >>>> On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
> >>>>> It is the iwlwifi/mvm logic that supports ax200.
> >>>>
> >>>> Let me ask again :
> >>>>
> >>>> I see two different potential call points :
> >>>>
> >>>> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
> >>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> >>>> drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
> >>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> >>>>
> >>>> To the best of your knowledge, which one would be used in your case ?
> >>>>
> >>>> Both are horribly complex, I do not want to spend time studying two
> >>>> implementations.
> >>>
> >>> It is the queue/tx.c code that executes on my system, verified with
> >>> printk.
> >>
> >> Not sure why Intel's not on CC here.
> >
> > Heh :)
> >
> > Let's also add linux-wireless.
> >
> >> Luca, is the ax200 TSO performance regression with recent kernel on your
> >> radar?
> >
> > It wasn't on mine for sure, so far. But it's supposed to be Christmas
> > vacation, so haven't checked our bug tracker etc. I see Emmanuel was at
> > least looking at the bug report, but not sure what else happened yet.
>
> Not to bitch and moan too much, but even the most basic of testing would
> have shown this, how can testing be so poor on the ax200 driver?
>
> It even shows up with the out-of-tree ax200 driver.
>
> > Off the top of my head, I don't really see the issue. Does anyone have
> > the ability to capture the frames over the air (e.g. with another AX200
> > in monitor mode, load the driver with amsdu_size=3 module parameter to
> > properly capture A-MSDUs)?
>
> I can do that at some point, and likely it could be reproduced with an /n or /ac
> AP and those are a lot easier to sniff.
>
> Thanks,
> Ben
>
>
> --
> Ben Greear <greearb@candelatech.com>
> Candela Technologies Inc  http://www.candelatech.com

It seems the problem comes from some skbs reaching the driver with
gso_type == 0,
meaning skb_is_gso_tcp() is fuzzy. (net/core/tso.c is only one of the
skb_is_gso_tcp() users)

Local TCP stack should provide either SKB_GSO_TCPV4 or SKB_GSO_TCPV6
for GSO packets.

So maybe the issue is coming from traffic coming from a VM through a
tun device or something,
and our handling of GSO_ROBUST / DODGY never cared about setting
SKB_GSO_TCPV4 or SKB_GSO_TCPV6 if not already given by user space ?

Or a plain bug somewhere, possibly overwriting  gso_type with 0 or garbage...

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-21 18:46                     ` Eric Dumazet
@ 2020-12-21 18:54                       ` Jakub Kicinski
  2020-12-21 19:04                       ` Eric Dumazet
  1 sibling, 0 replies; 21+ messages in thread
From: Jakub Kicinski @ 2020-12-21 18:54 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Ben Greear, Rainer Suhm, Johannes Berg, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

On Mon, 21 Dec 2020 19:46:23 +0100 Eric Dumazet wrote:
> So maybe the issue is coming from traffic coming from a VM through a
> tun device or something,
> and our handling of GSO_ROBUST / DODGY never cared about setting
> SKB_GSO_TCPV4 or SKB_GSO_TCPV6 if not already given by user space ?
> 
> Or a plain bug somewhere, possibly overwriting  gso_type with 0 or garbage...

Hm, the Arch Linux forum thread linked from the kernel bugzilla
has the user complaining about NFS performance.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-21 18:46                     ` Eric Dumazet
  2020-12-21 18:54                       ` Jakub Kicinski
@ 2020-12-21 19:04                       ` Eric Dumazet
  2020-12-21 19:14                         ` Eric Dumazet
  1 sibling, 1 reply; 21+ messages in thread
From: Eric Dumazet @ 2020-12-21 19:04 UTC (permalink / raw)
  To: Ben Greear, Rainer Suhm
  Cc: Johannes Berg, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

On Mon, Dec 21, 2020 at 7:46 PM Eric Dumazet <edumazet@google.com> wrote:
>
> On Sat, Dec 19, 2020 at 5:55 PM Ben Greear <greearb@candelatech.com> wrote:
> >
> > On 12/19/20 7:18 AM, Johannes Berg wrote:
> > > On Fri, 2020-12-18 at 12:16 -0800, Jakub Kicinski wrote:
> > >> On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
> > >>> On 12/17/20 10:20 AM, Eric Dumazet wrote:
> > >>>> On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
> > >>>>> It is the iwlwifi/mvm logic that supports ax200.
> > >>>>
> > >>>> Let me ask again :
> > >>>>
> > >>>> I see two different potential call points :
> > >>>>
> > >>>> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
> > >>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > >>>> drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
> > >>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > >>>>
> > >>>> To the best of your knowledge, which one would be used in your case ?
> > >>>>
> > >>>> Both are horribly complex, I do not want to spend time studying two
> > >>>> implementations.
> > >>>
> > >>> It is the queue/tx.c code that executes on my system, verified with
> > >>> printk.
> > >>
> > >> Not sure why Intel's not on CC here.
> > >
> > > Heh :)
> > >
> > > Let's also add linux-wireless.
> > >
> > >> Luca, is the ax200 TSO performance regression with recent kernel on your
> > >> radar?
> > >
> > > It wasn't on mine for sure, so far. But it's supposed to be Christmas
> > > vacation, so haven't checked our bug tracker etc. I see Emmanuel was at
> > > least looking at the bug report, but not sure what else happened yet.
> >
> > Not to bitch and moan too much, but even the most basic of testing would
> > have shown this, how can testing be so poor on the ax200 driver?
> >
> > It even shows up with the out-of-tree ax200 driver.
> >
> > > Off the top of my head, I don't really see the issue. Does anyone have
> > > the ability to capture the frames over the air (e.g. with another AX200
> > > in monitor mode, load the driver with amsdu_size=3 module parameter to
> > > properly capture A-MSDUs)?
> >
> > I can do that at some point, and likely it could be reproduced with an /n or /ac
> > AP and those are a lot easier to sniff.
> >
> > Thanks,
> > Ben
> >
> >
> > --
> > Ben Greear <greearb@candelatech.com>
> > Candela Technologies Inc  http://www.candelatech.com
>
> It seems the problem comes from some skbs reaching the driver with
> gso_type == 0,
> meaning skb_is_gso_tcp() is fuzzy. (net/core/tso.c is only one of the
> skb_is_gso_tcp() users)
>
> Local TCP stack should provide either SKB_GSO_TCPV4 or SKB_GSO_TCPV6
> for GSO packets.
>
> So maybe the issue is coming from traffic coming from a VM through a
> tun device or something,
> and our handling of GSO_ROBUST / DODGY never cared about setting
> SKB_GSO_TCPV4 or SKB_GSO_TCPV6 if not already given by user space ?
>
> Or a plain bug somewhere, possibly overwriting  gso_type with 0 or garbage...

Oh well, iwl_mvm_tx_tso_segment() 'builds' a fake gso packet.

I suspect this will fix the issue :

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
index a983c215df310776ffe67f3b3ffa203eab609bfc..e7ad6367c88de4aff700c630d850760d1d3bf011
100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
@@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
unsigned int num_subframes,

        next = skb_gso_segment(skb, netdev_flags);
        skb_shinfo(skb)->gso_size = mss;
+       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
        if (WARN_ON_ONCE(IS_ERR(next)))
                return -EINVAL;
        else if (next)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-21 19:04                       ` Eric Dumazet
@ 2020-12-21 19:14                         ` Eric Dumazet
  2020-12-21 20:01                           ` Rainer Suhm
  2021-01-19  8:53                           ` Johannes Berg
  0 siblings, 2 replies; 21+ messages in thread
From: Eric Dumazet @ 2020-12-21 19:14 UTC (permalink / raw)
  To: Ben Greear, Rainer Suhm
  Cc: Johannes Berg, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

On Mon, Dec 21, 2020 at 8:04 PM Eric Dumazet <edumazet@google.com> wrote:
>
> On Mon, Dec 21, 2020 at 7:46 PM Eric Dumazet <edumazet@google.com> wrote:
> >
> > On Sat, Dec 19, 2020 at 5:55 PM Ben Greear <greearb@candelatech.com> wrote:
> > >
> > > On 12/19/20 7:18 AM, Johannes Berg wrote:
> > > > On Fri, 2020-12-18 at 12:16 -0800, Jakub Kicinski wrote:
> > > >> On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
> > > >>> On 12/17/20 10:20 AM, Eric Dumazet wrote:
> > > >>>> On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
> > > >>>>> It is the iwlwifi/mvm logic that supports ax200.
> > > >>>>
> > > >>>> Let me ask again :
> > > >>>>
> > > >>>> I see two different potential call points :
> > > >>>>
> > > >>>> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
> > > >>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > > >>>> drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
> > > >>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
> > > >>>>
> > > >>>> To the best of your knowledge, which one would be used in your case ?
> > > >>>>
> > > >>>> Both are horribly complex, I do not want to spend time studying two
> > > >>>> implementations.
> > > >>>
> > > >>> It is the queue/tx.c code that executes on my system, verified with
> > > >>> printk.
> > > >>
> > > >> Not sure why Intel's not on CC here.
> > > >
> > > > Heh :)
> > > >
> > > > Let's also add linux-wireless.
> > > >
> > > >> Luca, is the ax200 TSO performance regression with recent kernel on your
> > > >> radar?
> > > >
> > > > It wasn't on mine for sure, so far. But it's supposed to be Christmas
> > > > vacation, so haven't checked our bug tracker etc. I see Emmanuel was at
> > > > least looking at the bug report, but not sure what else happened yet.
> > >
> > > Not to bitch and moan too much, but even the most basic of testing would
> > > have shown this, how can testing be so poor on the ax200 driver?
> > >
> > > It even shows up with the out-of-tree ax200 driver.
> > >
> > > > Off the top of my head, I don't really see the issue. Does anyone have
> > > > the ability to capture the frames over the air (e.g. with another AX200
> > > > in monitor mode, load the driver with amsdu_size=3 module parameter to
> > > > properly capture A-MSDUs)?
> > >
> > > I can do that at some point, and likely it could be reproduced with an /n or /ac
> > > AP and those are a lot easier to sniff.
> > >
> > > Thanks,
> > > Ben
> > >
> > >
> > > --
> > > Ben Greear <greearb@candelatech.com>
> > > Candela Technologies Inc  http://www.candelatech.com
> >
> > It seems the problem comes from some skbs reaching the driver with
> > gso_type == 0,
> > meaning skb_is_gso_tcp() is fuzzy. (net/core/tso.c is only one of the
> > skb_is_gso_tcp() users)
> >
> > Local TCP stack should provide either SKB_GSO_TCPV4 or SKB_GSO_TCPV6
> > for GSO packets.
> >
> > So maybe the issue is coming from traffic coming from a VM through a
> > tun device or something,
> > and our handling of GSO_ROBUST / DODGY never cared about setting
> > SKB_GSO_TCPV4 or SKB_GSO_TCPV6 if not already given by user space ?
> >
> > Or a plain bug somewhere, possibly overwriting  gso_type with 0 or garbage...
>
> Oh well, iwl_mvm_tx_tso_segment() 'builds' a fake gso packet.
>
> I suspect this will fix the issue :
>
> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> index a983c215df310776ffe67f3b3ffa203eab609bfc..e7ad6367c88de4aff700c630d850760d1d3bf011
> 100644
> --- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> @@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
> unsigned int num_subframes,
>
>         next = skb_gso_segment(skb, netdev_flags);
>         skb_shinfo(skb)->gso_size = mss;
> +       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>         if (WARN_ON_ONCE(IS_ERR(next)))
>                 return -EINVAL;
>         else if (next)


Or more precisely :

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
index a983c215df310776ffe67f3b3ffa203eab609bfc..11145bf29f3cbeefcce1a05cc81fd90978f2cbfe
100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
@@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
unsigned int num_subframes,

        next = skb_gso_segment(skb, netdev_flags);
        skb_shinfo(skb)->gso_size = mss;
+       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
        if (WARN_ON_ONCE(IS_ERR(next)))
                return -EINVAL;
        else if (next)
@@ -795,6 +796,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
unsigned int num_subframes,

                if (tcp_payload_len > mss) {
                        skb_shinfo(tmp)->gso_size = mss;
+                       skb_shinfo(tmp)->gso_type = ipv4 ?
SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
                } else {
                        if (qos) {
                                u8 *qc;

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-21 19:14                         ` Eric Dumazet
@ 2020-12-21 20:01                           ` Rainer Suhm
  2020-12-24 17:48                             ` Ben Greear
  2021-01-19  8:53                           ` Johannes Berg
  1 sibling, 1 reply; 21+ messages in thread
From: Rainer Suhm @ 2020-12-21 20:01 UTC (permalink / raw)
  To: Eric Dumazet, Ben Greear
  Cc: Johannes Berg, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

Am 21.12.20 um 20:14 schrieb Eric Dumazet:
> On Mon, Dec 21, 2020 at 8:04 PM Eric Dumazet <edumazet@google.com> wrote:
>>
>> On Mon, Dec 21, 2020 at 7:46 PM Eric Dumazet <edumazet@google.com> wrote:
>>>
>>> On Sat, Dec 19, 2020 at 5:55 PM Ben Greear <greearb@candelatech.com> wrote:
>>>>
>>>> On 12/19/20 7:18 AM, Johannes Berg wrote:
>>>>> On Fri, 2020-12-18 at 12:16 -0800, Jakub Kicinski wrote:
>>>>>> On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
>>>>>>> On 12/17/20 10:20 AM, Eric Dumazet wrote:
>>>>>>>> On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
>>>>>>>>> It is the iwlwifi/mvm logic that supports ax200.
>>>>>>>>
>>>>>>>> Let me ask again :
>>>>>>>>
>>>>>>>> I see two different potential call points :
>>>>>>>>
>>>>>>>> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
>>>>>>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
>>>>>>>> drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
>>>>>>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
>>>>>>>>
>>>>>>>> To the best of your knowledge, which one would be used in your case ?
>>>>>>>>
>>>>>>>> Both are horribly complex, I do not want to spend time studying two
>>>>>>>> implementations.
>>>>>>>
>>>>>>> It is the queue/tx.c code that executes on my system, verified with
>>>>>>> printk.
>>>>>>
>>>>>> Not sure why Intel's not on CC here.
>>>>>
>>>>> Heh :)
>>>>>
>>>>> Let's also add linux-wireless.
>>>>>
>>>>>> Luca, is the ax200 TSO performance regression with recent kernel on your
>>>>>> radar?
>>>>>
>>>>> It wasn't on mine for sure, so far. But it's supposed to be Christmas
>>>>> vacation, so haven't checked our bug tracker etc. I see Emmanuel was at
>>>>> least looking at the bug report, but not sure what else happened yet.
>>>>
>>>> Not to bitch and moan too much, but even the most basic of testing would
>>>> have shown this, how can testing be so poor on the ax200 driver?
>>>>
>>>> It even shows up with the out-of-tree ax200 driver.
>>>>
>>>>> Off the top of my head, I don't really see the issue. Does anyone have
>>>>> the ability to capture the frames over the air (e.g. with another AX200
>>>>> in monitor mode, load the driver with amsdu_size=3 module parameter to
>>>>> properly capture A-MSDUs)?
>>>>
>>>> I can do that at some point, and likely it could be reproduced with an /n or /ac
>>>> AP and those are a lot easier to sniff.
>>>>
>>>> Thanks,
>>>> Ben
>>>>
>>>>
>>>> --
>>>> Ben Greear <greearb@candelatech.com>
>>>> Candela Technologies Inc  http://www.candelatech.com
>>>
>>> It seems the problem comes from some skbs reaching the driver with
>>> gso_type == 0,
>>> meaning skb_is_gso_tcp() is fuzzy. (net/core/tso.c is only one of the
>>> skb_is_gso_tcp() users)
>>>
>>> Local TCP stack should provide either SKB_GSO_TCPV4 or SKB_GSO_TCPV6
>>> for GSO packets.
>>>
>>> So maybe the issue is coming from traffic coming from a VM through a
>>> tun device or something,
>>> and our handling of GSO_ROBUST / DODGY never cared about setting
>>> SKB_GSO_TCPV4 or SKB_GSO_TCPV6 if not already given by user space ?
>>>
>>> Or a plain bug somewhere, possibly overwriting  gso_type with 0 or garbage...
>>
>> Oh well, iwl_mvm_tx_tso_segment() 'builds' a fake gso packet.
>>
>> I suspect this will fix the issue :
>>
>> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> index a983c215df310776ffe67f3b3ffa203eab609bfc..e7ad6367c88de4aff700c630d850760d1d3bf011
>> 100644
>> --- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> @@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
>> unsigned int num_subframes,
>>
>>          next = skb_gso_segment(skb, netdev_flags);
>>          skb_shinfo(skb)->gso_size = mss;
>> +       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>>          if (WARN_ON_ONCE(IS_ERR(next)))
>>                  return -EINVAL;
>>          else if (next)
> 
> 
> Or more precisely :
> 
> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> index a983c215df310776ffe67f3b3ffa203eab609bfc..11145bf29f3cbeefcce1a05cc81fd90978f2cbfe
> 100644
> --- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> @@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
> unsigned int num_subframes,
> 
>          next = skb_gso_segment(skb, netdev_flags);
>          skb_shinfo(skb)->gso_size = mss;
> +       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>          if (WARN_ON_ONCE(IS_ERR(next)))
>                  return -EINVAL;
>          else if (next)
> @@ -795,6 +796,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
> unsigned int num_subframes,
> 
>                  if (tcp_payload_len > mss) {
>                          skb_shinfo(tmp)->gso_size = mss;
> +                       skb_shinfo(tmp)->gso_type = ipv4 ?
> SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>                  } else {
>                          if (qos) {
>                                  u8 *qc;
> 


This looks good to me.
Transmission rate is in the expected range. iperf3 shows no retries anymore.

Here is my kernel log with the above changes applied, and the debug patches from Eric.


Thx
Rainer


-- Journal begins at Mon 2020-11-16 08:26:28 CET, ends at Mon 2020-12-21 20:43:41 CET. --
Dez 21 20:37:38 tux kernel: microcode: microcode updated early to revision 0xde, date = 2020-05-18
Dez 21 20:37:38 tux kernel: Linux version 5.10.2-1-vanilla (ich@lenny) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #67 SMP PREEMPT Mon Dec 21 19:31:21 CET 2020
Dez 21 20:37:38 tux kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-vanilla root=UUID=e2d9779f-d652-4260-9d33-897f0d68889a rw quiet resume=UUID=33029335-ddc3-4824-a228-61a238b73d1d
Dez 21 20:37:38 tux kernel: KERNEL supported cpus:
Dez 21 20:37:38 tux kernel:   Intel GenuineIntel
Dez 21 20:37:38 tux kernel:   AMD AuthenticAMD
Dez 21 20:37:38 tux kernel:   Hygon HygonGenuine
Dez 21 20:37:38 tux kernel:   Centaur CentaurHauls
Dez 21 20:37:38 tux kernel:   zhaoxin   Shanghai
Dez 21 20:37:38 tux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dez 21 20:37:38 tux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dez 21 20:37:38 tux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dez 21 20:37:38 tux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Dez 21 20:37:38 tux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Dez 21 20:37:38 tux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Dez 21 20:37:38 tux kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Dez 21 20:37:38 tux kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Dez 21 20:37:38 tux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Dez 21 20:37:38 tux kernel: BIOS-provided physical RAM map:
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000056558fff] usable
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x0000000056559000-0x0000000056e58fff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x0000000056e59000-0x000000006d06efff] usable
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x000000006d06f000-0x000000006d43efff] type 20
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x000000006d43f000-0x000000006f2cefff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x000000006f2cf000-0x000000006fbcefff] ACPI NVS
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x000000006fbcf000-0x000000006fc4efff] ACPI data
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x000000006fc4f000-0x000000006fc4ffff] usable
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x000000006fc50000-0x000000007b7fffff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
Dez 21 20:37:38 tux kernel: BIOS-e820: [mem 0x0000000100000000-0x00000006827fffff] usable
Dez 21 20:37:38 tux kernel: NX (Execute Disable) protection: active
Dez 21 20:37:38 tux kernel: efi: EFI v2.70 by INSYDE Corp.
Dez 21 20:37:38 tux kernel: efi: ACPI=0x6fc4e000 ACPI 2.0=0x6fc4e014 SMBIOS=0x6d654000 SMBIOS 3.0=0x6d652000 ESRT=0x6d650d18
Dez 21 20:37:38 tux kernel: SMBIOS 3.2.0 present.
Dez 21 20:37:38 tux kernel: DMI: TUXEDO InfinityBook S 14 v5/L140CU                          , BIOS 1.07.09RTR1 07/28/2020
Dez 21 20:37:38 tux kernel: tsc: Detected 2300.000 MHz processor
Dez 21 20:37:38 tux kernel: tsc: Detected 2299.968 MHz TSC
Dez 21 20:37:38 tux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dez 21 20:37:38 tux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dez 21 20:37:38 tux kernel: last_pfn = 0x682800 max_arch_pfn = 0x400000000
Dez 21 20:37:38 tux kernel: MTRR default type: write-back
Dez 21 20:37:38 tux kernel: MTRR fixed ranges enabled:
Dez 21 20:37:38 tux kernel:   00000-9FFFF write-back
Dez 21 20:37:38 tux kernel:   A0000-BFFFF uncachable
Dez 21 20:37:38 tux kernel:   C0000-FFFFF write-protect
Dez 21 20:37:38 tux kernel: MTRR variable ranges enabled:
Dez 21 20:37:38 tux kernel:   0 base 0080000000 mask 7F80000000 uncachable
Dez 21 20:37:38 tux kernel:   1 base 007C000000 mask 7FFC000000 uncachable
Dez 21 20:37:38 tux kernel:   2 base 007A000000 mask 7FFE000000 uncachable
Dez 21 20:37:38 tux kernel:   3 base 0079000000 mask 7FFF000000 uncachable
Dez 21 20:37:38 tux kernel:   4 base 2000000000 mask 6000000000 uncachable
Dez 21 20:37:38 tux kernel:   5 base 1000000000 mask 7000000000 uncachable
Dez 21 20:37:38 tux kernel:   6 base 0800000000 mask 7800000000 uncachable
Dez 21 20:37:38 tux kernel:   7 base 4000000000 mask 4000000000 uncachable
Dez 21 20:37:38 tux kernel:   8 disabled
Dez 21 20:37:38 tux kernel:   9 disabled
Dez 21 20:37:38 tux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Dez 21 20:37:38 tux kernel: last_pfn = 0x6fc50 max_arch_pfn = 0x400000000
Dez 21 20:37:38 tux kernel: esrt: Reserving ESRT space from 0x000000006d650d18 to 0x000000006d650d50.
Dez 21 20:37:38 tux kernel: check: Scanning 1 areas for low memory corruption
Dez 21 20:37:38 tux kernel: Using GB pages for direct mapping
Dez 21 20:37:38 tux kernel: Secure boot could not be determined
Dez 21 20:37:38 tux kernel: RAMDISK: [mem 0x361ed000-0x370edfff]
Dez 21 20:37:38 tux kernel: ACPI: Early table checksum verification disabled
Dez 21 20:37:38 tux kernel: ACPI: RSDP 0x000000006FC4E014 000024 (v02 INSYDE)
Dez 21 20:37:38 tux kernel: ACPI: XSDT 0x000000006FBEF188 0000C4 (v01 INSYDE CML-ULT  00000002      01000013)
Dez 21 20:37:38 tux kernel: ACPI: FACP 0x000000006FC3A000 000114 (v06 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: DSDT 0x000000006FBF6000 040751 (v02 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: FACS 0x000000006FB74000 000040
Dez 21 20:37:38 tux kernel: ACPI: UEFI 0x000000006FBCE000 000236 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0x000000006FC49000 003E69 (v02 DptfTa DptfTabl 00001000 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0x000000006FC47000 001B4A (v02 CpuRef CpuSsdt  00003000 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0x000000006FC43000 003082 (v02 SaSsdt SaSsdt   00003000 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: LPIT 0x000000006FC41000 000094 (v01 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: WSMT 0x000000006FC40000 000028 (v01 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0x000000006FC3F000 000B70 (v02 INSYDE PtidDevc 00001000 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: DBGP 0x000000006FC3E000 000034 (v01 INSYDE          00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: DBG2 0x000000006FC3D000 000054 (v00 INSYDE          00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0x000000006FC3C000 0007A2 (v02 INTEL  xh_cmud4 00000000 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: NHLT 0x000000006FC3B000 00002D (v00 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: HPET 0x000000006FC39000 000038 (v01 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: APIC 0x000000006FC38000 000164 (v03 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: MCFG 0x000000006FC37000 00003C (v01 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0x000000006FBF4000 001E4B (v02 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: DMAR 0x000000006FBF3000 0000A8 (v01 INTEL  EDK2     00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0x000000006FBF2000 000164 (v01 INSYDE PcdTabl  00001000 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: FPDT 0x000000006FBF1000 000044 (v01 INSYDE CML-ULT  00000002 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: BGRT 0x000000006FC4D000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Dez 21 20:37:38 tux kernel: ACPI: Local APIC address 0xfee00000
Dez 21 20:37:38 tux kernel: No NUMA configuration found
Dez 21 20:37:38 tux kernel: Faking a node at [mem 0x0000000000000000-0x00000006827fffff]
Dez 21 20:37:38 tux kernel: NODE_DATA(0) allocated [mem 0x6827fc000-0x6827fffff]
Dez 21 20:37:38 tux kernel: Zone ranges:
Dez 21 20:37:38 tux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Dez 21 20:37:38 tux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Dez 21 20:37:38 tux kernel:   Normal   [mem 0x0000000100000000-0x00000006827fffff]
Dez 21 20:37:38 tux kernel:   Device   empty
Dez 21 20:37:38 tux kernel: Movable zone start for each node
Dez 21 20:37:38 tux kernel: Early memory node ranges
Dez 21 20:37:38 tux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Dez 21 20:37:38 tux kernel:   node   0: [mem 0x0000000000100000-0x0000000056558fff]
Dez 21 20:37:38 tux kernel:   node   0: [mem 0x0000000056e59000-0x000000006d06efff]
Dez 21 20:37:38 tux kernel:   node   0: [mem 0x000000006fc4f000-0x000000006fc4ffff]
Dez 21 20:37:38 tux kernel:   node   0: [mem 0x0000000100000000-0x00000006827fffff]
Dez 21 20:37:38 tux kernel: Zeroed struct page in unavailable ranges: 37106 pages
Dez 21 20:37:38 tux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000006827fffff]
Dez 21 20:37:38 tux kernel: On node 0 totalpages: 6221582
Dez 21 20:37:38 tux kernel:   DMA zone: 64 pages used for memmap
Dez 21 20:37:38 tux kernel:   DMA zone: 23 pages reserved
Dez 21 20:37:38 tux kernel:   DMA zone: 3998 pages, LIFO batch:0
Dez 21 20:37:38 tux kernel:   DMA32 zone: 6878 pages used for memmap
Dez 21 20:37:38 tux kernel:   DMA32 zone: 440176 pages, LIFO batch:63
Dez 21 20:37:38 tux kernel:   Normal zone: 90272 pages used for memmap
Dez 21 20:37:38 tux kernel:   Normal zone: 5777408 pages, LIFO batch:63
Dez 21 20:37:38 tux kernel: Reserving Intel graphics memory at [mem 0x79800000-0x7b7fffff]
Dez 21 20:37:38 tux kernel: ACPI: PM-Timer IO Port: 0x1808
Dez 21 20:37:38 tux kernel: ACPI: Local APIC address 0xfee00000
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Dez 21 20:37:38 tux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Dez 21 20:37:38 tux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dez 21 20:37:38 tux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dez 21 20:37:38 tux kernel: ACPI: IRQ0 used by override.
Dez 21 20:37:38 tux kernel: ACPI: IRQ9 used by override.
Dez 21 20:37:38 tux kernel: Using ACPI (MADT) for SMP configuration information
Dez 21 20:37:38 tux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dez 21 20:37:38 tux kernel: e820: update [mem 0x5ca9f000-0x5cb19fff] usable ==> reserved
Dez 21 20:37:38 tux kernel: TSC deadline timer available
Dez 21 20:37:38 tux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x56559000-0x56e58fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x5ca9f000-0x5cb19fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x6d06f000-0x6d43efff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x6d43f000-0x6f2cefff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x6f2cf000-0x6fbcefff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x6fbcf000-0x6fc4efff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x6fc50000-0x7b7fffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0x7b800000-0xdfffffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
Dez 21 20:37:38 tux kernel: PM: hibernation: Registered nosave memory: [mem 0xff400000-0xffffffff]
Dez 21 20:37:38 tux kernel: [mem 0x7b800000-0xdfffffff] available for PCI devices
Dez 21 20:37:38 tux kernel: Booting paravirtualized kernel on bare hardware
Dez 21 20:37:38 tux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Dez 21 20:37:38 tux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Dez 21 20:37:38 tux kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Dez 21 20:37:38 tux kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Dez 21 20:37:38 tux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Dez 21 20:37:38 tux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 6124345
Dez 21 20:37:38 tux kernel: Policy zone: Normal
Dez 21 20:37:38 tux kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-vanilla root=UUID=e2d9779f-d652-4260-9d33-897f0d68889a rw quiet resume=UUID=33029335-ddc3-4824-a228-61a238b73d1d
Dez 21 20:37:38 tux kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Dez 21 20:37:38 tux kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Dez 21 20:37:38 tux kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Dez 21 20:37:38 tux kernel: Memory: 24218360K/24886328K available (12295K kernel code, 1879K rwdata, 4248K rodata, 1572K init, 2876K bss, 667708K reserved, 0K cma-reserved)
Dez 21 20:37:38 tux kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x4d0 with crng_init=0
Dez 21 20:37:38 tux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Dez 21 20:37:38 tux kernel: ftrace: allocating 38537 entries in 151 pages
Dez 21 20:37:38 tux kernel: ftrace: allocated 151 pages with 5 groups
Dez 21 20:37:38 tux kernel: rcu: Preemptible hierarchical RCU implementation.
Dez 21 20:37:38 tux kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
Dez 21 20:37:38 tux kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Dez 21 20:37:38 tux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Dez 21 20:37:38 tux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Dez 21 20:37:38 tux kernel:         Trampoline variant of Tasks RCU enabled.
Dez 21 20:37:38 tux kernel:         Rude variant of Tasks RCU enabled.
Dez 21 20:37:38 tux kernel:         Tracing variant of Tasks RCU enabled.
Dez 21 20:37:38 tux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Dez 21 20:37:38 tux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Dez 21 20:37:38 tux kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Dez 21 20:37:38 tux kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Dez 21 20:37:38 tux kernel: Console: colour dummy device 80x25
Dez 21 20:37:38 tux kernel: printk: console [tty0] enabled
Dez 21 20:37:38 tux kernel: ACPI: Core revision 20200925
Dez 21 20:37:38 tux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Dez 21 20:37:38 tux kernel: APIC: Switch to symmetric I/O mode setup
Dez 21 20:37:38 tux kernel: DMAR: Host address width 39
Dez 21 20:37:38 tux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Dez 21 20:37:38 tux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Dez 21 20:37:38 tux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Dez 21 20:37:38 tux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Dez 21 20:37:38 tux kernel: DMAR: RMRR base: 0x0000006f119000 end: 0x0000006f138fff
Dez 21 20:37:38 tux kernel: DMAR: RMRR base: 0x00000079000000 end: 0x0000007b7fffff
Dez 21 20:37:38 tux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Dez 21 20:37:38 tux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Dez 21 20:37:38 tux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Dez 21 20:37:38 tux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Dez 21 20:37:38 tux kernel: x2apic enabled
Dez 21 20:37:38 tux kernel: Switched APIC routing to cluster x2apic.
Dez 21 20:37:38 tux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dez 21 20:37:38 tux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212717146a7, max_idle_ns: 440795291431 ns
Dez 21 20:37:38 tux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.60 BogoMIPS (lpj=7666560)
Dez 21 20:37:38 tux kernel: pid_max: default: 32768 minimum: 301
Dez 21 20:37:38 tux kernel: LSM: Security Framework initializing
Dez 21 20:37:38 tux kernel: Yama: becoming mindful.
Dez 21 20:37:38 tux kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Dez 21 20:37:38 tux kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Dez 21 20:37:38 tux kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Dez 21 20:37:38 tux kernel: process: using mwait in idle threads
Dez 21 20:37:38 tux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Dez 21 20:37:38 tux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Dez 21 20:37:38 tux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dez 21 20:37:38 tux kernel: Spectre V2 : Mitigation: Enhanced IBRS
Dez 21 20:37:38 tux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dez 21 20:37:38 tux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dez 21 20:37:38 tux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Dez 21 20:37:38 tux kernel: SRBDS: Mitigation: TSX disabled
Dez 21 20:37:38 tux kernel: Freeing SMP alternatives memory: 32K
Dez 21 20:37:38 tux kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xc)
Dez 21 20:37:38 tux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Dez 21 20:37:38 tux kernel: ... version:                4
Dez 21 20:37:38 tux kernel: ... bit width:              48
Dez 21 20:37:38 tux kernel: ... generic registers:      4
Dez 21 20:37:38 tux kernel: ... value mask:             0000ffffffffffff
Dez 21 20:37:38 tux kernel: ... max period:             00007fffffffffff
Dez 21 20:37:38 tux kernel: ... fixed-purpose events:   3
Dez 21 20:37:38 tux kernel: ... event mask:             000000070000000f
Dez 21 20:37:38 tux kernel: rcu: Hierarchical SRCU implementation.
Dez 21 20:37:38 tux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dez 21 20:37:38 tux kernel: smp: Bringing up secondary CPUs ...
Dez 21 20:37:38 tux kernel: x86: Booting SMP configuration:
Dez 21 20:37:38 tux kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Dez 21 20:37:38 tux kernel: smp: Brought up 1 node, 8 CPUs
Dez 21 20:37:38 tux kernel: smpboot: Max logical packages: 1
Dez 21 20:37:38 tux kernel: smpboot: Total of 8 processors activated (36814.80 BogoMIPS)
Dez 21 20:37:38 tux kernel: devtmpfs: initialized
Dez 21 20:37:38 tux kernel: x86/mm: Memory block size: 128MB
Dez 21 20:37:38 tux kernel: PM: Registering ACPI NVS region [mem 0x6f2cf000-0x6fbcefff] (9437184 bytes)
Dez 21 20:37:38 tux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Dez 21 20:37:38 tux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Dez 21 20:37:38 tux kernel: pinctrl core: initialized pinctrl subsystem
Dez 21 20:37:38 tux kernel: PM: RTC time: 19:37:34, date: 2020-12-21
Dez 21 20:37:38 tux kernel: NET: Registered protocol family 16
Dez 21 20:37:38 tux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Dez 21 20:37:38 tux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dez 21 20:37:38 tux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dez 21 20:37:38 tux kernel: audit: initializing netlink subsys (disabled)
Dez 21 20:37:38 tux kernel: audit: type=2000 audit(1608579454.049:1): state=initialized audit_enabled=0 res=1
Dez 21 20:37:38 tux kernel: thermal_sys: Registered thermal governor 'fair_share'
Dez 21 20:37:38 tux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dez 21 20:37:38 tux kernel: thermal_sys: Registered thermal governor 'step_wise'
Dez 21 20:37:38 tux kernel: thermal_sys: Registered thermal governor 'user_space'
Dez 21 20:37:38 tux kernel: cpuidle: using governor ladder
Dez 21 20:37:38 tux kernel: cpuidle: using governor menu
Dez 21 20:37:38 tux kernel: ACPI: bus type PCI registered
Dez 21 20:37:38 tux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dez 21 20:37:38 tux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Dez 21 20:37:38 tux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Dez 21 20:37:38 tux kernel: PCI: Using configuration type 1 for base access
Dez 21 20:37:38 tux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Dez 21 20:37:38 tux kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dez 21 20:37:38 tux kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dez 21 20:37:38 tux kernel: ACPI: Added _OSI(Module Device)
Dez 21 20:37:38 tux kernel: ACPI: Added _OSI(Processor Device)
Dez 21 20:37:38 tux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dez 21 20:37:38 tux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dez 21 20:37:38 tux kernel: ACPI: Added _OSI(Linux-Dell-Video)
Dez 21 20:37:38 tux kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Dez 21 20:37:38 tux kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Dez 21 20:37:38 tux kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC6012C0800 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC6012BA800 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC600DEC800 0005A2 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC601175200 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC6012AB000 000BE2 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC600DEE000 000778 (v02 PmRef  ApIst    00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC6012BF400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC6012AE000 000D74 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: Dynamic OEM Table Load:
Dez 21 20:37:38 tux kernel: ACPI: SSDT 0xFFFF9FC6012BE000 0003CA (v02 PmRef  ApCst    00003000 INTL 20160422)
Dez 21 20:37:38 tux kernel: ACPI: EC: EC started
Dez 21 20:37:38 tux kernel: ACPI: EC: interrupt blocked
Dez 21 20:37:38 tux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dez 21 20:37:38 tux kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
Dez 21 20:37:38 tux kernel: ACPI: Interpreter enabled
Dez 21 20:37:38 tux kernel: ACPI: (supports S0 S3 S4 S5)
Dez 21 20:37:38 tux kernel: ACPI: Using IOAPIC for interrupt routing
Dez 21 20:37:38 tux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dez 21 20:37:38 tux kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [USBC] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [PAUD] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [WRST] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [DRST] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [V0PR] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [V1PR] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [V2PR] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [WRST] (on)
Dez 21 20:37:38 tux kernel: ACPI: Power Resource [PIN] (off)
Dez 21 20:37:38 tux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Dez 21 20:37:38 tux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Dez 21 20:37:38 tux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
Dez 21 20:37:38 tux kernel: PCI host bridge to bus 0000:00
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: root bus resource [mem 0x7b800000-0xdfffffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Dez 21 20:37:38 tux kernel: pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Dez 21 20:37:38 tux kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Dez 21 20:37:38 tux kernel: pci 0000:00:04.0: reg 0x10: [mem 0x91410000-0x91417fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
Dez 21 20:37:38 tux kernel: pci 0000:00:12.0: reg 0x10: [mem 0x91420000-0x91420fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
Dez 21 20:37:38 tux kernel: pci 0000:00:14.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Dez 21 20:37:38 tux kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
Dez 21 20:37:38 tux kernel: pci 0000:00:14.2: reg 0x10: [mem 0x9141c000-0x9141dfff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:14.2: reg 0x18: [mem 0x91421000-0x91421fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
Dez 21 20:37:38 tux kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:15.2: [8086:02ea] type 00 class 0x0c8000
Dez 21 20:37:38 tux kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: [8086:02d3] type 00 class 0x010601
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: reg 0x10: [mem 0x9141e000-0x9141ffff]
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: reg 0x14: [mem 0x91428000-0x914280ff]
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: reg 0x18: [io  0x3080-0x3087]
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: reg 0x1c: [io  0x3088-0x308b]
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: reg 0x20: [io  0x3060-0x307f]
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: reg 0x24: [mem 0x91427000-0x914277ff]
Dez 21 20:37:38 tux kernel: pci 0000:00:17.0: PME# supported from D3hot
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.0: [8086:02bd] type 01 class 0x060400
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Dez 21 20:37:38 tux kernel: pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400
Dez 21 20:37:38 tux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Dez 21 20:37:38 tux kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x91418000-0x9141bfff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x91000000-0x910fffff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x91425000-0x914250ff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.4: reg 0x20: [io  0x3040-0x305f]
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
Dez 21 20:37:38 tux kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Dez 21 20:37:38 tux kernel: pci 0000:01:00.0: [10ec:522a] type 00 class 0xff0000
Dez 21 20:37:38 tux kernel: pci 0000:01:00.0: reg 0x10: [mem 0x91300000-0x91300fff]
Dez 21 20:37:38 tux kernel: pci 0000:01:00.0: supports D1 D2
Dez 21 20:37:38 tux kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.0:   bridge window [mem 0x91300000-0x913fffff]
Dez 21 20:37:38 tux kernel: pci 0000:02:00.0: [8086:2723] type 00 class 0x028000
Dez 21 20:37:38 tux kernel: pci 0000:02:00.0: reg 0x10: [mem 0x91200000-0x91203fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.7:   bridge window [mem 0x91200000-0x912fffff]
Dez 21 20:37:38 tux kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802
Dez 21 20:37:38 tux kernel: pci 0000:03:00.0: reg 0x10: [mem 0x91100000-0x91103fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Dez 21 20:37:38 tux kernel: pci 0000:00:1d.0:   bridge window [mem 0x91100000-0x911fffff]
Dez 21 20:37:38 tux kernel: ACPI: EC: interrupt unblocked
Dez 21 20:37:38 tux kernel: ACPI: EC: event unblocked
Dez 21 20:37:38 tux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dez 21 20:37:38 tux kernel: ACPI: EC: GPE=0x50
Dez 21 20:37:38 tux kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
Dez 21 20:37:38 tux kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Dez 21 20:37:38 tux kernel: iommu: Default domain type: Translated
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Dez 21 20:37:38 tux kernel: vgaarb: loaded
Dez 21 20:37:38 tux kernel: pps_core: LinuxPPS API ver. 1 registered
Dez 21 20:37:38 tux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dez 21 20:37:38 tux kernel: PTP clock support registered
Dez 21 20:37:38 tux kernel: EDAC MC: Ver: 3.0.0
Dez 21 20:37:38 tux kernel: Registered efivars operations
Dez 21 20:37:38 tux kernel: NetLabel: Initializing
Dez 21 20:37:38 tux kernel: NetLabel:  domain hash size = 128
Dez 21 20:37:38 tux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Dez 21 20:37:38 tux kernel: NetLabel:  unlabeled traffic allowed by default
Dez 21 20:37:38 tux kernel: PCI: Using ACPI for IRQ routing
Dez 21 20:37:38 tux kernel: PCI: pci_cache_line_size set to 64 bytes
Dez 21 20:37:38 tux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Dez 21 20:37:38 tux kernel: e820: reserve RAM buffer [mem 0x56559000-0x57ffffff]
Dez 21 20:37:38 tux kernel: e820: reserve RAM buffer [mem 0x5ca9f000-0x5fffffff]
Dez 21 20:37:38 tux kernel: e820: reserve RAM buffer [mem 0x6d06f000-0x6fffffff]
Dez 21 20:37:38 tux kernel: e820: reserve RAM buffer [mem 0x6fc50000-0x6fffffff]
Dez 21 20:37:38 tux kernel: e820: reserve RAM buffer [mem 0x682800000-0x683ffffff]
Dez 21 20:37:38 tux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Dez 21 20:37:38 tux kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Dez 21 20:37:38 tux kernel: clocksource: Switched to clocksource tsc-early
Dez 21 20:37:38 tux kernel: VFS: Disk quotas dquot_6.6.0
Dez 21 20:37:38 tux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dez 21 20:37:38 tux kernel: pnp: PnP ACPI init
Dez 21 20:37:38 tux kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Dez 21 20:37:38 tux kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Dez 21 20:37:38 tux kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Dez 21 20:37:38 tux kernel: system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
Dez 21 20:37:38 tux kernel: system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
Dez 21 20:37:38 tux kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Dez 21 20:37:38 tux kernel: system 00:02: [io  0x2000-0x20fe] has been reserved
Dez 21 20:37:38 tux kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Dez 21 20:37:38 tux kernel: system 00:03: [io  0x3322-0x3323] has been reserved
Dez 21 20:37:38 tux kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Dez 21 20:37:38 tux kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
Dez 21 20:37:38 tux kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Dez 21 20:37:38 tux kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Dez 21 20:37:38 tux kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
Dez 21 20:37:38 tux kernel: pnp 00:07: Plug and Play ACPI device, IDs ETD0000 PNP0f13 (active)
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
Dez 21 20:37:38 tux kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
Dez 21 20:37:38 tux kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Dez 21 20:37:38 tux kernel: system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
Dez 21 20:37:38 tux kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Dez 21 20:37:38 tux kernel: pnp: PnP ACPI: found 10 devices
Dez 21 20:37:38 tux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dez 21 20:37:38 tux kernel: NET: Registered protocol family 2
Dez 21 20:37:38 tux kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Dez 21 20:37:38 tux kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dez 21 20:37:38 tux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Dez 21 20:37:38 tux kernel: TCP: Hash tables configured (established 262144 bind 65536)
Dez 21 20:37:38 tux kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Dez 21 20:37:38 tux kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Dez 21 20:37:38 tux kernel: NET: Registered protocol family 1
Dez 21 20:37:38 tux kernel: NET: Registered protocol family 44
Dez 21 20:37:38 tux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x7b800000-0x7b800fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x7b801000-0x7b801fff 64bit]
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.0:   bridge window [mem 0x91300000-0x913fffff]
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Dez 21 20:37:38 tux kernel: pci 0000:00:1c.7:   bridge window [mem 0x91200000-0x912fffff]
Dez 21 20:37:38 tux kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Dez 21 20:37:38 tux kernel: pci 0000:00:1d.0:   bridge window [mem 0x91100000-0x911fffff]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: resource 7 [mem 0x7b800000-0xdfffffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Dez 21 20:37:38 tux kernel: pci_bus 0000:01: resource 1 [mem 0x91300000-0x913fffff]
Dez 21 20:37:38 tux kernel: pci_bus 0000:02: resource 1 [mem 0x91200000-0x912fffff]
Dez 21 20:37:38 tux kernel: pci_bus 0000:03: resource 1 [mem 0x91100000-0x911fffff]
Dez 21 20:37:38 tux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dez 21 20:37:38 tux kernel: PCI: CLS 64 bytes, default 64
Dez 21 20:37:38 tux kernel: Trying to unpack rootfs image as initramfs...
Dez 21 20:37:38 tux kernel: Freeing initrd memory: 15364K
Dez 21 20:37:38 tux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dez 21 20:37:38 tux kernel: software IO TLB: mapped [mem 0x0000000068118000-0x000000006c118000] (64MB)
Dez 21 20:37:38 tux kernel: check: Scanning for low memory corruption every 60 seconds
Dez 21 20:37:38 tux kernel: Initialise system trusted keyrings
Dez 21 20:37:38 tux kernel: Key type blacklist registered
Dez 21 20:37:38 tux kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Dez 21 20:37:38 tux kernel: zbud: loaded
Dez 21 20:37:38 tux kernel: Key type asymmetric registered
Dez 21 20:37:38 tux kernel: Asymmetric key parser 'x509' registered
Dez 21 20:37:38 tux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Dez 21 20:37:38 tux kernel: io scheduler mq-deadline registered
Dez 21 20:37:38 tux kernel: io scheduler kyber registered
Dez 21 20:37:38 tux kernel: io scheduler bfq registered
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 123
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1c.7: AER: enabled with IRQ 123
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1c.7: DPC: enabled with IRQ 123
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1c.7: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 124
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1d.0: DPC: enabled with IRQ 124
Dez 21 20:37:38 tux kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Dez 21 20:37:38 tux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dez 21 20:37:38 tux kernel: efifb: probing for efifb
Dez 21 20:37:38 tux kernel: efifb: framebuffer at 0x80000000, using 8128k, total 8128k
Dez 21 20:37:38 tux kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Dez 21 20:37:38 tux kernel: efifb: scrolling: redraw
Dez 21 20:37:38 tux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Dez 21 20:37:38 tux kernel: Console: switching to colour frame buffer device 240x67
Dez 21 20:37:38 tux kernel: fb0: EFI VGA frame buffer device
Dez 21 20:37:38 tux kernel: intel_idle: MWAIT substates: 0x11142120
Dez 21 20:37:38 tux kernel: intel_idle: v0.5.1 model 0x8E
Dez 21 20:37:38 tux kernel: intel_idle: Local APIC timer is reliable in all C-states
Dez 21 20:37:38 tux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Dez 21 20:37:38 tux kernel: ACPI: Power Button [PWRB]
Dez 21 20:37:38 tux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Dez 21 20:37:38 tux kernel: ACPI: Sleep Button [SLPB]
Dez 21 20:37:38 tux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Dez 21 20:37:38 tux kernel: ACPI: Lid Switch [LID0]
Dez 21 20:37:38 tux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Dez 21 20:37:38 tux kernel: ACPI: Power Button [PWRF]
Dez 21 20:37:38 tux kernel: thermal LNXTHERM:00: registered as thermal_zone0
Dez 21 20:37:38 tux kernel: ACPI: Thermal Zone [TZ0] (60 C)
Dez 21 20:37:38 tux kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Dez 21 20:37:38 tux kernel: nvme 0000:03:00.0: platform quirk: setting simple suspend
Dez 21 20:37:38 tux kernel: nvme nvme0: pci function 0000:03:00.0
Dez 21 20:37:38 tux kernel: wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
Dez 21 20:37:38 tux kernel: wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
Dez 21 20:37:38 tux kernel: rtc_cmos 00:04: RTC can wake from S4
Dez 21 20:37:38 tux kernel: rtc_cmos 00:04: registered as rtc0
Dez 21 20:37:38 tux kernel: rtc_cmos 00:04: setting system clock to 2020-12-21T19:37:35 UTC (1608579455)
Dez 21 20:37:38 tux kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Dez 21 20:37:38 tux kernel: intel_pstate: Intel P-state driver initializing
Dez 21 20:37:38 tux kernel: intel_pstate: HWP enabled
Dez 21 20:37:38 tux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dez 21 20:37:38 tux kernel: nvme nvme0: missing or invalid SUBNQN field.
Dez 21 20:37:38 tux kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Dez 21 20:37:38 tux kernel: nvme nvme0: 8/0/0 default/read/poll queues
Dez 21 20:37:38 tux kernel:  nvme0n1: p1 p2 p3
Dez 21 20:37:38 tux kernel: pstore: Registered efi as persistent store backend
Dez 21 20:37:38 tux kernel: intel_pmc_core INT33A1:00:  initialized
Dez 21 20:37:38 tux kernel: drop_monitor: Initializing network drop monitor service
Dez 21 20:37:38 tux kernel: NET: Registered protocol family 10
Dez 21 20:37:38 tux kernel: Segment Routing with IPv6
Dez 21 20:37:38 tux kernel: NET: Registered protocol family 17
Dez 21 20:37:38 tux kernel: microcode: sig=0x806ec, pf=0x4, revision=0xde
Dez 21 20:37:38 tux kernel: microcode: Microcode Update Driver: v2.2.
Dez 21 20:37:38 tux kernel: IPI shorthand broadcast: enabled
Dez 21 20:37:38 tux kernel: sched_clock: Marking stable (946921048, 7810876)->(965014272, -10282348)
Dez 21 20:37:38 tux kernel: registered taskstats version 1
Dez 21 20:37:38 tux kernel: Loading compiled-in X.509 certificates
Dez 21 20:37:38 tux kernel: zswap: loaded using pool lzo/zbud
Dez 21 20:37:38 tux kernel: pstore: Unknown compression: lz4hc
Dez 21 20:37:38 tux kernel: Key type big_key registered
Dez 21 20:37:38 tux kernel: PM:   Magic number: 0:214:648
Dez 21 20:37:38 tux kernel: acpi LNXCPU:01: hash matches
Dez 21 20:37:38 tux kernel: RAS: Correctable Errors collector initialized.
Dez 21 20:37:38 tux kernel: Freeing unused decrypted memory: 2036K
Dez 21 20:37:38 tux kernel: Freeing unused kernel image (initmem) memory: 1572K
Dez 21 20:37:38 tux kernel: Write protecting the kernel read-only data: 20480k
Dez 21 20:37:38 tux kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Dez 21 20:37:38 tux kernel: Freeing unused kernel image (rodata/data gap) memory: 1896K
Dez 21 20:37:38 tux kernel: Run /init as init process
Dez 21 20:37:38 tux kernel:   with arguments:
Dez 21 20:37:38 tux kernel:     /init
Dez 21 20:37:38 tux kernel:   with environment:
Dez 21 20:37:38 tux kernel:     HOME=/
Dez 21 20:37:38 tux kernel:     TERM=linux
Dez 21 20:37:38 tux kernel:     BOOT_IMAGE=/boot/vmlinuz-linux-vanilla
Dez 21 20:37:38 tux kernel: Linux agpgart interface v0.103
Dez 21 20:37:38 tux kernel: Setting dangerous option enable_guc - tainting kernel
Dez 21 20:37:38 tux kernel: i915 0000:00:02.0: [drm] Incompatible option enable_guc=2 - GuC is not supported!
Dez 21 20:37:38 tux kernel: i915 0000:00:02.0: [drm] Incompatible option enable_guc=2 - HuC is not supported!
Dez 21 20:37:38 tux kernel: checking generic (80000000 7f0000) vs hw (90000000 1000000)
Dez 21 20:37:38 tux kernel: checking generic (80000000 7f0000) vs hw (80000000 10000000)
Dez 21 20:37:38 tux kernel: fb0: switching to inteldrmfb from EFI VGA
Dez 21 20:37:38 tux kernel: Console: switching to colour dummy device 80x25
Dez 21 20:37:38 tux kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Dez 21 20:37:38 tux kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Dez 21 20:37:38 tux kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Dez 21 20:37:38 tux kernel: tsc: Refined TSC clocksource calibration: 2303.994 MHz
Dez 21 20:37:38 tux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f221db9, max_idle_ns: 440795284235 ns
Dez 21 20:37:38 tux kernel: clocksource: Switched to clocksource tsc
Dez 21 20:37:38 tux kernel: [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
Dez 21 20:37:38 tux kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Dez 21 20:37:38 tux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Dez 21 20:37:38 tux kernel: fbcon: i915drmfb (fb0) is primary device
Dez 21 20:37:38 tux kernel: Console: switching to colour frame buffer device 240x67
Dez 21 20:37:38 tux kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Dez 21 20:37:38 tux kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Dez 21 20:37:38 tux kernel: random: fast init done
Dez 21 20:37:38 tux kernel: i8042: Detected active multiplexing controller, rev 1.1
Dez 21 20:37:38 tux kernel: rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
Dez 21 20:37:38 tux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dez 21 20:37:38 tux kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Dez 21 20:37:38 tux kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Dez 21 20:37:38 tux kernel: ACPI: bus type USB registered
Dez 21 20:37:38 tux kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Dez 21 20:37:38 tux kernel: usbcore: registered new interface driver usbfs
Dez 21 20:37:38 tux kernel: usbcore: registered new interface driver hub
Dez 21 20:37:38 tux kernel: SCSI subsystem initialized
Dez 21 20:37:38 tux kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Dez 21 20:37:38 tux kernel: usbcore: registered new device driver usb
Dez 21 20:37:38 tux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Dez 21 20:37:38 tux kernel: libata version 3.00 loaded.
Dez 21 20:37:38 tux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dez 21 20:37:38 tux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Dez 21 20:37:38 tux kernel: ahci 0000:00:17.0: version 3.0
Dez 21 20:37:38 tux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 16 ports 3 Gbps 0x0 impl SATA mode
Dez 21 20:37:38 tux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
Dez 21 20:37:38 tux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Dez 21 20:37:38 tux kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Dez 21 20:37:38 tux kernel: scsi host0: ahci
Dez 21 20:37:38 tux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Dez 21 20:37:38 tux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dez 21 20:37:38 tux kernel: usb usb1: Product: xHCI Host Controller
Dez 21 20:37:38 tux kernel: usb usb1: Manufacturer: Linux 5.10.2-1-vanilla xhci-hcd
Dez 21 20:37:38 tux kernel: usb usb1: SerialNumber: 0000:00:14.0
Dez 21 20:37:38 tux kernel: scsi host1: ahci
Dez 21 20:37:38 tux kernel: hub 1-0:1.0: USB hub found
Dez 21 20:37:38 tux kernel: hub 1-0:1.0: 12 ports detected
Dez 21 20:37:38 tux kernel: scsi host2: ahci
Dez 21 20:37:38 tux kernel: scsi host3: ahci
Dez 21 20:37:38 tux kernel: scsi host4: ahci
Dez 21 20:37:38 tux kernel: scsi host5: ahci
Dez 21 20:37:38 tux kernel: scsi host6: ahci
Dez 21 20:37:38 tux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dez 21 20:37:38 tux kernel: scsi host7: ahci
Dez 21 20:37:38 tux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Dez 21 20:37:38 tux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Dez 21 20:37:38 tux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Dez 21 20:37:38 tux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dez 21 20:37:38 tux kernel: usb usb2: Product: xHCI Host Controller
Dez 21 20:37:38 tux kernel: usb usb2: Manufacturer: Linux 5.10.2-1-vanilla xhci-hcd
Dez 21 20:37:38 tux kernel: usb usb2: SerialNumber: 0000:00:14.0
Dez 21 20:37:38 tux kernel: scsi host8: ahci
Dez 21 20:37:38 tux kernel: hub 2-0:1.0: USB hub found
Dez 21 20:37:38 tux kernel: hub 2-0:1.0: 6 ports detected
Dez 21 20:37:38 tux kernel: scsi host9: ahci
Dez 21 20:37:38 tux kernel: scsi host10: ahci
Dez 21 20:37:38 tux kernel: usb: port power management may be unreliable
Dez 21 20:37:38 tux kernel: scsi host11: ahci
Dez 21 20:37:38 tux kernel: scsi host12: ahci
Dez 21 20:37:38 tux kernel: scsi host13: ahci
Dez 21 20:37:38 tux kernel: scsi host14: ahci
Dez 21 20:37:38 tux kernel: scsi host15: ahci
Dez 21 20:37:38 tux kernel: ata1: DUMMY
Dez 21 20:37:38 tux kernel: ata2: DUMMY
Dez 21 20:37:38 tux kernel: ata3: DUMMY
Dez 21 20:37:38 tux kernel: ata4: DUMMY
Dez 21 20:37:38 tux kernel: ata5: DUMMY
Dez 21 20:37:38 tux kernel: ata6: DUMMY
Dez 21 20:37:38 tux kernel: ata7: DUMMY
Dez 21 20:37:38 tux kernel: ata8: DUMMY
Dez 21 20:37:38 tux kernel: ata9: DUMMY
Dez 21 20:37:38 tux kernel: ata10: DUMMY
Dez 21 20:37:38 tux kernel: ata11: DUMMY
Dez 21 20:37:38 tux kernel: ata12: DUMMY
Dez 21 20:37:38 tux kernel: ata13: DUMMY
Dez 21 20:37:38 tux kernel: ata14: DUMMY
Dez 21 20:37:38 tux kernel: ata15: DUMMY
Dez 21 20:37:38 tux kernel: ata16: DUMMY
Dez 21 20:37:38 tux kernel: PM: Image not found (code -22)
Dez 21 20:37:38 tux kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Dez 21 20:37:38 tux systemd[1]: systemd 247.2-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Dez 21 20:37:38 tux systemd[1]: Detected architecture x86-64.
Dez 21 20:37:38 tux systemd[1]: Set hostname to <tux>.
Dez 21 20:37:38 tux kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
Dez 21 20:37:38 tux systemd[1]: Queued start job for default target Graphical Interface.
Dez 21 20:37:38 tux systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details.
Dez 21 20:37:38 tux systemd[1]: Created slice Virtual Machine and Container Slice.
Dez 21 20:37:38 tux systemd[1]: Created slice system-getty.slice.
Dez 21 20:37:38 tux systemd[1]: Created slice system-modprobe.slice.
Dez 21 20:37:38 tux systemd[1]: Created slice system-systemd\x2dfsck.slice.
Dez 21 20:37:38 tux systemd[1]: Created slice User and Session Slice.
Dez 21 20:37:38 tux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dez 21 20:37:38 tux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dez 21 20:37:38 tux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dez 21 20:37:38 tux systemd[1]: Reached target Local Encrypted Volumes.
Dez 21 20:37:38 tux systemd[1]: Reached target Paths.
Dez 21 20:37:38 tux systemd[1]: Reached target Slices.
Dez 21 20:37:38 tux systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dez 21 20:37:38 tux systemd[1]: Listening on LVM2 metadata daemon socket.
Dez 21 20:37:38 tux systemd[1]: Listening on LVM2 poll daemon socket.
Dez 21 20:37:38 tux systemd[1]: Listening on RPCbind Server Activation Socket.
Dez 21 20:37:38 tux systemd[1]: Reached target RPC Port Mapper.
Dez 21 20:37:38 tux systemd[1]: Listening on Process Core Dump Socket.
Dez 21 20:37:38 tux systemd[1]: Listening on Journal Audit Socket.
Dez 21 20:37:38 tux systemd[1]: Listening on Journal Socket (/dev/log).
Dez 21 20:37:38 tux systemd[1]: Listening on Journal Socket.
Dez 21 20:37:38 tux systemd[1]: Listening on udev Control Socket.
Dez 21 20:37:38 tux systemd[1]: Listening on udev Kernel Socket.
Dez 21 20:37:38 tux systemd[1]: Mounting Huge Pages File System...
Dez 21 20:37:38 tux systemd[1]: Mounting POSIX Message Queue File System...
Dez 21 20:37:38 tux systemd[1]: Mounting Kernel Debug File System...
Dez 21 20:37:38 tux systemd[1]: Mounting Kernel Trace File System...
Dez 21 20:37:38 tux systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
Dez 21 20:37:38 tux systemd[1]: Starting Create list of static device nodes for the current kernel...
Dez 21 20:37:38 tux systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Dez 21 20:37:38 tux systemd[1]: Starting Load Kernel Module configfs...
Dez 21 20:37:38 tux systemd[1]: Starting Load Kernel Module drm...
Dez 21 20:37:38 tux systemd[1]: Starting Load Kernel Module fuse...
Dez 21 20:37:38 tux systemd[1]: Starting Set Up Additional Binary Formats...
Dez 21 20:37:38 tux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Dez 21 20:37:38 tux systemd[1]: Starting Journal Service...
Dez 21 20:37:38 tux kernel: random: lvm: uninitialized urandom read (4 bytes read)
Dez 21 20:37:38 tux systemd[1]: Starting Load Kernel Modules...
Dez 21 20:37:38 tux systemd[1]: Starting Remount Root and Kernel File Systems...
Dez 21 20:37:38 tux systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Dez 21 20:37:38 tux systemd[1]: Starting Coldplug All udev Devices...
Dez 21 20:37:38 tux systemd[1]: Mounted Huge Pages File System.
Dez 21 20:37:38 tux systemd[1]: Mounted POSIX Message Queue File System.
Dez 21 20:37:38 tux systemd[1]: Mounted Kernel Debug File System.
Dez 21 20:37:38 tux systemd[1]: Mounted Kernel Trace File System.
Dez 21 20:37:38 tux systemd[1]: Finished Create list of static device nodes for the current kernel.
Dez 21 20:37:38 tux systemd[1]: modprobe@configfs.service: Succeeded.
Dez 21 20:37:38 tux kernel: EXT4-fs (nvme0n1p2): re-mounted. Opts: data=ordered
Dez 21 20:37:38 tux systemd[1]: Finished Load Kernel Module configfs.
Dez 21 20:37:38 tux kernel: fuse: init (API version 7.32)
Dez 21 20:37:38 tux systemd[1]: modprobe@drm.service: Succeeded.
Dez 21 20:37:38 tux systemd[1]: Finished Load Kernel Module drm.
Dez 21 20:37:38 tux systemd[1]: modprobe@fuse.service: Succeeded.
Dez 21 20:37:38 tux systemd[1]: Finished Load Kernel Module fuse.
Dez 21 20:37:38 tux systemd[1]: Finished Remount Root and Kernel File Systems.
Dez 21 20:37:38 tux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 302 (systemd-binfmt)
Dez 21 20:37:38 tux systemd[1]: Mounting Arbitrary Executable File Formats File System...
Dez 21 20:37:38 tux systemd[1]: Mounting FUSE Control File System...
Dez 21 20:37:38 tux systemd[1]: Mounting Kernel Configuration File System...
Dez 21 20:37:38 tux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Dez 21 20:37:38 tux systemd[1]: Starting Rebuild Hardware Database...
Dez 21 20:37:38 tux systemd[1]: Starting Load/Save Random Seed...
Dez 21 20:37:38 tux systemd[1]: Starting Create System Users...
Dez 21 20:37:38 tux systemd[1]: Mounted Arbitrary Executable File Formats File System.
Dez 21 20:37:38 tux systemd[1]: Mounted FUSE Control File System.
Dez 21 20:37:38 tux systemd[1]: Mounted Kernel Configuration File System.
Dez 21 20:37:38 tux systemd[1]: Finished Set Up Additional Binary Formats.
Dez 21 20:37:38 tux systemd[1]: Finished Load Kernel Modules.
Dez 21 20:37:38 tux kernel: audit: type=1130 audit(1608579458.131:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:38 tux kernel: audit: type=1334 audit(1608579458.131:3): prog-id=63 op=LOAD
Dez 21 20:37:38 tux kernel: audit: type=1334 audit(1608579458.131:4): prog-id=64 op=LOAD
Dez 21 20:37:38 tux systemd[1]: Starting Apply Kernel Variables...
Dez 21 20:37:38 tux systemd[1]: Finished Apply Kernel Variables.
Dez 21 20:37:38 tux kernel: audit: type=1130 audit(1608579458.138:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:38 tux systemd[1]: Finished Create System Users.
Dez 21 20:37:38 tux kernel: audit: type=1130 audit(1608579458.141:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:38 tux kernel: audit: type=1334 audit(1608579458.141:7): prog-id=65 op=LOAD
Dez 21 20:37:38 tux kernel: audit: type=1334 audit(1608579458.141:8): prog-id=66 op=LOAD
Dez 21 20:37:38 tux systemd[1]: Starting Create Static Device Nodes in /dev...
Dez 21 20:37:38 tux systemd[1]: Started Journal Service.
Dez 21 20:37:38 tux kernel: audit: type=1130 audit(1608579458.148:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:38 tux kernel: audit: type=1334 audit(1608579458.148:10): prog-id=67 op=LOAD
Dez 21 20:37:38 tux kernel: usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
Dez 21 20:37:38 tux kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dez 21 20:37:38 tux kernel: usb 1-1: Product: USB Receiver
Dez 21 20:37:38 tux kernel: usb 1-1: Manufacturer: Logitech
Dez 21 20:37:38 tux kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Dez 21 20:37:38 tux kernel: ACPI: AC Adapter [AC] (on-line)
Dez 21 20:37:38 tux kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input10
Dez 21 20:37:38 tux kernel: usb 1-7: New USB device found, idVendor=04f2, idProduct=b684, bcdDevice= 0.02
Dez 21 20:37:38 tux kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dez 21 20:37:38 tux kernel: usb 1-7: Product: Chicony USB2.0 Camera
Dez 21 20:37:38 tux kernel: usb 1-7: Manufacturer: SunplusIT Inc
Dez 21 20:37:38 tux kernel: usb 1-7: SerialNumber: 01.00.00
Dez 21 20:37:38 tux kernel: hid: raw HID events driver (C) Jiri Kosina
Dez 21 20:37:38 tux kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Dez 21 20:37:38 tux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Dez 21 20:37:38 tux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Dez 21 20:37:38 tux kernel: i2c_hid i2c-ELAN040D:00: supply vdd not found, using dummy regulator
Dez 21 20:37:38 tux kernel: i2c_hid i2c-ELAN040D:00: supply vddl not found, using dummy regulator
Dez 21 20:37:38 tux kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Dez 21 20:37:38 tux kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Dez 21 20:37:38 tux kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Dez 21 20:37:38 tux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Dez 21 20:37:38 tux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Dez 21 20:37:38 tux kernel: i2c i2c-8: 2/2 memory slots populated (from DMI)
Dez 21 20:37:38 tux kernel: Adding 8388604k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:8388604k SSFS
Dez 21 20:37:38 tux kernel: intel-spi 0000:00:1f.5: gd25q128 (16384 Kbytes)
Dez 21 20:37:38 tux kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Dez 21 20:37:38 tux kernel: 0x000000000000-0x000001000000 : "BIOS"
Dez 21 20:37:38 tux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input12
Dez 21 20:37:38 tux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dez 21 20:37:38 tux kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dez 21 20:37:38 tux kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Dez 21 20:37:38 tux kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Dez 21 20:37:38 tux kernel: usb 1-10: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Dez 21 20:37:38 tux kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dez 21 20:37:38 tux kernel: Intel(R) Wireless WiFi driver for Linux
Dez 21 20:37:38 tux kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Dez 21 20:37:38 tux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Dez 21 20:37:38 tux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Dez 21 20:37:38 tux kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Dez 21 20:37:38 tux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Dez 21 20:37:38 tux kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Dez 21 20:37:38 tux kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
Dez 21 20:37:38 tux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC293: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Dez 21 20:37:38 tux kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dez 21 20:37:38 tux kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
Dez 21 20:37:38 tux kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Dez 21 20:37:38 tux kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Dez 21 20:37:38 tux kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x1a
Dez 21 20:37:38 tux kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Dez 21 20:37:38 tux kernel: iwlwifi 0000:02:00.0: api flags index 2 larger than supported by driver
Dez 21 20:37:38 tux kernel: iwlwifi 0000:02:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Dez 21 20:37:38 tux kernel: iwlwifi 0000:02:00.0: loaded firmware version 59.601f3a66.0 cc-a0-59.ucode op_mode iwlmvm
Dez 21 20:37:39 tux kernel: cryptd: max_cpu_qlen set to 1000
Dez 21 20:37:39 tux kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Dez 21 20:37:39 tux kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Dez 21 20:37:39 tux kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Dez 21 20:37:39 tux kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Dez 21 20:37:39 tux kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Dez 21 20:37:39 tux kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Dez 21 20:37:39 tux kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Dez 21 20:37:39 tux kernel: AVX2 version of gcm_enc/dec engaged.
Dez 21 20:37:39 tux kernel: AES CTR mode by8 optimization enabled
Dez 21 20:37:39 tux kernel: loop: module loaded
Dez 21 20:37:39 tux kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Dez 21 20:37:39 tux kernel: usbcore: registered new interface driver usbhid
Dez 21 20:37:39 tux kernel: usbhid: USB HID core driver
Dez 21 20:37:39 tux kernel: iwlwifi 0000:02:00.0: base HW address: dc:71:96:69:c2:4c
Dez 21 20:37:39 tux kernel: random: crng init done
Dez 21 20:37:39 tux kernel: thermal thermal_zone4: failed to read out thermal zone (-61)
Dez 21 20:37:39 tux kernel: mc: Linux media interface: v0.10
Dez 21 20:37:39 tux kernel: iTCO_vendor_support: vendor-support=0
Dez 21 20:37:39 tux kernel: intel_rapl_common: Found RAPL domain package
Dez 21 20:37:39 tux kernel: intel_rapl_common: Found RAPL domain core
Dez 21 20:37:39 tux kernel: intel_rapl_common: Found RAPL domain uncore
Dez 21 20:37:39 tux kernel: intel_rapl_common: Found RAPL domain dram
Dez 21 20:37:39 tux kernel: intel_rapl_common: Found RAPL domain psys
Dez 21 20:37:39 tux kernel: intel_rapl_common: RAPL package-0 domain dram locked by BIOS
Dez 21 20:37:39 tux kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Dez 21 20:37:39 tux kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Dez 21 20:37:39 tux kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dez 21 20:37:39 tux kernel: psmouse serio2: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
Dez 21 20:37:39 tux kernel: input: ELAN040D:00 04F3:311D Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN040D:00/0018:04F3:311D.0001/input/input21
Dez 21 20:37:39 tux kernel: input: ELAN040D:00 04F3:311D Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN040D:00/0018:04F3:311D.0001/input/input23
Dez 21 20:37:39 tux kernel: hid-generic 0018:04F3:311D.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN040D:00 04F3:311D] on i2c-ELAN040D:00
Dez 21 20:37:39 tux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C52B.0002/input/input24
Dez 21 20:37:39 tux kernel: psmouse serio2: elantech: Synaptics capabilities query result 0x00, 0x18, 0x0f.
Dez 21 20:37:39 tux kernel: raid6: avx2x4   gen() 45022 MB/s
Dez 21 20:37:39 tux kernel: intel_rapl_common: Found RAPL domain package
Dez 21 20:37:39 tux kernel: intel_rapl_common: Found RAPL domain dram
Dez 21 20:37:39 tux kernel: intel_rapl_common: RAPL package-0 domain dram locked by BIOS
Dez 21 20:37:39 tux kernel: hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
Dez 21 20:37:39 tux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0003/input/input25
Dez 21 20:37:39 tux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0003/input/input26
Dez 21 20:37:39 tux kernel: psmouse serio2: elantech: Elan sample query result 00, 52, 85
Dez 21 20:37:39 tux kernel: raid6: avx2x4   xor() 20269 MB/s
Dez 21 20:37:39 tux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0003/input/input27
Dez 21 20:37:39 tux kernel: hid-generic 0003:046D:C52B.0003: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
Dez 21 20:37:39 tux kernel: hid-generic 0003:046D:C52B.0004: hiddev1,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
Dez 21 20:37:39 tux kernel: raid6: avx2x2   gen() 43100 MB/s
Dez 21 20:37:39 tux kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
Dez 21 20:37:39 tux kernel: raid6: avx2x2   xor() 27891 MB/s
Dez 21 20:37:39 tux kernel: raid6: avx2x1   gen() 35942 MB/s
Dez 21 20:37:40 tux kernel: raid6: avx2x1   xor() 21843 MB/s
Dez 21 20:37:40 tux kernel: raid6: sse2x4   gen() 19106 MB/s
Dez 21 20:37:40 tux kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio2/input/input13
Dez 21 20:37:40 tux kernel: raid6: sse2x4   xor() 12759 MB/s
Dez 21 20:37:40 tux kernel: raid6: sse2x2   gen() 24130 MB/s
Dez 21 20:37:40 tux kernel: raid6: sse2x2   xor() 14908 MB/s
Dez 21 20:37:40 tux kernel: videodev: Linux video capture interface: v2.00
Dez 21 20:37:40 tux kernel: Bluetooth: Core ver 2.22
Dez 21 20:37:40 tux kernel: NET: Registered protocol family 31
Dez 21 20:37:40 tux kernel: Bluetooth: HCI device and connection manager initialized
Dez 21 20:37:40 tux kernel: Bluetooth: HCI socket layer initialized
Dez 21 20:37:40 tux kernel: Bluetooth: L2CAP socket layer initialized
Dez 21 20:37:40 tux kernel: Bluetooth: SCO socket layer initialized
Dez 21 20:37:40 tux kernel: usbcore: registered new interface driver btusb
Dez 21 20:37:40 tux kernel: Bluetooth: hci0: Firmware revision 0.0 build 127 week 48 2020
Dez 21 20:37:40 tux kernel: uvcvideo: Found UVC 1.50 device Chicony USB2.0 Camera (04f2:b684)
Dez 21 20:37:40 tux kernel: raid6: sse2x1   gen() 16303 MB/s
Dez 21 20:37:40 tux kernel: input: Chicony USB2.0 Camera: Chicony  as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input31
Dez 21 20:37:40 tux kernel: raid6: sse2x1   xor() 12531 MB/s
Dez 21 20:37:40 tux kernel: raid6: using algorithm avx2x4 gen() 45022 MB/s
Dez 21 20:37:40 tux kernel: raid6: .... xor() 20269 MB/s, rmw enabled
Dez 21 20:37:40 tux kernel: raid6: using avx2x2 recovery algorithm
Dez 21 20:37:40 tux kernel: kauditd_printk_skb: 31 callbacks suppressed
Dez 21 20:37:40 tux kernel: audit: type=1130 audit(1608579460.425:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:40 tux kernel: input: ELAN040D:00 04F3:311D Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN040D:00/0018:04F3:311D.0001/input/input32
Dez 21 20:37:40 tux kernel: xor: automatically using best checksumming function   avx
Dez 21 20:37:40 tux kernel: input: ELAN040D:00 04F3:311D Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN040D:00/0018:04F3:311D.0001/input/input34
Dez 21 20:37:40 tux kernel: mousedev: PS/2 mouse device common for all mice
Dez 21 20:37:40 tux kernel: hid-multitouch 0018:04F3:311D.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN040D:00 04F3:311D] on i2c-ELAN040D:00
Dez 21 20:37:40 tux kernel: logitech-djreceiver 0003:046D:C52B.0004: hiddev1,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
Dez 21 20:37:40 tux kernel: uvcvideo: Found UVC 1.50 device Chicony USB2.0 Camera (04f2:b684)
Dez 21 20:37:40 tux kernel: input: Chicony USB2.0 Camera: IR Camer as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/input/input35
Dez 21 20:37:40 tux kernel: usbcore: registered new interface driver uvcvideo
Dez 21 20:37:40 tux kernel: USB Video Class driver (1.1.1)
Dez 21 20:37:40 tux kernel: Btrfs loaded, crc32c=crc32c-intel
Dez 21 20:37:40 tux kernel: BTRFS: device fsid 080fa042-2334-42da-9d98-831d8900a27a devid 1 transid 8801 /dev/loop0 scanned by systemd-udevd (337)
Dez 21 20:37:40 tux kernel: BTRFS info (device loop0): disk space caching is enabled
Dez 21 20:37:40 tux kernel: BTRFS info (device loop0): has skinny extents
Dez 21 20:37:40 tux kernel: BTRFS info (device loop0): enabling ssd optimizations
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.661:43): prog-id=89 op=LOAD
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.665:44): prog-id=90 op=LOAD
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.668:45): prog-id=91 op=LOAD
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.668:46): prog-id=92 op=LOAD
Dez 21 20:37:40 tux kernel: input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0004/0003:046D:400A.0005/input/input36
Dez 21 20:37:40 tux kernel: hid-generic 0003:046D:400A.0005: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:00:14.0-1/input2:1
Dez 21 20:37:40 tux kernel: audit: type=1130 audit(1608579460.695:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.698:48): prog-id=93 op=LOAD
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.698:49): prog-id=94 op=LOAD
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.698:50): prog-id=95 op=LOAD
Dez 21 20:37:40 tux kernel: audit: type=1334 audit(1608579460.698:51): prog-id=96 op=LOAD
Dez 21 20:37:40 tux kernel: RPC: Registered named UNIX socket transport module.
Dez 21 20:37:40 tux kernel: RPC: Registered udp transport module.
Dez 21 20:37:40 tux kernel: RPC: Registered tcp transport module.
Dez 21 20:37:40 tux kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dez 21 20:37:40 tux kernel: input: Logitech M325 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0004/0003:046D:400A.0005/input/input40
Dez 21 20:37:40 tux kernel: logitech-hidpp-device 0003:046D:400A.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:00:14.0-1/input2:1
Dez 21 20:37:40 tux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dez 21 20:37:40 tux kernel: Bluetooth: BNEP filters: protocol multicast
Dez 21 20:37:40 tux kernel: Bluetooth: BNEP socket layer initialized
Dez 21 20:37:40 tux kernel: NET: Registered protocol family 38
Dez 21 20:37:41 tux kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Dez 21 20:37:41 tux kernel: tun: Universal TUN/TAP device driver, 1.6
Dez 21 20:37:41 tux kernel: virbr0: port 1(virbr0-nic) entered blocking state
Dez 21 20:37:41 tux kernel: virbr0: port 1(virbr0-nic) entered disabled state
Dez 21 20:37:41 tux kernel: device virbr0-nic entered promiscuous mode
Dez 21 20:37:41 tux kernel: bpfilter: Loaded bpfilter_umh pid 640
Dez 21 20:37:41 tux unknown: Started bpfilter
Dez 21 20:37:43 tux kernel: virbr0: port 1(virbr0-nic) entered blocking state
Dez 21 20:37:43 tux kernel: virbr0: port 1(virbr0-nic) entered listening state
Dez 21 20:37:43 tux kernel: virbr0: port 1(virbr0-nic) entered disabled state
Dez 21 20:37:45 tux kernel: kauditd_printk_skb: 179 callbacks suppressed
Dez 21 20:37:45 tux kernel: audit: type=1131 audit(1608579465.431:229): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:45 tux kernel: audit: type=1334 audit(1608579465.775:230): prog-id=170 op=LOAD
Dez 21 20:37:45 tux kernel: audit: type=1334 audit(1608579465.775:231): prog-id=171 op=LOAD
Dez 21 20:37:45 tux kernel: audit: type=1130 audit(1608579465.815:232): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:46 tux kernel: audit: type=1334 audit(1608579466.095:233): prog-id=172 op=LOAD
Dez 21 20:37:46 tux kernel: audit: type=1334 audit(1608579466.095:234): prog-id=173 op=LOAD
Dez 21 20:37:46 tux kernel: audit: type=1325 audit(1608579466.095:235): table=filter family=7 entries=0 op=xt_register pid=844 comm="(t-daemon)"
Dez 21 20:37:46 tux kernel: audit: type=1130 audit(1608579466.098:236): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:46 tux kernel: Bluetooth: RFCOMM TTY layer initialized
Dez 21 20:37:46 tux kernel: Bluetooth: RFCOMM socket layer initialized
Dez 21 20:37:46 tux kernel: Bluetooth: RFCOMM ver 1.11
Dez 21 20:37:46 tux kernel: audit: type=1334 audit(1608579466.451:237): prog-id=174 op=LOAD
Dez 21 20:37:46 tux kernel: audit: type=1334 audit(1608579466.451:238): prog-id=175 op=LOAD
Dez 21 20:37:46 tux kernel: wlan0: authenticate with 44:4e:6d:99:66:4d
Dez 21 20:37:46 tux kernel: wlan0: send auth to 44:4e:6d:99:66:4d (try 1/3)
Dez 21 20:37:47 tux kernel: wlan0: authenticate with 44:4e:6d:99:66:4d
Dez 21 20:37:47 tux kernel: wlan0: send auth to 44:4e:6d:99:66:4d (try 1/3)
Dez 21 20:37:47 tux kernel: wlan0: authenticated
Dez 21 20:37:47 tux kernel: wlan0: associate with 44:4e:6d:99:66:4d (try 1/3)
Dez 21 20:37:47 tux kernel: wlan0: RX AssocResp from 44:4e:6d:99:66:4d (capab=0x1511 status=0 aid=2)
Dez 21 20:37:47 tux kernel: wlan0: associated
Dez 21 20:37:47 tux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Dez 21 20:37:47 tux kernel: wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 44:4e:6d:99:66:4d
Dez 21 20:37:48 tux kernel: logitech-hidpp-device 0003:046D:400A.0005: HID++ 2.0 device connected.
Dez 21 20:37:51 tux kernel: kauditd_printk_skb: 8 callbacks suppressed
Dez 21 20:37:51 tux kernel: audit: type=1131 audit(1608579471.591:247): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:37:51 tux kernel: audit: type=1334 audit(1608579471.621:248): prog-id=150 op=UNLOAD
Dez 21 20:37:51 tux kernel: audit: type=1334 audit(1608579471.621:249): prog-id=149 op=UNLOAD
Dez 21 20:38:11 tux kernel: audit: type=1131 audit(1608579491.096:250): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:38:11 tux kernel: audit: type=1325 audit(1608579491.204:251): table=filter family=7 entries=0 op=xt_unregister pid=143 comm="kworker/u16:2"
Dez 21 20:38:11 tux kernel: audit: type=1334 audit(1608579491.240:252): prog-id=144 op=UNLOAD
Dez 21 20:38:11 tux kernel: audit: type=1334 audit(1608579491.240:253): prog-id=143 op=UNLOAD
Dez 21 20:39:41 tux kernel: audit: type=1131 audit(1608579581.100:254): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dez 21 20:43:05 tux kernel: audit: type=1100 audit(1608579785.589:255): pid=1212 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ich" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Dez 21 20:43:05 tux kernel: audit: type=1101 audit(1608579785.592:256): pid=1212 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ich" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Dez 21 20:43:05 tux kernel: audit: type=1110 audit(1608579785.592:257): pid=1212 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Dez 21 20:43:05 tux kernel: audit: type=1105 audit(1608579785.592:258): pid=1212 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Dez 21 20:43:17 tux kernel: tso_start() tlen=32 hdr_len=60
Dez 21 20:43:17 tux kernel: ------------[ cut here ]------------
Dez 21 20:43:17 tux kernel: WARNING: CPU: 4 PID: 1217 at net/core/tso.c:90 tso_start.cold+0x1b/0x36
Dez 21 20:43:17 tux kernel: Modules linked in: ccm rfcomm xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter bpfilter tun cmac bridge algif_hash stp llc algif_skcipher af_alg bnep hid_logitech_hidpp sunrpc joydev btrfs blake2b_generic mousedev xor zstd_compress hid_logitech_dj uvcvideo btusb videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 btrtl btbcm videobuf2_common btintel x86_pkg_temp_thermal intel_powerclamp hid_multitouch coretemp bluetooth ecdh_generic hid_generic videodev ecc raid6_pq iTCO_wdt iTCO_vendor_support intel_rapl_msr intel_wmi_thunderbolt mc libcrc32c kvm_intel usbhid kvm iwlmvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel crypto_simd mac80211 snd_hda_codec_hdmi libarc4 cryptd nls_iso8859_1 glue_helper nls_cp437 snd_hda_codec_realtek rapl vfat intel_cstate
Dez 21 20:43:17 tux kernel:  snd_hda_codec_generic fat loop ledtrig_audio intel_uncore iwlwifi snd_hda_intel snd_intel_dspcfg pcspkr snd_hda_codec input_leds psmouse led_class cfg80211 snd_hda_core ofpart snd_hwdep cmdlinepart snd_pcm intel_spi_pci intel_spi spi_nor snd_timer mtd snd i2c_i801 i2c_smbus soundcore rfkill intel_lpss_pci intel_lpss idma64 processor_thermal_device intel_rapl_common intel_soc_dts_iosf intel_pch_thermal i2c_hid int3403_thermal wmi hid battery int340x_thermal_zone intel_hid evdev int3400_thermal acpi_thermal_rel sparse_keymap ac mac_hid bochs_drm drm_vram_helper qxl drm_ttm_helper ttm msr sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 ahci libahci rtsx_pci_sdmmc xhci_pci serio_raw mmc_core atkbd libata xhci_hcd libps2 usbcore rtsx_pci scsi_mod crc32c_intel usb_common i8042 serio i915 intel_gtt i2c_algo_bit cec rc_core drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm agpgart virtio_net net_failover failover virtio_blk virtio_pci
Dez 21 20:43:17 tux kernel:  virtio_ring virtio
Dez 21 20:43:17 tux kernel: CPU: 4 PID: 1217 Comm: iperf3 Tainted: G     U            5.10.2-1-vanilla #67
Dez 21 20:43:17 tux kernel: Hardware name: TUXEDO InfinityBook S 14 v5/L140CU                          , BIOS 1.07.09RTR1 07/28/2020
Dez 21 20:43:17 tux kernel: RIP: 0010:tso_start.cold+0x1b/0x36
Dez 21 20:43:17 tux kernel: Code: 8e e8 6e ed ff ff 0f b6 45 12 e9 7f fd e3 ff 83 e8 01 44 89 e2 44 89 ee 48 c7 c7 80 50 19 8e 89 05 38 32 c8 00 e8 1c 86 fc ff <0f> 0b ba 01 00 00 00 48 89 de 48 c7 c7 8f 76 0e 8e e8 34 ed ff ff
Dez 21 20:43:17 tux kernel: RSP: 0018:ffffb83880337680 EFLAGS: 00010246
Dez 21 20:43:17 tux kernel: RAX: 000000000000001e RBX: ffff9fc6019c2300 RCX: 0000000000000000
Dez 21 20:43:17 tux kernel: RDX: 0000000000000000 RSI: ffffffff8e1016db RDI: 00000000ffffffff
Dez 21 20:43:17 tux kernel: RBP: ffffb83880337730 R08: 0000000000000000 R09: ffffb838803374c8
Dez 21 20:43:17 tux kernel: R10: ffffb838803374c0 R11: ffffffff8e4c3ec8 R12: 000000000000003c
Dez 21 20:43:17 tux kernel: R13: 0000000000000020 R14: ffff9fc6019c2300 R15: 00000000000010f8
Dez 21 20:43:17 tux kernel: FS:  00007f52987e5740(0000) GS:ffff9fcb6a700000(0000) knlGS:0000000000000000
Dez 21 20:43:17 tux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dez 21 20:43:17 tux kernel: CR2: 00007f5298eb0000 CR3: 0000000100da4005 CR4: 00000000003706e0
Dez 21 20:43:17 tux kernel: Call Trace:
Dez 21 20:43:17 tux kernel:  iwl_txq_gen2_tx+0x9c5/0x1070 [iwlwifi]
Dez 21 20:43:17 tux kernel:  ? iwl_mvm_set_tx_params+0x3ac/0x5a0 [iwlmvm]
Dez 21 20:43:17 tux kernel:  iwl_mvm_tx_mpdu+0x1df/0x590 [iwlmvm]
Dez 21 20:43:17 tux kernel:  iwl_mvm_tx_skb_sta+0x190/0x470 [iwlmvm]
Dez 21 20:43:17 tux kernel:  iwl_mvm_tx_skb+0x17/0x40 [iwlmvm]
Dez 21 20:43:17 tux kernel:  iwl_mvm_mac_itxq_xmit+0x7b/0xf0 [iwlmvm]
Dez 21 20:43:17 tux kernel:  ieee80211_queue_skb+0x2bb/0x450 [mac80211]
Dez 21 20:43:17 tux kernel:  __ieee80211_subif_start_xmit+0xb93/0xde0 [mac80211]
Dez 21 20:43:17 tux kernel:  ? _raw_spin_unlock_irqrestore+0x20/0x40
Dez 21 20:43:17 tux kernel:  ? poll_freewait+0x45/0xa0
Dez 21 20:43:17 tux kernel:  ieee80211_subif_start_xmit+0x48/0x2f0 [mac80211]
Dez 21 20:43:17 tux kernel:  dev_hard_start_xmit+0xda/0x230
Dez 21 20:43:17 tux kernel:  __dev_queue_xmit+0x778/0x910
Dez 21 20:43:17 tux kernel:  ip_finish_output2+0x268/0x580
Dez 21 20:43:17 tux kernel:  __ip_queue_xmit+0x186/0x410
Dez 21 20:43:17 tux kernel:  ? sk_stream_alloc_skb+0x63/0x2d0
Dez 21 20:43:17 tux kernel:  __tcp_transmit_skb+0xa0e/0xbc0
Dez 21 20:43:17 tux kernel:  tcp_write_xmit+0x39b/0x11c0
Dez 21 20:43:17 tux kernel:  tcp_sendmsg_locked+0x2ae/0xb40
Dez 21 20:43:17 tux kernel:  tcp_sendmsg+0x28/0x40
Dez 21 20:43:17 tux kernel:  sock_sendmsg+0x57/0x60
Dez 21 20:43:17 tux kernel:  sock_write_iter+0x97/0x100
Dez 21 20:43:17 tux kernel:  new_sync_write+0x199/0x1b0
Dez 21 20:43:17 tux kernel:  vfs_write+0x1f8/0x290
Dez 21 20:43:17 tux kernel:  ksys_write+0xa7/0xe0
Dez 21 20:43:17 tux kernel:  ? syscall_trace_enter.constprop.0+0x12e/0x1c0
Dez 21 20:43:17 tux kernel:  do_syscall_64+0x33/0x40
Dez 21 20:43:17 tux kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Dez 21 20:43:17 tux kernel: RIP: 0033:0x7f5298db7f67
Dez 21 20:43:17 tux kernel: Code: 0d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 48 89 54 24 18 48 89 74 24
Dez 21 20:43:17 tux kernel: RSP: 002b:00007ffced7e6a98 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
Dez 21 20:43:17 tux kernel: RAX: ffffffffffffffda RBX: 0000000000020000 RCX: 00007f5298db7f67
Dez 21 20:43:17 tux kernel: RDX: 0000000000020000 RSI: 00007f5298edf000 RDI: 0000000000000005
Dez 21 20:43:17 tux kernel: RBP: 00007f5298edf000 R08: 0000000000000000 R09: 0000000000000000
Dez 21 20:43:17 tux kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000005
Dez 21 20:43:17 tux kernel: R13: 0000000000020000 R14: 0000561be4e069e0 R15: 00007ffced7e6af0
Dez 21 20:43:17 tux kernel: ---[ end trace 4519ad0191c1b2d4 ]---
Dez 21 20:43:17 tux kernel: skb len=4404 headroom=260 headlen=60 tailroom=0
                             mac=(234,34) net=(268,20) trans=288
                             shinfo(txflags=0 nr_frags=1 gso(size=1448 type=1 segs=0))
                             csum(0x100120 ip_summed=3 complete_sw=0 valid=0 level=0)
                             hash(0xdc529e0a sw=0 l4=1) proto=0x0800 pkttype=0 iif=0
Dez 21 20:43:17 tux kernel: dev name=wlan0 feat=0x0x0000010000116833
Dez 21 20:43:17 tux kernel: sk family=2 type=1 proto=6
Dez 21 20:43:17 tux kernel: skb headroom: 00000000: f0 00 00 00 10 00 01 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000010: 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000020: 0c 33 93 a5 a6 64 55 cb f3 f0 43 57 ed a8 60 d3
Dez 21 20:43:17 tux kernel: skb headroom: 00000030: 4b 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000040: 00 00 00 00 08 00 00 00 20 00 00 00 01 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000050: 00 00 00 00 d5 0a 6e 62 01 00 00 00 48 46 d8 94
Dez 21 20:43:17 tux kernel: skb headroom: 00000060: f4 04 00 00 00 00 00 00 10 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000070: 08 00 00 00 00 00 00 00 10 00 00 00 01 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000080: 08 00 00 00 00 00 00 00 38 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000090: 04 00 00 00 01 00 00 00 28 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000a0: 0e 00 00 00 00 00 00 00 30 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000c0: 16 00 00 00 0e 00 00 00 6d 74 78 2e 74 75 78 6f
Dez 21 20:43:17 tux kernel: skb headroom: 000000d0: 6d 61 74 2e 65 75 00 00 10 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000e0: 08 00 00 00 00 00 00 00 08 00 88 41 00 00 44 4e
Dez 21 20:43:17 tux kernel: skb headroom: 000000f0: 6d 99 66 4d dc 71 96 69 c2 4c 00 01 2e 58 3a 49
Dez 21 20:43:17 tux kernel: skb headroom: 00000100: e0 f4 80 00
Dez 21 20:43:17 tux kernel: skb linear:   00000000: aa aa 03 00 00 00 08 00 45 00 11 2c 71 88 40 00
Dez 21 20:43:17 tux kernel: skb linear:   00000010: 40 06 00 00 c0 a8 b2 1b c0 a8 b2 62 83 8e 14 51
Dez 21 20:43:17 tux kernel: skb linear:   00000020: 94 61 8b fc 18 1f 64 fb 80 10 01 f6 00 00 00 00
Dez 21 20:43:17 tux kernel: skb linear:   00000030: 01 01 08 0a 91 03 48 01 bb ac ab e3
Dez 21 20:43:17 tux kernel: skb frag:     00000000: f6 14 5b 40 02 a1 a2 b5 d8 30 cc b3 74 bd 7e 08
Dez 21 20:43:17 tux kernel: skb frag:     00000010: 6d 94 36 0d 53 12 69 53 bb 21 87 ec 3b 7c 76 4c
Dez 21 20:43:17 tux kernel: skb frag:     00000020: 3e c7 9a 06 d5 10 62 fc 2e 2f 41 50 77 56 be 06
Dez 21 20:43:17 tux kernel: skb frag:     00000030: 3f b5 78 b9 a8 77 21 72 af da f8 b9 0f ad 8f 72
Dez 21 20:43:17 tux kernel: skb frag:     00000040: 5a 85 09 8b 4e b0 eb f6 6f 93 52 9d 0e c1 a2 c5
Dez 21 20:43:17 tux kernel: skb frag:     00000050: da e9 22 ee db 5c ce 36 6a 2f ce 25 22 39 63 2d
Dez 21 20:43:17 tux kernel: skb frag:     00000060: 7c fc 2f 46 91 26 b1 8e 23 c9 b2 a6 90 fd 96 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000070: a2 26 8f fa 64 a8 3b fa f8 42 13 86 5c 38 8a 16
Dez 21 20:43:17 tux kernel: skb frag:     00000080: d7 30 65 c0 70 6e fe 95 ee 73 f1 9b f5 af 24 98
Dez 21 20:43:17 tux kernel: skb frag:     00000090: ce 50 ea 32 5d 34 1f 1d 1b 84 24 64 f2 d8 03 0a
Dez 21 20:43:17 tux kernel: skb frag:     000000a0: 62 5e 1b 08 20 2c c0 4f db 57 df bd 6f cb f5 d7
Dez 21 20:43:17 tux kernel: skb frag:     000000b0: fd 69 1e 1b 74 4e 69 ef 65 a6 f6 bf 49 0d b2 57
Dez 21 20:43:17 tux kernel: skb frag:     000000c0: d6 74 c4 f7 cc b5 ab d2 af c1 62 6a 1f a0 c4 1f
Dez 21 20:43:17 tux kernel: skb frag:     000000d0: 3d 58 93 8f ef 12 e1 de 5a 67 b4 aa 69 d2 9c de
Dez 21 20:43:17 tux kernel: skb frag:     000000e0: c9 c6 d7 50 88 55 9d d5 0b 89 c9 45 f4 48 00 e3
Dez 21 20:43:17 tux kernel: skb frag:     000000f0: 25 47 5a c9 ae 63 33 84 4d 00 e3 3d 63 48 ec 78
Dez 21 20:43:17 tux kernel: skb frag:     00000100: 68 cf da c6 d1 61 ac 8a 94 f7 7d 92 6a 43 93 73
Dez 21 20:43:17 tux kernel: skb frag:     00000110: 25 9f fc 07 b9 0f 11 d5 a9 20 1c 46 e7 0f a9 ef
Dez 21 20:43:17 tux kernel: skb frag:     00000120: 34 d8 a9 b6 4a d9 59 87 24 0a e3 45 a4 43 33 15
Dez 21 20:43:17 tux kernel: skb frag:     00000130: 5d c2 97 f1 9e 09 8f ed 48 ca e7 1c 33 3c e7 64
Dez 21 20:43:17 tux kernel: skb frag:     00000140: 2c 8c 7d 61 64 55 0d cc 58 1b a7 59 d8 03 76 3d
Dez 21 20:43:17 tux kernel: skb frag:     00000150: a0 b4 b4 be d9 b6 75 39 6f 04 aa 01 89 51 ed 33
Dez 21 20:43:17 tux kernel: skb frag:     00000160: 18 fa df 49 46 46 c8 3f ff b3 78 bb 39 74 04 80
Dez 21 20:43:17 tux kernel: skb frag:     00000170: de 9f f5 5c 41 35 9e 95 95 2a 14 5f 30 04 30 1f
Dez 21 20:43:17 tux kernel: skb frag:     00000180: 91 47 eb ba 25 a2 4d f6 cf a7 ee 60 47 f1 65 43
Dez 21 20:43:17 tux kernel: skb frag:     00000190: 3e 0e b1 ff 84 90 6f 59 a0 e7 4a 9f 52 c3 3c c8
Dez 21 20:43:17 tux kernel: skb frag:     000001a0: 6f 1e a6 01 72 14 40 17 16 c3 9a 82 55 35 f5 b9
Dez 21 20:43:17 tux kernel: skb frag:     000001b0: d5 8a 85 5f d0 5b 82 3e a0 3b e0 b5 45 be 4d b5
Dez 21 20:43:17 tux kernel: skb frag:     000001c0: 0f 85 9c 2a b6 b1 18 1d cd d9 20 dc 1b 18 09 0a
Dez 21 20:43:17 tux kernel: skb frag:     000001d0: e7 15 8f 93 d8 b3 8c 66 b9 35 57 3f 05 68 0a 27
Dez 21 20:43:17 tux kernel: skb frag:     000001e0: 69 c8 25 f2 2f 69 9b 33 4b b0 df 19 7a 52 59 14
Dez 21 20:43:17 tux kernel: skb frag:     000001f0: b0 ed f1 b7 dd ad 46 70 34 3d ca eb 0f 14 4e 19
Dez 21 20:43:17 tux kernel: skb frag:     00000200: 9e 88 2f d0 3c f3 33 ed 05 39 40 e5 a1 a8 37 ab
Dez 21 20:43:17 tux kernel: skb frag:     00000210: 8e 7e 39 d9 2e c4 1d 28 93 ed f9 db 3f 6d 80 18
Dez 21 20:43:17 tux kernel: skb frag:     00000220: 43 f0 e4 52 5f 5f 08 9d 68 6f 5d dd 79 59 70 5f
Dez 21 20:43:17 tux kernel: skb frag:     00000230: d8 c4 50 bd 2e e2 a3 53 4a 82 01 07 8e 6e f3 e2
Dez 21 20:43:17 tux kernel: skb frag:     00000240: 76 6c ec 9f 77 3a ec c0 e8 74 7f 27 ce 40 d4 19
Dez 21 20:43:17 tux kernel: skb frag:     00000250: d3 50 55 20 7d aa 90 a9 7c b0 d4 8f cc da 1e 91
Dez 21 20:43:17 tux kernel: skb frag:     00000260: 56 66 12 b4 10 6e 02 83 28 d1 98 99 2a de 7e fa
Dez 21 20:43:17 tux kernel: skb frag:     00000270: 3b 8f d4 59 da 93 72 08 89 24 13 4c a8 f4 16 c4
Dez 21 20:43:17 tux kernel: skb frag:     00000280: d1 61 61 c2 e5 b7 2a 5b 65 ec df 35 ba bc 42 63
Dez 21 20:43:17 tux kernel: skb frag:     00000290: 3a 99 4f 1b cf 5e 96 16 19 0c 4d cd fe 23 b1 08
Dez 21 20:43:17 tux kernel: skb frag:     000002a0: 1f 54 f2 26 b4 93 cf 77 31 b3 5b 11 f7 00 44 7d
Dez 21 20:43:17 tux kernel: skb frag:     000002b0: c8 f1 ae 4b e9 6f c6 57 d5 6a 30 95 54 68 93 b2
Dez 21 20:43:17 tux kernel: skb frag:     000002c0: 98 bf 3a 66 c1 28 d8 90 db 70 b9 60 1f b0 c5 db
Dez 21 20:43:17 tux kernel: skb frag:     000002d0: 82 ba 15 7e 23 64 38 55 e1 bf ed 26 7c 92 af d5
Dez 21 20:43:17 tux kernel: skb frag:     000002e0: f4 10 f2 ce 9b dc 89 31 a0 c2 0e e6 8a c6 42 f8
Dez 21 20:43:17 tux kernel: skb frag:     000002f0: b8 b0 f3 80 98 d7 43 0c b1 87 76 b6 b9 11 5c 20
Dez 21 20:43:17 tux kernel: skb frag:     00000300: 99 e2 34 b4 83 87 fe 4c 28 2f e1 8c 39 ac 8e 41
Dez 21 20:43:17 tux kernel: skb frag:     00000310: 10 ac d9 8a ff d9 3d e5 8d 71 67 c3 82 f6 1e 39
Dez 21 20:43:17 tux kernel: skb frag:     00000320: 71 d5 8c 2f 97 50 ab 61 63 20 32 e9 b4 5d 79 24
Dez 21 20:43:17 tux kernel: skb frag:     00000330: bb 3d 6f 15 19 1e b8 a3 c5 09 7d 29 72 89 38 b3
Dez 21 20:43:17 tux kernel: skb frag:     00000340: 8b d7 e0 72 c0 52 11 a7 c7 a7 7c 52 d6 de 17 e7
Dez 21 20:43:17 tux kernel: skb frag:     00000350: bf 56 de eb 78 e2 53 53 01 f3 8f 1f df 78 21 15
Dez 21 20:43:17 tux kernel: skb frag:     00000360: 0e 84 c1 61 f9 00 a3 0c 78 5c 5c 6d 99 65 9d 57
Dez 21 20:43:17 tux kernel: skb frag:     00000370: 2f 26 33 c4 e1 94 58 84 ea 30 ff 84 5f 68 5c d3
Dez 21 20:43:17 tux kernel: skb frag:     00000380: 2d bf f2 37 f4 da ad 69 32 54 77 f6 2c 0b 6d 31
Dez 21 20:43:17 tux kernel: skb frag:     00000390: 1f be d7 22 60 49 93 77 fb dd de 46 03 18 f3 53
Dez 21 20:43:17 tux kernel: skb frag:     000003a0: 34 b9 be 2f d0 3f d4 33 6f 35 ab d5 9b 5d a1 84
Dez 21 20:43:17 tux kernel: skb frag:     000003b0: 0d fb 59 cc d5 9c 7f 3e 34 eb 88 cc bf 23 bf 2a
Dez 21 20:43:17 tux kernel: skb frag:     000003c0: da 30 01 3c ba e2 f1 dc 28 ed fc 10 b6 32 0d df
Dez 21 20:43:17 tux kernel: skb frag:     000003d0: 5a 6f 1b 4d e1 e0 9d 33 a2 c0 89 94 ff 09 13 03
Dez 21 20:43:17 tux kernel: skb frag:     000003e0: c3 24 ee 7c ac ed 90 58 d3 5e e8 a3 62 c3 97 09
Dez 21 20:43:17 tux kernel: skb frag:     000003f0: f3 3c db 19 88 88 ef 49 23 a2 ab a4 d2 71 42 a3
Dez 21 20:43:17 tux kernel: skb frag:     00000400: 08 c9 01 cb 3b a6 7f 08 d5 39 f4 b0 22 70 90 df
Dez 21 20:43:17 tux kernel: skb frag:     00000410: 8b 3b 78 44 18 81 e7 48 c8 30 3b 01 b4 2d 8b 5f
Dez 21 20:43:17 tux kernel: skb frag:     00000420: d9 e6 ee f8 6e 6d 5d 59 40 6d a3 30 85 aa 76 30
Dez 21 20:43:17 tux kernel: skb frag:     00000430: ac 70 9e e9 10 d0 66 81 33 6a ae f5 16 b7 a5 b2
Dez 21 20:43:17 tux kernel: skb frag:     00000440: 67 f4 33 49 58 5d 4c c1 6c d0 1c bf f8 84 ba 7d
Dez 21 20:43:17 tux kernel: skb frag:     00000450: f1 95 20 e0 89 3c 89 71 5a cc a1 ee 2e 9a 63 5a
Dez 21 20:43:17 tux kernel: skb frag:     00000460: 9f 0e 7c a9 1e c8 05 d9 e1 42 96 2e 36 cc ae be
Dez 21 20:43:17 tux kernel: skb frag:     00000470: 48 a7 a4 57 eb 77 ef e1 65 63 95 f8 59 9d 1a c0
Dez 21 20:43:17 tux kernel: skb frag:     00000480: 7e f8 39 4a 43 32 9d 54 cd c7 98 df d6 97 da 7f
Dez 21 20:43:17 tux kernel: skb frag:     00000490: fa 18 99 9b 8c ac 4c f7 f3 7b 83 8e 00 34 e5 ee
Dez 21 20:43:17 tux kernel: skb frag:     000004a0: f2 5a b6 f3 a0 9c 57 1a dc d9 7c 54 7b 1e 6d b1
Dez 21 20:43:17 tux kernel: skb frag:     000004b0: dd a1 a9 89 e0 c2 99 89 90 a6 84 e3 5d 8e b2 3a
Dez 21 20:43:17 tux kernel: skb frag:     000004c0: ad cf 85 d6 2d d6 51 62 c4 66 b4 1c 4c e7 06 17
Dez 21 20:43:17 tux kernel: skb frag:     000004d0: 26 09 76 b3 28 5f 26 8a 8a fd 5d a8 9a e3 05 de
Dez 21 20:43:17 tux kernel: skb frag:     000004e0: 55 2a f6 34 2a 1f e9 08 8a 1e a1 1a 33 be 02 ee
Dez 21 20:43:17 tux kernel: skb frag:     000004f0: 05 29 f2 dc 54 a1 c8 3b 34 32 9f 9f bb 02 b3 dd
Dez 21 20:43:17 tux kernel: skb frag:     00000500: 2a c2 cf 4c 8c ec 0e a5 cc 84 38 c9 e2 9b d3 df
Dez 21 20:43:17 tux kernel: skb frag:     00000510: 1a 90 9b ff a3 7d e8 aa 51 1d f2 2c f8 09 d6 1f
Dez 21 20:43:17 tux kernel: skb frag:     00000520: be 7a 34 4b c0 fb c8 0e e5 9d 36 0f b6 9b ee 23
Dez 21 20:43:17 tux kernel: skb frag:     00000530: be 02 f4 3e 6b f3 03 18 e6 c4 86 4c 44 82 b6 c4
Dez 21 20:43:17 tux kernel: skb frag:     00000540: 1a a0 5e d9 4f 16 f1 5b f4 22 9d 39 a7 27 93 90
Dez 21 20:43:17 tux kernel: skb frag:     00000550: a6 54 55 5b 58 12 73 b6 cf 72 95 d2 c0 ce da 96
Dez 21 20:43:17 tux kernel: skb frag:     00000560: 4b 40 00 c0 a3 e2 de 0a d8 5e 60 17 43 73 b5 6a
Dez 21 20:43:17 tux kernel: skb frag:     00000570: 39 00 62 77 f6 03 4c 4b fa 72 36 00 9c 49 ef 74
Dez 21 20:43:17 tux kernel: skb frag:     00000580: 31 c1 da c2 1e 5a 4e d7 46 ef f7 24 79 69 96 3d
Dez 21 20:43:17 tux kernel: skb frag:     00000590: c2 99 75 7e 81 32 8f 93 be a1 b8 3f a5 f0 71 7c
Dez 21 20:43:17 tux kernel: skb frag:     000005a0: 0d a8 f1 79 12 4e e7 e3 70 d4 d2 07 84 25 75 bb
Dez 21 20:43:17 tux kernel: skb frag:     000005b0: 05 44 b8 4e 62 a6 73 df 47 6a 06 91 39 89 42 33
Dez 21 20:43:17 tux kernel: skb frag:     000005c0: 20 03 58 12 81 c9 6b 7d c6 96 91 d5 f0 a7 07 1f
Dez 21 20:43:17 tux kernel: skb frag:     000005d0: cc 83 6d 9b 0d db 79 c6 8e bc 13 e7 c5 5c 19 ee
Dez 21 20:43:17 tux kernel: skb frag:     000005e0: 55 0b 3d 74 81 24 0c de b8 a4 b8 0f eb 53 6f 3c
Dez 21 20:43:17 tux kernel: skb frag:     000005f0: ea 5a 9c a3 c1 a4 a2 37 7e ab 15 20 09 62 63 b0
Dez 21 20:43:17 tux kernel: skb frag:     00000600: 69 9b f1 d4 05 01 3e bf 0d 74 7b eb c4 0e 3a f5
Dez 21 20:43:17 tux kernel: skb frag:     00000610: a4 c9 88 93 63 9f bf 3d 5e 2a d4 45 69 33 20 ad
Dez 21 20:43:17 tux kernel: skb frag:     00000620: f9 f6 b1 e7 9a c6 25 11 64 c0 7f ed e4 eb 5f 40
Dez 21 20:43:17 tux kernel: skb frag:     00000630: 54 eb e2 24 04 77 94 e6 f5 34 8c 24 b3 55 50 d3
Dez 21 20:43:17 tux kernel: skb frag:     00000640: f5 04 02 74 0c df 4e ec e4 3c 1c 1c 80 e0 9d 35
Dez 21 20:43:17 tux kernel: skb frag:     00000650: 04 c5 43 6d b5 78 63 cd ec 81 eb 1f ea f1 c1 97
Dez 21 20:43:17 tux kernel: skb frag:     00000660: f5 8a 19 a1 ee 3b 12 1d c2 5d 14 dc ca 2b 3c c5
Dez 21 20:43:17 tux kernel: skb frag:     00000670: 49 85 f5 6e a6 92 ff 0c 11 ac 74 a6 4c 1e 34 d0
Dez 21 20:43:17 tux kernel: skb frag:     00000680: 82 84 03 41 ab ff 79 94 0a 37 e2 17 ed 1c 8b ab
Dez 21 20:43:17 tux kernel: skb frag:     00000690: 88 29 a0 3c d0 9c a5 73 88 e9 2a ca fb 00 77 8c
Dez 21 20:43:17 tux kernel: skb frag:     000006a0: 4d 1b 7d 81 91 a8 9a ab e7 20 7e 8e a5 3c 2e f3
Dez 21 20:43:17 tux kernel: skb frag:     000006b0: e0 f0 d2 03 fa 08 30 31 69 aa 4e 43 28 0d 2f 53
Dez 21 20:43:17 tux kernel: skb frag:     000006c0: dc 22 9b 0c 70 ee c7 4e 4f de 8b 2f 80 8b 66 45
Dez 21 20:43:17 tux kernel: skb frag:     000006d0: 28 24 ae c6 2f fe a9 54 d2 88 5d 85 36 ad 49 66
Dez 21 20:43:17 tux kernel: skb frag:     000006e0: b3 08 f6 25 ed 1e 02 f4 e6 9d 35 0e e7 6a fd e4
Dez 21 20:43:17 tux kernel: skb frag:     000006f0: 45 e7 94 61 0d e0 c2 71 fb 3e a2 96 4b 86 a2 b5
Dez 21 20:43:17 tux kernel: skb frag:     00000700: fa 58 18 cb 9f 8e ee 51 ac 09 74 8b 2d d2 3f ea
Dez 21 20:43:17 tux kernel: skb frag:     00000710: 95 47 5a c8 19 d5 a7 2e d7 70 9e c7 ea d3 ab 46
Dez 21 20:43:17 tux kernel: skb frag:     00000720: ba 92 8a 4f 7a 97 ba bb f1 dc a4 37 8a 5f a0 14
Dez 21 20:43:17 tux kernel: skb frag:     00000730: ad f0 0b e1 90 49 75 ab b8 b5 00 65 16 69 5d 6b
Dez 21 20:43:17 tux kernel: skb frag:     00000740: 1e 54 d3 6f de e8 73 38 82 09 4a c3 11 d6 89 20
Dez 21 20:43:17 tux kernel: skb frag:     00000750: 1e ad 7d ca 10 ec 59 18 5e e8 88 dc 3c 0d 15 43
Dez 21 20:43:17 tux kernel: skb frag:     00000760: 5b 6e d3 b4 70 03 32 d7 4d 06 2d 23 f9 9a e0 2f
Dez 21 20:43:17 tux kernel: skb frag:     00000770: ea 30 f3 8b 85 d1 75 21 26 ee a6 1e 3a e2 aa f2
Dez 21 20:43:17 tux kernel: skb frag:     00000780: be 2c ff 44 01 e7 f4 57 9d c6 94 88 a5 6c d4 59
Dez 21 20:43:17 tux kernel: skb frag:     00000790: 3e 27 50 3d b4 6a 66 9a 56 e2 a6 95 0e 32 2b f6
Dez 21 20:43:17 tux kernel: skb frag:     000007a0: 17 df f5 48 5f 2e 78 96 72 09 66 41 84 d4 b3 4c
Dez 21 20:43:17 tux kernel: skb frag:     000007b0: 49 b7 97 c4 48 f0 13 a5 e4 4d 90 b7 43 7d 13 3f
Dez 21 20:43:17 tux kernel: skb frag:     000007c0: 0e 84 61 78 b3 3d 2c 77 70 bb 8a 1c b1 1b d0 65
Dez 21 20:43:17 tux kernel: skb frag:     000007d0: 78 ec 26 3f 6d 8a 2c 7d 8a cc a0 55 55 6f 77 3f
Dez 21 20:43:17 tux kernel: skb frag:     000007e0: 3a ed c5 0d fe 90 db bb 87 46 c3 28 bf 9c 36 24
Dez 21 20:43:17 tux kernel: skb frag:     000007f0: 1d 17 02 10 4e 9a ac 4a 47 66 46 11 83 08 6a 4a
Dez 21 20:43:17 tux kernel: skb frag:     00000800: c2 75 a4 c3 61 2d dd 9e 13 c2 0c 25 47 fd 77 5b
Dez 21 20:43:17 tux kernel: skb frag:     00000810: b6 f5 03 c6 5e 30 b4 f5 f4 2e 31 4d 18 63 20 ff
Dez 21 20:43:17 tux kernel: skb frag:     00000820: 7a a3 c5 e0 c0 6b a5 13 20 89 d9 d7 67 44 54 6e
Dez 21 20:43:17 tux kernel: skb frag:     00000830: b0 83 3e 23 f5 02 6d ea f0 2a ba 6e ab c9 d4 6b
Dez 21 20:43:17 tux kernel: skb frag:     00000840: 05 70 a9 31 21 46 83 9e 95 09 d0 01 5d 0e 7d c2
Dez 21 20:43:17 tux kernel: skb frag:     00000850: d9 ca ec 49 49 5c dd f3 4f a9 62 50 e4 01 48 79
Dez 21 20:43:17 tux kernel: skb frag:     00000860: af 9c bf e1 db 92 dc 1c e4 4d 5c cc 49 bd 19 fb
Dez 21 20:43:17 tux kernel: skb frag:     00000870: 8d 2c 4a 38 49 f8 1f e6 4f 4b 1f 09 79 7e 4c 2f
Dez 21 20:43:17 tux kernel: skb frag:     00000880: 2d e6 06 07 2a 87 03 c3 b7 0c 88 65 e1 38 be a9
Dez 21 20:43:17 tux kernel: skb frag:     00000890: 88 25 d1 76 c6 52 37 9d 18 c7 8d fd 0e eb c1 8e
Dez 21 20:43:17 tux kernel: skb frag:     000008a0: ad a0 6f 03 ce 13 9d 2e df d6 6f 42 da dc 0a 7e
Dez 21 20:43:17 tux kernel: skb frag:     000008b0: f0 87 cb 45 0f 93 35 5c a9 d6 08 f9 de 7b 50 7e
Dez 21 20:43:17 tux kernel: skb frag:     000008c0: 3c 41 34 ff d9 a6 97 e6 00 ad ea e7 4d 16 16 90
Dez 21 20:43:17 tux kernel: skb frag:     000008d0: 1c 2b c1 44 7e bd d0 04 cb 6a 35 01 a7 d6 f3 01
Dez 21 20:43:17 tux kernel: skb frag:     000008e0: 4f 9f d1 63 d6 e3 54 e7 45 d7 49 2b e1 4e d4 79
Dez 21 20:43:17 tux kernel: skb frag:     000008f0: 72 9f 9b e6 76 9c de 0a ac b3 ff 23 4a bb 40 b1
Dez 21 20:43:17 tux kernel: skb frag:     00000900: 2a 0e ad 62 ae 22 43 ff 34 b1 f6 f4 42 a7 64 c7
Dez 21 20:43:17 tux kernel: skb frag:     00000910: 27 79 50 38 d2 56 69 b0 3b 99 fe d9 70 a1 1b 88
Dez 21 20:43:17 tux kernel: skb frag:     00000920: 9b c2 9c 9a 4e 33 c3 a0 a4 a3 0e 63 b3 76 a3 79
Dez 21 20:43:17 tux kernel: skb frag:     00000930: 59 a3 2e 66 0d d1 d1 83 92 be e2 53 47 b4 24 19
Dez 21 20:43:17 tux kernel: skb frag:     00000940: 7e 33 57 7e 8e 67 b7 9c 7e a8 85 f0 52 38 c3 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000950: f9 4e 69 d0 7b 88 e8 6a c9 09 43 e6 b7 c3 e9 49
Dez 21 20:43:17 tux kernel: skb frag:     00000960: 28 63 57 a4 ac 61 3f bb 7b 9e 29 0b aa c8 c3 3b
Dez 21 20:43:17 tux kernel: skb frag:     00000970: 3f b6 89 a1 55 32 76 84 78 0b 07 f0 f5 1a 3f 6a
Dez 21 20:43:17 tux kernel: skb frag:     00000980: 17 7e 58 36 e5 4d 48 d9 18 3e 87 55 2e dd 2d 1a
Dez 21 20:43:17 tux kernel: skb frag:     00000990: 0e ab 47 73 04 1c 30 1a 48 bb a3 5a b2 9f 77 79
Dez 21 20:43:17 tux kernel: skb frag:     000009a0: 90 06 dc 52 90 3e 70 f8 23 c1 50 12 e0 4f 5f 0a
Dez 21 20:43:17 tux kernel: skb frag:     000009b0: 4d a8 65 db 04 d3 89 64 3a c8 1c 67 a8 6a 6c 45
Dez 21 20:43:17 tux kernel: skb frag:     000009c0: 05 a2 a3 ef 8f d9 34 c8 02 a6 7b 5a ea df 7e ba
Dez 21 20:43:17 tux kernel: skb frag:     000009d0: 76 d2 02 67 9c 2c b1 cd 7e 8a 1a 23 12 e7 97 d9
Dez 21 20:43:17 tux kernel: skb frag:     000009e0: 88 eb b7 ba 05 88 01 0a be 27 5d a4 34 f1 71 7c
Dez 21 20:43:17 tux kernel: skb frag:     000009f0: 9a 15 fa 97 1b ce d8 7a 0a 7b 01 25 83 59 72 d7
Dez 21 20:43:17 tux kernel: skb frag:     00000a00: fc 86 3e ec 22 e5 83 71 8f 93 9d f6 53 f9 e5 52
Dez 21 20:43:17 tux kernel: skb frag:     00000a10: fc c5 01 d0 89 ad 45 77 ec 3f 6d 34 41 ed bb 9e
Dez 21 20:43:17 tux kernel: skb frag:     00000a20: 07 b9 b1 2e ea d4 f7 b9 93 57 4a 4d 8a d8 de 85
Dez 21 20:43:17 tux kernel: skb frag:     00000a30: 24 87 8c 55 d5 f1 2b 44 cf 49 ad 53 3b bd 47 69
Dez 21 20:43:17 tux kernel: skb frag:     00000a40: f5 92 c4 c8 7d ca dc 8a 05 94 6f 5e a9 55 5c 70
Dez 21 20:43:17 tux kernel: skb frag:     00000a50: aa 14 7a 51 91 c2 f5 15 71 f2 a0 32 44 5a d1 99
Dez 21 20:43:17 tux kernel: skb frag:     00000a60: 63 ff be 07 88 08 3e 84 73 79 40 ea ff a7 a9 d6
Dez 21 20:43:17 tux kernel: skb frag:     00000a70: f0 08 5e 53 4e 88 c8 11 2d e8 6c ba c2 c1 39 9d
Dez 21 20:43:17 tux kernel: skb frag:     00000a80: 27 24 51 6e 2c dd 68 5a bc ed 21 8b 80 a3 03 43
Dez 21 20:43:17 tux kernel: skb frag:     00000a90: f1 fa ec ac d1 7c 86 d0 23 9f 86 02 2b 93 83 b8
Dez 21 20:43:17 tux kernel: skb frag:     00000aa0: 50 ee 31 6e d2 a2 15 11 55 5f a2 26 1a ae a2 63
Dez 21 20:43:17 tux kernel: skb frag:     00000ab0: 1a be f8 ce a9 25 fb b0 1b 7b 0b e1 e0 22 ec f6
Dez 21 20:43:17 tux kernel: skb frag:     00000ac0: 8d 21 76 74 a4 d2 15 5f c6 f4 70 70 0a da 63 cf
Dez 21 20:43:17 tux kernel: skb frag:     00000ad0: 6e 6c 61 03 c7 54 de 16 a4 a1 c1 53 4c ba e3 c1
Dez 21 20:43:17 tux kernel: skb frag:     00000ae0: 22 2f b6 0a a8 29 89 35 af f0 3d 1f 2e b4 c5 d3
Dez 21 20:43:17 tux kernel: skb frag:     00000af0: f9 41 75 62 ad 13 11 f3 a4 24 03 7f 58 06 ee be
Dez 21 20:43:17 tux kernel: skb frag:     00000b00: 9a de 92 9e 58 e5 01 6b 06 78 a8 89 89 0b 8c c6
Dez 21 20:43:17 tux kernel: skb frag:     00000b10: a2 e6 1a 89 b8 a0 e6 81 05 b1 73 79 67 d3 0a d2
Dez 21 20:43:17 tux kernel: skb frag:     00000b20: 55 1c 7c 98 e4 1d f1 25 98 1e 4f 4c f2 f1 1f d4
Dez 21 20:43:17 tux kernel: skb frag:     00000b30: 24 05 a5 50 9e d9 fc 0f 3a d3 13 c7 01 76 99 2c
Dez 21 20:43:17 tux kernel: skb frag:     00000b40: dc 52 c9 27 ea 99 d2 b5 81 e5 64 cf d1 4d fe 5f
Dez 21 20:43:17 tux kernel: skb frag:     00000b50: c5 62 b1 21 8f c0 d9 12 65 ec 8e 10 d5 f5 e6 08
Dez 21 20:43:17 tux kernel: skb frag:     00000b60: e4 80 f5 9b 9f bb 03 71 e0 7a b3 4d a1 a5 ad ce
Dez 21 20:43:17 tux kernel: skb frag:     00000b70: a4 17 58 24 14 51 7d 82 d6 49 34 68 90 2b 4d 49
Dez 21 20:43:17 tux kernel: skb frag:     00000b80: 65 df 1b fe 14 fb b6 74 ca 5d 4a c0 7d 20 89 3d
Dez 21 20:43:17 tux kernel: skb frag:     00000b90: 1e 64 e2 db 37 4c 91 a2 d4 2d a9 40 aa a6 6e d2
Dez 21 20:43:17 tux kernel: skb frag:     00000ba0: 92 63 8b b2 22 01 fa cd 36 ae 0c 82 99 f0 af 6f
Dez 21 20:43:17 tux kernel: skb frag:     00000bb0: 83 e3 86 70 42 61 e8 fb 4a d7 7d c9 9c 65 a2 ee
Dez 21 20:43:17 tux kernel: skb frag:     00000bc0: cd 6d fe 69 cc 17 ec b5 26 ec 07 85 1d a6 a2 14
Dez 21 20:43:17 tux kernel: skb frag:     00000bd0: 21 bc 31 4c 0b 8e 80 98 37 7b 60 e7 c8 06 a3 06
Dez 21 20:43:17 tux kernel: skb frag:     00000be0: a0 47 a4 24 11 fc 7c 12 8e 8d 6f 02 81 80 4a 08
Dez 21 20:43:17 tux kernel: skb frag:     00000bf0: 39 f4 97 ae 83 e2 18 78 f0 47 cb 57 48 5c 60 40
Dez 21 20:43:17 tux kernel: skb frag:     00000c00: 8d db b7 0d 54 a3 61 e1 cb 42 16 4f 37 96 63 f4
Dez 21 20:43:17 tux kernel: skb frag:     00000c10: 7b 7b 7b 9c b3 bf d8 9a 36 c7 b3 6a 84 25 48 26
Dez 21 20:43:17 tux kernel: skb frag:     00000c20: f4 ae ca 80 3a d9 6f 2d 4d 55 c3 f2 d9 43 e7 8e
Dez 21 20:43:17 tux kernel: skb frag:     00000c30: e0 ad 15 7f 0c db a1 e2 c7 1e 9b 70 93 ac 07 36
Dez 21 20:43:17 tux kernel: skb frag:     00000c40: b7 5d fa c7 86 31 bc b6 22 28 18 00 67 4d 95 47
Dez 21 20:43:17 tux kernel: skb frag:     00000c50: 23 a9 1e b7 44 e8 f1 a6 bf 48 20 87 4d 6b 38 03
Dez 21 20:43:17 tux kernel: skb frag:     00000c60: 5c 69 a1 68 84 cb 29 00 02 7d a5 fe 5d e8 81 b7
Dez 21 20:43:17 tux kernel: skb frag:     00000c70: 45 8d c8 b4 c1 6f 49 d5 ba 9f 9b 36 59 5d f0 a3
Dez 21 20:43:17 tux kernel: skb frag:     00000c80: 76 3d 89 0d 9d c8 7b 8b 0e 81 14 3e f8 70 b8 a6
Dez 21 20:43:17 tux kernel: skb frag:     00000c90: a7 b0 23 43 37 5b 0a 6a f5 e5 ba 09 92 c5 4f 15
Dez 21 20:43:17 tux kernel: skb frag:     00000ca0: 79 35 cb 05 34 d9 d5 d8 f2 76 b6 ee 2e d1 47 4c
Dez 21 20:43:17 tux kernel: skb frag:     00000cb0: 4a bc 12 91 1f 00 56 3d d7 58 54 bc b6 69 bb 82
Dez 21 20:43:17 tux kernel: skb frag:     00000cc0: 24 4c dc f7 bc ac 78 aa 8a 0f 66 81 f1 fa 63 63
Dez 21 20:43:17 tux kernel: skb frag:     00000cd0: b5 49 b3 93 85 ca 0c 8b e5 b4 3a fd 88 c6 0a cb
Dez 21 20:43:17 tux kernel: skb frag:     00000ce0: 75 61 03 a4 c8 a7 65 78 b5 a3 80 5e 1e 7e c8 dd
Dez 21 20:43:17 tux kernel: skb frag:     00000cf0: ff d8 28 16 1e 19 c6 8e bb c4 01 01 62 57 ad 7f
Dez 21 20:43:17 tux kernel: skb frag:     00000d00: 56 f3 e7 83 0b 16 27 f7 d6 6e 2d d7 50 ff c5 aa
Dez 21 20:43:17 tux kernel: skb frag:     00000d10: c6 d9 3d 23 1d 33 ee 43 90 23 4e 71 e2 ce 6c 78
Dez 21 20:43:17 tux kernel: skb frag:     00000d20: 24 8a e9 55 d3 52 15 6a 7c 99 69 ec 62 0e 77 f5
Dez 21 20:43:17 tux kernel: skb frag:     00000d30: e3 14 94 e5 b8 10 2c 41 d2 48 f8 cd 9c a5 59 ad
Dez 21 20:43:17 tux kernel: skb frag:     00000d40: cb 0c 06 69 1f 9e fc 6e 22 07 97 ad c0 d0 53 56
Dez 21 20:43:17 tux kernel: skb frag:     00000d50: 55 83 ab 5a f0 f2 ce 76 5f e7 99 58 f8 bb 72 a3
Dez 21 20:43:17 tux kernel: skb frag:     00000d60: 26 c2 88 cd 86 8e 2e b3 3a 39 1c 32 6e 17 21 5a
Dez 21 20:43:17 tux kernel: skb frag:     00000d70: b3 5a 7a c9 25 25 1e 3f 8c 0b 40 51 cf 1c c0 8f
Dez 21 20:43:17 tux kernel: skb frag:     00000d80: 08 af 81 7c f2 ba 5e 22 e2 e1 a1 b8 a7 47 e7 a7
Dez 21 20:43:17 tux kernel: skb frag:     00000d90: 1f 90 2a aa e6 f3 35 0f fd 5c 62 5a 29 7f 4c 70
Dez 21 20:43:17 tux kernel: skb frag:     00000da0: 6d 04 68 34 56 a9 4a 67 e4 11 d5 28 17 7d 01 f6
Dez 21 20:43:17 tux kernel: skb frag:     00000db0: d8 fb 1b 08 99 a1 86 67 80 71 f6 23 55 d1 d5 62
Dez 21 20:43:17 tux kernel: skb frag:     00000dc0: b5 8b ad 92 6b 62 99 d5 6e 19 6e b8 42 2c d5 b3
Dez 21 20:43:17 tux kernel: skb frag:     00000dd0: 10 be f4 b8 dd 45 42 75 e0 35 42 85 b9 b0 07 e9
Dez 21 20:43:17 tux kernel: skb frag:     00000de0: d5 e2 aa d9 96 99 65 45 62 d6 68 10 5e cd b0 88
Dez 21 20:43:17 tux kernel: skb frag:     00000df0: 93 67 ba 9b 21 0c 7a 29 29 38 42 05 60 c1 8b 31
Dez 21 20:43:17 tux kernel: skb frag:     00000e00: 29 00 5e 30 30 c8 3e 23 82 c5 ab 36 11 a7 56 fa
Dez 21 20:43:17 tux kernel: skb frag:     00000e10: 1f d8 3f 07 97 21 81 65 f4 c5 d7 7e bf 61 7e 69
Dez 21 20:43:17 tux kernel: skb frag:     00000e20: ae 59 56 66 0d f3 6b 9e 58 66 08 a4 2a b1 0f b4
Dez 21 20:43:17 tux kernel: skb frag:     00000e30: 1b 6a 3a 28 aa 19 ee f7 cf 9c c7 6e 6a 10 3a d5
Dez 21 20:43:17 tux kernel: skb frag:     00000e40: c0 67 5f 4d 42 29 86 04 72 4e 19 a0 60 3d f5 89
Dez 21 20:43:17 tux kernel: skb frag:     00000e50: 1d 53 f6 c5 d4 22 9d a2 77 13 a7 a1 08 5e 81 b9
Dez 21 20:43:17 tux kernel: skb frag:     00000e60: 3d 45 12 f1 a4 f9 76 37 fd c1 38 7e 7a f6 48 fc
Dez 21 20:43:17 tux kernel: skb frag:     00000e70: 14 33 91 b7 c7 bc 07 ec 7c 26 5b 2d d8 a2 28 83
Dez 21 20:43:17 tux kernel: skb frag:     00000e80: c4 9a 93 9f 64 d7 a2 ba 23 39 df a8 c0 5c fc 56
Dez 21 20:43:17 tux kernel: skb frag:     00000e90: 54 56 b0 4e 37 89 8b 30 ce 36 c7 d0 c2 8b f1 e2
Dez 21 20:43:17 tux kernel: skb frag:     00000ea0: 87 f1 3c 2c 6d 66 89 d6 8f 48 f5 68 4f 14 4b b1
Dez 21 20:43:17 tux kernel: skb frag:     00000eb0: a5 e9 81 1c 22 8d b1 70 be 72 57 26 6b 1b 29 01
Dez 21 20:43:17 tux kernel: skb frag:     00000ec0: e6 76 22 c0 f9 06 77 ea cd f7 dc 84 8f 92 14 4c
Dez 21 20:43:17 tux kernel: skb frag:     00000ed0: da d2 22 f4 f9 22 d6 07 62 9e 44 68 ae 93 30 d5
Dez 21 20:43:17 tux kernel: skb frag:     00000ee0: 03 95 5f a4 45 44 af 4b 3a 65 b7 51 d9 5e 1d 92
Dez 21 20:43:17 tux kernel: skb frag:     00000ef0: 95 8e 40 3b f9 64 ef fc e0 82 73 c2 47 7b e7 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000f00: dc 85 9c c3 68 b4 31 91 67 ff 16 3a be b2 a3 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000f10: 5d 76 77 cc 51 57 7f a3 9a bc 2d d0 81 da f8 e0
Dez 21 20:43:17 tux kernel: skb frag:     00000f20: 29 f5 db 14 66 c2 69 32 89 d5 8e fe 5e 27 a3 29
Dez 21 20:43:17 tux kernel: skb frag:     00000f30: 94 7b bc 71 42 8f 72 04 91 8c e3 5a 79 81 25 e1
Dez 21 20:43:17 tux kernel: skb frag:     00000f40: 6b c1 c0 8a 77 69 3d b7 26 56 29 8b ab 1a 98 da
Dez 21 20:43:17 tux kernel: skb frag:     00000f50: 3c 39 a9 de 95 65 01 e1 b6 52 12 18 a0 c7 f0 6e
Dez 21 20:43:17 tux kernel: skb frag:     00000f60: c7 ab 1d 8c 3d 59 23 6e 6d 7f e7 76 f1 21 65 19
Dez 21 20:43:17 tux kernel: skb frag:     00000f70: 92 4e ab 96 b6 34 02 f6 ee 0c 16 3c f3 24 ab 62
Dez 21 20:43:17 tux kernel: skb frag:     00000f80: 3e 10 07 dd 0c 26 07 42 43 67 84 dd 48 9d 32 ae
Dez 21 20:43:17 tux kernel: skb frag:     00000f90: 85 80 31 1f 15 3b dd 6a b0 b8 7c 63 4a 1b 4f ce
Dez 21 20:43:17 tux kernel: skb frag:     00000fa0: bf af e8 1e 86 50 6d 48 b9 c8 77 f6 a7 91 02 ef
Dez 21 20:43:17 tux kernel: skb frag:     00000fb0: 7f 77 52 cb 1a 78 aa 7b 93 8f 3e 63 dd 52 99 a4
Dez 21 20:43:17 tux kernel: skb frag:     00000fc0: 74 48 33 35 1e cb d3 f1 4c d9 f8 5f 6c 66 be 7d
Dez 21 20:43:17 tux kernel: skb frag:     00000fd0: 1b 7d 65 e2 b5 22 2a 8e d1 eb 71 12 4f 23 5b f8
Dez 21 20:43:17 tux kernel: skb frag:     00000fe0: 4d 96 c1 27 24 fe a1 3b 67 cb 96 fa 93 ac ac 45
Dez 21 20:43:17 tux kernel: skb frag:     00000ff0: bd 62 90 e1 ea be f0 18 e4 4b d8 79 e2 d3 47 8d
Dez 21 20:43:17 tux kernel: skb frag:     00001000: 65 c4 38 9f 7a 58 f1 2e 3b e3 44 c2 a2 d1 14 93
Dez 21 20:43:17 tux kernel: skb frag:     00001010: af 0e fe 76 38 2e 6b 87 e8 26 0a f5 9d b5 cc 0a
Dez 21 20:43:17 tux kernel: skb frag:     00001020: 13 31 0c b9 ec e2 99 a7 13 73 af b1 6d 79 d7 21
Dez 21 20:43:17 tux kernel: skb frag:     00001030: 2a be e4 ea 6e 93 95 42 10 67 dd a9 24 38 83 2c
Dez 21 20:43:17 tux kernel: skb frag:     00001040: 45 12 ca 0f 90 b6 aa 13 80 f3 cc 44 63 1d 5f 4e
Dez 21 20:43:17 tux kernel: skb frag:     00001050: 75 46 b6 51 63 50 30 40 06 3d ca 2e 50 b2 fd aa
Dez 21 20:43:17 tux kernel: skb frag:     00001060: e6 1d 48 5b 0e e1 42 d0 fe dd 39 43 76 f5 58 12
Dez 21 20:43:17 tux kernel: skb frag:     00001070: db 77 98 c9 1e a6 76 9a b8 34 4f 24 eb 67 3c e8
Dez 21 20:43:17 tux kernel: skb frag:     00001080: 30 6f 1c 85 0b af 82 ff 78 0d dd fe 2f 88 79 9b
Dez 21 20:43:17 tux kernel: skb frag:     00001090: 76 2d d3 2c 85 e7 05 93 31 23 a7 e7 ec be d6 91
Dez 21 20:43:17 tux kernel: skb frag:     000010a0: 04 94 b2 65 db 0b 44 d0 05 bc 23 a6 d4 d8 e6 ab
Dez 21 20:43:17 tux kernel: skb frag:     000010b0: 23 ab 73 cb 0e f6 3e c8 93 73 7b 13 8a 2b d4 b9
Dez 21 20:43:17 tux kernel: skb frag:     000010c0: 40 1e ff cf f9 2b 28 3b 50 d8 3f 50 58 96 70 dd
Dez 21 20:43:17 tux kernel: skb frag:     000010d0: 6a 4d a0 e5 b8 70 c1 01 5e be e6 eb ca 8e fe bc
Dez 21 20:43:17 tux kernel: skb frag:     000010e0: b8 cf ab e3 ef e5 41 9a 34 3f 0f eb 27 3e cd c2
Dez 21 20:43:17 tux kernel: skb frag:     000010f0: be 71 cb 52 09 e3 2b 7b
Dez 21 20:43:17 tux kernel: tso_build_hdr size=1448 tso->tlen=32 hdr_len=60 mac_hdr_len=8
Dez 21 20:43:17 tux kernel: skb len=4404 headroom=260 headlen=60 tailroom=0
                             mac=(234,34) net=(268,20) trans=288
                             shinfo(txflags=0 nr_frags=1 gso(size=1448 type=1 segs=0))
                             csum(0x100120 ip_summed=3 complete_sw=0 valid=0 level=0)
                             hash(0xdc529e0a sw=0 l4=1) proto=0x0800 pkttype=0 iif=0
Dez 21 20:43:17 tux kernel: dev name=wlan0 feat=0x0x0000010000116833
Dez 21 20:43:17 tux kernel: sk family=2 type=1 proto=6
Dez 21 20:43:17 tux kernel: skb headroom: 00000000: f0 00 00 00 10 00 01 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000010: 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000020: 0c 33 93 a5 a6 64 55 cb f3 f0 43 57 ed a8 60 d3
Dez 21 20:43:17 tux kernel: skb headroom: 00000030: 4b 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000040: 00 00 00 00 08 00 00 00 20 00 00 00 01 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000050: 00 00 00 00 d5 0a 6e 62 01 00 00 00 48 46 d8 94
Dez 21 20:43:17 tux kernel: skb headroom: 00000060: f4 04 00 00 00 00 00 00 10 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000070: 08 00 00 00 00 00 00 00 10 00 00 00 01 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000080: 08 00 00 00 00 00 00 00 38 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000090: 04 00 00 00 01 00 00 00 28 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000a0: 0e 00 00 00 00 00 00 00 30 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000c0: 16 00 00 00 0e 00 00 00 6d 74 78 2e 74 75 78 6f
Dez 21 20:43:17 tux kernel: skb headroom: 000000d0: 6d 61 74 2e 65 75 00 00 10 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000e0: 08 00 00 00 00 00 00 00 08 00 88 41 00 00 44 4e
Dez 21 20:43:17 tux kernel: skb headroom: 000000f0: 6d 99 66 4d dc 71 96 69 c2 4c 00 01 2e 58 3a 49
Dez 21 20:43:17 tux kernel: skb headroom: 00000100: e0 f4 80 00
Dez 21 20:43:17 tux kernel: skb linear:   00000000: aa aa 03 00 00 00 08 00 45 00 11 2c 71 88 40 00
Dez 21 20:43:17 tux kernel: skb linear:   00000010: 40 06 00 00 c0 a8 b2 1b c0 a8 b2 62 83 8e 14 51
Dez 21 20:43:17 tux kernel: skb linear:   00000020: 94 61 8b fc 18 1f 64 fb 80 10 01 f6 00 00 00 00
Dez 21 20:43:17 tux kernel: skb linear:   00000030: 01 01 08 0a 91 03 48 01 bb ac ab e3
Dez 21 20:43:17 tux kernel: skb frag:     00000000: f6 14 5b 40 02 a1 a2 b5 d8 30 cc b3 74 bd 7e 08
Dez 21 20:43:17 tux kernel: skb frag:     00000010: 6d 94 36 0d 53 12 69 53 bb 21 87 ec 3b 7c 76 4c
Dez 21 20:43:17 tux kernel: skb frag:     00000020: 3e c7 9a 06 d5 10 62 fc 2e 2f 41 50 77 56 be 06
Dez 21 20:43:17 tux kernel: skb frag:     00000030: 3f b5 78 b9 a8 77 21 72 af da f8 b9 0f ad 8f 72
Dez 21 20:43:17 tux kernel: skb frag:     00000040: 5a 85 09 8b 4e b0 eb f6 6f 93 52 9d 0e c1 a2 c5
Dez 21 20:43:17 tux kernel: skb frag:     00000050: da e9 22 ee db 5c ce 36 6a 2f ce 25 22 39 63 2d
Dez 21 20:43:17 tux kernel: skb frag:     00000060: 7c fc 2f 46 91 26 b1 8e 23 c9 b2 a6 90 fd 96 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000070: a2 26 8f fa 64 a8 3b fa f8 42 13 86 5c 38 8a 16
Dez 21 20:43:17 tux kernel: skb frag:     00000080: d7 30 65 c0 70 6e fe 95 ee 73 f1 9b f5 af 24 98
Dez 21 20:43:17 tux kernel: skb frag:     00000090: ce 50 ea 32 5d 34 1f 1d 1b 84 24 64 f2 d8 03 0a
Dez 21 20:43:17 tux kernel: skb frag:     000000a0: 62 5e 1b 08 20 2c c0 4f db 57 df bd 6f cb f5 d7
Dez 21 20:43:17 tux kernel: skb frag:     000000b0: fd 69 1e 1b 74 4e 69 ef 65 a6 f6 bf 49 0d b2 57
Dez 21 20:43:17 tux kernel: skb frag:     000000c0: d6 74 c4 f7 cc b5 ab d2 af c1 62 6a 1f a0 c4 1f
Dez 21 20:43:17 tux kernel: skb frag:     000000d0: 3d 58 93 8f ef 12 e1 de 5a 67 b4 aa 69 d2 9c de
Dez 21 20:43:17 tux kernel: skb frag:     000000e0: c9 c6 d7 50 88 55 9d d5 0b 89 c9 45 f4 48 00 e3
Dez 21 20:43:17 tux kernel: skb frag:     000000f0: 25 47 5a c9 ae 63 33 84 4d 00 e3 3d 63 48 ec 78
Dez 21 20:43:17 tux kernel: skb frag:     00000100: 68 cf da c6 d1 61 ac 8a 94 f7 7d 92 6a 43 93 73
Dez 21 20:43:17 tux kernel: skb frag:     00000110: 25 9f fc 07 b9 0f 11 d5 a9 20 1c 46 e7 0f a9 ef
Dez 21 20:43:17 tux kernel: skb frag:     00000120: 34 d8 a9 b6 4a d9 59 87 24 0a e3 45 a4 43 33 15
Dez 21 20:43:17 tux kernel: skb frag:     00000130: 5d c2 97 f1 9e 09 8f ed 48 ca e7 1c 33 3c e7 64
Dez 21 20:43:17 tux kernel: skb frag:     00000140: 2c 8c 7d 61 64 55 0d cc 58 1b a7 59 d8 03 76 3d
Dez 21 20:43:17 tux kernel: skb frag:     00000150: a0 b4 b4 be d9 b6 75 39 6f 04 aa 01 89 51 ed 33
Dez 21 20:43:17 tux kernel: skb frag:     00000160: 18 fa df 49 46 46 c8 3f ff b3 78 bb 39 74 04 80
Dez 21 20:43:17 tux kernel: skb frag:     00000170: de 9f f5 5c 41 35 9e 95 95 2a 14 5f 30 04 30 1f
Dez 21 20:43:17 tux kernel: skb frag:     00000180: 91 47 eb ba 25 a2 4d f6 cf a7 ee 60 47 f1 65 43
Dez 21 20:43:17 tux kernel: skb frag:     00000190: 3e 0e b1 ff 84 90 6f 59 a0 e7 4a 9f 52 c3 3c c8
Dez 21 20:43:17 tux kernel: skb frag:     000001a0: 6f 1e a6 01 72 14 40 17 16 c3 9a 82 55 35 f5 b9
Dez 21 20:43:17 tux kernel: skb frag:     000001b0: d5 8a 85 5f d0 5b 82 3e a0 3b e0 b5 45 be 4d b5
Dez 21 20:43:17 tux kernel: skb frag:     000001c0: 0f 85 9c 2a b6 b1 18 1d cd d9 20 dc 1b 18 09 0a
Dez 21 20:43:17 tux kernel: skb frag:     000001d0: e7 15 8f 93 d8 b3 8c 66 b9 35 57 3f 05 68 0a 27
Dez 21 20:43:17 tux kernel: skb frag:     000001e0: 69 c8 25 f2 2f 69 9b 33 4b b0 df 19 7a 52 59 14
Dez 21 20:43:17 tux kernel: skb frag:     000001f0: b0 ed f1 b7 dd ad 46 70 34 3d ca eb 0f 14 4e 19
Dez 21 20:43:17 tux kernel: skb frag:     00000200: 9e 88 2f d0 3c f3 33 ed 05 39 40 e5 a1 a8 37 ab
Dez 21 20:43:17 tux kernel: skb frag:     00000210: 8e 7e 39 d9 2e c4 1d 28 93 ed f9 db 3f 6d 80 18
Dez 21 20:43:17 tux kernel: skb frag:     00000220: 43 f0 e4 52 5f 5f 08 9d 68 6f 5d dd 79 59 70 5f
Dez 21 20:43:17 tux kernel: skb frag:     00000230: d8 c4 50 bd 2e e2 a3 53 4a 82 01 07 8e 6e f3 e2
Dez 21 20:43:17 tux kernel: skb frag:     00000240: 76 6c ec 9f 77 3a ec c0 e8 74 7f 27 ce 40 d4 19
Dez 21 20:43:17 tux kernel: skb frag:     00000250: d3 50 55 20 7d aa 90 a9 7c b0 d4 8f cc da 1e 91
Dez 21 20:43:17 tux kernel: skb frag:     00000260: 56 66 12 b4 10 6e 02 83 28 d1 98 99 2a de 7e fa
Dez 21 20:43:17 tux kernel: skb frag:     00000270: 3b 8f d4 59 da 93 72 08 89 24 13 4c a8 f4 16 c4
Dez 21 20:43:17 tux kernel: skb frag:     00000280: d1 61 61 c2 e5 b7 2a 5b 65 ec df 35 ba bc 42 63
Dez 21 20:43:17 tux kernel: skb frag:     00000290: 3a 99 4f 1b cf 5e 96 16 19 0c 4d cd fe 23 b1 08
Dez 21 20:43:17 tux kernel: skb frag:     000002a0: 1f 54 f2 26 b4 93 cf 77 31 b3 5b 11 f7 00 44 7d
Dez 21 20:43:17 tux kernel: skb frag:     000002b0: c8 f1 ae 4b e9 6f c6 57 d5 6a 30 95 54 68 93 b2
Dez 21 20:43:17 tux kernel: skb frag:     000002c0: 98 bf 3a 66 c1 28 d8 90 db 70 b9 60 1f b0 c5 db
Dez 21 20:43:17 tux kernel: skb frag:     000002d0: 82 ba 15 7e 23 64 38 55 e1 bf ed 26 7c 92 af d5
Dez 21 20:43:17 tux kernel: skb frag:     000002e0: f4 10 f2 ce 9b dc 89 31 a0 c2 0e e6 8a c6 42 f8
Dez 21 20:43:17 tux kernel: skb frag:     000002f0: b8 b0 f3 80 98 d7 43 0c b1 87 76 b6 b9 11 5c 20
Dez 21 20:43:17 tux kernel: skb frag:     00000300: 99 e2 34 b4 83 87 fe 4c 28 2f e1 8c 39 ac 8e 41
Dez 21 20:43:17 tux kernel: skb frag:     00000310: 10 ac d9 8a ff d9 3d e5 8d 71 67 c3 82 f6 1e 39
Dez 21 20:43:17 tux kernel: skb frag:     00000320: 71 d5 8c 2f 97 50 ab 61 63 20 32 e9 b4 5d 79 24
Dez 21 20:43:17 tux kernel: skb frag:     00000330: bb 3d 6f 15 19 1e b8 a3 c5 09 7d 29 72 89 38 b3
Dez 21 20:43:17 tux kernel: skb frag:     00000340: 8b d7 e0 72 c0 52 11 a7 c7 a7 7c 52 d6 de 17 e7
Dez 21 20:43:17 tux kernel: skb frag:     00000350: bf 56 de eb 78 e2 53 53 01 f3 8f 1f df 78 21 15
Dez 21 20:43:17 tux kernel: skb frag:     00000360: 0e 84 c1 61 f9 00 a3 0c 78 5c 5c 6d 99 65 9d 57
Dez 21 20:43:17 tux kernel: skb frag:     00000370: 2f 26 33 c4 e1 94 58 84 ea 30 ff 84 5f 68 5c d3
Dez 21 20:43:17 tux kernel: skb frag:     00000380: 2d bf f2 37 f4 da ad 69 32 54 77 f6 2c 0b 6d 31
Dez 21 20:43:17 tux kernel: skb frag:     00000390: 1f be d7 22 60 49 93 77 fb dd de 46 03 18 f3 53
Dez 21 20:43:17 tux kernel: skb frag:     000003a0: 34 b9 be 2f d0 3f d4 33 6f 35 ab d5 9b 5d a1 84
Dez 21 20:43:17 tux kernel: skb frag:     000003b0: 0d fb 59 cc d5 9c 7f 3e 34 eb 88 cc bf 23 bf 2a
Dez 21 20:43:17 tux kernel: skb frag:     000003c0: da 30 01 3c ba e2 f1 dc 28 ed fc 10 b6 32 0d df
Dez 21 20:43:17 tux kernel: skb frag:     000003d0: 5a 6f 1b 4d e1 e0 9d 33 a2 c0 89 94 ff 09 13 03
Dez 21 20:43:17 tux kernel: skb frag:     000003e0: c3 24 ee 7c ac ed 90 58 d3 5e e8 a3 62 c3 97 09
Dez 21 20:43:17 tux kernel: skb frag:     000003f0: f3 3c db 19 88 88 ef 49 23 a2 ab a4 d2 71 42 a3
Dez 21 20:43:17 tux kernel: skb frag:     00000400: 08 c9 01 cb 3b a6 7f 08 d5 39 f4 b0 22 70 90 df
Dez 21 20:43:17 tux kernel: skb frag:     00000410: 8b 3b 78 44 18 81 e7 48 c8 30 3b 01 b4 2d 8b 5f
Dez 21 20:43:17 tux kernel: skb frag:     00000420: d9 e6 ee f8 6e 6d 5d 59 40 6d a3 30 85 aa 76 30
Dez 21 20:43:17 tux kernel: skb frag:     00000430: ac 70 9e e9 10 d0 66 81 33 6a ae f5 16 b7 a5 b2
Dez 21 20:43:17 tux kernel: skb frag:     00000440: 67 f4 33 49 58 5d 4c c1 6c d0 1c bf f8 84 ba 7d
Dez 21 20:43:17 tux kernel: skb frag:     00000450: f1 95 20 e0 89 3c 89 71 5a cc a1 ee 2e 9a 63 5a
Dez 21 20:43:17 tux kernel: skb frag:     00000460: 9f 0e 7c a9 1e c8 05 d9 e1 42 96 2e 36 cc ae be
Dez 21 20:43:17 tux kernel: skb frag:     00000470: 48 a7 a4 57 eb 77 ef e1 65 63 95 f8 59 9d 1a c0
Dez 21 20:43:17 tux kernel: skb frag:     00000480: 7e f8 39 4a 43 32 9d 54 cd c7 98 df d6 97 da 7f
Dez 21 20:43:17 tux kernel: skb frag:     00000490: fa 18 99 9b 8c ac 4c f7 f3 7b 83 8e 00 34 e5 ee
Dez 21 20:43:17 tux kernel: skb frag:     000004a0: f2 5a b6 f3 a0 9c 57 1a dc d9 7c 54 7b 1e 6d b1
Dez 21 20:43:17 tux kernel: skb frag:     000004b0: dd a1 a9 89 e0 c2 99 89 90 a6 84 e3 5d 8e b2 3a
Dez 21 20:43:17 tux kernel: skb frag:     000004c0: ad cf 85 d6 2d d6 51 62 c4 66 b4 1c 4c e7 06 17
Dez 21 20:43:17 tux kernel: skb frag:     000004d0: 26 09 76 b3 28 5f 26 8a 8a fd 5d a8 9a e3 05 de
Dez 21 20:43:17 tux kernel: skb frag:     000004e0: 55 2a f6 34 2a 1f e9 08 8a 1e a1 1a 33 be 02 ee
Dez 21 20:43:17 tux kernel: skb frag:     000004f0: 05 29 f2 dc 54 a1 c8 3b 34 32 9f 9f bb 02 b3 dd
Dez 21 20:43:17 tux kernel: skb frag:     00000500: 2a c2 cf 4c 8c ec 0e a5 cc 84 38 c9 e2 9b d3 df
Dez 21 20:43:17 tux kernel: skb frag:     00000510: 1a 90 9b ff a3 7d e8 aa 51 1d f2 2c f8 09 d6 1f
Dez 21 20:43:17 tux kernel: skb frag:     00000520: be 7a 34 4b c0 fb c8 0e e5 9d 36 0f b6 9b ee 23
Dez 21 20:43:17 tux kernel: skb frag:     00000530: be 02 f4 3e 6b f3 03 18 e6 c4 86 4c 44 82 b6 c4
Dez 21 20:43:17 tux kernel: skb frag:     00000540: 1a a0 5e d9 4f 16 f1 5b f4 22 9d 39 a7 27 93 90
Dez 21 20:43:17 tux kernel: skb frag:     00000550: a6 54 55 5b 58 12 73 b6 cf 72 95 d2 c0 ce da 96
Dez 21 20:43:17 tux kernel: skb frag:     00000560: 4b 40 00 c0 a3 e2 de 0a d8 5e 60 17 43 73 b5 6a
Dez 21 20:43:17 tux kernel: skb frag:     00000570: 39 00 62 77 f6 03 4c 4b fa 72 36 00 9c 49 ef 74
Dez 21 20:43:17 tux kernel: skb frag:     00000580: 31 c1 da c2 1e 5a 4e d7 46 ef f7 24 79 69 96 3d
Dez 21 20:43:17 tux kernel: skb frag:     00000590: c2 99 75 7e 81 32 8f 93 be a1 b8 3f a5 f0 71 7c
Dez 21 20:43:17 tux kernel: skb frag:     000005a0: 0d a8 f1 79 12 4e e7 e3 70 d4 d2 07 84 25 75 bb
Dez 21 20:43:17 tux kernel: skb frag:     000005b0: 05 44 b8 4e 62 a6 73 df 47 6a 06 91 39 89 42 33
Dez 21 20:43:17 tux kernel: skb frag:     000005c0: 20 03 58 12 81 c9 6b 7d c6 96 91 d5 f0 a7 07 1f
Dez 21 20:43:17 tux kernel: skb frag:     000005d0: cc 83 6d 9b 0d db 79 c6 8e bc 13 e7 c5 5c 19 ee
Dez 21 20:43:17 tux kernel: skb frag:     000005e0: 55 0b 3d 74 81 24 0c de b8 a4 b8 0f eb 53 6f 3c
Dez 21 20:43:17 tux kernel: skb frag:     000005f0: ea 5a 9c a3 c1 a4 a2 37 7e ab 15 20 09 62 63 b0
Dez 21 20:43:17 tux kernel: skb frag:     00000600: 69 9b f1 d4 05 01 3e bf 0d 74 7b eb c4 0e 3a f5
Dez 21 20:43:17 tux kernel: skb frag:     00000610: a4 c9 88 93 63 9f bf 3d 5e 2a d4 45 69 33 20 ad
Dez 21 20:43:17 tux kernel: skb frag:     00000620: f9 f6 b1 e7 9a c6 25 11 64 c0 7f ed e4 eb 5f 40
Dez 21 20:43:17 tux kernel: skb frag:     00000630: 54 eb e2 24 04 77 94 e6 f5 34 8c 24 b3 55 50 d3
Dez 21 20:43:17 tux kernel: skb frag:     00000640: f5 04 02 74 0c df 4e ec e4 3c 1c 1c 80 e0 9d 35
Dez 21 20:43:17 tux kernel: skb frag:     00000650: 04 c5 43 6d b5 78 63 cd ec 81 eb 1f ea f1 c1 97
Dez 21 20:43:17 tux kernel: skb frag:     00000660: f5 8a 19 a1 ee 3b 12 1d c2 5d 14 dc ca 2b 3c c5
Dez 21 20:43:17 tux kernel: skb frag:     00000670: 49 85 f5 6e a6 92 ff 0c 11 ac 74 a6 4c 1e 34 d0
Dez 21 20:43:17 tux kernel: skb frag:     00000680: 82 84 03 41 ab ff 79 94 0a 37 e2 17 ed 1c 8b ab
Dez 21 20:43:17 tux kernel: skb frag:     00000690: 88 29 a0 3c d0 9c a5 73 88 e9 2a ca fb 00 77 8c
Dez 21 20:43:17 tux kernel: skb frag:     000006a0: 4d 1b 7d 81 91 a8 9a ab e7 20 7e 8e a5 3c 2e f3
Dez 21 20:43:17 tux kernel: skb frag:     000006b0: e0 f0 d2 03 fa 08 30 31 69 aa 4e 43 28 0d 2f 53
Dez 21 20:43:17 tux kernel: skb frag:     000006c0: dc 22 9b 0c 70 ee c7 4e 4f de 8b 2f 80 8b 66 45
Dez 21 20:43:17 tux kernel: skb frag:     000006d0: 28 24 ae c6 2f fe a9 54 d2 88 5d 85 36 ad 49 66
Dez 21 20:43:17 tux kernel: skb frag:     000006e0: b3 08 f6 25 ed 1e 02 f4 e6 9d 35 0e e7 6a fd e4
Dez 21 20:43:17 tux kernel: skb frag:     000006f0: 45 e7 94 61 0d e0 c2 71 fb 3e a2 96 4b 86 a2 b5
Dez 21 20:43:17 tux kernel: skb frag:     00000700: fa 58 18 cb 9f 8e ee 51 ac 09 74 8b 2d d2 3f ea
Dez 21 20:43:17 tux kernel: skb frag:     00000710: 95 47 5a c8 19 d5 a7 2e d7 70 9e c7 ea d3 ab 46
Dez 21 20:43:17 tux kernel: skb frag:     00000720: ba 92 8a 4f 7a 97 ba bb f1 dc a4 37 8a 5f a0 14
Dez 21 20:43:17 tux kernel: skb frag:     00000730: ad f0 0b e1 90 49 75 ab b8 b5 00 65 16 69 5d 6b
Dez 21 20:43:17 tux kernel: skb frag:     00000740: 1e 54 d3 6f de e8 73 38 82 09 4a c3 11 d6 89 20
Dez 21 20:43:17 tux kernel: skb frag:     00000750: 1e ad 7d ca 10 ec 59 18 5e e8 88 dc 3c 0d 15 43
Dez 21 20:43:17 tux kernel: skb frag:     00000760: 5b 6e d3 b4 70 03 32 d7 4d 06 2d 23 f9 9a e0 2f
Dez 21 20:43:17 tux kernel: skb frag:     00000770: ea 30 f3 8b 85 d1 75 21 26 ee a6 1e 3a e2 aa f2
Dez 21 20:43:17 tux kernel: skb frag:     00000780: be 2c ff 44 01 e7 f4 57 9d c6 94 88 a5 6c d4 59
Dez 21 20:43:17 tux kernel: skb frag:     00000790: 3e 27 50 3d b4 6a 66 9a 56 e2 a6 95 0e 32 2b f6
Dez 21 20:43:17 tux kernel: skb frag:     000007a0: 17 df f5 48 5f 2e 78 96 72 09 66 41 84 d4 b3 4c
Dez 21 20:43:17 tux kernel: skb frag:     000007b0: 49 b7 97 c4 48 f0 13 a5 e4 4d 90 b7 43 7d 13 3f
Dez 21 20:43:17 tux kernel: skb frag:     000007c0: 0e 84 61 78 b3 3d 2c 77 70 bb 8a 1c b1 1b d0 65
Dez 21 20:43:17 tux kernel: skb frag:     000007d0: 78 ec 26 3f 6d 8a 2c 7d 8a cc a0 55 55 6f 77 3f
Dez 21 20:43:17 tux kernel: skb frag:     000007e0: 3a ed c5 0d fe 90 db bb 87 46 c3 28 bf 9c 36 24
Dez 21 20:43:17 tux kernel: skb frag:     000007f0: 1d 17 02 10 4e 9a ac 4a 47 66 46 11 83 08 6a 4a
Dez 21 20:43:17 tux kernel: skb frag:     00000800: c2 75 a4 c3 61 2d dd 9e 13 c2 0c 25 47 fd 77 5b
Dez 21 20:43:17 tux kernel: skb frag:     00000810: b6 f5 03 c6 5e 30 b4 f5 f4 2e 31 4d 18 63 20 ff
Dez 21 20:43:17 tux kernel: skb frag:     00000820: 7a a3 c5 e0 c0 6b a5 13 20 89 d9 d7 67 44 54 6e
Dez 21 20:43:17 tux kernel: skb frag:     00000830: b0 83 3e 23 f5 02 6d ea f0 2a ba 6e ab c9 d4 6b
Dez 21 20:43:17 tux kernel: skb frag:     00000840: 05 70 a9 31 21 46 83 9e 95 09 d0 01 5d 0e 7d c2
Dez 21 20:43:17 tux kernel: skb frag:     00000850: d9 ca ec 49 49 5c dd f3 4f a9 62 50 e4 01 48 79
Dez 21 20:43:17 tux kernel: skb frag:     00000860: af 9c bf e1 db 92 dc 1c e4 4d 5c cc 49 bd 19 fb
Dez 21 20:43:17 tux kernel: skb frag:     00000870: 8d 2c 4a 38 49 f8 1f e6 4f 4b 1f 09 79 7e 4c 2f
Dez 21 20:43:17 tux kernel: skb frag:     00000880: 2d e6 06 07 2a 87 03 c3 b7 0c 88 65 e1 38 be a9
Dez 21 20:43:17 tux kernel: skb frag:     00000890: 88 25 d1 76 c6 52 37 9d 18 c7 8d fd 0e eb c1 8e
Dez 21 20:43:17 tux kernel: skb frag:     000008a0: ad a0 6f 03 ce 13 9d 2e df d6 6f 42 da dc 0a 7e
Dez 21 20:43:17 tux kernel: skb frag:     000008b0: f0 87 cb 45 0f 93 35 5c a9 d6 08 f9 de 7b 50 7e
Dez 21 20:43:17 tux kernel: skb frag:     000008c0: 3c 41 34 ff d9 a6 97 e6 00 ad ea e7 4d 16 16 90
Dez 21 20:43:17 tux kernel: skb frag:     000008d0: 1c 2b c1 44 7e bd d0 04 cb 6a 35 01 a7 d6 f3 01
Dez 21 20:43:17 tux kernel: skb frag:     000008e0: 4f 9f d1 63 d6 e3 54 e7 45 d7 49 2b e1 4e d4 79
Dez 21 20:43:17 tux kernel: skb frag:     000008f0: 72 9f 9b e6 76 9c de 0a ac b3 ff 23 4a bb 40 b1
Dez 21 20:43:17 tux kernel: skb frag:     00000900: 2a 0e ad 62 ae 22 43 ff 34 b1 f6 f4 42 a7 64 c7
Dez 21 20:43:17 tux kernel: skb frag:     00000910: 27 79 50 38 d2 56 69 b0 3b 99 fe d9 70 a1 1b 88
Dez 21 20:43:17 tux kernel: skb frag:     00000920: 9b c2 9c 9a 4e 33 c3 a0 a4 a3 0e 63 b3 76 a3 79
Dez 21 20:43:17 tux kernel: skb frag:     00000930: 59 a3 2e 66 0d d1 d1 83 92 be e2 53 47 b4 24 19
Dez 21 20:43:17 tux kernel: skb frag:     00000940: 7e 33 57 7e 8e 67 b7 9c 7e a8 85 f0 52 38 c3 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000950: f9 4e 69 d0 7b 88 e8 6a c9 09 43 e6 b7 c3 e9 49
Dez 21 20:43:17 tux kernel: skb frag:     00000960: 28 63 57 a4 ac 61 3f bb 7b 9e 29 0b aa c8 c3 3b
Dez 21 20:43:17 tux kernel: skb frag:     00000970: 3f b6 89 a1 55 32 76 84 78 0b 07 f0 f5 1a 3f 6a
Dez 21 20:43:17 tux kernel: skb frag:     00000980: 17 7e 58 36 e5 4d 48 d9 18 3e 87 55 2e dd 2d 1a
Dez 21 20:43:17 tux kernel: skb frag:     00000990: 0e ab 47 73 04 1c 30 1a 48 bb a3 5a b2 9f 77 79
Dez 21 20:43:17 tux kernel: skb frag:     000009a0: 90 06 dc 52 90 3e 70 f8 23 c1 50 12 e0 4f 5f 0a
Dez 21 20:43:17 tux kernel: skb frag:     000009b0: 4d a8 65 db 04 d3 89 64 3a c8 1c 67 a8 6a 6c 45
Dez 21 20:43:17 tux kernel: skb frag:     000009c0: 05 a2 a3 ef 8f d9 34 c8 02 a6 7b 5a ea df 7e ba
Dez 21 20:43:17 tux kernel: skb frag:     000009d0: 76 d2 02 67 9c 2c b1 cd 7e 8a 1a 23 12 e7 97 d9
Dez 21 20:43:17 tux kernel: skb frag:     000009e0: 88 eb b7 ba 05 88 01 0a be 27 5d a4 34 f1 71 7c
Dez 21 20:43:17 tux kernel: skb frag:     000009f0: 9a 15 fa 97 1b ce d8 7a 0a 7b 01 25 83 59 72 d7
Dez 21 20:43:17 tux kernel: skb frag:     00000a00: fc 86 3e ec 22 e5 83 71 8f 93 9d f6 53 f9 e5 52
Dez 21 20:43:17 tux kernel: skb frag:     00000a10: fc c5 01 d0 89 ad 45 77 ec 3f 6d 34 41 ed bb 9e
Dez 21 20:43:17 tux kernel: skb frag:     00000a20: 07 b9 b1 2e ea d4 f7 b9 93 57 4a 4d 8a d8 de 85
Dez 21 20:43:17 tux kernel: skb frag:     00000a30: 24 87 8c 55 d5 f1 2b 44 cf 49 ad 53 3b bd 47 69
Dez 21 20:43:17 tux kernel: skb frag:     00000a40: f5 92 c4 c8 7d ca dc 8a 05 94 6f 5e a9 55 5c 70
Dez 21 20:43:17 tux kernel: skb frag:     00000a50: aa 14 7a 51 91 c2 f5 15 71 f2 a0 32 44 5a d1 99
Dez 21 20:43:17 tux kernel: skb frag:     00000a60: 63 ff be 07 88 08 3e 84 73 79 40 ea ff a7 a9 d6
Dez 21 20:43:17 tux kernel: skb frag:     00000a70: f0 08 5e 53 4e 88 c8 11 2d e8 6c ba c2 c1 39 9d
Dez 21 20:43:17 tux kernel: skb frag:     00000a80: 27 24 51 6e 2c dd 68 5a bc ed 21 8b 80 a3 03 43
Dez 21 20:43:17 tux kernel: skb frag:     00000a90: f1 fa ec ac d1 7c 86 d0 23 9f 86 02 2b 93 83 b8
Dez 21 20:43:17 tux kernel: skb frag:     00000aa0: 50 ee 31 6e d2 a2 15 11 55 5f a2 26 1a ae a2 63
Dez 21 20:43:17 tux kernel: skb frag:     00000ab0: 1a be f8 ce a9 25 fb b0 1b 7b 0b e1 e0 22 ec f6
Dez 21 20:43:17 tux kernel: skb frag:     00000ac0: 8d 21 76 74 a4 d2 15 5f c6 f4 70 70 0a da 63 cf
Dez 21 20:43:17 tux kernel: skb frag:     00000ad0: 6e 6c 61 03 c7 54 de 16 a4 a1 c1 53 4c ba e3 c1
Dez 21 20:43:17 tux kernel: skb frag:     00000ae0: 22 2f b6 0a a8 29 89 35 af f0 3d 1f 2e b4 c5 d3
Dez 21 20:43:17 tux kernel: skb frag:     00000af0: f9 41 75 62 ad 13 11 f3 a4 24 03 7f 58 06 ee be
Dez 21 20:43:17 tux kernel: skb frag:     00000b00: 9a de 92 9e 58 e5 01 6b 06 78 a8 89 89 0b 8c c6
Dez 21 20:43:17 tux kernel: skb frag:     00000b10: a2 e6 1a 89 b8 a0 e6 81 05 b1 73 79 67 d3 0a d2
Dez 21 20:43:17 tux kernel: skb frag:     00000b20: 55 1c 7c 98 e4 1d f1 25 98 1e 4f 4c f2 f1 1f d4
Dez 21 20:43:17 tux kernel: skb frag:     00000b30: 24 05 a5 50 9e d9 fc 0f 3a d3 13 c7 01 76 99 2c
Dez 21 20:43:17 tux kernel: skb frag:     00000b40: dc 52 c9 27 ea 99 d2 b5 81 e5 64 cf d1 4d fe 5f
Dez 21 20:43:17 tux kernel: skb frag:     00000b50: c5 62 b1 21 8f c0 d9 12 65 ec 8e 10 d5 f5 e6 08
Dez 21 20:43:17 tux kernel: skb frag:     00000b60: e4 80 f5 9b 9f bb 03 71 e0 7a b3 4d a1 a5 ad ce
Dez 21 20:43:17 tux kernel: skb frag:     00000b70: a4 17 58 24 14 51 7d 82 d6 49 34 68 90 2b 4d 49
Dez 21 20:43:17 tux kernel: skb frag:     00000b80: 65 df 1b fe 14 fb b6 74 ca 5d 4a c0 7d 20 89 3d
Dez 21 20:43:17 tux kernel: skb frag:     00000b90: 1e 64 e2 db 37 4c 91 a2 d4 2d a9 40 aa a6 6e d2
Dez 21 20:43:17 tux kernel: skb frag:     00000ba0: 92 63 8b b2 22 01 fa cd 36 ae 0c 82 99 f0 af 6f
Dez 21 20:43:17 tux kernel: skb frag:     00000bb0: 83 e3 86 70 42 61 e8 fb 4a d7 7d c9 9c 65 a2 ee
Dez 21 20:43:17 tux kernel: skb frag:     00000bc0: cd 6d fe 69 cc 17 ec b5 26 ec 07 85 1d a6 a2 14
Dez 21 20:43:17 tux kernel: skb frag:     00000bd0: 21 bc 31 4c 0b 8e 80 98 37 7b 60 e7 c8 06 a3 06
Dez 21 20:43:17 tux kernel: skb frag:     00000be0: a0 47 a4 24 11 fc 7c 12 8e 8d 6f 02 81 80 4a 08
Dez 21 20:43:17 tux kernel: skb frag:     00000bf0: 39 f4 97 ae 83 e2 18 78 f0 47 cb 57 48 5c 60 40
Dez 21 20:43:17 tux kernel: skb frag:     00000c00: 8d db b7 0d 54 a3 61 e1 cb 42 16 4f 37 96 63 f4
Dez 21 20:43:17 tux kernel: skb frag:     00000c10: 7b 7b 7b 9c b3 bf d8 9a 36 c7 b3 6a 84 25 48 26
Dez 21 20:43:17 tux kernel: skb frag:     00000c20: f4 ae ca 80 3a d9 6f 2d 4d 55 c3 f2 d9 43 e7 8e
Dez 21 20:43:17 tux kernel: skb frag:     00000c30: e0 ad 15 7f 0c db a1 e2 c7 1e 9b 70 93 ac 07 36
Dez 21 20:43:17 tux kernel: skb frag:     00000c40: b7 5d fa c7 86 31 bc b6 22 28 18 00 67 4d 95 47
Dez 21 20:43:17 tux kernel: skb frag:     00000c50: 23 a9 1e b7 44 e8 f1 a6 bf 48 20 87 4d 6b 38 03
Dez 21 20:43:17 tux kernel: skb frag:     00000c60: 5c 69 a1 68 84 cb 29 00 02 7d a5 fe 5d e8 81 b7
Dez 21 20:43:17 tux kernel: skb frag:     00000c70: 45 8d c8 b4 c1 6f 49 d5 ba 9f 9b 36 59 5d f0 a3
Dez 21 20:43:17 tux kernel: skb frag:     00000c80: 76 3d 89 0d 9d c8 7b 8b 0e 81 14 3e f8 70 b8 a6
Dez 21 20:43:17 tux kernel: skb frag:     00000c90: a7 b0 23 43 37 5b 0a 6a f5 e5 ba 09 92 c5 4f 15
Dez 21 20:43:17 tux kernel: skb frag:     00000ca0: 79 35 cb 05 34 d9 d5 d8 f2 76 b6 ee 2e d1 47 4c
Dez 21 20:43:17 tux kernel: skb frag:     00000cb0: 4a bc 12 91 1f 00 56 3d d7 58 54 bc b6 69 bb 82
Dez 21 20:43:17 tux kernel: skb frag:     00000cc0: 24 4c dc f7 bc ac 78 aa 8a 0f 66 81 f1 fa 63 63
Dez 21 20:43:17 tux kernel: skb frag:     00000cd0: b5 49 b3 93 85 ca 0c 8b e5 b4 3a fd 88 c6 0a cb
Dez 21 20:43:17 tux kernel: skb frag:     00000ce0: 75 61 03 a4 c8 a7 65 78 b5 a3 80 5e 1e 7e c8 dd
Dez 21 20:43:17 tux kernel: skb frag:     00000cf0: ff d8 28 16 1e 19 c6 8e bb c4 01 01 62 57 ad 7f
Dez 21 20:43:17 tux kernel: skb frag:     00000d00: 56 f3 e7 83 0b 16 27 f7 d6 6e 2d d7 50 ff c5 aa
Dez 21 20:43:17 tux kernel: skb frag:     00000d10: c6 d9 3d 23 1d 33 ee 43 90 23 4e 71 e2 ce 6c 78
Dez 21 20:43:17 tux kernel: skb frag:     00000d20: 24 8a e9 55 d3 52 15 6a 7c 99 69 ec 62 0e 77 f5
Dez 21 20:43:17 tux kernel: skb frag:     00000d30: e3 14 94 e5 b8 10 2c 41 d2 48 f8 cd 9c a5 59 ad
Dez 21 20:43:17 tux kernel: skb frag:     00000d40: cb 0c 06 69 1f 9e fc 6e 22 07 97 ad c0 d0 53 56
Dez 21 20:43:17 tux kernel: skb frag:     00000d50: 55 83 ab 5a f0 f2 ce 76 5f e7 99 58 f8 bb 72 a3
Dez 21 20:43:17 tux kernel: skb frag:     00000d60: 26 c2 88 cd 86 8e 2e b3 3a 39 1c 32 6e 17 21 5a
Dez 21 20:43:17 tux kernel: skb frag:     00000d70: b3 5a 7a c9 25 25 1e 3f 8c 0b 40 51 cf 1c c0 8f
Dez 21 20:43:17 tux kernel: skb frag:     00000d80: 08 af 81 7c f2 ba 5e 22 e2 e1 a1 b8 a7 47 e7 a7
Dez 21 20:43:17 tux kernel: skb frag:     00000d90: 1f 90 2a aa e6 f3 35 0f fd 5c 62 5a 29 7f 4c 70
Dez 21 20:43:17 tux kernel: skb frag:     00000da0: 6d 04 68 34 56 a9 4a 67 e4 11 d5 28 17 7d 01 f6
Dez 21 20:43:17 tux kernel: skb frag:     00000db0: d8 fb 1b 08 99 a1 86 67 80 71 f6 23 55 d1 d5 62
Dez 21 20:43:17 tux kernel: skb frag:     00000dc0: b5 8b ad 92 6b 62 99 d5 6e 19 6e b8 42 2c d5 b3
Dez 21 20:43:17 tux kernel: skb frag:     00000dd0: 10 be f4 b8 dd 45 42 75 e0 35 42 85 b9 b0 07 e9
Dez 21 20:43:17 tux kernel: skb frag:     00000de0: d5 e2 aa d9 96 99 65 45 62 d6 68 10 5e cd b0 88
Dez 21 20:43:17 tux kernel: skb frag:     00000df0: 93 67 ba 9b 21 0c 7a 29 29 38 42 05 60 c1 8b 31
Dez 21 20:43:17 tux kernel: skb frag:     00000e00: 29 00 5e 30 30 c8 3e 23 82 c5 ab 36 11 a7 56 fa
Dez 21 20:43:17 tux kernel: skb frag:     00000e10: 1f d8 3f 07 97 21 81 65 f4 c5 d7 7e bf 61 7e 69
Dez 21 20:43:17 tux kernel: skb frag:     00000e20: ae 59 56 66 0d f3 6b 9e 58 66 08 a4 2a b1 0f b4
Dez 21 20:43:17 tux kernel: skb frag:     00000e30: 1b 6a 3a 28 aa 19 ee f7 cf 9c c7 6e 6a 10 3a d5
Dez 21 20:43:17 tux kernel: skb frag:     00000e40: c0 67 5f 4d 42 29 86 04 72 4e 19 a0 60 3d f5 89
Dez 21 20:43:17 tux kernel: skb frag:     00000e50: 1d 53 f6 c5 d4 22 9d a2 77 13 a7 a1 08 5e 81 b9
Dez 21 20:43:17 tux kernel: skb frag:     00000e60: 3d 45 12 f1 a4 f9 76 37 fd c1 38 7e 7a f6 48 fc
Dez 21 20:43:17 tux kernel: skb frag:     00000e70: 14 33 91 b7 c7 bc 07 ec 7c 26 5b 2d d8 a2 28 83
Dez 21 20:43:17 tux kernel: skb frag:     00000e80: c4 9a 93 9f 64 d7 a2 ba 23 39 df a8 c0 5c fc 56
Dez 21 20:43:17 tux kernel: skb frag:     00000e90: 54 56 b0 4e 37 89 8b 30 ce 36 c7 d0 c2 8b f1 e2
Dez 21 20:43:17 tux kernel: skb frag:     00000ea0: 87 f1 3c 2c 6d 66 89 d6 8f 48 f5 68 4f 14 4b b1
Dez 21 20:43:17 tux kernel: skb frag:     00000eb0: a5 e9 81 1c 22 8d b1 70 be 72 57 26 6b 1b 29 01
Dez 21 20:43:17 tux kernel: skb frag:     00000ec0: e6 76 22 c0 f9 06 77 ea cd f7 dc 84 8f 92 14 4c
Dez 21 20:43:17 tux kernel: skb frag:     00000ed0: da d2 22 f4 f9 22 d6 07 62 9e 44 68 ae 93 30 d5
Dez 21 20:43:17 tux kernel: skb frag:     00000ee0: 03 95 5f a4 45 44 af 4b 3a 65 b7 51 d9 5e 1d 92
Dez 21 20:43:17 tux kernel: skb frag:     00000ef0: 95 8e 40 3b f9 64 ef fc e0 82 73 c2 47 7b e7 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000f00: dc 85 9c c3 68 b4 31 91 67 ff 16 3a be b2 a3 8c
Dez 21 20:43:17 tux kernel: skb frag:     00000f10: 5d 76 77 cc 51 57 7f a3 9a bc 2d d0 81 da f8 e0
Dez 21 20:43:17 tux kernel: skb frag:     00000f20: 29 f5 db 14 66 c2 69 32 89 d5 8e fe 5e 27 a3 29
Dez 21 20:43:17 tux kernel: skb frag:     00000f30: 94 7b bc 71 42 8f 72 04 91 8c e3 5a 79 81 25 e1
Dez 21 20:43:17 tux kernel: skb frag:     00000f40: 6b c1 c0 8a 77 69 3d b7 26 56 29 8b ab 1a 98 da
Dez 21 20:43:17 tux kernel: skb frag:     00000f50: 3c 39 a9 de 95 65 01 e1 b6 52 12 18 a0 c7 f0 6e
Dez 21 20:43:17 tux kernel: skb frag:     00000f60: c7 ab 1d 8c 3d 59 23 6e 6d 7f e7 76 f1 21 65 19
Dez 21 20:43:17 tux kernel: skb frag:     00000f70: 92 4e ab 96 b6 34 02 f6 ee 0c 16 3c f3 24 ab 62
Dez 21 20:43:17 tux kernel: skb frag:     00000f80: 3e 10 07 dd 0c 26 07 42 43 67 84 dd 48 9d 32 ae
Dez 21 20:43:17 tux kernel: skb frag:     00000f90: 85 80 31 1f 15 3b dd 6a b0 b8 7c 63 4a 1b 4f ce
Dez 21 20:43:17 tux kernel: skb frag:     00000fa0: bf af e8 1e 86 50 6d 48 b9 c8 77 f6 a7 91 02 ef
Dez 21 20:43:17 tux kernel: skb frag:     00000fb0: 7f 77 52 cb 1a 78 aa 7b 93 8f 3e 63 dd 52 99 a4
Dez 21 20:43:17 tux kernel: skb frag:     00000fc0: 74 48 33 35 1e cb d3 f1 4c d9 f8 5f 6c 66 be 7d
Dez 21 20:43:17 tux kernel: skb frag:     00000fd0: 1b 7d 65 e2 b5 22 2a 8e d1 eb 71 12 4f 23 5b f8
Dez 21 20:43:17 tux kernel: skb frag:     00000fe0: 4d 96 c1 27 24 fe a1 3b 67 cb 96 fa 93 ac ac 45
Dez 21 20:43:17 tux kernel: skb frag:     00000ff0: bd 62 90 e1 ea be f0 18 e4 4b d8 79 e2 d3 47 8d
Dez 21 20:43:17 tux kernel: skb frag:     00001000: 65 c4 38 9f 7a 58 f1 2e 3b e3 44 c2 a2 d1 14 93
Dez 21 20:43:17 tux kernel: skb frag:     00001010: af 0e fe 76 38 2e 6b 87 e8 26 0a f5 9d b5 cc 0a
Dez 21 20:43:17 tux kernel: skb frag:     00001020: 13 31 0c b9 ec e2 99 a7 13 73 af b1 6d 79 d7 21
Dez 21 20:43:17 tux kernel: skb frag:     00001030: 2a be e4 ea 6e 93 95 42 10 67 dd a9 24 38 83 2c
Dez 21 20:43:17 tux kernel: skb frag:     00001040: 45 12 ca 0f 90 b6 aa 13 80 f3 cc 44 63 1d 5f 4e
Dez 21 20:43:17 tux kernel: skb frag:     00001050: 75 46 b6 51 63 50 30 40 06 3d ca 2e 50 b2 fd aa
Dez 21 20:43:17 tux kernel: skb frag:     00001060: e6 1d 48 5b 0e e1 42 d0 fe dd 39 43 76 f5 58 12
Dez 21 20:43:17 tux kernel: skb frag:     00001070: db 77 98 c9 1e a6 76 9a b8 34 4f 24 eb 67 3c e8
Dez 21 20:43:17 tux kernel: skb frag:     00001080: 30 6f 1c 85 0b af 82 ff 78 0d dd fe 2f 88 79 9b
Dez 21 20:43:17 tux kernel: skb frag:     00001090: 76 2d d3 2c 85 e7 05 93 31 23 a7 e7 ec be d6 91
Dez 21 20:43:17 tux kernel: skb frag:     000010a0: 04 94 b2 65 db 0b 44 d0 05 bc 23 a6 d4 d8 e6 ab
Dez 21 20:43:17 tux kernel: skb frag:     000010b0: 23 ab 73 cb 0e f6 3e c8 93 73 7b 13 8a 2b d4 b9
Dez 21 20:43:17 tux kernel: skb frag:     000010c0: 40 1e ff cf f9 2b 28 3b 50 d8 3f 50 58 96 70 dd
Dez 21 20:43:17 tux kernel: skb frag:     000010d0: 6a 4d a0 e5 b8 70 c1 01 5e be e6 eb ca 8e fe bc
Dez 21 20:43:17 tux kernel: skb frag:     000010e0: b8 cf ab e3 ef e5 41 9a 34 3f 0f eb 27 3e cd c2
Dez 21 20:43:17 tux kernel: skb frag:     000010f0: be 71 cb 52 09 e3 2b 7b
Dez 21 20:43:17 tux kernel: tso_build_hdr size=1448 tso->tlen=32 hdr_len=60 mac_hdr_len=8
Dez 21 20:43:17 tux kernel: skb len=4404 headroom=260 headlen=60 tailroom=0
                             mac=(234,34) net=(268,20) trans=288
                             shinfo(txflags=0 nr_frags=1 gso(size=1448 type=1 segs=0))
                             csum(0x100120 ip_summed=3 complete_sw=0 valid=0 level=0)
                             hash(0xdc529e0a sw=0 l4=1) proto=0x0800 pkttype=0 iif=0
Dez 21 20:43:17 tux kernel: dev name=wlan0 feat=0x0x0000010000116833
Dez 21 20:43:17 tux kernel: sk family=2 type=1 proto=6
Dez 21 20:43:17 tux kernel: skb headroom: 00000000: f0 00 00 00 10 00 01 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000010: 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000020: 0c 33 93 a5 a6 64 55 cb f3 f0 43 57 ed a8 60 d3
Dez 21 20:43:17 tux kernel: skb headroom: 00000030: 4b 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000040: 00 00 00 00 08 00 00 00 20 00 00 00 01 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000050: 00 00 00 00 d5 0a 6e 62 01 00 00 00 48 46 d8 94
Dez 21 20:43:17 tux kernel: skb headroom: 00000060: f4 04 00 00 00 00 00 00 10 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000070: 08 00 00 00 00 00 00 00 10 00 00 00 01 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000080: 08 00 00 00 00 00 00 00 38 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 00000090: 04 00 00 00 01 00 00 00 28 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000a0: 0e 00 00 00 00 00 00 00 30 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000c0: 16 00 00 00 0e 00 00 00 6d 74 78 2e 74 75 78 6f
Dez 21 20:43:17 tux kernel: skb headroom: 000000d0: 6d 61 74 2e 65 75 00 00 10 00 00 00 00 00 00 00
Dez 21 20:43:17 tux kernel: skb headroom: 000000e0: 08 00 00 00 00 00 00 00 08 00 88 41 00 00 44 4e
Dez 21 20:43:17 tux kernel: skb headroom: 000000f0: 6d 99 66 4d dc 71 96 69 c2 4c 00 01 2e 58 3a 49
Dez 21 20:43:17 tux kernel: skb headroom: 00000100: e0 f4 80 00
Dez 21 20:43:17 tux kernel: skb linear:   00000000: aa aa 03 00 00 00 08 00 45 00 11 2c 71 88 40 00
Dez 21 20:43:17 tux kernel: skb linear:   00000010: 40 06 00 00 c0 a8 b2 1b c0 a8 b2 62 83 8e 14 51
Dez 21 20:43:17 tux kernel: skb linear:   00000020: 94 61 8b fc 18 1f 64 fb 80 10 01 f6 00 00 00 00
Dez 21 20:43:17 tux kernel: skb linear:   00000030: 01 01 08 0a 91 03 48 01 bb ac ab e3
Dez 21 20:43:17 tux kernel: skb frag:     00000000: f6 14 5b 40 02 a1 a2 b5 d8 30 cc b3 74 bd 7e 08
Dez 21 20:43:17 tux kernel: skb frag:     00000010: 6d 94 36 0d 53 12 69 53 bb 21 87 ec 3b 7c 76 4c
...



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-21 20:01                           ` Rainer Suhm
@ 2020-12-24 17:48                             ` Ben Greear
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Greear @ 2020-12-24 17:48 UTC (permalink / raw)
  To: Rainer Suhm, Eric Dumazet
  Cc: Johannes Berg, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

On 12/21/20 12:01 PM, Rainer Suhm wrote:
> Am 21.12.20 um 20:14 schrieb Eric Dumazet:
>> On Mon, Dec 21, 2020 at 8:04 PM Eric Dumazet <edumazet@google.com> wrote:
>>>
>>> On Mon, Dec 21, 2020 at 7:46 PM Eric Dumazet <edumazet@google.com> wrote:
>>>>
>>>> On Sat, Dec 19, 2020 at 5:55 PM Ben Greear <greearb@candelatech.com> wrote:
>>>>>
>>>>> On 12/19/20 7:18 AM, Johannes Berg wrote:
>>>>>> On Fri, 2020-12-18 at 12:16 -0800, Jakub Kicinski wrote:
>>>>>>> On Thu, 17 Dec 2020 12:40:26 -0800 Ben Greear wrote:
>>>>>>>> On 12/17/20 10:20 AM, Eric Dumazet wrote:
>>>>>>>>> On Thu, Dec 17, 2020 at 7:13 PM Ben Greear <greearb@candelatech.com> wrote:
>>>>>>>>>> It is the iwlwifi/mvm logic that supports ax200.
>>>>>>>>>
>>>>>>>>> Let me ask again :
>>>>>>>>>
>>>>>>>>> I see two different potential call points :
>>>>>>>>>
>>>>>>>>> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1529:
>>>>>>>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
>>>>>>>>> drivers/net/wireless/intel/iwlwifi/queue/tx.c:427:
>>>>>>>>> tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len);
>>>>>>>>>
>>>>>>>>> To the best of your knowledge, which one would be used in your case ?
>>>>>>>>>
>>>>>>>>> Both are horribly complex, I do not want to spend time studying two
>>>>>>>>> implementations.
>>>>>>>>
>>>>>>>> It is the queue/tx.c code that executes on my system, verified with
>>>>>>>> printk.
>>>>>>>
>>>>>>> Not sure why Intel's not on CC here.
>>>>>>
>>>>>> Heh :)
>>>>>>
>>>>>> Let's also add linux-wireless.
>>>>>>
>>>>>>> Luca, is the ax200 TSO performance regression with recent kernel on your
>>>>>>> radar?
>>>>>>
>>>>>> It wasn't on mine for sure, so far. But it's supposed to be Christmas
>>>>>> vacation, so haven't checked our bug tracker etc. I see Emmanuel was at
>>>>>> least looking at the bug report, but not sure what else happened yet.
>>>>>
>>>>> Not to bitch and moan too much, but even the most basic of testing would
>>>>> have shown this, how can testing be so poor on the ax200 driver?
>>>>>
>>>>> It even shows up with the out-of-tree ax200 driver.
>>>>>
>>>>>> Off the top of my head, I don't really see the issue. Does anyone have
>>>>>> the ability to capture the frames over the air (e.g. with another AX200
>>>>>> in monitor mode, load the driver with amsdu_size=3 module parameter to
>>>>>> properly capture A-MSDUs)?
>>>>>
>>>>> I can do that at some point, and likely it could be reproduced with an /n or /ac
>>>>> AP and those are a lot easier to sniff.
>>>>>
>>>>> Thanks,
>>>>> Ben
>>>>>
>>>>>
>>>>> -- 
>>>>> Ben Greear <greearb@candelatech.com>
>>>>> Candela Technologies Inc  http://www.candelatech.com
>>>>
>>>> It seems the problem comes from some skbs reaching the driver with
>>>> gso_type == 0,
>>>> meaning skb_is_gso_tcp() is fuzzy. (net/core/tso.c is only one of the
>>>> skb_is_gso_tcp() users)
>>>>
>>>> Local TCP stack should provide either SKB_GSO_TCPV4 or SKB_GSO_TCPV6
>>>> for GSO packets.
>>>>
>>>> So maybe the issue is coming from traffic coming from a VM through a
>>>> tun device or something,
>>>> and our handling of GSO_ROBUST / DODGY never cared about setting
>>>> SKB_GSO_TCPV4 or SKB_GSO_TCPV6 if not already given by user space ?
>>>>
>>>> Or a plain bug somewhere, possibly overwriting  gso_type with 0 or garbage...
>>>
>>> Oh well, iwl_mvm_tx_tso_segment() 'builds' a fake gso packet.
>>>
>>> I suspect this will fix the issue :
>>>
>>> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>>> b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>>> index a983c215df310776ffe67f3b3ffa203eab609bfc..e7ad6367c88de4aff700c630d850760d1d3bf011
>>> 100644
>>> --- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>>> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>>> @@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
>>> unsigned int num_subframes,
>>>
>>>          next = skb_gso_segment(skb, netdev_flags);
>>>          skb_shinfo(skb)->gso_size = mss;
>>> +       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>>>          if (WARN_ON_ONCE(IS_ERR(next)))
>>>                  return -EINVAL;
>>>          else if (next)
>>
>>
>> Or more precisely :
>>
>> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> index a983c215df310776ffe67f3b3ffa203eab609bfc..11145bf29f3cbeefcce1a05cc81fd90978f2cbfe
>> 100644
>> --- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
>> @@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
>> unsigned int num_subframes,
>>
>>          next = skb_gso_segment(skb, netdev_flags);
>>          skb_shinfo(skb)->gso_size = mss;
>> +       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>>          if (WARN_ON_ONCE(IS_ERR(next)))
>>                  return -EINVAL;
>>          else if (next)
>> @@ -795,6 +796,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
>> unsigned int num_subframes,
>>
>>                  if (tcp_payload_len > mss) {
>>                          skb_shinfo(tmp)->gso_size = mss;
>> +                       skb_shinfo(tmp)->gso_type = ipv4 ?
>> SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>>                  } else {
>>                          if (qos) {
>>                                  u8 *qc;
>>
> 
> 
> This looks good to me.
> Transmission rate is in the expected range. iperf3 shows no retries anymore.
> 
> Here is my kernel log with the above changes applied, and the debug patches from Eric.

I tested this successfully as well.

Eric:  Thanks for the patch!

--Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2020-12-21 19:14                         ` Eric Dumazet
  2020-12-21 20:01                           ` Rainer Suhm
@ 2021-01-19  8:53                           ` Johannes Berg
  2021-01-19 10:02                             ` Eric Dumazet
  1 sibling, 1 reply; 21+ messages in thread
From: Johannes Berg @ 2021-01-19  8:53 UTC (permalink / raw)
  To: Eric Dumazet, Ben Greear, Rainer Suhm
  Cc: Jakub Kicinski, Luca Coelho, netdev, linux-wireless, Willem de Bruijn

Hi Eric, all,

Sorry we've been so silent on this.

> --- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> @@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
> unsigned int num_subframes,
> 
>         next = skb_gso_segment(skb, netdev_flags);
>         skb_shinfo(skb)->gso_size = mss;
> +       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>         if (WARN_ON_ONCE(IS_ERR(next)))
>                 return -EINVAL;
>         else if (next)
> @@ -795,6 +796,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
> unsigned int num_subframes,
> 
>                 if (tcp_payload_len > mss) {
>                         skb_shinfo(tmp)->gso_size = mss;
> +                       skb_shinfo(tmp)->gso_type = ipv4 ?
> SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
>                 } else {
>                         if (qos) {
>                                 u8 *qc;

This does fix the problems reported on iwlwifi, were you planning to
submit it as a proper patch?

Thanks,
johannes


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2021-01-19  8:53                           ` Johannes Berg
@ 2021-01-19 10:02                             ` Eric Dumazet
  2021-01-25 14:57                               ` Johannes Berg
  0 siblings, 1 reply; 21+ messages in thread
From: Eric Dumazet @ 2021-01-19 10:02 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Ben Greear, Rainer Suhm, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

On Tue, Jan 19, 2021 at 9:53 AM Johannes Berg <johannes@sipsolutions.net> wrote:
>
> Hi Eric, all,
>
> Sorry we've been so silent on this.
>
> > --- a/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> > +++ b/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
> > @@ -773,6 +773,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
> > unsigned int num_subframes,
> >
> >         next = skb_gso_segment(skb, netdev_flags);
> >         skb_shinfo(skb)->gso_size = mss;
> > +       skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
> >         if (WARN_ON_ONCE(IS_ERR(next)))
> >                 return -EINVAL;
> >         else if (next)
> > @@ -795,6 +796,7 @@ iwl_mvm_tx_tso_segment(struct sk_buff *skb,
> > unsigned int num_subframes,
> >
> >                 if (tcp_payload_len > mss) {
> >                         skb_shinfo(tmp)->gso_size = mss;
> > +                       skb_shinfo(tmp)->gso_type = ipv4 ?
> > SKB_GSO_TCPV4 : SKB_GSO_TCPV6;
> >                 } else {
> >                         if (qos) {
> >                                 u8 *qc;
>
> This does fix the problems reported on iwlwifi, were you planning to
> submit it as a proper patch?

Sure, I will do, thanks !

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2021-01-19 10:02                             ` Eric Dumazet
@ 2021-01-25 14:57                               ` Johannes Berg
  2021-01-25 14:58                                 ` Eric Dumazet
  0 siblings, 1 reply; 21+ messages in thread
From: Johannes Berg @ 2021-01-25 14:57 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Ben Greear, Rainer Suhm, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

Hi Eric,

On Tue, 2021-01-19 at 11:02 +0100, Eric Dumazet wrote:
> 
> > This does fix the problems reported on iwlwifi, were you planning to
> > submit it as a proper patch?
> 
> Sure, I will do, thanks !

Did you do that and I missed it? Or would you prefer we did?

Thanks,
Johannes


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: net: tso: add UDP segmentation support: adds regression for ax200 upload
  2021-01-25 14:57                               ` Johannes Berg
@ 2021-01-25 14:58                                 ` Eric Dumazet
  0 siblings, 0 replies; 21+ messages in thread
From: Eric Dumazet @ 2021-01-25 14:58 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Ben Greear, Rainer Suhm, Jakub Kicinski, Luca Coelho, netdev,
	linux-wireless, Willem de Bruijn

On Mon, Jan 25, 2021 at 3:57 PM Johannes Berg <johannes@sipsolutions.net> wrote:
>
> Hi Eric,
>
> On Tue, 2021-01-19 at 11:02 +0100, Eric Dumazet wrote:
> >
> > > This does fix the problems reported on iwlwifi, were you planning to
> > > submit it as a proper patch?
> >
> > Sure, I will do, thanks !
>
> Did you do that and I missed it? Or would you prefer we did?
>
> Thanks,
> Johannes
>

Oh right, let me do it :)

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2021-01-25 15:32 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 23:09 net: tso: add UDP segmentation support: adds regression for ax200 upload Ben Greear
2020-12-16 23:59 ` Ben Greear
2020-12-17 10:11   ` Eric Dumazet
2020-12-17 17:56     ` Ben Greear
2020-12-17 18:07       ` Eric Dumazet
2020-12-17 18:13         ` Ben Greear
2020-12-17 18:20           ` Eric Dumazet
2020-12-17 20:40             ` Ben Greear
2020-12-18 20:16               ` Jakub Kicinski
2020-12-19 15:18                 ` Johannes Berg
2020-12-19 16:55                   ` Ben Greear
2020-12-21 18:46                     ` Eric Dumazet
2020-12-21 18:54                       ` Jakub Kicinski
2020-12-21 19:04                       ` Eric Dumazet
2020-12-21 19:14                         ` Eric Dumazet
2020-12-21 20:01                           ` Rainer Suhm
2020-12-24 17:48                             ` Ben Greear
2021-01-19  8:53                           ` Johannes Berg
2021-01-19 10:02                             ` Eric Dumazet
2021-01-25 14:57                               ` Johannes Berg
2021-01-25 14:58                                 ` Eric Dumazet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.