Re: [PATCH] SMC: add a smc backend template with an opcode whitelist
FUJITA Tomonori <[email protected]> Mon, 15 Sep 2014 21:00:20 +0900 (JST)
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <20140915.210020.1305564732068187842.fujita.tomonori@lab.ntt.co.jp> |
On Mon, 8 Sep 2014 19:53:09 -0700 Ronnie Sahlberg <[email protected]> wrote: > SMC is not working properly since we do not yet initialize a proper > SMC backend to tell it which opcodes are valid and which are not. > With this change SMC works again and we can create a jukebox that > mtx can communicate with correctly. > > Signed-off-by: Ronnie Sahlberg <[email protected]> > --- > usr/bs_rdwr.c | 33 +++++++++++++++++++++++++++++++++ > usr/scsi.h | 1 + > usr/smc.c | 9 +++++++++ > 3 files changed, 43 insertions(+), 0 deletions(-) Applied, thanks!