Get A Part Time Job Today

2016-10-22 Thread Steven Moore
Hello My Name is Steven Moore.We seek the service of a Secret Shopper in our apex-consult Organization. The assignment will pay per duty .You can make $200 everyday , depends on how fast you able to take up your work. I am sure you cannot spend more than 1-2 hours per day on your assignment

[PATCH v3 0/6] scsi: collection of clean ups

2016-10-22 Thread Andy Shevchenko
Just collection of clean ups against SCSI drivers. Some of them were Acked quite long ago, but didn't make upstream yet. Andy Shevchenko (5): scsi: fnic: use kernel's '%pM' format option to print MAC fusion: print lan address via %pMR [SCSI] ips: don't use custom hex_asc_upper[] table scsi

[PATCH v3 1/6] scsi: fnic: use kernel's '%pM' format option to print MAC

2016-10-22 Thread Andy Shevchenko
Instead of supplying each byte through stack let's use %pM specifier. Cc: Hiral Patel Cc: Suma Ramars Acked-by: Tom Tucker Signed-off-by: Andy Shevchenko --- drivers/scsi/fnic/vnic_dev.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/fnic/vnic_dev.

[PATCH v3 2/6] fusion: print lan address via %pMR

2016-10-22 Thread Andy Shevchenko
LAN MAC addresses can be printed directly using %pMR specifier. Cc: Sathya Prakash Cc: Chaitra P B Cc: Suganath Prabu Subramani Signed-off-by: Andy Shevchenko --- drivers/message/fusion/mptbase.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/messa

[PATCH v3 6/6] cciss: replace custom function to hexdump

2016-10-22 Thread Andy Shevchenko
For small buffers we may use %*ph[N] specifier, for the bigger blocks print_hex_dump() call. Cc: Don Brace Cc: esc.storage...@microsemi.com Signed-off-by: Andy Shevchenko --- drivers/block/cciss_scsi.c | 72 +++--- 1 file changed, 10 insertions(+), 62 del

[PATCH v3 3/6] scsi: qla4xxx: print MAC and SID via %p[mM][R]

2016-10-22 Thread Andy Shevchenko
From: Oleksandr Khoshaba In the kernel we have nice specifier to print MAC by given pointer to the address in a binary form. Signed-off-by: Oleksandr Khoshaba Acked-by: Vikas Chaudhary Cc: qlogic-storage-upstr...@qlogic.com Signed-off-by: Andy Shevchenko --- drivers/scsi/qla4xxx/ql4_mbx.c |

[PATCH v3 5/6] scsi: replace custom approach to hexdump small buffers

2016-10-22 Thread Andy Shevchenko
In kernel we have defined specifier (%*ph[C]) to dump small buffers in a hex format. Replace custom approach by a generic one. Cc: Jon Mason Signed-off-by: Andy Shevchenko --- drivers/scsi/scsi_transport_srp.c | 11 +-- drivers/scsi/sd.c | 4 +--- 2 files changed, 2 ins

[PATCH v3 4/6] [SCSI] ips: don't use custom hex_asc_upper[] table

2016-10-22 Thread Andy Shevchenko
From: Andy Shevchenko We have table of the HEX characters in the kernel. Replace custom by a generic one. Cc: Adaptec OEM Raid Solutions Signed-off-by: Andy Shevchenko --- drivers/scsi/ips.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/ips.c b

Re: [PATCH] scsi: update rdac devices at scsi_dh_rdac

2016-10-22 Thread Xose Vazquez Perez
On 10/18/2016 09:47 PM, Babu Moger wrote: > At this point, I am not the right person to ack this change. Thank you anyway. Last chance before this patch is lost in the mailing list noise. > However, adding new vendor id's is mostly not an issue. > But, removing could be a problem. Sean has to

[GIT PULL] target fixes for v4.9-rc2

2016-10-22 Thread Nicholas A. Bellinger
Hello Linus, Here are the outstanding target-pending fixes for v4.9-rc2. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master This includes: - Fix v4.1.y+ reference leak regression with concurrent TMR ABORT_TASK + session shutdown.