All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: yang.shi@linaro.org
Cc: ast@kernel.org, catalin.marinas@arm.com, will.deacon@arm.com,
	zlim.lnx@gmail.com, xi.wang@gmail.com,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linaro-kernel@lists.linaro.org
Subject: Re: [RESEND PATCH] arm64: bpf: add 'store immediate' instruction
Date: Thu, 03 Dec 2015 11:38:46 -0500 (EST)	[thread overview]
Message-ID: <20151203.113846.853547663758521483.davem@davemloft.net> (raw)
In-Reply-To: <1448922247-5692-1-git-send-email-yang.shi@linaro.org>

From: Yang Shi <yang.shi@linaro.org>
Date: Mon, 30 Nov 2015 14:24:07 -0800

> aarch64 doesn't have native store immediate instruction, such operation
> has to be implemented by the below instruction sequence:
> 
> Load immediate to register
> Store register
> 
> Signed-off-by: Yang Shi <yang.shi@linaro.org>

Applied, thanks.

WARNING: multiple messages have this Message-ID (diff)
From: davem@davemloft.net (David Miller)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH] arm64: bpf: add 'store immediate' instruction
Date: Thu, 03 Dec 2015 11:38:46 -0500 (EST)	[thread overview]
Message-ID: <20151203.113846.853547663758521483.davem@davemloft.net> (raw)
In-Reply-To: <1448922247-5692-1-git-send-email-yang.shi@linaro.org>

From: Yang Shi <yang.shi@linaro.org>
Date: Mon, 30 Nov 2015 14:24:07 -0800

> aarch64 doesn't have native store immediate instruction, such operation
> has to be implemented by the below instruction sequence:
> 
> Load immediate to register
> Store register
> 
> Signed-off-by: Yang Shi <yang.shi@linaro.org>

Applied, thanks.

  parent reply	other threads:[~2015-12-03 16:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 22:24 [RESEND PATCH] arm64: bpf: add 'store immediate' instruction Yang Shi
2015-11-30 22:24 ` Yang Shi
2015-12-01 22:20 ` Shi, Yang
2015-12-01 22:20   ` Shi, Yang
2015-12-02  9:15   ` Will Deacon
2015-12-02  9:15     ` Will Deacon
2015-12-02 20:42     ` David Miller
2015-12-02 20:42       ` David Miller
2015-12-03 16:38 ` David Miller [this message]
2015-12-03 16:38   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151203.113846.853547663758521483.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=ast@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=will.deacon@arm.com \
    --cc=xi.wang@gmail.com \
    --cc=yang.shi@linaro.org \
    --cc=zlim.lnx@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.