Displaying 20 results from an estimated 1528 matches for "granularity".
2017 Oct 31
2
[RFC] ASan: patches to support 32-byte shadow granularity
I've prepared a preliminary set of patches that makes ASan work with
32-byte shadow granularity, and I would like to get some feedback on
those patches as well as my general plan.
Some background: I am porting ASan to the Myriad platform. I'm
looking to break up that port into components that may be
useful/relevant to other platforms -- the first of those pieces is the
ability to use a...
2016 Jun 14
1
timestamp granularity
Apple File System Guide is released.
https://developer.apple.com/library/prerelease/content/documentation/FileManagement/Conceptual/APFS_Guide/GeneralCharacteristics/GeneralCharacteristics.html
>Nanosecond Timestamp Granularity
>
>APFS supports 1 nanosecond timestamp granularity, which improves
>upon the 1 second timestamp granularity of HFS+.
>Compatibility
>
>You can share APFS formatted volumes using the SMB network file
>sharing protocol. The AFP protocol is deprecated and cannot be
>used to s...
2017 Oct 31
1
[RFC] ASan: patches to support 32-byte shadow granularity
...n folks, please CC them to the code reviews.
Also please make sure llvm-commits is CC-ed (cfe-commits for clang changes)
On Tue, Oct 31, 2017 at 2:29 PM, Walter Lee <waltl at google.com> wrote:
> I've prepared a preliminary set of patches that makes ASan work with
> 32-byte shadow granularity, and I would like to get some feedback on
> those patches as well as my general plan.
>
> Some background: I am porting ASan to the Myriad platform. I'm
> looking to break up that port into components that may be
> useful/relevant to other platforms -- the first of those pieces...
2007 Apr 18
0
[PATCH 5/21] i386 Pnp byte granularity
...out. These parameteres may be passed
from arbitrary kernel virtual memory, so they deserve strict protection to
stop a bad BIOS from smashing beyond the object size.
Unfortunately, the use of set_limit was badly botching this by setting
the limit in terms of pages, when it really should have byte granularity.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/head.S
===================================================================
--- linux-2.6.14-zach-work.orig/arch/i386/kernel/head.S 2005-11-04 16:55:01.000000000 -0800
+++ linux-2.6.14-zach-work/ar...
2007 Apr 18
0
[PATCH 5/21] i386 Pnp byte granularity
...out. These parameteres may be passed
from arbitrary kernel virtual memory, so they deserve strict protection to
stop a bad BIOS from smashing beyond the object size.
Unfortunately, the use of set_limit was badly botching this by setting
the limit in terms of pages, when it really should have byte granularity.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/head.S
===================================================================
--- linux-2.6.14-zach-work.orig/arch/i386/kernel/head.S 2005-11-04 16:55:01.000000000 -0800
+++ linux-2.6.14-zach-work/ar...
2006 Apr 16
5
Granular model validation based around controller actions?
How can I achieve granular control over the validation for different
controllers? I create users from an administration controller, but I
don''t want to fill in all their information fields, just have their name
and email address. When they accept the invitation, I want to implement
validation on the other fields.
I have looked at using :on => :update, but I would have to make the
2017 Nov 08
3
[RFC] ASan: patches to support 32-byte shadow granularity
I've finished my initial set of patches to make 32-byte shadow
granularity work on x86. Here is a summary of the changes from last
week:
- As discussed, I added a full redzone after every stack variable.
- We discussed adding a -fsanitize-address-granularity=N flag, but I
found the following existing flag has been sufficient for my
purposes: -asan-mapping-scale N....
2006 Apr 05
7
Tocken Bucket with priority?
Hi. I''m trying to get a traffic shaper like this:
------
VoIP pkts --> | |_|
------ \ |
---O ->
------ /
Data pkts --> |
------
In this shaper voip packets are in a different queue than any other kind of
packet. I want a data packet to be
2018 May 07
2
ASan port for Myriad RTEMS
On Fri, May 4, 2018 at 7:09 PM Walter Lee <waltl at google.com> wrote:
> On Fri, May 4, 2018 at 6:21 PM Kostya Serebryany <kcc at google.com> wrote:
>
> > On RAM...
>
> > You chose the 32-byte shadow granularity to reduce the RAM overhead,
> > but I am afraid this will actually increase it due to extra alignment
> requirements,
> > especially if an average allocation on your typical application is small.
>
>
> Good point. I will run our test suite with 8-byte shadow granularity and...
2005 Sep 22
3
[Bug 1089] StrictModes needs runtime granularity
http://bugzilla.mindrot.org/show_bug.cgi?id=1089
Summary: StrictModes needs runtime granularity
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: tad at tadland...
2001 Mar 17
1
Copy a part of an Ogg/Vorbis file
What I'd like to do is to copy a part of an Ogg/Vorbis file to a new
file, without decoding and re-encoding (say I've got several songs
in one long file, and I want to split them into separate files).
Sample granularity is not required, packet granularity should do.
I'm reading the Ogg documentation. I think I could write some code
based on ogg_stream_packet{out,in}. Is this the way to go, or are
there easier ways? Or is there perhaps already existing code for
this purpose so I don't need to reinvent the...
2000 Oct 29
0
Sample-granularity file length and editing whitepaper
A few folks have asked for specifics, at the spec level, on how sample
granularity editing works in Vorbis. So, here's a whitepaper as the
beginnings of a real document. This doc is also in CVS on branch_beta3.
Note that vorbisfile is not actually tested with the beginning
sample-offset spec for editing. I'll be testing/fixing any bugs in
vorbisfile on that front now,...
2018 Jan 14
1
PCIe ordering and new VIRTIO packed ring format.
Hi,
I have a concern about the portability of offloading the new VIRTIO packed ring format to hardware.
According to the PCIe rev 2.0, paragraph 2.4.2. Update Ordering and Granularity Observed by a Read Transaction"
" if a host CPU writes a QWORD to host memory, a Requester reading that QWORD from host memory may observe a portion of the QWORD updated and another portion of it containing the old value."
This means that after the device reads a 16byte descriptor,...
2018 May 18
0
ASan port for Myriad RTEMS
...e able to
avoid running out of memory with grain of 32 than 8. The ones that run out
of memory on 8 but not 32 all failed trying to allocate a large region from
the heap (350M). I haven't had any tests that run out of memory for other
reasons.
Given that, I will check in the current selected granularity of 32. I will
try grain 16 and to collect finer grained data when I have a chance.
Thanks,
Walter
On Mon, May 7, 2018 at 2:07 PM Kostya Serebryany <kcc at google.com> wrote:
> On Fri, May 4, 2018 at 7:09 PM Walter Lee <waltl at google.com> wrote:
>> On Fri, May 4, 2018 a...
2015 Nov 18
0
[Bug 1089] StrictModes needs runtime granularity
https://bugzilla.mindrot.org/show_bug.cgi?id=1089
cab at bongalow.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cab at bongalow.net
--
You are receiving this mail because:
You are watching the assignee of the bug.
2008 Jul 11
2
plotting granular data
Hello R users,
I would apprecaite any help to my current problem. I wanted to plot the
following data:
3.3705997271301E-06
-0.000193767858719911
-4.30103236602221E-05
-1.22606947412076E-06
-2.14297322582901E-05
-5.66282817417529E-05
-2.56009760591276E-05
-2.39301719384927E-06
-0.000134400221353397
9.92533531897553E-07
-8.71761124710774E-05
-6.22061231022366E-06
-0.000122373909510313
2006 Apr 07
0
"action pass random determ/netrand reclassify --value--": granularity problems
Hi all!
I''m trying to do proportional marking of real-time traffic to indicate link congestion, and for that, I wish to use the DSMARK filter to mark from, say EF to 0xcc. (an unused DSCP value)
By proportional, I mean, if congestion on the egress link is, say 38%, then I shall remark 38 packets of every 100 leaving eth0.
I already wrote some scripts, and I can measure the overload
2006 Apr 11
1
HTB statistics granularity
Hi,
I am running HTB and using the following command to get rate and pps statistics:
tc -s class show dev eth0
However what I am seeing is that if I run the command over and over again, I see the sent bytes and sent packets increment however the rate and pps have the following issues:
1. The rate and pps values only seem to update after every 15 seconds
2. They do not show until about after
2017 Jul 05
3
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
...uch a simulation before and any help would be greatly
>> appreciated. I need your guidance.
>>>
>>> I need to simulate end to end data for Reliability/survival analysis of
>> a Pump ,with correlation in place, that is at 'Transactional level' or at
>> the granularity of time-minutes, where each observation is a reading
>> captured via Pump's sensors each minute.
>>> Once transactional data is prepared I Then need to summarise above data
>> for reliability/ survival analysis.
>>>
>>> To begin with below is the transacti...
2017 Jul 05
0
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
...ore and any help would be greatly
>>> appreciated. I need your guidance.
>>>>
>>>> I need to simulate end to end data for Reliability/survival analysis of
>>> a Pump ,with correlation in place, that is at 'Transactional level' or at
>>> the granularity of time-minutes, where each observation is a reading
>>> captured via Pump's sensors each minute.
>>>> Once transactional data is prepared I Then need to summarise above data
>>> for reliability/ survival analysis.
>>>>
>>>> To begin with be...