Displaying 4 results from an estimated 4 matches for "reinvestigating".
Did you mean:
investigating
2011 Jun 24
19
SKB paged fragment lifecycle on receive
...t by the time the
skb destructor is called they are no longer there.
AIUI Rusty Russell had previously looked into a per-page destructor in
the shinfo but found that it couldn''t be made to work (I don''t remember
why, or if I even knew at the time). Could that be an approach worth
reinvestigating?
I can''t really think of any other solution which doesn''t involve some
sort of driver callback at the time a page is free()d.
I expect that wrapping the uses of get/put_page in a network specific
wrapper (e.g. skb_{get,frag}_frag(skb, nr) would be a useful first step
in any solu...
2010 Jun 03
10
[Bug 1774] New: wtmp and lastlog on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=1774
Summary: wtmp and lastlog on AIX
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: defrayable at
2013 Jun 18
16
[PATCH] ARM: cache coherence problem in guestcopy.c
I''ve encountered a rather unusual bug while I''m implementing live
migration on arndale board.
After resume, domU kernel starts invoking hypercalls and at some point
the hypercall parameters delivered to xen are corrupted.
After some debugging (with the help of HW debugger), I found that
cache polution happens, and here is the detailed sequence.
1) DomU kernel allocates a local
2020 May 29
4
Range lists, zero-length functions, linker gc
On 2020-05-28, David Blaikie wrote:
>On Thu, May 28, 2020 at 2:52 PM Robinson, Paul <paul.robinson at sony.com>
>wrote:
>
>> As has been mentioned elsewhere, Sony generally fixes up references from
>> debug info to stripped functions (of any length) using -1, because that’s a
>> less-likely-to-be-real address than 0x0 or 0x1. (0x0 is a typical base
>>