* [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h>
@ 2016-03-18 7:34 Mike Galbraith
2016-04-05 12:45 ` Herbert Xu
0 siblings, 1 reply; 3+ messages in thread
From: Mike Galbraith @ 2016-03-18 7:34 UTC (permalink / raw)
To: LKML; +Cc: Gary R Hook, Tom Lendacky, Herbert Xu
Direct include of rwlock_types.h breaks RT, use spinlock_types.h instead.
Fixes: 553d2374db0b crypto: ccp - Support for multiple CCPs
Signed-off-by: Mike Galbraith <umgwanakikbuti@gmail.com>
---
drivers/crypto/ccp/ccp-dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/crypto/ccp/ccp-dev.c
+++ b/drivers/crypto/ccp/ccp-dev.c
@@ -16,7 +16,7 @@
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
-#include <linux/rwlock_types.h>
+#include <linux/spinlock_types.h>
#include <linux/types.h>
#include <linux/mutex.h>
#include <linux/delay.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h>
2016-03-18 7:34 [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h> Mike Galbraith
@ 2016-04-05 12:45 ` Herbert Xu
2016-04-05 13:03 ` Mike Galbraith
0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2016-04-05 12:45 UTC (permalink / raw)
To: Mike Galbraith; +Cc: LKML, Gary R Hook, Tom Lendacky
On Fri, Mar 18, 2016 at 08:34:29AM +0100, Mike Galbraith wrote:
>
> Direct include of rwlock_types.h breaks RT, use spinlock_types.h instead.
>
> Fixes: 553d2374db0b crypto: ccp - Support for multiple CCPs
> Signed-off-by: Mike Galbraith <umgwanakikbuti@gmail.com>
Could you please resend this to linux-crypto? Thanks!
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h>
2016-04-05 12:45 ` Herbert Xu
@ 2016-04-05 13:03 ` Mike Galbraith
0 siblings, 0 replies; 3+ messages in thread
From: Mike Galbraith @ 2016-04-05 13:03 UTC (permalink / raw)
To: Herbert Xu; +Cc: LKML, Gary R Hook, Tom Lendacky
On Tue, 2016-04-05 at 20:45 +0800, Herbert Xu wrote:
> On Fri, Mar 18, 2016 at 08:34:29AM +0100, Mike Galbraith wrote:
> >
> > Direct include of rwlock_types.h breaks RT, use spinlock_types.h
> > instead.
> >
> > Fixes: 553d2374db0b crypto: ccp - Support for multiple CCPs
> > Signed-off-by: Mike Galbraith <umgwanakikbuti@gmail.com>
>
> Could you please resend this to linux-crypto? Thanks!
Done.
-MIke
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-05 13:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18 7:34 [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h> Mike Galbraith
2016-04-05 12:45 ` Herbert Xu
2016-04-05 13:03 ` Mike Galbraith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox