Re: [PATCH] [8/18] BKL-removal: Remove BKL from remote_llseek

2008-01-28 Thread Steve French
), and cifs only 12 uses. -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: 2.6.25-rc2-mm1 (cifs build errs)

2008-02-17 Thread Steve French
/cifs_debug.o] Error 1 .config is attached. --- ~Randy -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

[PATCH 2.6.25] RDMA/cxgb3: Shift calculation wrong for single sge entries.

2008-02-20 Thread Steve Wise
special case to be eliminated entirely. Because the mask now includes the (page adjusted) starting and ending addresses, the general case works for the single buffer case as well. Signed-off-by: Bryan Rosenburg [EMAIL PROTECTED] Acked-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3

[PATCH] Compress kernel modules on installation.

2008-02-25 Thread Steve Brokenshire
it to /boot, set MODULE_COMPRESS in .config and then install the modules again but compressed. That's about it really. The only showstopper I feel is mkinitrd not working properly with the compressed kernel modules. Thanks, Steve --- Signed-off-by: Steve Brokenshire [EMAIL PROTECTED] diff -u -r

Re: [Fwd: Re: [PATCH 1/10] cxgb3 - main header files]

2007-02-01 Thread Steve Wise
to review this? Thanks, Steve. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [Fwd: Re: [PATCH 1/10] cxgb3 - main header files]

2007-02-02 Thread Steve Wise
know if you see anything you don't like? - R. Ok. I'll review the IPoIB connected mode code. Steve. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] audit: clear thread flag for new children

2007-11-01 Thread Steve Grubb
On Monday 29 October 2007 07:15:30 pm Tony Jones wrote: On Mon, Oct 29, 2007 at 06:04:31PM -0400, Steve Grubb wrote: So when audit is re-enabled, how do you make that task auditable? No idea. How do you do it currently? HINT: current-audit_context == NULL for these tasks. If !audit_enabled

Re: [PATCH] audit: clear thread flag for new children

2007-11-01 Thread Steve Grubb
idea but if you need the functionality, you need the functionality. Yep -Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

[PATCH] NFS: Stop sillyname renames and unmounts from racing

2007-11-03 Thread Steve Dickson
to be able to see that lock I needed to EXPORT_SYMBOL_GPL() it. Any objections to exporting the inode_lock spin lock? If so, how should modules _safely_ access the s_inode list? steved. Author: Steve Dickson [EMAIL PROTECTED] Date: Wed Oct 31 12:19:26 2007 -0400 Close a unlink/sillyname

Re: [patch] audit support for SH

2007-11-07 Thread Steve Grubb
an update for the syscall table and arches so that you can run the tests. Please send that patch to linux-audit mail list. Thanks, -Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [PATCH] NFS: Stop sillyname renames and unmounts from racing

2007-11-08 Thread Steve Dickson
hopefully space-stuffing will be fixed. ] Author: Steve Dickson [EMAIL PROTECTED] Added an active/deactive mechanism to the nfs_server structure allowing async operations to hold off umount until the operations are done. Signed-off-by: Steve Dickson [EMAIL PROTECTED] diff

Re: Fw: Buffer overflow in CIFS VFS.

2007-11-08 Thread Steve French
-overflow-fix.patch.gz -- Thanks, Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: smbfs/cifs large file support history?

2007-11-08 Thread Steve French
Does anyone remember when linux smbfs (or cifs) gained large file (2GB, 4GB) file support? The Linux CIFS client implementation has always had large file support (cifs.ko was added to the kernel first in 2.5.42), although of course some old server's do not support large ( 2GB) files. I

Re: Fw: Buffer overflow in CIFS VFS.

2007-11-09 Thread Steve French
, although without memory pools, this would perform much worse -- Thanks, Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs

2012-12-07 Thread Steve French
specification also defines these, although I could not find the same level of detail that MS-FSA provides (e.g. see section 2.14.10 for the detailed description of how lock conflicts are checked) but the semantics are probably the same. -- Thanks, Steve -- To unsubscribe from this list: send

Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs

2012-12-07 Thread Steve French
On Fri, Dec 7, 2012 at 8:29 AM, Steve French smfre...@gmail.com wrote: although I could not find the same level of detail that MS-FSA provides (e.g. see section 2.14.10 for the detailed Typo It is section 2.1.4.10 -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] audit: create explicit AUDIT_SECCOMP event type

2012-11-26 Thread Steve Grubb
. With this new type, we need to record what behavior is being enforced on the process. I don't see where that is being recorded. Could we add that? Thanks, -Steve Cc: Julien Tinnes j...@google.com Cc: Will Drewry w...@google.com Signed-off-by: Kees Cook keesc...@chromium.org --- include/linux

Re: [PATCH] audit: create explicit AUDIT_SECCOMP event type

2012-11-28 Thread Steve Grubb
On Monday, November 26, 2012 09:45:56 AM Kees Cook wrote: On Mon, Nov 26, 2012 at 6:14 AM, Steve Grubb sgr...@redhat.com wrote: On Monday, November 19, 2012 01:56:53 PM Kees Cook wrote: The seccomp path was using AUDIT_ANOM_ABEND from when seccomp mode 1 could only kill a process. While we

Re: [PATCH] cifs: Do not enable debugging code by default

2012-12-18 Thread Steve French
points comes up with some good examples for file system(s) and the VFS so we can reduce our dependency on static tracing. -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 2/2] drivers: infiniband: hw: cxgb4: fix cast warning

2012-12-21 Thread Steve Wise
Acked-by: Steve Wise sw...@opengridcomputing.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH -v2 09/26] infiniband: rename random32() to prandom_u32()

2013-01-03 Thread Steve Wise
Hefty sean.he...@intel.com Cc: Hal Rosenstock hal.rosenst...@gmail.com Cc: Steve Wise sw...@chelsio.com Cc: linux-r...@vger.kernel.org --- * Change from v1 - leave net_random() callers as-is because that is a useful indirection drivers/infiniband/hw/cxgb3/cxio_resource.c | 4 ++-- drivers

Re: [PATCH -v2 09/26] infiniband: rename random32() to prandom_u32()

2013-01-04 Thread Steve Wise
I'm asking: why are you bothering with renaming the functions? This seems like a needless change, _unless_ there are really non-pseudo-random services being added. On 1/4/2013 7:45 AM, Akinobu Mita wrote: 2013/1/4 Steve Wise sw...@opengridcomputing.com: Are there other non pseudo-random

Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs

2012-12-14 Thread Steve French
to optionally request such behafvior). Also we are likely to see more cases where users want to run Samba over an NFS mount and vice versa. -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH] cifs: Do not enable debugging code by default

2012-12-17 Thread Steve French
17, 2012 at 3:38 AM, Borislav Petkov b...@alien8.de wrote: Debugging code is generally disabled in the configurator since it is only for devs and testers and not for the majority of the installations. Cc: Joe Perches j...@perches.com Cc: Jeff Layton jlay...@redhat.com Cc: Steve French sfre

Re: [PATCH] IB: cxgb3: delay freeing mem untill entirely done with it

2013-01-14 Thread Steve Wise
Reviewed-by: Steve Wise sw...@opengridcomputing.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH -v2 09/26] infiniband: rename random32() to prandom_u32()

2013-01-05 Thread Steve Wise
On 1/5/2013 7:37 AM, Akinobu Mita wrote: 2013/1/5 Steve Wise sw...@opengridcomputing.com: I'm asking: why are you bothering with renaming the functions? This seems like a needless change, _unless_ there are really non-pseudo-random services being added. We already have get_random_byte() which

Re: [PATCH -v2 09/26] infiniband: rename random32() to prandom_u32()

2013-01-05 Thread Steve Wise
Reviewed-by: Steve Wise sw...@opengridcomputing.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-09 Thread Steve Wise
Looks good. Roland Dreier wrote: thanks, I added Jesper's suggestion to the original patch and queued this for 2.6.23: (Steve, let me know if this looks OK or not to you) commit 8d339921a2cb279457dce79f8a308978e0b41b27 Author: WANG Cong [EMAIL PROTECTED] Date: Thu Jul 5 14:40:32 2007 -0700

[PATCH 2.6.23] iw_cxgb3: remove the cm_id reference on listen failures.

2007-07-11 Thread Steve Wise
iw_cxgb3: remove the cm_id reference on listen failures. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/iwch_cm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c

cxgb3 regression in 2.6.22-rc5

2007-06-18 Thread Steve Wise
/291 and here: http://lkml.org/lkml/2007/6/5/211 Thanks, Steve. Unable to handle kernel NULL pointer dereference at 0220 RIP: [881f34f9] :cxgb3:process_responses+0x6a3/0xa06 PGD 73d98067 PUD 0 Oops: 0002 [1] SMP CPU 0 Modules linked in: iw_cxgb3 cxgb3 parport_pc lp

[PATCH] support larger cifs network reads

2007-05-31 Thread Steve French
; + } if (!(tcon-ses-capabilities CAP_LARGE_WRITE_X)) cifs_sb-wsize = min(cifs_sb-wsize, (tcon-ses-server-maxBuf - -- Thanks, Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH] CIFS should honour umask

2007-06-06 Thread Steve French
, local_nls); */ -- Thanks, Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Audit: Add TTY input auditing

2007-06-07 Thread Steve Grubb
rootsh, but that is too easy to detect and defeat. And then it does not put its data into the audit system where its correlated with other system events. What about tty output? That is not required. -Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] Audit: Add TTY input auditing

2007-06-07 Thread Steve Grubb
is insufficient and logging what was typed, which may or may not have resulted in an actual request is not helpful to meeting security audit requirements. I would disagree. Its helpful to complete the picture of what's happening on the system. -Steve - To unsubscribe from this list: send the line

Re: [PATCH] CIFS: make cifsd (more)

2007-06-25 Thread Steve French
); + force_sig(SIGKILL,cifsd_task); kthread_stop(cifsd_task); } rc = 0; -- Thanks, Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

[PATCH 0/6] iw_cxgb3: Bug Fixes for 2.6.23

2007-06-27 Thread Steve Wise
upstream branch. The net is: we need the firmware version bumped to 4.3 with these iw_cxgb3 changes. Thanks, Steve. Shortlog: iw_cxgb3: Streaming - RDMA mode transition fixes. iw_cxgb3: TERMINATE WRs can hang the tx ofld queue. iw_cxgb3: Don't count neg_adv abort_req_rss

[PATCH 1/6] iw_cxgb3: Streaming - RDMA mode transition fixes.

2007-06-27 Thread Steve Wise
also bumps the required firmware version to 4.3. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/cxio_hal.c |2 - drivers/infiniband/hw/cxgb3/cxio_wr.h |3 + drivers/infiniband/hw/cxgb3/iwch_cm.c | 82 drivers/infiniband/hw

[PATCH 2/6] iw_cxgb3: TERMINATE WRs can hang the tx ofld queue.

2007-06-27 Thread Steve Wise
iw_cxgb3: TERMINATE WRs can hang the tx ofld queue. Don't set the gen bits nor length bits in the terminate wr. This is done by the LLD driver. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/iwch_qp.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions

[PATCH 3/6] iw_cxgb3: Don't count neg_adv abort_req_rss messages as real aborts.

2007-06-27 Thread Steve Wise
iw_cxgb3: Don't count neg_adv abort_req_rss messages as real aborts. negative advice messages should _not_ count toward the 2 abort requests needed to indicate an abort request. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/iwch_cm.c | 14 +++--- 1

[PATCH 4/6] iw_cxgb3: ctrl-qp init/clear shouldn't set the gen bit.

2007-06-27 Thread Steve Wise
iw_cxgb3: ctrl-qp init/clear shouldn't set the gen bit. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/cxio_hal.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c b/drivers/infiniband/hw/cxgb3

[PATCH 5/6] iw_cxgb3: Don't post TID_RELEASE message.

2007-06-27 Thread Steve Wise
iw_cxgb3: Don't post TID_RELEASE message. The LLD does this for us in cxgb3_remove_tid(). Also fixed active open failure cases where we shouldn't be releasing the TID as well. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/iwch_cm.c | 13 ++--- 1 files

[PATCH 6/6] iw_cxgb3: Don't abort after failures sending the mpa reply.

2007-06-27 Thread Steve Wise
() must not abort a connection if an error is returned after being awakened. If any errors did occur while iwch_accept_cr() is blocked, then the connection has already been aborted on the thread processing the error. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3

Re: [PATCH 0/6] iw_cxgb3: Bug Fixes for 2.6.23

2007-06-27 Thread Steve Wise
Linus to pull. Sounds good. Thanks, Steve. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] CIFS: make cifsd (more)

2007-06-30 Thread Steve French
, 30 Jun 2007 09:42:09 +0100 Christoph Hellwig [EMAIL PROTECTED] wrote: On Mon, Jun 25, 2007 at 05:25:00PM -0500, Steve French wrote: Jeff, Not seeing any objections to your revised approach (to not allowing signals for cifsd kernel thread), I just merged something similar to your patch

Re: select(0, ..) is valid ?

2007-05-22 Thread Steve Fox
On Tue, 2007-05-22 at 07:34 -0700, Nishanth Aravamudan wrote: On 22.05.2007 [09:16:37 -0500], Steve Fox wrote: Andy put this through a couple machines on test.kernel.org and elm3b6 was fixed, however elm3b239 still had a boot error. BUG: at mm/slab.c:777 __find_general_cachep

Maximum kmem_cache_create size

2007-05-22 Thread Steve French
is close to the maximum the protocol would support anyway). -- Thanks, Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: 2.6.22-rc1-mm1 cifs_mount oops

2007-05-23 Thread Steve French
; + if(tsk) + kthread_stop(tsk); } } else cFYI(1, (No session or bad tcon)); -- Thanks, Steve - To unsubscribe from

-mm breaks and merging maintainer git trees with mainline

2007-07-18 Thread Steve French
maintains. If I do a git pull from cifs-2.6.git tree that will pull in the required changes from mainline but there will be cluttered merge messages when Linus pulls cifs-2.6.git into his tree. What is the current recommended way to handle this? -- Thanks, Steve - To unsubscribe from this list: send

Re: select(0, ..) is valid ?

2007-05-22 Thread Steve Fox
[8020a8ce] child_rip+0x0/0x12 See the 2.6.22-rc2-git1 +1 row at http://test.kernel.org/ for full logs. -- Steve Fox IBM Linux Technology Center - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: UID/GID override on CIFS mounts to Samba and proposed new mount parameter to disable Unix Extensions on the client

2007-04-30 Thread Steve French
: On 30 Apr 2007, at 15:26, Steve French wrote: When CIFS Unix Extensions are negotiated we get the Unix uid and gid owners of the file from the server (on the Unix Query Path Info levels), but if the server's uids don't match the client uid's users were having to disable the Unix Extensions (which

Re: UID/GID override on CIFS mounts to Samba and proposed new mount parameter to disable Unix Extensions on the client

2007-04-30 Thread Steve French
OK - I fixed the formatting and checked into the cifs-2.6.git tree. I also fixed a few dozen similar errors in formatting in the same files. Thanks for noticing that. On 4/30/07, Randy Dunlap [EMAIL PROTECTED] wrote: On Mon, 30 Apr 2007 09:26:16 -0500 Steve French wrote: replying

SMB2 file system - should it be a distinct module

2007-04-30 Thread Steve French
as a different dialect - if the server accepts SMB2 dialect then subsequent commands begin with 0xFE instead of 0xFF and the header fields are bigger and better aligned. Any idea which would be preferred (smb2 support as part of cifs, or as a distinct smb2.ko module)? -- Thanks, Steve - To unsubscribe

Re: [linux-cifs-client] Re: SMB2 file system - should it be a distinct module

2007-05-03 Thread Steve French
at this point, and not engineering. Well, development can happen in any way Steve or any other like to do it, but it seemed to me that the proposal was to split them long term. I think this would be bad wrt supporting DFS referrals. That said, it I'll shut up as kindly requested from someone that seem

Re: [linux-cifs-client] Re: SMB2 file system - should it be a distinct module

2007-05-04 Thread Steve French
independently (the former marked broken/experimental). Updating smb2 won't risk breaking cifs 2) but implemented in the same module, there is somewhat less code to write. -- Thanks, Steve - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

RE: [PATCH V1] DA9210 driver files

2013-08-06 Thread Steve Twiss
it'd be better to fill in the register map information more (listing the valid registers for example). Thank you, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

[PATCH V4] DA9210 new driver files

2013-08-06 Thread Steve Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com I2C driver for the Dialog DA9210 Multi-phase 12A DC-DC Buck. Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com Signed-off-by: David Dajun Chen david.c...@diasemi.com --- Checks performed with next-20130806/scripts/checkpatch.pl Kconfig

RE: [PATCH V4] DA9210 new driver files

2013-08-06 Thread Steve Twiss
On Tue 06 August 2013 15:31 Steve Twiss wrote: Subject: [PATCH V4] DA9210 new driver files ... It has already been pointed out that I have put the wrong subject line into this patch. I thought that my previous submission attempts were drawing comments because of the body content of the e-mail

Re: [PATCH] fs/nfs/inode.c: adjust code alignment

2013-08-06 Thread Steve Dickson
any unintended side-effects, so I suggest that we rather queue the patch up for inclusion in 3.12. Steve and Dave, any comments? -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: __ftrace_hash_rec_update FTRACE_WARN_ON.

2013-07-24 Thread Steve Hodgson
]--- If I understand Steve correctly, you have to enable a trace somewhere in a module, them rmmod that module without disabling the trace. Easy enough to avoid, but maybe you are interested. I'm a bit confused by this. What do you mean exactly by enable a trace somewhere in a module

Re: __ftrace_hash_rec_update FTRACE_WARN_ON.

2013-07-27 Thread Steve Hodgson
that needs to go out for 3.11. This patch fixes ftrace across module removal/reinsertion on our 3.6.11 kernel. -- Steve Hodgson -- Steve diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 9f15c00..3e6ed8f 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h

[PATCH 2/2] cifs: file: initialize oparms.reconnect before using it

2013-07-28 Thread Steve French
in file_info buf to be returned by * CIFSSMBOpen and then calling get_inode_info with returned buf sinc -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: CIFS-related deadlock in 3.10-rc7

2013-07-11 Thread Steve French
-- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[GIT] CIFS Fixes

2013-07-12 Thread Steve French
durable handles for SMB2 CIFS: Reopen the file if reconnect durable handle failed CIFS: Fix a deadlock when a file is reopened Steve French (3): Limit allocation of crypto mechanisms to dialect which requires [CIFS] use sensible file nlink values if unprovided [CIFS] Fix

Oops mystery

2013-07-12 Thread Steve Wise
show 0x40fc0 as the faulting address? It should be 0x8808b5540fce and it shouldn't have caused a page fault. What am I missing? Thanks in advance, Steve. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: Oops mystery

2013-07-12 Thread Steve Wise
On 7/12/2013 11:48 AM, Dave Jones wrote: On Fri, Jul 12, 2013 at 10:48:21AM -0500, Steve Wise wrote: So 'movb $0x0,0xe(%rax,%rdx,1)' should be storing 0 into the byte location: %rax + 0xe + (%rdx * 1) == 0x40fc+ 0xe + 0x8808b550 == 0x8808b5540fce

Re: Oops mystery

2013-07-12 Thread Steve Wise
On 7/12/2013 12:00 PM, Dave Jones wrote: On Fri, Jul 12, 2013 at 11:53:30AM -0500, Steve Wise wrote: On 7/12/2013 11:48 AM, Dave Jones wrote: On Fri, Jul 12, 2013 at 10:48:21AM -0500, Steve Wise wrote: So 'movb $0x0,0xe(%rax,%rdx,1)' should be storing 0 into the byte

Re: Oops mystery

2013-07-12 Thread Steve Wise
On 7/12/2013 12:14 PM, Dave Jones wrote: On Fri, Jul 12, 2013 at 12:08:25PM -0500, Steve Wise wrote: There is no 'Code:' line in the log. I thought about that that too, but I don't see it dumping the code. The kernel is a SLES11sp1 kernel, 1.6.32.54-0.3-default. Ask suse

RE: [RFC V2] DA9210 driver files

2013-07-15 Thread Steve Twiss
On 02 July 2013 22:06, Mark Brown wrote: On Mon, Jul 01, 2013 at 03:10:28PM +0100, Steve Twiss wrote: The use of regmap_range is not being considered because I am not intending to use PAGE_CON register page selection in any of the driver development. Makes sense to map things

[PATCH V1] DA9210 driver files

2013-07-15 Thread Steve Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com This patch describes the regulator driver for the DA9210 Multi-phase Buck from Dialog Semiconductor Ltd. It has been made aginst kernel version linux-next next-20130715 This driver is for the Dialog DA9210 Multi-phase 12A DC-DC Buck Converter

[RFC V1] COMMIT 1: DA9210 driver files

2013-06-20 Thread Steve Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com This is the regulator driver for the Dialog DA9210 Multi-phase Buck. The patch is relative to linux-next next-20130620 The regulator implements the functions for .enable, .set_voltage, .get_voltage, .set_current_limit, and .get_current_limit

[RFC V1] DA9210 driver request for comments

2013-06-20 Thread Steve Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com The following describes the driver DA9210 from Dialog Semiconductor Ltd. This is a request for comment relating to the Dialog DA9210 driver. The patches have been made relative to the following kernel version: linux-next next-20130620 This driver

Re: __ftrace_hash_rec_update FTRACE_WARN_ON.

2013-08-01 Thread Steve Hodgson
On Tue, Jul 30, 2013 at 5:51 PM, Steven Rostedt rost...@goodmis.org wrote: On Sat, 2013-07-27 at 12:16 -0700, Steve Hodgson wrote: This patch fixes ftrace across module removal/reinsertion on our 3.6.11 kernel. I found a few corner cases that this patch doesn't work with, and the solution

Re: [RFC] ARM: lockless get_user_pages_fast()

2013-10-04 Thread Steve Capper
, but it's not obvious to me how to do that (that would probably necessitate a change to kernel/futex.c). I've just picked this up recently and am still trying to understand it fully. Cheers, -- Steve Thanks for your patience. Will -- To unsubscribe from this list: send the line unsubscribe

Re: cifs: Fix inability to write files 2GB to SMB2/3 shares (THIS TIME I GOT IT RIGHT, PROMISE!)

2013-10-06 Thread Steve French
super_block *sb) goto out_no_root; } - if (cifs_sb_master_tcon(cifs_sb)-nocase) + if (tcon-nocase) sb-s_d_op = cifs_ci_dentry_ops; else sb-s_d_op = cifs_dentry_ops; -- Thanks, Steve -- To unsubscribe from

Re: audit looks unmaintained? [was: Re: [PATCH 11/12] pid: rewrite task helper functions avoiding task-pid and task-tgid]

2013-09-13 Thread Steve Grubb
On Tuesday, September 10, 2013 07:20:33 PM Oleg Nesterov wrote: On 09/08, Oleg Nesterov wrote: First of all, I do not pretend I understand this code. This was mostly the question, and in fact I mostly asked about audit_bprm() in 0/1. However, On 08/30, Steve Grubb wrote

Re: audit looks unmaintained? [was: Re: [PATCH 11/12] pid: rewrite task helper functions avoiding task-pid and task-tgid]

2013-09-13 Thread Steve Grubb
On Sunday, September 08, 2013 05:54:35 PM Oleg Nesterov wrote: Sorry for delay, vacation. First of all, I do not pretend I understand this code. This was mostly the question, and in fact I mostly asked about audit_bprm() in 0/1. However, On 08/30, Steve Grubb wrote: On Friday, August

Re: [GIT PULL] CIFS FS-Cache bugfix

2013-09-16 Thread Steve French
On Mon, Sep 16, 2013 at 8:34 AM, David Howells dhowe...@redhat.com wrote: Hi Steve, Could you pull a CIFS bugfix from my fscache branch? David Sounds fine. May have to wait a day or so though due to pending merge request (to upstream). --- The following changes since commit

Re: [GIT PULL] CIFS FS-Cache bugfix

2013-09-18 Thread Steve French
Merged into cifs-2.6.git On Mon, Sep 16, 2013 at 12:56 PM, Steve French smfre...@gmail.com wrote: On Mon, Sep 16, 2013 at 8:34 AM, David Howells dhowe...@redhat.com wrote: Hi Steve, Could you pull a CIFS bugfix from my fscache branch? David Sounds fine. May have to wait a day or so

Re: [PATCH 05/11] cifs: fix filp leak in cifs_atomic_open()

2013-09-18 Thread Steve French
. Signed-off-by: Miklos Szeredi mszer...@suse.cz Cc: Steve French sfre...@samba.org Cc: sta...@vger.kernel.org --- fs/cifs/dir.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index d3e2eaa..5384c2a 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c @@ -500,6

Re: [PATCH 7/8] audit: clean up AUDIT_GET/SET local variables and future-proof API

2013-09-19 Thread Steve Grubb
on new kernel. A new message type is a safer migration path. -Steve Signed-off-by: Richard Guy Briggs r...@redhat.com --- kernel/audit.c | 51 +++ 1 files changed, 27 insertions(+), 24 deletions(-) diff --git a/kernel/audit.c b/kernel

cp --reflink and target file open flags

2013-10-16 Thread Steve French
to open the target RW. Ideas? -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 3.12-rc4] cifs: ntstatus_to_dos_map[] is not terminated

2013-10-13 Thread Steve French
() loops while ntstatus_to_dos_map[].ntstatus is not 0. Granted, this is mostly theoretical, but could be used as a DOS attack if the error code in the SMB header is bogus. Cc: Steve French sfre...@samba.org Signed-off-by: Tim Gardner tim.gard...@canonical.com --- fs/cifs/netmisc.c |4 +++- 1

Re: linux-next: error fetching the cifs tree

2013-11-18 Thread Steve French
: Hi all, Fetching the cifs tree produces this error: fatal: Couldn't find remote ref refs/heads/for-next -- Cheers, Stephen Rothwells...@canb.auug.org.au -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: race in audit_log_untrusted_string for task_struct::comm

2014-03-17 Thread Steve Grubb
On Saturday, March 15, 2014 07:28:46 PM Richard Guy Briggs wrote: I'm inclined to go get_task_comm() in all 5 locations, but if we care more about locking overhead, I'll switch to memcpy(). Steve, do we care about the integrity of the comm field? In the case of interpreters, its about

Re: Stable backport of cifs nlink workaround?

2014-02-25 Thread Steve French
into stable... https://bugzilla.samba.org/show_bug.cgi?id=9346 also talks about the issue. -- Sitsofe | http://sucs.org/~sits/ -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [RFC][PATCH] audit: Simplify by assuming the callers socket buffer is large enough

2014-03-05 Thread Steve Grubb
can probably imagine more stress tests. But the proposed code should be well tested similar to this. Thanks, -Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [RFC][PATCH] audit: Simplify by assuming the callers socket buffer is large enough

2014-03-07 Thread Steve Grubb
On Friday, March 07, 2014 07:48:01 PM David Miller wrote: From: Eric Paris epa...@redhat.com Date: Fri, 07 Mar 2014 17:52:02 -0500 Audit is non-tolerant to failure and loss. Netlink is not a loss-less transport. Perhaps. But in all our testing over the years its been very good. -Steve

Re: [PATCH v3] ARM: mm: report both sections from PMD

2014-02-14 Thread Steve Capper
). FWIW: Tested-by: Steve Capper steve.cap...@linaro.org Cheers, -- Steve -- Kees Cook Chrome OS Security ___ linux-arm-kernel mailing list linux-arm-ker...@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Re: [PATCH] audit: add arch field to seccomp event log

2014-02-18 Thread Steve Grubb
. -Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v3] audit: Turn off TIF_SYSCALL_AUDIT when there are no rules

2014-02-10 Thread Steve Grubb
know what happened. If you get a deny record, was it really denied? The system could have been in permissive mode and the syscall succeeded. You only get the real decision when you have syscall records. -Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH v3] audit: Turn off TIF_SYSCALL_AUDIT when there are no rules

2014-02-10 Thread Steve Grubb
audit_enable in the first place? -Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH V1] regulator: da9063: Bug fix when setting max voltage on LDOs 5-11

2014-02-11 Thread Steve Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com Bug fix to allow the setting of maximum voltage for certain LDOs. Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- Checks performed with next-20140211/scripts/checkpatch.pl da9063-regulator.ctotal: 0 errors, 0 warnings, 927

[PATCH V2] regulator: da9063: Bug fix when setting max voltage on LDOs 5-11

2014-02-12 Thread Steve Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com Bug fix to allow the setting of maximum voltage for certain LDOs. What the bug is: There is a problem caused by an invalid calculation of n_voltages in the driver. This n_voltages value has the potential to be different for each regulator

[GIT] CIFS Fixes

2013-05-06 Thread Steve French
+ fs/cifs/xattr.c | 54 +++--- 36 files changed, 1261 insertions(+), 1304 deletions(-) -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] [BZ905179] audit: omit check for uid and gid validity in audit rules and data

2013-05-09 Thread Steve Grubb
and recommend a: Reported-By: Steve Grubb sbr...@redhat.com If this is the approved patch, can it be put in stable? The audit system hasn't worked as intended since January. Thanks, -Steve From: Eric W. Biederman ebied...@xmission.com Date: Tue, 9 Apr 2013 02:22:10 -0700 Subject: [PATCH

[GIT] CIFS Fix

2013-06-07 Thread Steve French
:04:05 +1000) are available in the git repository at: git://git.samba.org/sfrench/cifs-2.6.git for-3.10 Jeff Layton (1): cifs: fix off-by-one bug in build_unc_path_to_root fs/cifs/connect.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Thanks, Steve -- To unsubscribe

Re: [PATCH] Boottime: A tool for automatic measurement of kernel/bootloader boot time

2013-06-09 Thread Steve Liu
how about this patch, do we really need this patch -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: linux-next: manual merge of the arm64-hugepages tree with the arm64 tree

2013-06-17 Thread Steve Capper
On Mon, Jun 17, 2013 at 05:36:27PM +1000, Stephen Rothwell wrote: Hi Steve, Hi Stephen, Today's linux-next merge of the arm64-hugepages tree got a conflict in arch/arm64/Kconfig between commit aa42aa1389a5 (arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64) from the arm64 tree

Re: linux-next: manual merge of the arm64-hugepages tree with the arm64 tree

2013-06-17 Thread Steve Capper
On Mon, Jun 17, 2013 at 05:45:28PM +1000, Stephen Rothwell wrote: Hi Steve, Hi Stephen, Today's linux-next merge of the arm64-hugepages tree got conflicts in arch/arm64/include/asm/pgtable-hwdef.h and arch/arm64/include/asm/pgtable.h between commit 363116073a26 (arm64: KVM: define HYP

Re: linux-next: error fetching the cifs tree

2013-06-24 Thread Steve French
: fatal: Couldn't find remote ref refs/heads/for-next I am using whatever I have previously fetched. -- Cheers, Stephen Rothwells...@canb.auug.org.au -- Thanks, Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

<    1   2   3   4   5   6   7   8   9   10   >