From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Tue, 24 Nov 2015 11:22:53 -0500 (EST) Subject: [PATCH 00/13] mvneta Buffer Management and enhancements In-Reply-To: <1448178839-3541-1-git-send-email-mw@semihalf.com> References: <1448178839-3541-1-git-send-email-mw@semihalf.com> Message-ID: <20151124.112253.2276973557484332376.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch series has a lot of problems. The worst one is that you are mixing bug fixes and new features/cleanups. You cannot do that. You _especially_ can't do that if you expect some of this stuff to be submitted to -stable too. Therefore you _must_ extract out the bug fixes, and submit those against 'net'. And you must then wait for 'net' to be merged into 'net-next' before submitting the new feature patches. Furthermore, you should explicitly show what tree you are targetting your patches at, in your Subject lines. In the form: Subject: [PATCH $(TREE) N/M] Where $(TREE) is either 'net' or 'net-next'. THanks.