Skip to content

Commit

Permalink
update release version to 0.15.0 (microsoft#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewige authored Mar 25, 2024
1 parent bf8d2c4 commit a995522
Show file tree
Hide file tree
Showing 149 changed files with 815 additions and 815 deletions.
2 changes: 1 addition & 1 deletion installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
<?define ProductVersion="022C44B5-8969-4B75-8DB0-73F98B1BD7DC"?>
<?define UpgradeCode="B6BCACB1-C872-4159-ABCB-43A50668056C"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:ui="http://schemas.microsoft.com/wix/UIExtension" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="$(var.ProductVersion)" Name="eBPF for Windows" Language="1033" Version="0.14.0" Manufacturer="Microsoft" UpgradeCode="$(var.UpgradeCode)">
<Product Id="$(var.ProductVersion)" Name="eBPF for Windows" Language="1033" Version="0.15.0" Manufacturer="Microsoft" UpgradeCode="$(var.UpgradeCode)">
<Package Description="eBPF for Windows" InstallerVersion="301" Compressed="yes" InstallScope="perMachine" Manufacturer="Microsoft" Platform="x64" />
<MajorUpgrade AllowSameVersionUpgrades="yes"
Disallow="yes" DisallowUpgradeErrorMessage="An older version of [ProductName] is already installed. Please remove it first."
Expand Down
2 changes: 1 addition & 1 deletion resource/ebpf_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: MIT

#define EBPF_VERSION_MAJOR 0
#define EBPF_VERSION_MINOR 14
#define EBPF_VERSION_MINOR 15
#define EBPF_VERSION_REVISION 0

#define QUOTE(str) #str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/atomic_instruction_others_dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/atomic_instruction_others_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/atomic_instruction_others_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/bad_map_name_dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/bad_map_name_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/bad_map_name_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
40 changes: 20 additions & 20 deletions tests/bpf2c_tests/expected/bindmonitor_dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[0].tail_call) && (r0 == 0))
#line 61 "sample/bindmonitor.c"
return 0;
// EBPF_OP_STXDW pc=4 dst=r10 src=r0 offset=-8 imm=0
// EBPF_OP_STXDW pc=4 dst=r10 src=r0 offset=-8 imm=0
#line 61 "sample/bindmonitor.c"
*(uint64_t*)(uintptr_t)(r10 + OFFSET(-8)) = (uint64_t)r0;
// EBPF_OP_STXDW pc=5 dst=r10 src=r8 offset=-72 imm=0
Expand All @@ -182,7 +182,7 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[1].tail_call) && (r0 == 0))
#line 64 "sample/bindmonitor.c"
return 0;
// EBPF_OP_STXDW pc=9 dst=r10 src=r0 offset=-80 imm=0
// EBPF_OP_STXDW pc=9 dst=r10 src=r0 offset=-80 imm=0
#line 64 "sample/bindmonitor.c"
*(uint64_t*)(uintptr_t)(r10 + OFFSET(-80)) = (uint64_t)r0;
// EBPF_OP_MOV64_REG pc=10 dst=r1 src=r6 offset=0 imm=0
Expand All @@ -197,7 +197,7 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[2].tail_call) && (r0 == 0))
#line 65 "sample/bindmonitor.c"
return 0;
// EBPF_OP_STXW pc=12 dst=r10 src=r0 offset=-72 imm=0
// EBPF_OP_STXW pc=12 dst=r10 src=r0 offset=-72 imm=0
#line 65 "sample/bindmonitor.c"
*(uint32_t*)(uintptr_t)(r10 + OFFSET(-72)) = (uint32_t)r0;
// EBPF_OP_MOV64_REG pc=13 dst=r2 src=r10 offset=0 imm=0
Expand Down Expand Up @@ -227,7 +227,7 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[3].tail_call) && (r0 == 0))
#line 67 "sample/bindmonitor.c"
return 0;
// EBPF_OP_MOV64_REG pc=21 dst=r2 src=r10 offset=0 imm=0
// EBPF_OP_MOV64_REG pc=21 dst=r2 src=r10 offset=0 imm=0
#line 67 "sample/bindmonitor.c"
r2 = r10;
// EBPF_OP_ADD64_IMM pc=22 dst=r2 src=r0 offset=0 imm=-84
Expand All @@ -245,23 +245,23 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[4].tail_call) && (r0 == 0))
#line 119 "sample/bindmonitor.c"
return 0;
// EBPF_OP_MOV64_REG pc=26 dst=r7 src=r0 offset=0 imm=0
// EBPF_OP_MOV64_REG pc=26 dst=r7 src=r0 offset=0 imm=0
#line 119 "sample/bindmonitor.c"
r7 = r0;
// EBPF_OP_JEQ_IMM pc=27 dst=r7 src=r0 offset=77 imm=0
#line 120 "sample/bindmonitor.c"
if (r7 == IMMEDIATE(0))
#line 120 "sample/bindmonitor.c"
goto label_7;
// EBPF_OP_LDXW pc=28 dst=r1 src=r7 offset=0 imm=0
// EBPF_OP_LDXW pc=28 dst=r1 src=r7 offset=0 imm=0
#line 120 "sample/bindmonitor.c"
r1 = *(uint32_t*)(uintptr_t)(r7 + OFFSET(0));
// EBPF_OP_JEQ_IMM pc=29 dst=r1 src=r0 offset=75 imm=0
#line 120 "sample/bindmonitor.c"
if (r1 == IMMEDIATE(0))
#line 120 "sample/bindmonitor.c"
goto label_7;
// EBPF_OP_LDXDW pc=30 dst=r1 src=r6 offset=16 imm=0
// EBPF_OP_LDXDW pc=30 dst=r1 src=r6 offset=16 imm=0
#line 73 "sample/bindmonitor.c"
r1 = *(uint64_t*)(uintptr_t)(r6 + OFFSET(16));
// EBPF_OP_STXDW pc=31 dst=r10 src=r1 offset=-8 imm=0
Expand Down Expand Up @@ -315,39 +315,39 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[4].tail_call) && (r0 == 0))
#line 78 "sample/bindmonitor.c"
return 0;
// EBPF_OP_MOV64_REG pc=47 dst=r9 src=r0 offset=0 imm=0
// EBPF_OP_MOV64_REG pc=47 dst=r9 src=r0 offset=0 imm=0
#line 78 "sample/bindmonitor.c"
r9 = r0;
// EBPF_OP_JNE_IMM pc=48 dst=r9 src=r0 offset=28 imm=0
#line 79 "sample/bindmonitor.c"
if (r9 != IMMEDIATE(0))
#line 79 "sample/bindmonitor.c"
goto label_1;
// EBPF_OP_LDXW pc=49 dst=r1 src=r6 offset=44 imm=0
// EBPF_OP_LDXW pc=49 dst=r1 src=r6 offset=44 imm=0
#line 83 "sample/bindmonitor.c"
r1 = *(uint32_t*)(uintptr_t)(r6 + OFFSET(44));
// EBPF_OP_JNE_IMM pc=50 dst=r1 src=r0 offset=53 imm=0
#line 83 "sample/bindmonitor.c"
if (r1 != IMMEDIATE(0))
#line 83 "sample/bindmonitor.c"
goto label_6;
// EBPF_OP_LDXDW pc=51 dst=r1 src=r6 offset=0 imm=0
// EBPF_OP_LDXDW pc=51 dst=r1 src=r6 offset=0 imm=0
#line 87 "sample/bindmonitor.c"
r1 = *(uint64_t*)(uintptr_t)(r6 + OFFSET(0));
// EBPF_OP_JEQ_IMM pc=52 dst=r1 src=r0 offset=51 imm=0
#line 87 "sample/bindmonitor.c"
if (r1 == IMMEDIATE(0))
#line 87 "sample/bindmonitor.c"
goto label_6;
// EBPF_OP_LDXDW pc=53 dst=r1 src=r6 offset=8 imm=0
// EBPF_OP_LDXDW pc=53 dst=r1 src=r6 offset=8 imm=0
#line 87 "sample/bindmonitor.c"
r1 = *(uint64_t*)(uintptr_t)(r6 + OFFSET(8));
// EBPF_OP_JEQ_IMM pc=54 dst=r1 src=r0 offset=49 imm=0
#line 87 "sample/bindmonitor.c"
if (r1 == IMMEDIATE(0))
#line 87 "sample/bindmonitor.c"
goto label_6;
// EBPF_OP_MOV64_REG pc=55 dst=r8 src=r10 offset=0 imm=0
// EBPF_OP_MOV64_REG pc=55 dst=r8 src=r10 offset=0 imm=0
#line 87 "sample/bindmonitor.c"
r8 = r10;
// EBPF_OP_ADD64_IMM pc=56 dst=r8 src=r0 offset=0 imm=-8
Expand Down Expand Up @@ -377,7 +377,7 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[3].tail_call) && (r0 == 0))
#line 91 "sample/bindmonitor.c"
return 0;
// EBPF_OP_LDDW pc=64 dst=r1 src=r0 offset=0 imm=0
// EBPF_OP_LDDW pc=64 dst=r1 src=r0 offset=0 imm=0
#line 92 "sample/bindmonitor.c"
r1 = POINTER(_maps[0].address);
// EBPF_OP_MOV64_REG pc=66 dst=r2 src=r8 offset=0 imm=0
Expand All @@ -392,15 +392,15 @@ BindMonitor(void* context)
if ((BindMonitor_helpers[4].tail_call) && (r0 == 0))
#line 92 "sample/bindmonitor.c"
return 0;
// EBPF_OP_MOV64_REG pc=68 dst=r9 src=r0 offset=0 imm=0
// EBPF_OP_MOV64_REG pc=68 dst=r9 src=r0 offset=0 imm=0
#line 92 "sample/bindmonitor.c"
r9 = r0;
// EBPF_OP_JEQ_IMM pc=69 dst=r9 src=r0 offset=34 imm=0
#line 93 "sample/bindmonitor.c"
if (r9 == IMMEDIATE(0))
#line 93 "sample/bindmonitor.c"
goto label_6;
// EBPF_OP_LDXDW pc=70 dst=r3 src=r6 offset=0 imm=0
// EBPF_OP_LDXDW pc=70 dst=r3 src=r6 offset=0 imm=0
#line 97 "sample/bindmonitor.c"
r3 = *(uint64_t*)(uintptr_t)(r6 + OFFSET(0));
// EBPF_OP_LDXDW pc=71 dst=r4 src=r6 offset=8 imm=0
Expand Down Expand Up @@ -436,12 +436,12 @@ BindMonitor(void* context)
if (r1 == IMMEDIATE(0))
#line 130 "sample/bindmonitor.c"
goto label_2;
// EBPF_OP_JEQ_IMM pc=79 dst=r1 src=r0 offset=9 imm=2
// EBPF_OP_JEQ_IMM pc=79 dst=r1 src=r0 offset=9 imm=2
#line 130 "sample/bindmonitor.c"
if (r1 == IMMEDIATE(2))
#line 130 "sample/bindmonitor.c"
goto label_3;
// EBPF_OP_LDXW pc=80 dst=r1 src=r9 offset=0 imm=0
// EBPF_OP_LDXW pc=80 dst=r1 src=r9 offset=0 imm=0
#line 147 "sample/bindmonitor.c"
r1 = *(uint32_t*)(uintptr_t)(r9 + OFFSET(0));
// EBPF_OP_JA pc=81 dst=r0 src=r0 offset=11 imm=0
Expand All @@ -462,7 +462,7 @@ BindMonitor(void* context)
if (r1 >= r2)
#line 132 "sample/bindmonitor.c"
goto label_7;
// EBPF_OP_ADD64_IMM pc=86 dst=r1 src=r0 offset=0 imm=1
// EBPF_OP_ADD64_IMM pc=86 dst=r1 src=r0 offset=0 imm=1
#line 136 "sample/bindmonitor.c"
r1 += IMMEDIATE(1);
// EBPF_OP_STXW pc=87 dst=r9 src=r1 offset=0 imm=0
Expand All @@ -480,7 +480,7 @@ BindMonitor(void* context)
if (r1 == IMMEDIATE(0))
#line 139 "sample/bindmonitor.c"
goto label_5;
// EBPF_OP_ADD64_IMM pc=91 dst=r1 src=r0 offset=0 imm=-1
// EBPF_OP_ADD64_IMM pc=91 dst=r1 src=r0 offset=0 imm=-1
#line 140 "sample/bindmonitor.c"
r1 += IMMEDIATE(-1);
// EBPF_OP_STXW pc=92 dst=r9 src=r1 offset=0 imm=0
Expand Down Expand Up @@ -572,7 +572,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/bindmonitor_mt_tailcall_dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -6191,7 +6191,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/bindmonitor_mt_tailcall_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -6165,7 +6165,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/bpf2c_tests/expected/bindmonitor_mt_tailcall_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -6326,7 +6326,7 @@ static void
_get_version(_Out_ bpf2c_version_t* version)
{
version->major = 0;
version->minor = 14;
version->minor = 15;
version->revision = 0;
}

Expand Down
Loading

0 comments on commit a995522

Please sign in to comment.