All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Palmer Dabbelt <palmer@sifive.com>
Cc: linux-kernel@vger.kernel.org, andrea.parri@amarulasolutions.com,
	aou@eecs.berkeley.edu, keescook@chromium.org,
	Arnd Bergmann <arnd@arndb.de>,
	corbet@lwn.net, yamada.masahiro@socionext.com, jhogan@kernel.org,
	Will Deacon <will.deacon@arm.com>,
	jglisse@redhat.com, linux-doc@vger.kernel.org,
	dhowells@redhat.com, jcmvbkbc@gmail.com,
	rmk+kernel@armlinux.org.uk, mathieu.desnoyers@efficios.com,
	ren_guo@c-sky.com, david.abdurachmanov@gmail.com,
	linux-riscv@lists.infradead.org, mingo@kernel.org
Subject: Re: Re-run features-refresh.sh
Date: Thu, 15 Nov 2018 01:12:22 -0800	[thread overview]
Message-ID: <20181115091222.GA25926@infradead.org> (raw)
In-Reply-To: <20181113020113.29640-1-palmer@sifive.com>

FYI, we really should kill ARCH_SG_CHAIN in its current form.

See my series here, which could use a review or two:

https://lkml.org/lkml/2018/11/9/958

WARNING: multiple messages have this Message-ID (diff)
From: hch@infradead.org (Christoph Hellwig)
To: linux-riscv@lists.infradead.org
Subject: Re-run features-refresh.sh
Date: Thu, 15 Nov 2018 01:12:22 -0800	[thread overview]
Message-ID: <20181115091222.GA25926@infradead.org> (raw)
In-Reply-To: <20181113020113.29640-1-palmer@sifive.com>

FYI, we really should kill ARCH_SG_CHAIN in its current form.

See my series here, which could use a review or two:

https://lkml.org/lkml/2018/11/9/958

WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@infradead.org>
To: Palmer Dabbelt <palmer@sifive.com>
Cc: andrea.parri@amarulasolutions.com, aou@eecs.berkeley.edu,
	keescook@chromium.org, Arnd Bergmann <arnd@arndb.de>,
	corbet@lwn.net, jcmvbkbc@gmail.com, jhogan@kernel.org,
	linux-doc@vger.kernel.org, Will Deacon <will.deacon@arm.com>,
	linux-kernel@vger.kernel.org, dhowells@redhat.com,
	yamada.masahiro@socionext.com, jglisse@redhat.com,
	mathieu.desnoyers@efficios.com, ren_guo@c-sky.com,
	david.abdurachmanov@gmail.com, linux-riscv@lists.infradead.org,
	rmk+kernel@armlinux.org.uk, mingo@kernel.org
Subject: Re: Re-run features-refresh.sh
Date: Thu, 15 Nov 2018 01:12:22 -0800	[thread overview]
Message-ID: <20181115091222.GA25926@infradead.org> (raw)
Message-ID: <20181115091222.B0NEvq2txrd3kKCNT0BwwiKpYVB4pwDFJC0dBnUB7_w@z> (raw)
In-Reply-To: <20181113020113.29640-1-palmer@sifive.com>

FYI, we really should kill ARCH_SG_CHAIN in its current form.

See my series here, which could use a review or two:

https://lkml.org/lkml/2018/11/9/958

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  parent reply	other threads:[~2018-11-15  9:12 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13  2:01 Re-run features-refresh.sh Palmer Dabbelt
2018-11-13  2:01 ` Palmer Dabbelt
2018-11-13  2:01 ` Palmer Dabbelt
2018-11-13  2:01 ` [PATCH 1/7] doc: features-refresh.sh for csky Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01 ` [PATCH 2/7] doc: Indicate that s390 supports KASAN Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01 ` [PATCH 3/7] doc: Indicate that powerpc supports stackprotector Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01 ` [PATCH 4/7] doc: Indicate that xtensa supports sg-chain Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:13   ` Max Filippov
2018-11-13  2:13     ` Max Filippov
2018-11-13  2:13     ` Max Filippov
2018-11-13  2:01 ` [PATCH 5/7] doc: Indicate that arm64 support queued-spinlocks Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01 ` [PATCH 6/7] doc: Indicate that parisc supports kprobes-events Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01 ` [PATCH 7/7] doc: Indicate that RISC-V support pte_special Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13  2:01   ` Palmer Dabbelt
2018-11-13 11:25 ` [PATCH] Documentation/features: Refresh the features list to v4.20-rc2 Ingo Molnar
2018-11-13 11:25   ` Ingo Molnar
2018-11-13 11:25   ` Ingo Molnar
2018-11-14 17:53   ` Palmer Dabbelt
2018-11-14 17:53     ` Palmer Dabbelt
2018-11-14 17:53     ` Palmer Dabbelt
2018-11-15  9:12 ` Christoph Hellwig [this message]
2018-11-15  9:12   ` Re-run features-refresh.sh Christoph Hellwig
2018-11-15  9:12   ` Christoph Hellwig

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=20181115091222.GA25926@infradead.org \
    --to=hch@infradead.org \
    --cc=andrea.parri@amarulasolutions.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=arnd@arndb.de \
    --cc=corbet@lwn.net \
    --cc=david.abdurachmanov@gmail.com \
    --cc=dhowells@redhat.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=jglisse@redhat.com \
    --cc=jhogan@kernel.org \
    --cc=keescook@chromium.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mingo@kernel.org \
    --cc=palmer@sifive.com \
    --cc=ren_guo@c-sky.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=will.deacon@arm.com \
    --cc=yamada.masahiro@socionext.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.