Re: doc

2011-02-08 Thread Mike Christie
On 02/07/2011 06:37 PM, joking wrote: Where is the doc describing the content of /etc/conf.d/iôpen-iscsi ? There is no file like that from the upstream open-iscsi.org package, so it might be distro specific or a open-iscsi.org file moved. Attach the file and I can tell if it is ours. And let

Re: [PATCH] fwparam_sysfs: fix pathname manipulation error in fwparam_sysfs_boot_info.

2011-02-08 Thread Mike Christie
On 02/08/2011 03:05 AM, Ales Kozumplik wrote: A slash was missing in the pathname producing nonexistent filenames starting with "/sys/firmwareiscsi_boot5" instead of "/sys/firmware/iscsi_boot5". Also see fwparam_sysfs_get_targets(). --- utils/fwparam_ibft/fwparam_sysfs.c |2 +- 1 files cha

[PATCH 19/20] scsi: iscsi: world-writable sysfs priv_sess file

2011-02-08 Thread Vasiliy Kulikov
Don't allow everybody to change iSCSI settings. Signed-off-by: Vasiliy Kulikov --- Compile tested only. drivers/scsi/scsi_transport_iscsi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index

[PATCH 00/20] world-writable files in sysfs and debugfs

2011-02-08 Thread Vasiliy Kulikov
The search was made with trivial shell commands: find | xargs grep S_IWUGO find | xargs grep S_IWOTH I didn't precisely investigate how exactly one may damage the system/hardware because of issues number, maybe the harm is very limited in case of some of these drivers. One suspicious file is ./s

[PATCH] fwparam_sysfs: fix pathname manipulation error in fwparam_sysfs_boot_info.

2011-02-08 Thread Ales Kozumplik
A slash was missing in the pathname producing nonexistent filenames starting with "/sys/firmwareiscsi_boot5" instead of "/sys/firmware/iscsi_boot5". Also see fwparam_sysfs_get_targets(). --- utils/fwparam_ibft/fwparam_sysfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

doc

2011-02-08 Thread joking
Where is the doc describing the content of /etc/conf.d/iôpen-iscsi ? -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com. To unsubscribe from this group, send email to open-iscsi+unsubs

Re: [PATCH 00/20] world-writable files in sysfs and debugfs

2011-02-08 Thread Matthew Garrett
Thanks, I've applied the x86 platform driver ones. -- Matthew Garrett | mj...@srcf.ucam.org -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com. To unsubscribe from this group, send em

Re: Add initial DCB support

2011-02-08 Thread John Fastabend
On 2/2/2011 4:25 PM, Rustad, Mark D wrote: > Shyam, > > On Wednesday, February 02, 2011 4:00 PM, shyam iyer wrote: >> >> On Feb 1, 6:10 pm, Mark Rustad wrote: > > > >>> +static void set_dcb_priority(struct iscsi_conn *conn, const char *devname) >>> +{ >>> + int pri_mask = 0; >>> + >>> +

Re: [rtc-linux] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-02-08 Thread Linus Walleij
2011/2/4 Vasiliy Kulikov : > The search was made with trivial shell commands: > > find | xargs grep S_IWUGO > find | xargs grep S_IWOTH We only use our debugfs entries as root so it shouldn't matter much, this is way better, thanks for fixing. >  mach-ux500: mbox-db5500: world-writable sysfs fif