[PATCH] Staging: android: ion: Fix Style Issue

2015-07-13 Thread Craig
Modified style issue in ion.c. Missing empty line after a definition Signed-off-by: Craig craig.inc...@xayto.net --- drivers/staging/android/ion/ion.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index 6f48112..e44f5e6

Re: [PATCH v3] clk: qcom: Add Global Clock controller (GCC) driver for SDM660

2018-10-08 Thread Craig
(Resend due to broken email client) any reviews for this? On 25 September 2018 18:35:58 BST, Craig Tatlor wrote: >From: Taniya Das > >Add support for the global clock controller found on SDM660 >based devices. This should allow most non-multimedia device >drivers to pr

Re: [PATCH V3 0/4] Changes for SDCC5 version

2018-10-07 Thread Craig
Any updates on this? On 25 September 2018 16:39:33 BST, Craig wrote: > > >On 25 September 2018 12:17:26 BST, Veerabhadrarao Badiganti > wrote: >> >>On 9/25/2018 1:18 AM, Craig Tatlor wrote: >>> What socs have you tested this on? >>> On sdm660 it seem

Re: [PATCH V3 0/4] Changes for SDCC5 version

2018-10-09 Thread Craig
On 9 October 2018 07:01:57 BST, Veerabhadrarao Badiganti wrote: >Hi > > >On 10/8/2018 12:26 PM, Bjorn Andersson wrote: >> On Sun 07 Oct 01:07 PDT 2018, Craig wrote: >> >>> Any updates on this? >>> >> FWIW I used qcom,sdhci-msm-v5 on QCS404 s

Re: [PATCH V12 00/14] Krait clocks + Krait CPUfreq

2018-09-19 Thread Craig
Yup, this patch seems to have fixed the higher frequencies from the quick test I did. On 7 September 2018 15:28:53 BST, Craig Tatlor wrote: > > >On 7 September 2018 10:57:34 BST, Sricharan R > wrote: >>Hi Craig, >> >> >>>> [v12] >>>>

Re: [PATCH v7 3/4] dt-bindings: power: supply: qcom_bms: Add bindings

2018-09-20 Thread Craig
On 20 September 2018 17:58:47 BST, Sebastian Reichel wrote: >[Dropped a couple of people from CC, added Baolin] > >Hi Craig, Baolin and Rob, > >On Thu, Sep 20, 2018 at 03:32:29PM +0100, Craig wrote: >> On 16 September 2018 13:10:45 BST, Sebastian Reichel > wrote: >

Re: [PATCH] clk: qcom: Add Global Clock controller (GCC) driver for SDM660

2018-09-24 Thread Craig
On 24 September 2018 13:44:33 BST, Heiko Stuebner wrote: >Hi Craig, > >Am Montag, 13. August 2018, 09:45:09 CEST schrieb Craig Tatlor: >> On 13 August 2018 07:55:34 BST, Taniya Das >wrote: >> >Hello Craig, >> > >> >Could you please correct t

Re: [PATCH v3 1/2] pinctrl: qcom: Add sdm660 pinctrl driver

2018-09-26 Thread Craig
Hey, You seem to have missed the bindings, it might be an idea to drop and reapply with the new ones I just sent off when they get a review. On 26 September 2018 07:57:41 BST, Linus Walleij wrote: >On Tue, Sep 25, 2018 at 7:38 PM Craig Tatlor >wrote: > >> From: Neeraj Upad

Re: [PATCH v7 3/4] dt-bindings: power: supply: qcom_bms: Add bindings

2018-09-20 Thread Craig
txt Thanks for the review, what bindings for ocv would you prefer? The spreadtrum ones or mine? >and referenced via monitored-battery. > >-- Sebastian > >On Thu, Jun 14, 2018 at 04:14:16PM +0100, Craig Tatlor wrote: >> Add bindings for the Qualcomm Battery Monitoring sys

Re: [PATCH v7 2/4] power: supply: Add support for the Qualcomm Battery Monitoring System

2018-09-20 Thread Craig
Replies inline On 16 September 2018 14:48:36 BST, Sebastian Reichel wrote: >Hi, > >First of all thanks for the patch and big sorry for the long delay >in reviewing this. I did not find enough time to do it properly >until now :( > >On Thu, Jun 14, 2018 at 04:14:15PM +010

Re: [PATCH V12 00/14] Krait clocks + Krait CPUfreq

2018-09-20 Thread Craig
On 20 September 2018 14:01:57 BST, Sricharan R wrote: > > >On 9/20/2018 1:54 AM, Craig wrote: >> Yup, this patch seems to have fixed the higher frequencies from the >quick test I did. >> > Thanks !!. Can i take that as Craig Tatlor ? Sure, no problem > >Rega

Re: [PATCH v2] pinctrl: qcom: Add sdm660 pinctrl driver

2018-09-24 Thread Craig
On 24 September 2018 19:53:06 BST, Bjorn Andersson wrote: >On Sun 12 Aug 07:24 PDT 2018, Craig Tatlor wrote: > >> Add initial pinctrl driver to support pin configuration with >> pinctrl framework for sdm660. >> Based off CAF implementation. >>

Re: [PATCH] arm64: dts: sdm630 SoC and Sony Pioneer (Xperia XA2) support

2018-09-24 Thread Craig
On 24 September 2018 20:19:29 BST, Bjorn Andersson wrote: >On Sat 11 Aug 09:25 PDT 2018, Craig Tatlor wrote: > >> Initial device tree support for Qualcomm SDM630 SoC and >> Sony Pioneer (Xperia XA2). >> >> SDM630 is based off of the SDM660 soc a

Re: [PATCH V3 0/4] Changes for SDCC5 version

2018-09-25 Thread Craig
On 25 September 2018 12:17:26 BST, Veerabhadrarao Badiganti wrote: > >On 9/25/2018 1:18 AM, Craig Tatlor wrote: >> What socs have you tested this on? >> On sdm660 it seems to crash device >> when writing pwr ctl. > >Hi >We have tested this on SDM845. >SDM6

Re: [PATCH v7 3/4] dt-bindings: power: supply: qcom_bms: Add bindings

2018-09-20 Thread Craig
On 20 September 2018 17:58:47 BST, Sebastian Reichel wrote: >[Dropped a couple of people from CC, added Baolin] > >Hi Craig, Baolin and Rob, > >On Thu, Sep 20, 2018 at 03:32:29PM +0100, Craig wrote: >> On 16 September 2018 13:10:45 BST, Sebastian Reichel > wrote: >

Re: [PATCH] clk: qcom: Add Global Clock controller (GCC) driver for SDM660

2018-09-24 Thread Craig
On 24 September 2018 13:44:33 BST, Heiko Stuebner wrote: >Hi Craig, > >Am Montag, 13. August 2018, 09:45:09 CEST schrieb Craig Tatlor: >> On 13 August 2018 07:55:34 BST, Taniya Das >wrote: >> >Hello Craig, >> > >> >Could you please correct t

Re: [PATCH v2] pinctrl: qcom: Add sdm660 pinctrl driver

2018-09-24 Thread Craig
On 24 September 2018 19:53:06 BST, Bjorn Andersson wrote: >On Sun 12 Aug 07:24 PDT 2018, Craig Tatlor wrote: > >> Add initial pinctrl driver to support pin configuration with >> pinctrl framework for sdm660. >> Based off CAF implementation. >>

Re: [PATCH] arm64: dts: sdm630 SoC and Sony Pioneer (Xperia XA2) support

2018-09-24 Thread Craig
On 24 September 2018 20:19:29 BST, Bjorn Andersson wrote: >On Sat 11 Aug 09:25 PDT 2018, Craig Tatlor wrote: > >> Initial device tree support for Qualcomm SDM630 SoC and >> Sony Pioneer (Xperia XA2). >> >> SDM630 is based off of the SDM660 soc a

Re: [PATCH V3 0/4] Changes for SDCC5 version

2018-09-25 Thread Craig
On 25 September 2018 12:17:26 BST, Veerabhadrarao Badiganti wrote: > >On 9/25/2018 1:18 AM, Craig Tatlor wrote: >> What socs have you tested this on? >> On sdm660 it seems to crash device >> when writing pwr ctl. > >Hi >We have tested this on SDM845. >SDM6

Re: [PATCH v3 1/2] pinctrl: qcom: Add sdm660 pinctrl driver

2018-09-26 Thread Craig
Hey, You seem to have missed the bindings, it might be an idea to drop and reapply with the new ones I just sent off when they get a review. On 26 September 2018 07:57:41 BST, Linus Walleij wrote: >On Tue, Sep 25, 2018 at 7:38 PM Craig Tatlor >wrote: > >> From: Neeraj Upad

Re: [PATCH V12 00/14] Krait clocks + Krait CPUfreq

2018-09-19 Thread Craig
Yup, this patch seems to have fixed the higher frequencies from the quick test I did. On 7 September 2018 15:28:53 BST, Craig Tatlor wrote: > > >On 7 September 2018 10:57:34 BST, Sricharan R > wrote: >>Hi Craig, >> >> >>>> [v12] >>>>

Re: [PATCH V12 00/14] Krait clocks + Krait CPUfreq

2018-09-20 Thread Craig
On 20 September 2018 14:01:57 BST, Sricharan R wrote: > > >On 9/20/2018 1:54 AM, Craig wrote: >> Yup, this patch seems to have fixed the higher frequencies from the >quick test I did. >> > Thanks !!. Can i take that as Craig Tatlor ? Sure, no problem > >Rega

Re: [PATCH v7 3/4] dt-bindings: power: supply: qcom_bms: Add bindings

2018-09-20 Thread Craig
txt Thanks for the review, what bindings for ocv would you prefer? The spreadtrum ones or mine? >and referenced via monitored-battery. > >-- Sebastian > >On Thu, Jun 14, 2018 at 04:14:16PM +0100, Craig Tatlor wrote: >> Add bindings for the Qualcomm Battery Monitoring sys

Re: [PATCH v7 2/4] power: supply: Add support for the Qualcomm Battery Monitoring System

2018-09-20 Thread Craig
Replies inline On 16 September 2018 14:48:36 BST, Sebastian Reichel wrote: >Hi, > >First of all thanks for the patch and big sorry for the long delay >in reviewing this. I did not find enough time to do it properly >until now :( > >On Thu, Jun 14, 2018 at 04:14:15PM +010

Re: [PATCH V3 0/4] Changes for SDCC5 version

2018-10-07 Thread Craig
Any updates on this? On 25 September 2018 16:39:33 BST, Craig wrote: > > >On 25 September 2018 12:17:26 BST, Veerabhadrarao Badiganti > wrote: >> >>On 9/25/2018 1:18 AM, Craig Tatlor wrote: >>> What socs have you tested this on? >>> On sdm660 it seem

Re: [PATCH v3] clk: qcom: Add Global Clock controller (GCC) driver for SDM660

2018-10-08 Thread Craig
(Resend due to broken email client) any reviews for this? On 25 September 2018 18:35:58 BST, Craig Tatlor wrote: >From: Taniya Das > >Add support for the global clock controller found on SDM660 >based devices. This should allow most non-multimedia device >drivers to pr

Re: [PATCH V3 0/4] Changes for SDCC5 version

2018-10-09 Thread Craig
On 9 October 2018 07:01:57 BST, Veerabhadrarao Badiganti wrote: >Hi > > >On 10/8/2018 12:26 PM, Bjorn Andersson wrote: >> On Sun 07 Oct 01:07 PDT 2018, Craig wrote: >> >>> Any updates on this? >>> >> FWIW I used qcom,sdhci-msm-v5 on QCS404 s

[PATCH] Staging: android: ion: Fix Style Issue

2015-07-13 Thread Craig
Modified style issue in ion.c. Missing empty line after a definition Signed-off-by: Craig --- drivers/staging/android/ion/ion.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index 6f48112..e44f5e6 100644 --- a/drivers

Re: ide.2.4.1-p3.01112001.patch

2001-01-12 Thread Craig Schlenter
On Fri, Jan 12, 2001 at 12:44:25AM -0800, Andre Hedrick wrote: AMD Update. HPT366 Update. NASTY-ARSE dma-timeout "hack" as a compile option. [snip] ide_dma_timeout_revovery ? s/revovery/recovery/ perhaps? Cheers, --Craig - To unsubscribe from this list: send the line &q

Re: Plain 2.4.5 VM

2001-05-29 Thread Craig Kulesa
the watermarks in balancing should lie, and alter them automatically? 2.5 stuff there, no doubt. Balancing seems so *fragile* (to me). Cheers, Craig Kulesa [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Promise FASTTRAK100 Ultra/100 Raid Card

2000-09-05 Thread Craig Whitmore
Does anyone know how to get the Fasttrak100 Ultra Raid Card going in Linux? (different than the Ultra100) the PDC driver does not find any of the hard drives attached to the drive. Thanks Craig Whitmore

Ethernet Driver for Built in Network Card

2000-09-16 Thread Craig Whitmore
Does anyone know what driver will work with the ethernet card in a New Intel motherboard /proc/pci says its .. PCI_DEVICE_ID_INTEL_82865 0x1227 PCI_VENDOR_ID_INTEL 0x8086 But I can't find any drivers for this device :-( Its a 820 Motherboard I think. Thanks Craig Whitmore

Re: Ethernet Driver for Built in Network Card

2000-09-17 Thread Craig Whitmore
PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030 so none will work :-( none of the drivers (even in newer kernels) have PCI_DEVICE_ID_INTEL_82865 as one of the options :-( So I guess none are supported? Anyone else help me? Thanks Craig Whitmore - Original Message - From: "Dan H

Intel D815EEA Motherboard (ethernet driver)

2000-09-20 Thread Craig Whitmore
To get the eepro100 ethernet card going on this motherboard (Intel D815EAA) I had to add *** linux-2.4.0-test8/drivers/net/eepro100.cSat Aug 12 14:14:46 2000--- linux-2.4.0-test8-old/drivers/net/eepro100.cThu Sep 21 13:20:15 2000** 2273,2278 --- 2273,2280

Graphics Drivers for Intel 82815 Graphics Controller

2000-09-21 Thread Craig Whitmore
11Region 0: Memory at f800 (32-bit, prefetchable) [size=64M]Region 1: Memory at ffa8 (32-bit, non-prefetchable) [size=512K]Capabilities: [dc] Power Management version 2Flags: PMEClk- AuxPwr- DSI+ D1- D2- PME-Status: D0 PME-Enable- DSel=0 DScale=0 PME- Thanks Craig Whitmore

Linux 2.4.0-test8 and swap/journaling fs on raid

2000-09-27 Thread Craig Servin
I was just wondering if the issues with swap on a raid device and with using a journaling fs on a raid device had been fixed in the latest 2.4.0-test kernels? I've gone too soft over the last few years to read the raid code myself :-) Thanks in advance, Craig PS I might be able to make sense

Problems with ICH2 sound driver

2000-10-01 Thread Craig Whitmore
] Region 1: I/O ports at ef00 [size=64] i810_audio 11568 0 (unused)ac97_codec 7600 0 [i810_audio]sound 58640 0 (unused)soundcore 3952 4 [i810_audio sound] Thanks Craig Whitmore

NGROUPS_MAX

2000-10-03 Thread Craig Whitmore
I need to set up a server with a user that is in more than 32 groups at a time and as far as I know NGROUPS_MAX in limits.h changes this maximum. If I increase (say to 256) this will this break anything or will linux work perfectly well? Thanks Craig Whitmore

Re: 2.4.0test10pre4 lockups

2000-10-23 Thread Craig Schlenter
with you about this: Making it a #if 0 makes test10pre4 boot for me. Otherwise my machine hangs during boot. Test9 boots ok. ALI153X chipset on a PII 350 ... --Craig - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please re

Re: 2.4.0test10pre4 lockups

2000-10-24 Thread Craig Schlenter
and post the result to the list. Thank you, --Craig - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-07 Thread Craig Ruff
On Wed, Mar 07, 2001 at 12:32:08PM -0800, Andre Hedrick wrote: The SCSI low-level format glue performed by the HOST gets destroyed If you write to LBA Zero. This is simply not true. I write to SCSI disk's block 0 all of the time and never loose data. Obviously, you can lose the partition

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-07 Thread Craig Ruff
On Wed, Mar 07, 2001 at 01:15:46PM -0800, Andre Hedrick wrote: Then run this and see if you live. Well, I ran it, the disk lives. The typescript is appended below. Interestingly, scsikiller didn't cream the partition table like I expected. However the dd if=/dev/zero of=/dev/sdc certainly

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-07 Thread Craig Ruff
On Wed, Mar 07, 2001 at 02:35:56PM -0800, Andre Hedrick wrote: So basically you are pointing out that there is now a sequencer reject in linux? Because this used to effect and wipe drives, but you are showing that Linux now does scsi commands check for execution on the /dev/sdxx? Nope, there

Re: fork and pthreads

2001-03-16 Thread Craig Ruff
On Fri, Mar 16, 2001 at 06:52:26PM +0100, Richard Guenther wrote: Well, using pthreads and forking in them seems to trigger libc bugs (read: SIGSEGvs) here under certain conditions (happens, after I introduced signal handlers and using pthread_sigmask, I think), so hangs should be definitely

strange swap behaviour - test11pre4

2001-01-03 Thread Craig Schlenter
breathing room or am I being an idiot about this? Should I be running a different kernel? 2.2.19preXXX ? Should I be tuning vm things in proc and if so how? Thank you, --Craig - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: strange swap behaviour - test11pre4

2001-01-03 Thread Craig Schlenter
mozilla look lean. My apologies for the noise ... --Craig - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

PROBLEM: SCSI hangs with aic7xxx in 2.4.0 SMP

2001-01-06 Thread Craig Freeze
[1.] One line summary of the problem: SCSI hangs with aic7xxx in 2.4.0 SMP [2.] Full description of the problem/report: SCSI device errors and bus resets observed in 2.4.0 that do not occur in 2.2.13. Sysrq keys have no effect (ie hard reset required to recover) [3.] Keywords (i.e., modules,

Re: 2.4test9-pre5 shared memory?

2000-10-26 Thread Craig Schlenter
is /proc/meminfo followed by the same for a 2.2 machine running the same set of applications. This has been "broken" since early in 2.3.x (x==13 I think). Apparently it is costly to keep these sorts of stats so it's not done anymore. --Craig - To unsubscribe from this list: send the line &q

Re: 2.4test9-pre5 shared memory?

2000-10-26 Thread Craig Schlenter
On Thu, Oct 26, 2000 at 10:40:33AM -0400, Stephen Clark wrote: [/proc/meminfo shared is 0] Then shouldn't it be removed? Probably not. There may be tools that rely on it existing that may break if it goes away altogether. Maybe 'free' does for example. --C - To unsubscribe from this list:

POSIX message queue support in Linux kernel?

2000-10-29 Thread Craig Rodrigues
. I noticed that RTLinux seems to support it, in a header file called rtl_nfifo.h, in their distribution. Are there any plans to introduce POSIX message queues in the base-line Linux kernel? Thanks. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED

Re: Rage Mobility P/M

2001-04-19 Thread Craig Schlenter
card as 'PCI' instead of AGP. Device ID is 4c4d. Machine is a Dell latitude CPt S600Gt. I'd be keen to hear if anyone gets it working ... --Craig - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf

RE: Eye2Eye a hope for Promise to Join Linux

2001-06-13 Thread Craig Lyons
weenie who doesn't understand half of what you're saying ;). Regards, Craig -Original Message- From: Andre Hedrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:43 PM To: Craig Lyons Cc: [EMAIL PROTECTED] Subject: Eye2Eye a hope for Promise to Join Linux Greetings Craig

Re: Linux 2.4.5-ac17

2001-06-21 Thread Craig Schlenter
to dabble with! Thank you! --Craig - 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: Cosmetic JFFS patch.

2001-06-29 Thread Craig McLean
, else keep schtum. Just my £0.02. Craig. -- Craig McLeanP: 01276 423905 Proactive Technical Analyst M: 07801 459497 Sun Microsystems Proactive Services E: [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Cosmetic JFFS patch.

2001-07-02 Thread Craig McLean
.. Now, I'll just have to pretend they don't put the authors name on the front in huge letters, and my analogy will be complete. Hmmm. Craig. -- Craig McLeanP: 01276 423905 Proactive Technical Analyst M: 07801 459497 Sun Microsystems Proactive Services E

Bug report

2001-03-22 Thread Craig Cummings
than my programs. Some standard UNIX programs are leaking a lot of memory. I would appreciate some advice and ultimately, a fix. Unfortunately, My programming skills are not sufficient for tinkering with the kernel source. Thank you, in advance for your help. Details follow. Regards, Craig

Re: TCP/IP problem on 2.2.18. Very big delay when pinging *local* interface (5x NIC, 18x IP).

2001-04-16 Thread Craig Schlenter
On Mon, Apr 16, 2001 at 11:03:33AM +0200, Rok Papez wrote: Hi! Running 5x 3c905 NICs with 18 IPs Summary: When I boot Linux and ping a *local* IP address, it has a very big delay. Flood ping works without a glitch, normal ping exhibits a big delay at the start but will eventualy start

Re: ata4294967295: failed to start port (errno=-19)

2007-11-30 Thread Craig Schlenter
uname -a: 2.6.24-0.42.rc3.git1.fc9 Things also seem to work though. bye, --Craig - 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 v3] Prevent devices with RMRRs from being placed into SI Domain

2012-10-21 Thread Craig Hada
and booted with IOMMU pass through mode enabled. Without the patch my system would panic or wedge. I also applied a be2net patch I'm working on and was able to get successful netperf runs with IOMMU pass through mode enabled. -Craig -- To unsubscribe from this list: send the line unsubscribe linux

IRQ Delivery Problem for MCP65

2007-07-27 Thread Craig Block
) Thanks in advance for any help you can lend, - Craig Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz

Re: Thinking outside the box on file systems

2007-08-15 Thread Craig Ruff
On Wed, Aug 15, 2007 at 10:30:19AM -0700, Marc Perkel wrote: --- Kyle Moffett [EMAIL PROTECTED] wrote: Except they do, and without directories the performance of your average filesystem is going to suck. Actually you would get a speed improvement. You hash the full name and get the file

Re: IRQ Delivery Problem for MCP65

2007-07-31 Thread Craig Block
--- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: --- Craig Block [EMAIL PROTECTED] wrote: I'm having trouble getting Linux to see any hard drives on an ASUS M2N-X motherboard with an MCP65 (nForce 520) chipset. When the kernel probes the AHCI controllers, it hangs for a minute

[PATCH v2 net-next] drivers/net: Enable IOMMU pass through for be2net

2013-01-18 Thread Craig Hada
60.00 6841.40 7.39 -1.000.531 -1.000 87380 16384 1638460.00 6861.78 5.68 -1.000.407 -1.000 Craig Hada (1): drivers/net: Enable IOMMU pass through for be2net drivers/net/ethernet/emulex/benet/be_main.c |6 ++ 1 files changed, 6 insertions(+), 0

[PATCH v2 net-next] drivers/net: Enable IOMMU pass through for be2net

2013-01-18 Thread Craig Hada
that enables the IOMMU in non-coherent mode. Two DMA remapper issues were encountered in the previous version and both patches have been committed. commit ea2447f700cab264019b52e2b417d689e052dcfd commit 2e12bc29fc5a12242d68e11875db3dd58efad9ff Signed-off-by: Craig Hada craig.h...@hp.com --- drivers

Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer

2007-01-04 Thread Craig Schlenter
in places. bye, --Craig - 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/

[PATCH] Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer

2007-01-08 Thread Craig Schlenter
Hi Dave YOSHIFUJI Hideaki / 吉藤英明 has suggested that I send the patch below to fix the ftp stalls present in the current kernels. All credit goes to Komuro [EMAIL PROTECTED] for tracking this down. The patch is untested but it looks *cough* obviously correct. Signed-off-by: Craig Schlenter

Re: [PATCH 11/12] IPMI: Fix BT long busy

2006-12-08 Thread Rocky Craig
additions. Have reviewers or review methods changed? Have standards changed? Did it just slip under someone's radar two years ago? Regards, Rocky Craig HP Open Source and Linux Organization - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

[PATCH net-next] drivers/net: Enable IOMMU pass through for be2net

2012-09-12 Thread Craig Hada
-1.000 Craig Hada (1): drivers/net: Enable IOMMU pass through for be2net drivers/net/ethernet/emulex/benet/be_main.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

[PATCH net-next] drivers/net: Enable IOMMU pass through for be2net

2012-09-12 Thread Craig Hada
- DMAR:[fault reason 02] Present bit in context entry is clear https://lkml.org/lkml/2011/11/11/279 Signed-off-by: Craig Hada craig.h...@hp.com --- drivers/net/ethernet/emulex/benet/be_main.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/net/ethernet/emulex

Re: [PATCH net-next] drivers/net: Enable IOMMU pass through for be2net

2012-09-13 Thread Craig Hada
On 9/13/2012 9:27 AM, Hada, Craig M wrote: This patch sets the coherent DMA mask to 64-bit after the be2net driver has been acknowledged that the system is 64-bit DMA capable. The coherent DMA mask is examined by the Intel IOMMU driver to determine whether to allow pass through context

Re: [PATCHv3] Generic Mailbox API

2014-02-16 Thread Craig McGeachie
On 16/02/14 07:22, Jassi Brar wrote: Hello, Here is what the generic mailbox api looks like after modifications to make it work with 5 different platforms. Major feedback from Suman Anna(TI), LeyFoon Tan(Intel), Craig McGeachie(Broadcom) and Loic Pallardy(ST). Signed-off-by: Jassi Brar

Re: [PATCHv3] Generic Mailbox API

2014-02-16 Thread Craig McGeachie
On 16/02/14 07:22, Jassi Brar wrote: Hello, Here is what the generic mailbox api looks like after modifications to make it work with 5 different platforms. Major feedback from Suman Anna(TI), LeyFoon Tan(Intel), Craig McGeachie(Broadcom) and Loic Pallardy(ST). Signed-off-by: Jassi Brar

Re: [PATCH v2] TTY: fix atime/mtime regression

2013-05-04 Thread Craig Small
On Fri, Apr 26, 2013 at 10:02:12AM -0700, Linus Torvalds wrote: Craig, background: the current git kernel (so 3.9, and these commits will presumably be back-ported) does not update tty timestamps very often, because you can use the timestamps to look at peoples typing behavior. Initially

Rcceiving a generic netlink multicast - should be restricted to the root user?

2015-03-06 Thread Craig Davison
I wrote a kernel module that sends generic Netlink multicasts, and wrote a userland client using libmnl that receives them. That all works fine, but my client works even when it's not the root user. man 7 netlink says: Only processes with an effective UID of 0 or the CAP_NET_ADMIN capability

Re: Rcceiving a generic netlink multicast - should be restricted to the root user?

2015-03-07 Thread Craig Davison
, even when it's not running as root. Again, the documentation (man 7 netlink) does not agree with this. Is this just a documentation bug, or a real bug? On Fri, Mar 6, 2015 at 7:08 PM, Craig Davison craig65...@gmail.com wrote: I wrote a kernel module that sends generic Netlink multicasts, and wrote

Re: Rcceiving a generic netlink multicast - should be restricted to the root user?

2015-03-10 Thread Craig Davison
multicasts. But the default, as is used in some other netlink families, is that only root can receive them. So it seems the documentation is only a little misleading. On Sat, Mar 7, 2015 at 9:12 PM, Craig Davison craig65...@gmail.com wrote: Some code to reproduce this is at https://github.com

Re: [PATCH v2] Drivers: Staging: dgnc: Fix Style Issues

2015-07-17 Thread Craig Inches
On Thu, Jul 16, 2015 at 11:13:43PM +0300, Dan Carpenter wrote: On Fri, Jul 17, 2015 at 03:03:24AM +, Craig Inches wrote: Fixed multiple instances of: CHECK: Alignment should match open parenthesis CHECK: Blank lines aren't necessary before a close brace '}' CHECK: Please don't use

Re: [PATCH] Staging: android: ion: Fix Style Issue

2015-07-13 Thread Craig Inches
On Mon, Jul 13, 2015 at 04:42:22AM -0700, Joe Perches wrote: On Mon, 2015-07-13 at 17:29 +, Craig wrote: Modified style issue in ion.c. Missing empty line after a definition Signed-off-by: Craig craig.inc...@xayto.net --- drivers/staging/android/ion/ion.c | 1 + 1 file changed

[PATCH] Staging: drivers: dgnc

2015-07-16 Thread Craig Inches
Fixed up some checkpatch.pl style issues. Line greater than 80 Chars in multiple locations. Signed-off-by: Craig Inches craig.inc...@xayto.net --- drivers/staging/dgnc/dgnc_tty.c | 168 ++-- 1 file changed, 110 insertions(+), 58 deletions(-) diff --git

Re: [PATCH] Staging: drivers: dgnc

2015-07-16 Thread Craig Inches
On Fri, Jul 17, 2015 at 12:20:42AM +, Craig Inches wrote: Hi Joe, On Thu, Jul 16, 2015 at 08:30:53AM -0700, Joe Perches wrote: On Thu, 2015-07-16 at 23:11 +, Craig Inches wrote: Fixed up some checkpatch.pl style issues. Line greater than 80 Chars in multiple locations. I

Re: [PATCH] Staging: drivers: dgnc

2015-07-16 Thread Craig Inches
Hi Joe, On Thu, Jul 16, 2015 at 08:30:53AM -0700, Joe Perches wrote: On Thu, 2015-07-16 at 23:11 +, Craig Inches wrote: Fixed up some checkpatch.pl style issues. Line greater than 80 Chars in multiple locations. I think most all of these are not improvements. Ok, can you

[PATCH v2] Drivers: Staging: dgnc: Fix Style Issues

2015-07-16 Thread Craig Inches
Fixed multiple instances of: CHECK: Alignment should match open parenthesis CHECK: Blank lines aren't necessary before a close brace '}' CHECK: Please don't use multiple blank lines CHECK: Blank lines aren't necessary after an open brace '{' WARNING: line over 80 characters Signed-off-by: Craig

Citrix XenApp Users List

2015-11-06 Thread Craig Carter
20) Nortel VoIP Users (21) Dell Backup Users and more Let me know your target criteria / market like: Target Title: Target Industry: Target Geography: Appreciate your enquiry and valuable time. Thanks and Regards, Craig Carter Resear

[PATCH 1/3] staging: luster: cl_object.h Checkpatch Cleanup

2016-06-18 Thread Craig Inches
Line length greater than 80 char. Signed-off-by: Craig Inches <cr...@craiginches.com> --- drivers/staging/lustre/lustre/include/cl_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/include/cl_object.h b/drivers/staging/lustre/

[PATCH 0/3] staging: luster: cl_object.h Checkpatch Cleanup

2016-06-18 Thread Craig Inches
Fix three different issues from checkpatch: Line over 80 Chars Unsigned int prefered over unsigned Macros with complex values should be enclosed in parenthesis Craig Inches (3): checkpatch style issue: Line over 80 char Checkpatch style issue: Checkpatch error cleanup drivers/staging

[PATCH 3/3] staging: luster: Checkpatch Cleanup

2016-06-18 Thread Craig Inches
WARNING: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Craig Inches <cr...@craiginches.com> --- drivers/staging/lustre/lustre/include/cl_object.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/lustre/lustre/include/cl_ob

[PATCH 2/3] staging: luster: Checkpatch Cleanup

2016-06-18 Thread Craig Inches
Macros with complex values should be enclosed in parenthesis Signed-off-by: Craig Inches <cr...@craiginches.com> --- drivers/staging/lustre/lustre/include/cl_object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/include/cl_objec

Re: [PATCH 2/3] staging: luster: Checkpatch Cleanup

2016-06-19 Thread Craig Inches
I did build the kernel 1 for each change, then a final with all changes applied. Apologies if I missed something, Craig On Sat, Jun 18, 2016 at 07:02:35PM -0700, Greg Kroah-Hartman wrote: > On Sat, Jun 18, 2016 at 10:25:55PM +0100, Craig Inches wrote: > > Macros with complex valu

[PATCH] Staging: Android: Fix bracket alignment style issue in sync.c

2016-05-21 Thread Craig Inches
This patch changes 3 bracket alignment errors found by checkpatch. Signed-off-by: Craig Inches <cr...@craiginches.com> --- drivers/staging/android/sync.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/

Re: [PATCH 4.2.y-ckt 52/53] soreuseport: fix ordering for mixed v4/v6 sockets

2016-05-24 Thread Craig Gallek
was resolved during the 4.6 release candidate iterations. Thanks, Craig > ---8<---- > > From: Craig Gallek <kr...@google.com> > > [ Upstream commit d894ba18d4e449b3a7f6eb491f16c9e02933736e ] > > With the SO_REUSEPO

Re: [PATCH 4.5 008/101] soreuseport: fix ordering for mixed v4/v6 sockets

2016-05-17 Thread Craig Gallek
On Mon, May 16, 2016 at 9:20 PM, Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > 4.5-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Craig Gallek <kr...@google.com> > > [ Upstream commit d894ba1

[PATCH RESEND] genirq: Machine-parsable version of /proc/interrupts

2016-07-26 Thread Craig Gallek
From: Craig Gallek <kr...@google.com> Add struct kobject to struct irq_desc to allow for easy export to sysfs. This allows for much simpler userspace-parsing of the information contained in struct irq_desc. Note that sysfs is not available at the time of early irq initiali

Re: [PATCH RESEND] genirq: Machine-parsable version of /proc/interrupts

2016-08-10 Thread Craig Gallek
On Tue, Jul 26, 2016 at 10:25 AM, Craig Gallek <kraigatg...@gmail.com> wrote: > From: Craig Gallek <kr...@google.com> > > Add struct kobject to struct irq_desc to allow for easy export > to sysfs. This allows for much simpler userspace-parsing of > the information c

[tip:irq/core] genirq: Machine-parsable version of /proc/interrupts

2016-07-12 Thread Craig Gallek
From: Craig Gallek <kr...@google.com> Add struct kobject to struct irq_desc to allow for easy export to sysfs. This allows for much simpler userspace-parsing of the information contained in struct irq_desc. Note that sysfs is not available at the time of early irq initiali

Re: [PATCH net-next V4 0/6] switch to use tx skb array in tun

2016-07-06 Thread Craig Gallek
On Thu, Jun 30, 2016 at 2:45 AM, Jason Wang wrote: > Hi all: > > This series tries to switch to use skb array in tun. This is used to > eliminate the spinlock contention between producer and consumer. The > conversion was straightforward: just introdce a tx skb array and use

Re: [RFC PATCH v2] net: sched: convert qdisc linked list to hashtable

2016-07-07 Thread Craig Gallek
On Thu, Jul 7, 2016 at 4:36 PM, Jiri Kosina wrote: > From: Jiri Kosina > > Convert the per-device linked list into a hashtable. The primary > motivation for this change is that currently, we're not tracking all the > qdiscs in hierarchy (e.g. excluding default

[PATCH] staging: vt6656: Avoid multiple line dereference

2017-02-01 Thread Craig Kewley
This patch fixes the checkpatch.pl warning: WARNING: Avoid multiple line dereference Signed-off-by: Craig Kewley <craigkew...@gmail.com> --- drivers/staging/vt6656/rxtx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/s

[PATCH] staging: bcm2835: do not initialise statics to NULL

2017-01-31 Thread Craig Kewley
This patch fixes the checkpatch.pl warning: ERROR: do not initialise statics to NULL Signed-off-by: Craig Kewley <craigkew...@gmail.com> --- drivers/staging/bcm2835-audio/bcm2835.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm2835-audio/bcm283

Re: [PATCH RESEND] genirq: Machine-parsable version of /proc/interrupts

2016-09-06 Thread Craig Gallek
On Fri, Sep 2, 2016 at 10:59 AM, Thomas Gleixner <t...@linutronix.de> wrote: > On Tue, 26 Jul 2016, Craig Gallek wrote: >> +static void irq_kobj_release(struct kobject *kobj) >> +{ >> + struct irq_desc *desc = container_of(

[PATCH v2] genirq: Machine-parsable version of /proc/interrupts

2016-09-08 Thread Craig Gallek
From: Craig Gallek <kr...@google.com> Add struct kobject to struct irq_desc to allow for easy export to sysfs. This allows for much simpler userspace-parsing of the information contained in struct irq_desc. Note that sysfs is not available at the time of early irq initiali

  1   2   3   4   5   >