support editing

2018-08-10 Thread Kelly
, Kelly

support editing

2018-08-10 Thread Kelly
, Kelly

we the editing

2018-08-10 Thread Kelly
, Kelly

this here for you

2018-08-10 Thread Kelly
, Kelly

this here for you

2018-08-10 Thread Kelly
, Kelly

we the editing

2018-08-10 Thread Kelly
, Kelly

support editing

2018-08-10 Thread Kelly
, Kelly

support editing

2018-08-10 Thread Kelly
, Kelly

Re: [OT?] Coding Style

2001-01-23 Thread James Kelly
I am not sure about Linux IDEs, but when I programmed Objective-C using the OpenStep IDE, you could not only do auto-completion on those, but on any word that had been previously used. That was cool, and didn't cause wacky problems like you might think it would (auto-completing words like

random failures with megaraid driver on 2.4.4 SMP

2001-06-07 Thread Kelly Martin
using other versions of the megaraid driver or kernels other than 2.4.4; I simply cannot spare the time right now. I am not subscribed to the mailing list; please cc: replies. Kelly Martin American Farm Bureau Federation [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe

RE: random failures with megaraid driver on 2.4.4 SMP

2001-06-27 Thread Kelly Martin
because I've received followup inquiries; please cc: replies.) Kelly Martin American Farm Bureau Federation [EMAIL PROTECTED] -Original Message- From: Kelly Martin Sent: Thursday, June 07, 2001 12:40 PM To: '[EMAIL PROTECTED]' Subject: random failures with megaraid driver

[PATCHv4 1/3] fs: Move core dump functionality into its own file

2012-08-10 Thread Alex Kelly
This prepares for making core dump functionality optional. The variable suid_dumpable and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- v2

[PATCHv4 2/3] fs: Make core dump functionality optional

2012-08-10 Thread Alex Kelly
functions, which are necessary for ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- fs/Kconfig.binfmt | 8 fs/Makefile | 3 ++- include/linux/binfmts.h | 4 init/Kconfig| 1 + kernel/sysctl.c

[PATCHv4 3/3] fs: Update coredump-related headers

2012-08-10 Thread Alex Kelly
This patch creates a new header file, fs/coredump.h, which contains functions only used by the new coredump.c. It also moves do_coredump to the include/linux/coredump.h header file, for consistency. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j

[PATCH] fs: Amended coredump-related sysctl functions

2012-08-27 Thread Alex Kelly
This fixes an error introduced in the coredump-header patch in the coredump removal patch I submitted earlier. It should be squashed into that patch series so that the Kconfig option to remove coredump doesn't cause compile-time errors. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed

[PATCHv2] fs: Amended coredump-related sysctl functions

2012-08-27 Thread Alex Kelly
This fixes an error introduced in the coredump-header patch in the coredump removal patch I submitted earlier. It should be squashed into that patch series so that the Kconfig option to remove coredump doesn't cause compile-time errors. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed

[PATCH 1/2] Moved core dump functionality into its own file

2012-07-31 Thread Alex Kelly
This was done in preparation for making core dump functionality optional. The variable suid_dumpable and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j

[PATCH 2/2] Made core dump functionality optional

2012-07-31 Thread Alex Kelly
for suid_dumpable and related functions, which are necessary for ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- fs/Kconfig.binfmt | 8 fs/Makefile | 3 ++- include/linux/binfmts.h | 4 init/Kconfig

[PATCH 1/2] Moved core dump functionality into its own file

2012-08-03 Thread Alex Kelly
From: Alex Kelly alex.page.ke...@gmail.com This was done in preparation for making core dump functionality optional. The variable suid_dumpable and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com

[PATCH 2/2] Made core dump functionality optional

2012-08-03 Thread Alex Kelly
for suid_dumpable and related functions, which are necessary for ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- fs/Kconfig.binfmt | 8 fs/Makefile | 3 ++- include/linux/binfmts.h | 4 init/Kconfig

[PATCHv3 1/4] fs: Move core dump functionality into its own file

2012-08-05 Thread Alex Kelly
This prepares for making core dump functionality optional. The variable suid_dumpable and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- v2

[PATCHv3 4/4] fs: Update coredump-related headers

2012-08-05 Thread Alex Kelly
This patch creates a new header file, fs/coredump.h, which contains functions only used by the new coredump.c. It also moves do_coredump to the include/linux/coredump.h header file, for consistency. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j

[PATCHv3 2/4] fs: Make core dump functionality optional

2012-08-05 Thread Alex Kelly
functions, which are necessary for ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- fs/Kconfig.binfmt | 8 fs/Makefile | 3 ++- include/linux/binfmts.h | 4 init/Kconfig| 1 + kernel/sysctl.c

[PATCHv3 3/4] fs: Clean up some artifacts in coredump.c

2012-08-05 Thread Alex Kelly
Specifically, some whitespace got carried over from the move that shouldn't have, and there were some comment style issues in the original code that are now fixed Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- fs/coredump.c | 8

[PATCH]: 3.10 fails to boot from mmc root

2013-07-12 Thread Kelly Anderson
3.10 fails to boot from mmc root without this patch. An early version of this patch was to be included in in 3.10 but apparently didn't make it. --- ./drivers/mmc/core/core.c.orig2013-06-30 16:13:29.0 -0600 +++ ./drivers/mmc/core/core.c2013-07-12 15:17:15.377466795 -0600 @@

[PATCH] staging: goldfish: Fix missing blank lines

2014-04-06 Thread Garret Kelly
Fix two instances of the following checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Garret Kelly garret.ke...@gmail.com --- drivers/staging/goldfish/goldfish_audio.c | 1 + drivers/staging/goldfish/goldfish_nand.c | 1 + 2 files changed, 2 insertions(+) diff

auth

2014-04-01 Thread Kelly Anderson
auth 7e04ffb5 subscribe linux-kernel ke...@xilka.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/

[PATCH] x86/xen: panic on bad Xen-provided memory map

2014-10-16 Thread Martin Kelly
Panic if Xen provides a memory map with 0 entries. Although this is unlikely, it is better to catch the error at the point of seeing the map than later on as a symptom of some other crash. Signed-off-by: Martin Kelly martk...@amazon.com --- arch/x86/xen/setup.c | 1 + 1 file changed, 1 insertion

Re: [PATCH] xen/setup: add paranoid index check and warning

2014-10-16 Thread Martin Kelly
On 10/14/2014 09:28 AM, Martin Kelly wrote: On Tue, Oct 14, 2014 at 9:09 AM, David Vrabel david.vra...@citrix.com wrote: On 14/10/14 15:04, Martin Kelly wrote: On 10/14/2014 02:22 AM, David Vrabel wrote: On 14/10/14 02:19, Martin Kelly wrote: In a call to set_phys_range_identity, i-1 is used

[PATCH] x86, e820: panic on sanitizing invalid memory map

2014-10-17 Thread Martin Kelly
Kelly martk...@amazon.com --- arch/x86/include/asm/e820.h | 2 +- arch/x86/kernel/e820.c | 95 ++--- 2 files changed, 47 insertions(+), 50 deletions(-) diff --git a/arch/x86/include/asm/e820.h b/arch/x86/include/asm/e820.h index 779c2ef..739f8db 100644

[PATCH v2] x86, e820: panic on sanitizing invalid memory map

2014-10-20 Thread Martin Kelly
Kelly martk...@amazon.com --- Changes in v2: - Fixed compiler warnings: * return 0 from void function * early_panic declared but not used --- --- arch/x86/include/asm/e820.h | 2 +- arch/x86/kernel/e820.c | 103 2 files changed, 47

Re: [PATCH] x86, e820: panic on sanitizing invalid memory map

2014-10-20 Thread Martin Kelly
On 10/17/2014 09:41 PM, Martin Kelly wrote: sanitize_e820_map returns two possible values: -1: Returned when either the provided memory map has length 1 (ok) or when the provided memory map is invalid (not ok). 0: Returned when the memory map was correctly sanitized. In addition, most

Qemu hang introduced between next-20141013 and next-20141017

2014-10-20 Thread Martin Kelly
Hi, I have a minimal qemu setup that I used for testing development kernels. I have noticed that somewhere between next-20141013 and next-20141017, qemu started to hang at boot time, with no messages displayed on the console (previously, it would boot to a full userspace). I attempted to bisect

Re: [PATCH v2] x86, e820: panic on sanitizing invalid memory map

2014-10-21 Thread Martin Kelly
On 10/21/2014 01:56 AM, Thomas Gleixner wrote: This patch changes the behavior so that sanitize_e820_map is a void function. When the provided memory map has length 1 or it is sanitized (both ok cases), it returns nothing. If the provided memory map is invalid, then it panics. So you break

Re: [PATCH v2] x86, e820: panic on sanitizing invalid memory map

2014-10-21 Thread Martin Kelly
On 10/21/2014 12:44 PM, Thomas Gleixner wrote: On Tue, 21 Oct 2014, Martin Kelly wrote: On 10/21/2014 01:56 AM, Thomas Gleixner wrote: Thomas, do you see any issues with a revision that separates out the return values (0 for a map with 1 entry, -1 for a map with invalid entries) and adds

Re: [PATCH] CodingStyle: Add a chapter on conditional compilation

2014-10-29 Thread Martin Kelly
On 10/29/2014 11:15 AM, Josh Triplett wrote: Document several common practices and conventions regarding conditional compilation, most notably the preference for ifdefs in headers rather than .c files. Signed-off-by: Josh Triplett j...@joshtriplett.org --- I found myself explaining a few

[PATCH] Staging/bcm: Fix whitespace/comments in Ioctl.h

2014-09-15 Thread Martin Kelly
Cleanup whitespace and comments in Ioctl.h in a few ways: - 80 character cleanup - Comment clarification - More consistent vertical alignment Signed-off-by: Martin Kelly martk...@amazon.com --- drivers/staging/bcm/Ioctl.h | 26 +- 1 file changed, 13 insertions(+), 13

[PATCH] context_tracking: Fix checkpatch warnings

2014-09-15 Thread Martin Kelly
checkpatch emits several warnings for context_tracking.c, which are fixed in this patch: - No space after ( - Lines longer than 80 characters Signed-off-by: Martin Kelly martk...@amazon.com --- kernel/context_tracking.c | 40 +--- 1 file changed, 21

[PATCH] x86/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n

2014-09-15 Thread Martin Kelly
When compiling with CONFIG_DEBUG_FS=n, gcc emits an unused variable warning for pmc_atom.c because ret is used only within the CONFIG_DEBUG_FS block. This patch fixes it up to eliminate ret when CONFIG_DEBUG_FS=n. Signed-off-by: Martin Kelly martk...@amazon.com --- arch/x86/kernel/pmc_atom.c | 2

Re: [PATCH] x86/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n

2014-09-16 Thread Martin Kelly
On 09/15/2014 11:38 PM, Ingo Molnar wrote: This uglifies the code which is bad. A nicer fix would be to improve the code: for example define pmc_dbgfs_register() in the !DEBUG_FS case as well, with a return 0 or so. Thanks, Ingo I like your suggestion and will issue a

[PATCH v2] x86/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n

2014-09-16 Thread Martin Kelly
Kelly martk...@amazon.com --- Changes in v2: - Implemented Ingo Molnar's suggestion to #ifdef the function rather than the lines. --- arch/x86/kernel/pmc_atom.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/pmc_atom.c b/arch/x86/kernel/pmc_atom.c

Re: [PATCH v2] x86/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n

2014-09-16 Thread Martin Kelly
On 09/16/2014 07:09 PM, Li, Aubrey wrote: Thanks to take care of this warning. How about this version? diff --git a/arch/x86/kernel/pmc_atom.c b/arch/x86/kernel/pmc_atom.c index 0c424a6..cd91b57 100644 --- a/arch/x86/kernel/pmc_atom.c +++ b/arch/x86/kernel/pmc_atom.c @@ -240,7 +240,7 @@

Re: [PATCH v2] x86/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n

2014-09-16 Thread Martin Kelly
On 09/16/2014 08:44 PM, Li, Aubrey wrote: Why do you want to call pmc_dbgfs_register() anyway even if CONFIG_DEBUG_FS=n? Thanks, -Aubrey The compiler will optimize away the call when CONFIG_DEBUG_FS=n, as the function body is just return 0. Since the line following the call is if

[PATCH v3] x86/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n

2014-09-17 Thread Martin Kelly
Kelly martk...@amazon.com --- Changes in v3: - Further unified the return code logic, as suggested by Ingo Molnar Changes in v2: - Implemented Ingo Molnar's suggestion to #ifdef the function rather than the lines. --- arch/x86/kernel/pmc_atom.c | 11 +++ 1 file changed, 7 insertions

Re: [PATCH v2] x86/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n

2014-09-17 Thread Martin Kelly
On 09/17/2014 05:24 AM, Ingo Molnar wrote: Just to paint the bike shed a bit, this could be further simplified to something like: ... ret = pmc_dbgfs_register(pmc, pdev); if (ret) iounmap(pmc-regmap); return ret; and then your patch will be

Re: [PATCH] context_tracking: Fix checkpatch warnings

2014-09-25 Thread Martin Kelly
On Mon, Sep 15, 2014 at 9:20 PM, Martin Kelly mar...@martingkelly.com wrote: checkpatch emits several warnings for context_tracking.c, which are fixed in this patch: - No space after ( - Lines longer than 80 characters Signed-off-by: Martin Kelly martk...@amazon.com --- kernel

Re: [PATCH] context_tracking: Fix checkpatch warnings

2014-10-11 Thread Martin Kelly
On 09/25/2014 09:25 AM, Martin Kelly wrote: On Mon, Sep 15, 2014 at 9:20 PM, Martin Kelly mar...@martingkelly.com wrote: checkpatch emits several warnings for context_tracking.c, which are fixed in this patch: - No space after ( - Lines longer than 80 characters Signed-off-by: Martin Kelly

[PATCH] xen/setup: add paranoid index check and warning

2014-10-13 Thread Martin Kelly
In a call to set_phys_range_identity, i-1 is used without checking that i is non-zero. Although unlikely, a bug in the code before it could cause the value to be 0, leading to erroneous behavior. This patch adds a check against 0 value and a corresponding warning. Signed-off-by: Martin Kelly

[PATCH 1/2] x86: separate out sanitize_e820_map return codes

2014-10-13 Thread Martin Kelly
the two cases and treat them separately. Signed-off-by: Martin Kelly martk...@amazon.com --- arch/x86/include/asm/e820.h | 5 + arch/x86/kernel/e820.c | 18 +++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/arch/x86/include/asm/e820.h b/arch/x86/include/asm

[PATCH 2/2] xen/setup: warn on bad Xen-supplied memory map

2014-10-13 Thread Martin Kelly
-by: Martin Kelly martk...@amazon.com --- arch/x86/xen/setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c index af72161..48c7072 100644 --- a/arch/x86/xen/setup.c +++ b/arch/x86/xen/setup.c @@ -608,7 +608,8 @@ char * __init

Re: [PATCH] xen/setup: add paranoid index check and warning

2014-10-14 Thread Martin Kelly
On 10/14/2014 02:22 AM, David Vrabel wrote: On 14/10/14 02:19, Martin Kelly wrote: In a call to set_phys_range_identity, i-1 is used without checking that i is non-zero. Although unlikely, a bug in the code before it could cause the value to be 0, leading to erroneous behavior. This patch adds

Re: [Xen-devel] [PATCH 1/2] x86: separate out sanitize_e820_map return codes

2014-10-14 Thread Martin Kelly
On 10/14/2014 02:33 AM, David Vrabel wrote: On 14/10/14 03:30, Martin Kelly wrote: Previously, sanitize_e820_map returned -1 in all cases in which it did nothing. However, sanitize_e820_map can do nothing either because the input map has size 1 (this is ok) or because the input map passed

Re: [PATCH] xen/setup: add paranoid index check and warning

2014-10-14 Thread Martin Kelly
On Tue, Oct 14, 2014 at 9:09 AM, David Vrabel david.vra...@citrix.com wrote: On 14/10/14 15:04, Martin Kelly wrote: On 10/14/2014 02:22 AM, David Vrabel wrote: On 14/10/14 02:19, Martin Kelly wrote: In a call to set_phys_range_identity, i-1 is used without checking that i is non-zero

Dear friend,

2015-04-23 Thread Coffi Kelly
Dear friend, Please do accept my apologies as I do not wish to invade into your privacy, I had written an earlier mail to you but without response. My name is Coffi Kelly, I am a lawyer by profession based in Lome-Togo. I need your urgent assistance for the claiming of the sum of US$9.2 Million

Re: [PATCH] staging: fbtft: force cast to non-__iomem pointer

2015-05-06 Thread Garret Kelly
Can't we fix this properly, to use the correct type of pointer instead for non-__iomem allocations? You mean making an alternate screen_base pointer inside fb_info that isn't __iomem? There are already a bunch of framebuffer drivers that (ab)use screen_base to store non-__iomem pointers, so

[PATCH] staging: fbtft: force cast to non-__iomem pointer

2015-04-16 Thread Garret Kelly
address spaces) drivers/staging/fbtft/fbtft-core.c:918:19:expected void const *addr drivers/staging/fbtft/fbtft-core.c:918:19:got char [noderef] asn:2*screen_base Signed-off-by: Garret Kelly g...@google.com --- drivers/staging/fbtft/fbtft-core.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] selftest, x86: fix incorrect comment

2015-05-22 Thread Martin Kelly
The current comment indicates it's checking for a 32-bit build environment, but it actually checks for a 64-bit environment. Fix this. Signed-off-by: Martin Kelly martk...@amazon.com --- tools/testing/selftests/x86/trivial_64bit_program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

RE: [PATCH] PCI: Support SRIOV on Legacy EndPoint device

2016-02-05 Thread Zytaruk, Kelly
> -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: Friday, February 05, 2016 11:47 AM > To: Zytaruk, Kelly > Cc: bhelg...@google.com; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; Alex Williamson; Yu Zhao > Subject: Re: [PATC

[PATCH] PCI: Support SRIOV on Legacy EndPoint device

2016-02-04 Thread Kelly Zytaruk
LEGACY_END_POINT is supported as a valid Port Type. Signed-off-by: Kelly Zytaruk <kelly.zyta...@amd.com> --- drivers/pci/iov.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index 31f31d4..da4fbac 100644 --- a/drivers/pci/iov.c +++ b/drive

RE: [PATCH] PCI: Support SRIOV on Legacy EndPoint device

2016-02-04 Thread Zytaruk, Kelly
Hi Bjorn, It been a long time. > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: Thursday, February 04, 2016 10:14 AM > To: Zytaruk, Kelly > Cc: bhelg...@google.com; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; Alex Williamson;

[PATCH] PCI: Support SRIOV on Legacy EndPoint device

2016-02-09 Thread kelly . zytaruk
From: Kelly Zytaruk <kelly.zyta...@amd.com> It is not neccessary to check for PCI_EXP_TYPE in sriov_init(). There appears to be no reason for the check. Some AMD GPUs have hardware support for grapics SRIOV. If the GPU has a display output then the GPU needs to support Legacy VGA ope

[PATCH] PCI: Support SRIOV on Legacy EndPoint device

2016-02-04 Thread Zytaruk, Kelly
LEGACY_END_POINT is supported as a valid Port Type. Signed-off-by: Kelly Zytaruk <kelly.zyta...@amd.com> --- drivers/pci/iov.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index 31f31d4..da4fbac 100644 --- a/drivers/pci/iov.c +++ b/drive

RE: BUGZILLA [112941] - Cannot reenable SRIOV after disabling SRIOV on AMD GPU

2016-02-24 Thread Zytaruk, Kelly
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Zytaruk, Kelly > Sent: Tuesday, February 23, 2016 12:47 PM > To: Bjorn Helgaas > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; >

RE: BUGZILLA [112941] - Cannot reenable SRIOV after disabling SRIOV on AMD GPU

2016-02-23 Thread Zytaruk, Kelly
> -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: Tuesday, February 23, 2016 12:02 PM > To: Zytaruk, Kelly > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > bhelg...@google.com; Marsan, Luugi; Joerg Roedel; Alex Willia

BUGZILLA [112941] - Cannot reenable SRIOV after disabling SRIOV on AMD GPU

2016-02-23 Thread Zytaruk, Kelly
68.511578] [] SyS_write+0x50/0x85 [ 368.511632] [] entry_SYSCALL_64_fastpath+0x12/0x71 [ 368.511634] ---[ end trace 69e2140f488cb003 ]--- Thanks, Kelly

RE: BUGZILLA [112941] - Cannot reenable SRIOV after disabling SRIOV on AMD GPU

2016-02-26 Thread Zytaruk, Kelly
> -Original Message- > From: Joerg Roedel [mailto:j...@8bytes.org] > Sent: Friday, February 26, 2016 10:56 AM > To: Zytaruk, Kelly > Cc: Bjorn Helgaas; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > bhelg...@google.com; Marsan, Luugi; Alex Williamson >

[PATCH] kconfig/merge_config.sh: add -C to choose make dir

2016-05-13 Thread Martin Kelly
This is useful for running the script from somewhere besides the root of the source tree. Signed-off-by: Martin Kelly <mar...@surround.io> --- scripts/kconfig/merge_config.sh | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/scripts/kconfig/merge_confi

RE: [PATCH] PCI: Make SR-IOV capable GPU working on the SR-IOV incapable platform

2017-05-11 Thread Zytaruk, Kelly
>-Original Message- >From: Alex Williamson [mailto:alex.william...@redhat.com] >Sent: Thursday, May 11, 2017 11:21 PM >To: Cheng, Collins >Cc: Bjorn Helgaas; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; >Deucher, Alexander; Zytaruk, Kelly >Subject: Re:

RE: [PATCH] PCI: Make SR-IOV capable GPU working on the SR-IOV incapable platform

2017-05-20 Thread Zytaruk, Kelly
>-Original Message- >From: Cheng, Collins >Sent: Saturday, May 20, 2017 12:53 AM >To: Alexander Duyck; Alex Williamson >Cc: Bjorn Helgaas; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; >Deucher, Alexander; Zytaruk, Kelly; Yinghai Lu >Subject: RE: [PA

RE: [PATCH] PCI: Make SR-IOV capable GPU working on the SR-IOV incapable platform

2017-05-20 Thread Zytaruk, Kelly
Collins, Okay, good to know. Is there a common solution that can handle all cases? Thanks, Kelly >-Original Message- >From: Cheng, Collins >Sent: Saturday, May 20, 2017 6:38 AM >To: Zytaruk, Kelly; Alexander Duyck; Alex Williamson >Cc: Bjorn Helgaas; linux-...@vger.ke

kernel_read() changed from v4.13 to v4.14

2017-11-21 Thread Zytaruk, Kelly
a void pointer   fs: fix kernel_write prototype   fs: fix kernel_read prototype   fs: move kernel_read to fs/read_write.c   fs: move kernel_write to fs/read_write.c Thanks, Kelly

Wir bieten jedem ein GÜNSTIGES Darlehnen zu TOP Konditionen an

2017-11-03 Thread Martin Kelly
Sehr geehrte Damen und Herren, Sie brauchen Geld? Sie sind auf der suche nach einem Darlehnen? Seriös und unkompliziert? Dann sind Sie hier bei uns genau richtig. Durch unsere jahrelange Erfahrung und kompetente Beratung sind wir Europaweit tätig. Wir bieten jedem ein GÜNSTIGES Darlehnen zu

Wir bieten jedem ein GÜNSTIGES Darlehnen zu TOP Konditionen an

2017-11-03 Thread Martin Kelly
Sehr geehrte Damen und Herren, Sie brauchen Geld? Sie sind auf der suche nach einem Darlehnen? Seriös und unkompliziert? Dann sind Sie hier bei uns genau richtig. Durch unsere jahrelange Erfahrung und kompetente Beratung sind wir Europaweit tätig. Wir bieten jedem ein GÜNSTIGES Darlehnen zu

[PATCH] Skip clk_put for attached clocks when freeing context

2018-05-14 Thread James Kelly
this would be a good time to make this change before anything depends on the existing behaviour. Signed-off-by: James Kelly <jamespeterke...@gmail.com> --- drivers/base/regmap/regmap-mmio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/base/regmap/regmap-mmio.c b/d

[PATCH] drivers: regmap: Skip clk_put for attached clocks when freeing context

2018-05-14 Thread James Kelly
this would be a good time to make this change before anything depends on the existing behaviour. Signed-off-by: James Kelly <jamespeterke...@gmail.com> --- drivers/base/regmap/regmap-mmio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/base/regmap/regmap-mmio.c b/d

[PATCH] tools: fix cross-compile var export

2018-01-06 Thread Martin Kelly
From: Martin Kelly <mar...@martingkelly.com> Currently in a number of Makefiles, we clobber the CC, LD, and/or STRIP env vars when cross-compiling, which breaks any additional flags that might be set (such as sysroot). This easily shows up by using, for instance, a Yocto SDK. Fix this b

Re: [PATCH] tools: fix cross-compile var export

2018-01-07 Thread Martin Kelly
On 01/07/2018 10:31 AM, Martin Kelly wrote: On 01/07/2018 08:11 AM, Paul Gortmaker wrote: [[PATCH] tools: fix cross-compile var export] On 06/01/2018 (Sat 12:16) Martin Kelly wrote: From: Martin Kelly <mar...@martingkelly.com> Currently in a number of Makefiles, we clobber the

Re: [PATCH] tools: fix cross-compile var export

2018-01-07 Thread Martin Kelly
On 01/07/2018 08:11 AM, Paul Gortmaker wrote: [[PATCH] tools: fix cross-compile var export] On 06/01/2018 (Sat 12:16) Martin Kelly wrote: From: Martin Kelly <mar...@martingkelly.com> Currently in a number of Makefiles, we clobber the CC, LD, and/or STRIP env vars when cross-compiling,

Re: [PATCH] tools: fix cross-compile var export

2018-01-07 Thread Martin Kelly
On 01/07/2018 11:04 AM, Paul Gortmaker wrote: [Re: [PATCH] tools: fix cross-compile var export] On 07/01/2018 (Sun 10:31) Martin Kelly wrote: [...] With the change, we add do CC = $(CROSS_COMPILE)gcc if and only if CC is not already set. I'm happy to add all these details to the commit

[PATCH v2] tools: fix cross-compile var clobbering

2018-01-07 Thread Martin Kelly
From: Martin Kelly <mar...@martingkelly.com> Currently a number of Makefiles break when used with toolchains that pass extra flags in CC and other cross-compile related variables (such as --sysroot). Thus we get this error when we use a toolchain that puts --sysroot in the CC var: ~/src

Kredit? so schnell wie möglich?

2018-01-31 Thread Martin Kelly
Kredit? so schnell wie möglich? unkompliziert und seriös ? Bei uns genau richtig. Wir arbeiten europaweit. Wir vermitteln Kredite und Darlehen zu fairen Konditionen. Durch unsere seriöse, kompetente und ehrliche Kreditberatung haben wir über Jahre eine starke Position auf dem Markt.

TRADING ACCOUNT

2018-08-25 Thread KELLY ALAN
Dear sir , I KELLY ALAN purchasing and sales manager of CFM INTERNATIONAL .Our Company specialised in Supplying computer hardware and Electronic .We want to extend our supplier list because of concurrency in prices on the international market. We are seeking a supplier with whom we can

Re: [PATCH v2] tools: fix cross-compile var clobbering

2018-04-04 Thread Martin Kelly
On 04/04/2018 06:20 AM, Jiri Slaby wrote: On 01/07/2018, 10:40 PM, Martin Kelly wrote: From: Martin Kelly <mar...@martingkelly.com> ... --- a/tools/power/acpi/Makefile.config +++ b/tools/power/acpi/Makefile.config @@ -56,9 +56,6 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM} # to compile vs

Re: [PATCH 1/1] tools: power/acpi, revert to LD = gcc

2018-04-24 Thread Martin Kelly
gt; > Signed-off-by: Jiri Slaby <jsl...@suse.cz> > Cc: Martin Kelly <mar...@martingkelly.com> > Cc: "Rafael J. Wysocki" <r...@rjwysocki.net> > Cc: Len Brown <l...@kernel.org> > Cc: Robert Moore <robert.mo...@intel.com> > Cc: Erik Schmauss <erik.schm

Re: [linux-sunxi] [PATCH v9 0/2] Initial Allwinner V3s CSI Support

2018-03-28 Thread Martin Kelly
On 03/05/2018 05:51 PM, Yong Deng wrote: This patchset add initial support for Allwinner V3s CSI. Allwinner V3s SoC features two CSI module. CSI0 is used for MIPI CSI-2 interface and CSI1 is used for parallel interface. This is not documented in datasheet but by test and guess. This patchset

Re: [linux-sunxi] [PATCH v9 0/2] Initial Allwinner V3s CSI Support

2018-03-29 Thread Martin Kelly
On 03/28/2018 06:02 PM, Yong wrote: AFAIK, there is no document about MIPI CSI-2. You can take a look at the source code in BSP: https://github.com/friendlyarm/h3_lichee/tree/master/linux-3.4/drivers/media/video/sunxi-vfe/mipi_csi And try to port it to mainline. Yep, I see there's lots of

[PATCH] kfifo: fix inaccurate comment

2018-03-26 Thread Martin Kelly
The comment in __kfifo_alloc says we round down, but we actually round up, so correct it. Signed-off-by: Martin Kelly <mke...@xevo.com> --- lib/kfifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kfifo.c b/lib/kfifo.c index 90ba1eb1df06..b0f757bf7213 100644 ---

Re: [OT?] Coding Style

2001-01-23 Thread James Kelly
I am not sure about Linux IDEs, but when I programmed Objective-C using the OpenStep IDE, you could not only do auto-completion on those, but on any word that had been previously used. That was cool, and didn't cause wacky problems like you might think it would (auto-completing words like

random failures with megaraid driver on 2.4.4 SMP

2001-06-07 Thread Kelly Martin
using other versions of the megaraid driver or kernels other than 2.4.4; I simply cannot spare the time right now. I am not subscribed to the mailing list; please cc: replies. Kelly Martin American Farm Bureau Federation [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubs

RE: random failures with megaraid driver on 2.4.4 SMP

2001-06-27 Thread Kelly Martin
because I've received followup inquiries; please cc: replies.) Kelly Martin American Farm Bureau Federation [EMAIL PROTECTED] > -Original Message- > From: Kelly Martin > Sent: Thursday, June 07, 2001 12:40 PM > To: '[EMAIL PROTECTED]' > Subject: random failures with

[PATCH] staging: goldfish: Fix missing blank lines

2014-04-06 Thread Garret Kelly
Fix two instances of the following checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Garret Kelly --- drivers/staging/goldfish/goldfish_audio.c | 1 + drivers/staging/goldfish/goldfish_nand.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers

auth

2014-04-01 Thread Kelly Anderson
auth 7e04ffb5 subscribe linux-kernel ke...@xilka.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/

[PATCH] kfifo: fix inaccurate comment

2018-03-26 Thread Martin Kelly
The comment in __kfifo_alloc says we round down, but we actually round up, so correct it. Signed-off-by: Martin Kelly --- lib/kfifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kfifo.c b/lib/kfifo.c index 90ba1eb1df06..b0f757bf7213 100644 --- a/lib/kfifo.c +++ b/lib

Re: [linux-sunxi] [PATCH v9 0/2] Initial Allwinner V3s CSI Support

2018-03-28 Thread Martin Kelly
On 03/05/2018 05:51 PM, Yong Deng wrote: This patchset add initial support for Allwinner V3s CSI. Allwinner V3s SoC features two CSI module. CSI0 is used for MIPI CSI-2 interface and CSI1 is used for parallel interface. This is not documented in datasheet but by test and guess. This patchset

Re: [linux-sunxi] [PATCH v9 0/2] Initial Allwinner V3s CSI Support

2018-03-29 Thread Martin Kelly
On 03/28/2018 06:02 PM, Yong wrote: AFAIK, there is no document about MIPI CSI-2. You can take a look at the source code in BSP: https://github.com/friendlyarm/h3_lichee/tree/master/linux-3.4/drivers/media/video/sunxi-vfe/mipi_csi And try to port it to mainline. Yep, I see there's lots of

[PATCH] Skip clk_put for attached clocks when freeing context

2018-05-14 Thread James Kelly
this would be a good time to make this change before anything depends on the existing behaviour. Signed-off-by: James Kelly --- drivers/base/regmap/regmap-mmio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/base/regmap/regmap-mmio.c b/drivers/base/regmap/regmap-mmio.c

[PATCH] drivers: regmap: Skip clk_put for attached clocks when freeing context

2018-05-14 Thread James Kelly
this would be a good time to make this change before anything depends on the existing behaviour. Signed-off-by: James Kelly --- drivers/base/regmap/regmap-mmio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/base/regmap/regmap-mmio.c b/drivers/base/regmap/regmap-mmio.c

[PATCH] tools: fix cross-compile var export

2018-01-06 Thread Martin Kelly
From: Martin Kelly Currently in a number of Makefiles, we clobber the CC, LD, and/or STRIP env vars when cross-compiling, which breaks any additional flags that might be set (such as sysroot). This easily shows up by using, for instance, a Yocto SDK. Fix this by more carefully overriding

Re: [PATCH] tools: fix cross-compile var export

2018-01-07 Thread Martin Kelly
On 01/07/2018 08:11 AM, Paul Gortmaker wrote: [[PATCH] tools: fix cross-compile var export] On 06/01/2018 (Sat 12:16) Martin Kelly wrote: From: Martin Kelly Currently in a number of Makefiles, we clobber the CC, LD, and/or STRIP env vars when cross-compiling, which breaks any additional

Re: [PATCH] tools: fix cross-compile var export

2018-01-07 Thread Martin Kelly
On 01/07/2018 10:31 AM, Martin Kelly wrote: On 01/07/2018 08:11 AM, Paul Gortmaker wrote: [[PATCH] tools: fix cross-compile var export] On 06/01/2018 (Sat 12:16) Martin Kelly wrote: From: Martin Kelly Currently in a number of Makefiles, we clobber the CC, LD, and/or STRIP env vars when

  1   2   >