On 12/24/25 5:31 AM, Yunjin Kim wrote: > This methods are used by AKKstub-ARM Kernel Kstub. > > We need to implement an automatic kernel-method mock that streamlines the > mocking process during kernel-method testing and enables fully automated > operations. This mechanism must traverse the binary instructions of the > target function in memory, locate the appropriate instruction, and replace > it. To perform the traversal, it must know the function’s entry address and > the size of its instruction range. > > Bug: > Change-Id: I5a318f762d4412e70b0c8dcf2dfed326312bdc65 > Signed-off-by: Yunjin Kim <[email protected]>
I'm confused by this patch. It seems like it should be sent for review and inclusion in some Android-specific downstream kernel, rather than the official Linux kernel. As it stands, without more context, the patch only adds dead code to the kernel. -- Thanks, Petr

