GOOD DAY FRIEND

2016-11-24 Thread Mr. Piyush Gupta
-- Dear Friend, Good Day, I am Mr. Piyush Gupta as a (DBSHK) banker, I have funds worth of $25.500,000.00 to secretly secure and transfer in to your account of my late client who dead with next of kin, which i will like to invest in profitable business in your country. Please if you are

HD is powered off too early during shutdown/reboot (4.8 regression?)

2016-11-24 Thread Johannes Maibaum
Hi, this is my first posting on a Linux kernel related list, and I hope that this is the correct place. If not, I'd be glad if you could point me to the right place. People on the Arch Linux forums [1] and on the systemd-devel mailing list [2] suggested to report this issue to the kernel

Re: [PATCH] ufs: Add missing UFS_MASK macro definition

2016-11-24 Thread Subhash Jadavani
On 2016-11-23 20:58, Zhangfei Gao wrote: From: Santosh Y Reported-by: Venkatraman S Reviewed-by: Vinayak Holikatti Signed-off-by: Santosh Y Signed-off-by: Zhangfei Gao --- Find the

[PATCH] scsi_dh_alua: Add return value and check for alua_rtpg_queue() to avoid DM devices I/Os hang

2016-11-24 Thread tang . junhui
From: "tang.junhui" Activate_complete fn() must be called in alua_activate() if alua_rtpg_queue() failed, otherwise, it would cause I/Os hang in DM devices. So this patch add return value and check for alua_rtpg_queue(). Signed-off-by: tang.junhui

[patch] scsi: libfc: Remove an unneeded condition

2016-11-24 Thread Dan Carpenter
We verified that resp_code is FC_SPP_RESP_ACK earlier so we don't need to check again here. Signed-off-by: Dan Carpenter diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c index 110a707..c991f3b 100644 --- a/drivers/scsi/libfc/fc_rport.c +++

Re: [PATCH] xen-scsifront: Add a missing call to kfree

2016-11-24 Thread Juergen Gross
On 19/11/16 19:22, Quentin Lambert wrote: > Most error branches following the call to kmalloc contain > a call to kfree. This patch add these calls where they are > missing. > > This issue was found with Hector. > > Signed-off-by: Quentin Lambert Applied to