From: Alexander Graf <agraf@suse.de>
To: Arseny Solokha <asolokha@kb.kras.ru>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Gleb Natapov <gleb@kernel.org>,
linux-kernel@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
Scott Wood <scottwood@freescale.com>,
Paolo Bonzini <pbonzini@redhat.com>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit
Date: Fri, 20 Mar 2015 12:41:20 +0100 [thread overview]
Message-ID: <550C0760.50903@suse.de> (raw)
In-Reply-To: <1426823789-949-3-git-send-email-asolokha@kb.kras.ru>
On 20.03.15 04:56, Arseny Solokha wrote:
> Drop unused static procedure which doesn't have callers within its
> translation unit. It had been already removed independently in QEMU[1]
> from the OpenPIC implementation borrowed from the kernel.
The order was reverse. QEMU's implementation was first and then got
imported into the kernel.
>
> [1] https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01812.html
>
> Signed-off-by: Arseny Solokha <asolokha@kb.kras.ru>
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Gleb Natapov <gleb@kernel.org>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
Please resubmit the patch with CC on kvm@vger and kvm-ppc@vger.
Alex
WARNING: multiple messages have this Message-ID (diff)
From: Alexander Graf <agraf@suse.de>
To: Arseny Solokha <asolokha@kb.kras.ru>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Scott Wood <scottwood@freescale.com>,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
Gleb Natapov <gleb@kernel.org>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit
Date: Fri, 20 Mar 2015 12:41:20 +0100 [thread overview]
Message-ID: <550C0760.50903@suse.de> (raw)
In-Reply-To: <1426823789-949-3-git-send-email-asolokha@kb.kras.ru>
On 20.03.15 04:56, Arseny Solokha wrote:
> Drop unused static procedure which doesn't have callers within its
> translation unit. It had been already removed independently in QEMU[1]
> from the OpenPIC implementation borrowed from the kernel.
The order was reverse. QEMU's implementation was first and then got
imported into the kernel.
>
> [1] https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01812.html
>
> Signed-off-by: Arseny Solokha <asolokha@kb.kras.ru>
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Gleb Natapov <gleb@kernel.org>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
Please resubmit the patch with CC on kvm@vger and kvm-ppc@vger.
Alex
next prev parent reply other threads:[~2015-03-20 11:41 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-16 10:56 [PATCH 0/4] powerpc: trivial unused functions cleanup Arseny Solokha
2015-02-16 10:56 ` Arseny Solokha
2015-02-16 10:56 ` [PATCH 1/4] powerpc/boot: drop planetcore_set_serial_speed Arseny Solokha
2015-02-16 10:56 ` Arseny Solokha
2015-02-16 10:56 ` [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit Arseny Solokha
2015-02-16 10:56 ` Arseny Solokha
2015-02-16 10:56 ` [PATCH 3/4] powrepc/qe: drop unused ucc_slow_poll_transmitter_now Arseny Solokha
2015-02-16 10:56 ` Arseny Solokha
2015-02-16 10:56 ` [PATCH 4/4] powerpc/mpic: remove unused functions Arseny Solokha
2015-02-16 10:56 ` Arseny Solokha
2015-02-19 0:58 ` Michael Ellerman
2015-02-19 0:58 ` Michael Ellerman
2015-02-19 12:26 ` Arseny Solokha
2015-02-19 12:26 ` Arseny Solokha
2015-02-20 3:34 ` Michael Ellerman
2015-02-20 3:34 ` Michael Ellerman
2015-02-20 4:40 ` Arseny Solokha
2015-02-20 4:40 ` Arseny Solokha
2015-02-24 4:48 ` Michael Ellerman
2015-02-24 4:48 ` Michael Ellerman
2015-02-23 21:31 ` Scott Wood
2015-02-23 21:31 ` Scott Wood
2015-02-26 2:39 ` Hongtao Jia
2015-02-26 2:39 ` Hongtao Jia
2015-02-26 3:27 ` Scott Wood
2015-02-26 3:27 ` Scott Wood
2015-02-24 9:05 ` [PATCH V2 0/4] powerpc: trivial unused functions cleanup Arseny Solokha
2015-02-24 9:05 ` Arseny Solokha
2015-02-24 9:05 ` [PATCH 1/4] powerpc/boot: drop planetcore_set_serial_speed Arseny Solokha
2015-02-24 9:05 ` Arseny Solokha
2015-02-24 9:05 ` [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit Arseny Solokha
2015-02-24 9:05 ` Arseny Solokha
2015-02-24 9:05 ` [PATCH 3/4] powrepc/qe: drop unused ucc_slow_poll_transmitter_now Arseny Solokha
2015-02-24 9:05 ` Arseny Solokha
2015-02-24 9:05 ` [PATCH 4/4] powerpc/mpic: remove unused functions Arseny Solokha
2015-02-24 9:05 ` Arseny Solokha
2015-02-27 2:25 ` Arseny Solokha
2015-02-27 2:25 ` Arseny Solokha
2015-03-20 3:56 ` [PATCH v3 0/4] powerpc: trivial unused functions cleanup Arseny Solokha
2015-03-20 3:56 ` Arseny Solokha
2015-03-20 3:56 ` [PATCH 1/4] powerpc/boot: drop planetcore_set_serial_speed Arseny Solokha
2015-03-20 3:56 ` Arseny Solokha
2015-03-20 3:56 ` [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit Arseny Solokha
2015-03-20 3:56 ` Arseny Solokha
2015-03-20 11:41 ` Alexander Graf [this message]
2015-03-20 11:41 ` Alexander Graf
2015-03-21 6:56 ` [PATCH v4 " Arseny Solokha
2015-03-21 6:56 ` Arseny Solokha
2015-03-21 6:56 ` Arseny Solokha
2015-03-21 14:54 ` Alexander Graf
2015-03-21 14:54 ` Alexander Graf
2015-03-21 14:54 ` Alexander Graf
2015-03-20 3:56 ` [PATCH 3/4] powrepc/qe: drop unused ucc_slow_poll_transmitter_now Arseny Solokha
2015-03-20 3:56 ` Arseny Solokha
2015-03-20 3:56 ` [PATCH 4/4] powerpc/mpic: remove unused functions Arseny Solokha
2015-03-20 3:56 ` Arseny Solokha
2015-03-20 4:23 ` [PATCH v3 0/4] powerpc: trivial unused functions cleanup Michael Ellerman
2015-03-20 4:23 ` Michael Ellerman
2015-03-20 4:55 ` Arseny Solokha
2015-03-20 4:55 ` Arseny Solokha
2015-03-20 5:39 ` Michael Ellerman
2015-03-20 5:39 ` Michael Ellerman
2015-03-21 6:56 ` Arseny Solokha
2015-03-21 6:56 ` Arseny Solokha
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=550C0760.50903@suse.de \
--to=agraf@suse.de \
--cc=asolokha@kb.kras.ru \
--cc=benh@kernel.crashing.org \
--cc=gleb@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=paulus@samba.org \
--cc=pbonzini@redhat.com \
--cc=scottwood@freescale.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.