search for: s_label

Displaying 12 results from an estimated 12 matches for "s_label".

Did you mean: p_label
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...'. A 'break main'/'run'/'break strlen'/'cont' > gives a relevant stack trace: > > #0 __strlen_sse2_pminub () at > ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 > #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", > s_label=<optimized out>, ret_label=0x7fffffffddee) > at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203 > #2 0x000055555556bbdc in dfsw$strlen () > #3 0x000055555556bb51 in len (strlen_ptr=0x55555556bbc0 <dfsw$strlen>, > str=0x55555556fe17 "foo") at strlen.c:...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
Hi Peter, After discovering several bugs in ArgumentPromotion and DeadArgumentElimination where llvm::Functions were replaced with similar functions (with the same name) to transform their type in some way, I started looking at all calls to llvm::Function::takeName to see if there were any other debug info quality bugs in similar callers. One such caller is the DataFlowSanitizer, and I don't
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...;break strlen'/'cont' >>> gives a relevant stack trace: >>> >>> #0 __strlen_sse2_pminub () at >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", >>> s_label=<optimized out>, ret_label=0x7fffffffddee) >>> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203 >>> #2 0x000055555556bbdc in dfsw$strlen () >>> #3 0x000055555556bb51 in len (strlen_ptr=0x55555556bbc0 <dfsw$strlen>, >>> str=0x55555556fe...
2011 Jan 24
0
[PATCH] disklib: Detect "MS-DOS 3.30 through Windows 95 (A)" MBR
...insertions(+), 1 deletions(-) diff --git a/com32/gpllib/disk/mbrs.c b/com32/gpllib/disk/mbrs.c index 77e4180..37309e1 100644 --- a/com32/gpllib/disk/mbrs.c +++ b/com32/gpllib/disk/mbrs.c @@ -27,7 +27,6 @@ void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) switch (s_label) { case 0x0000: - case 0xfa33: case 0xfab8: case 0xfabe: strlcpy(buffer, "No bootloader", buffer_size - 1); @@ -99,6 +98,9 @@ void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) else strlcpy(buffer, "Unknown mbr", buffer_siz...
2011 Jan 24
0
[PATCH] disklib: Detect "FreeDOS (eXtended FDisk)" MBR
...insertions(+), 1 deletions(-) diff --git a/com32/gpllib/disk/mbrs.c b/com32/gpllib/disk/mbrs.c index 37309e1..6150fcf 100644 --- a/com32/gpllib/disk/mbrs.c +++ b/com32/gpllib/disk/mbrs.c @@ -27,7 +27,6 @@ void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) switch (s_label) { case 0x0000: - case 0xfab8: case 0xfabe: strlcpy(buffer, "No bootloader", buffer_size - 1); break; @@ -101,6 +100,9 @@ void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) case 0xfa33: strlcpy(buffer, "MS-DOS 3.30 through Windows 9...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...es a relevant stack trace: > > >>> > > >>> #0 __strlen_sse2_pminub () at > > >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 > > >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", > > >>> s_label=<optimized out>, ret_label=0x7fffffffddee) > > >>> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203 > > >>> #2 0x000055555556bbdc in dfsw$strlen () > > >>> #3 0x000055555556bb51 in len (strlen_ptr=0x55555556bbc0 > <dfsw$strlen...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...;>> > > > > >>> #0 __strlen_sse2_pminub () at > > > > >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 > > > > >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", > > > > >>> s_label=<optimized out>, ret_label=0x7fffffffddee) > > > > >>> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203 > > > > >>> #2 0x000055555556bbdc in dfsw$strlen () > > > > >>> #3 0x000055555556bb51 in len (strlen_ptr=0x555...
2007 Aug 21
1
[git patch] dmesg + fstype ocfs2
...rsize_bits; /* Clustersize for this fs */ +/*40*/ uint16_t s_max_slots; /* Max number of simultaneous mounts + before tunefs required */ + uint16_t s_reserved1; + uint32_t s_reserved2; + uint64_t s_first_cluster_group; /* Block offset of 1st cluster + * group header */ +/*50*/ uint8_t s_label[OCFS2_MAX_VOL_LABEL_LEN]; /* Label for mounting, etc. */ +/*90*/ uint8_t s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */ +/*A0*/ +} __attribute__ ((packed)); + +/* + * On disk inode for OCFS2 + */ +struct ocfs2_dinode { +/*00*/ uint8_t i_signature[8]; /* Signature for validation */ + uint32_t i_ge...
2007 Nov 16
8
[PATCH 0/6] Add online resize for ocfs2-tools,take 1
Add online resize in tunefs.ocfs2 so that user can increase the volume when it is mounted.
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus. The following 6 patches have already got sunil's SOBs, and now they're trying to attract more reviewers before it goes to central repo with a modification of getting manual pages being introduced.
2010 Oct 08
23
O2CB global heartbeat - hopefully final drop!
All, This is hopefully the final drop of the patches for adding global heartbeat to the o2cb stack. The diff from the previous set is here: http://oss.oracle.com/~smushran/global-hb-diff-2010-10-07 Implemented most of the suggestions provided by Joel and Wengang. The most important one was to activate the feature only at the end, Also, got mostly a clean run with checkpatch.pl. Sunil
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to