linux-sides-Timers and time management-Introduction
这篇文章 Timers and time management in the Linux kernel. Part 1. 是出自 linux-insides
这篇文章 Timers and time management in the Linux kernel. Part 1. 是出自 linux-insides
这篇文章 Measuring Transactional Integrity in Airbnb’s Distributed Payment Ecosystem
这篇文章Re-Architecting the Video Gatekeeper 是出自 Netflix Technology Blog。 Netflix上的视频需要通过Title Operations 团队的策划,使其遵守的合同;字幕、配音、翻译能够提供给合适的人群;标题名称和概要可供使用和翻译;满足各个国家的成熟度等级(分级)。 ...
这篇文章 Scaling Appsec at Netflix 是出自 Netflix Technology Blog Netflix的 应用安全团队的主要服务对象是在云基础架构上发布应用的工程团队, Netflix安全主张:安全是每个产品团队的责任 ...
这篇文章CFI directives in assembly file (18 Jan 2017), 是出自google 工程师Adam Langley 问题提出: 函数调用栈 1 2 3 4 5 6 7 8 : : | caller's stack | +----------------+ <----$rsp value before CALL | return address | +----------------+ <----$rsp at function entry | caller's rbp | +----------------+ <----$rbp always points here | callee's stack | 函数调用中 调用call指令时将call指令的下一条指令 return address 入栈, 其中return address存放在RIP寄存器中也就是将 RIP入栈,之后进入子函数后会将父函数的栈基地址入栈,其中父函数的栈基地保存在RBP寄存器中。 ...
这篇文章 Delightful User Interfaces: Easter Eggs 是出自 Netflix Technology Blog
这篇文章 Predictive CPU isolation of containers at Netflix 是出自 Netflix Techno
详解 Linux 内核 RCU 的 API 接口和使用方法
RCU 在实际场景中的使用方法和最佳实践
深入理解 Linux 内核 RCU(Read-Copy-Update)机制的基本原理