From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Kenneth W" Date: Thu, 02 Nov 2006 08:56:46 +0000 Subject: RE: [PATCH]IA64 trap code 16 bytes atomic copy on montecito, take 2 Message-Id: <000301c6fe5c$d4617180$bf80030a@amr.corp.intel.com> List-Id: References: <454961EE.4070608@intel.com> In-Reply-To: <454961EE.4070608@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Mao, Bibo wrote on Wednesday, November 01, 2006 11:53 PM > else means that current cpu does not support 16 byte atomic operation. > If kprobe address is on slot 0/2, then memcpy still can execute. Do you allow kprobe insertion on "L+X" instruction? It looks like so. Then how do you maintain atomic update to L and X instruction right now with memcpy? "atomic update" is not really the exact word I want to use here. Don't you want to write the upper 8-byte first so that break opcode is jammed in there before updating the remaining 41-bit immediate value? Otherwise, writing lower 8-byte first will end up with a small window that original opcode seeing corrupted immediate value.