lån på 2 %

2013-07-10 Thread jack
Vi tilbyr legitime lån som personlige og forretningsmessige lån uten sikkerhet (bare identification) med maksimum garanti, på 3% rente, fra $ 5000 til $ 90,000,000 i 1 år til 40 år nedbetalingstid overalt i verden -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] backlight dimmer

2007-10-28 Thread jack
Hello, this patch implements a macbook like backlight dimmer on top of backlight.c. The dimmer is entirely in kernelspace and is suitable for an embedded context in order to avoid the overhead of a daemon controlling the backlight. Implementing this functionality in userspace has other advan

[PATCH] Dell laptop backlight driver

2007-10-28 Thread jack
Hello, this driver implements backlight control on Dell laptops which use SMI for changing brightness levels. The driver is INCOMPLETE since it is unable to probe some required parameters in order to perform backlight control. Such parameters are found in a Dell proprietary DMI table which shoul

Re: [PATCH] backlight dimmer

2007-10-28 Thread jack
Arjan van de Ven wrote: On Sun, 28 Oct 2007 22:30:55 +0100 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Ok, now checkpatch.pl only complains about a missing signed-off-by. Is this ok for review? hi, when going over your patch.. is there a reason you introduce yet another timeout infrast

Re: [PATCH] Dell laptop backlight driver

2007-10-28 Thread jack
Fixed style. jacopo --- linux-2.6.23.1/Documentation/dell-laptop.txt1970-01-01 01:00:00.0 +0100 +++ b/Documentation/dell-laptop.txt 2007-10-28 23:25:26.0 +0100 @@ -0,0 +1,107 @@ +This driver is EXPERIMENTAL, use it at YOUR OWN RISK. + +BEFORE TRYING THIS DRIVER OUT:

[Patch 00/16] Remove unnecessary kmalloc casts

2007-07-31 Thread jack
This patch series removes unnecessary kmalloc casts from various portions of the kernel. Jack Stone -- - 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

[Patch 04/16] Remove unnecessary kmalloc casts from the sparc arch.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: David Miller <[EMAIL PROTECTED]> --- arch/sparc/kernel/ebus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/arch/sparc/kernel/ebus.c === --- a/arch/

[Patch 09/16] Remove unnecessary kmalloc casts in the pci subsystem.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/pci/rom.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/drivers/pci/rom.c === --- a/drivers/pci

[Patch 05/16] Remove unnecessary kmalloc casts in the drivers subdirectory.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/char/tty_io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/drivers/char/tty_io.c === --- a/

[Patch 03/16] Remove unnecessary kmalloc casts from the powerpc arch.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Paul Mackerras <[EMAIL PROTECTED]> --- arch/powerpc/kernel/ibmebus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/arch/powerpc/kernel/ibmebus.c ==

[Patch 08/16] Remove unnecessary kmalloc casts in the parisc drivers.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Matthew Wilcox <[EMAIL PROTECTED]> --- drivers/parisc/iosapic.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/drivers/parisc/iosapic.c === --- a/dr

[Patch 01/16] Remove unnecessary kmalloc casts from the cris arch.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Mikael Starvik <[EMAIL PROTECTED]> --- arch/cris/arch-v32/mm/intmem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/arch/cris/arch-v32/mm/intmem.c =

[Patch 14/16] Remove needless kmalloc casts in the zd1211rw drivers.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Daniel Drake <[EMAIL PROTECTED]> --- drivers/net/wireless/zd1211rw/zd_chip.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/drivers/net/wireless/zd1211

[Patch 16/16] Remove unnecessary kmalloc casts in the jfs filesystem.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: David Kleikamp <[EMAIL PROTECTED]> --- fs/jfs/jfs_dtree.c |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) Index: b/fs/jfs/jfs_dtree.c === --- a/fs/jfs

[Patch 06/16] This removes unnecessary kmalloc casts and corrects a test for kmalloc failure.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Ronald Bultje <[EMAIL PROTECTED]> --- drivers/media/video/zoran_driver.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) Index: b/drivers/media/video/zo

[Patch 15/16] Remove unnecesary kmalloc casts in the scsi drivers.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: James Bottomley <[EMAIL PROTECTED]> --- drivers/scsi/advansys.c |2 +- drivers/scsi/osst.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: b/drivers/scs

[Patch 12/16] Remove unnecessary kmalloc casts in the libertas drivers.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: John Linville <[EMAIL PROTECTED]> --- drivers/net/wireless/libertas/debugfs.c |2 +- drivers/net/wireless/libertas/ethtool.c |3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) Index: b/drivers/net/wireless/libert

[Patch 13/16] Remove needless kmalloc casts in the wireless drivers.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: John Linville <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2100.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) Index: b/drivers/net/wirele

[Patch 07/16] Remove unnecessary kmalloc casts in the mtd drivers.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: David Woodhouse <[EMAIL PROTECTED]> --- drivers/mtd/maps/pmcmsp-flash.c | 11 --- drivers/mtd/maps/tqm8xxl.c |2 +- 2 files changed, 5 insertions(+), 8 deletions(-) Index: b/drivers/mtd/maps/pm

[Patch 11/16] Remove unnecessary kmalloc casts in drivers/net.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: David Millver <[EMAIL PROTECTED]> --- drivers/net/gianfar.c |6 ++ drivers/net/lance.c |3 +-- drivers/net/s2io.c|4 ++-- drivers/net/sgiseeq.c |4 ++-- 4 files changed, 7 insertions(+), 10 deletions(

[Patch 02/16] Remove unnecessary kmalloc casts from the mips arch.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Ralf Baechle <[EMAIL PROTECTED]> --- arch/mips/au1000/common/dbdma.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: b/arch/mips/au1000/common/dbdma.c =

[Patch 10/16] Remove unnecessary kmalloc casts in the irda drivers.

2007-07-31 Thread jack
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> CC: Samuel Ortiz <[EMAIL PROTECTED]> --- drivers/net/irda/kingsun-sir.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: b/drivers/net/irda/kingsun-sir.c =

Re: [PATCH] backlight dimmer

2007-11-01 Thread jack
Pavel Machek wrote: On Sun 2007-10-28 17:10:53, [EMAIL PROTECTED] wrote: Hello, this patch implements a macbook like backlight dimmer on top of backlight.c. The dimmer is entirely in kernelspace and is suitable for an embedded context in order to avoid the overhead of a daemon controlling t

Hello dear

2017-10-14 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

hi dear

2017-05-27 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello dear

2017-05-28 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello Beautiful

2018-07-29 Thread Jack
Cześć Drogi, nazywam się Jack i szukam związku, w którym będę czuć się kochany po serii nieudanych związków. Mam nadzieję, że byłbyś zainteresowany i moglibyśmy się lepiej poznać, jeśli nie masz nic przeciwko. Jestem otwarty na udzielanie odpowiedzi na pytania od ciebie, ponieważ uważam, że

Hello Beautiful

2018-07-29 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-07-22 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello dear

2018-07-22 Thread Jack
Good day dear, i hope this letter meets you well? my name is Jack, I know this may seem inappropriate so i ask for your forgiveness, i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am currently looking

Hello dear

2018-07-22 Thread Jack
Good day dear, i hope this letter meets you well? my name is Jack, I know this may seem inappropriate so i ask for your forgiveness, i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am currently looking

NICE TO MEET YOU,

2018-07-22 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-07-12 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-03-25 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-07-08 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful

2018-10-07 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

RE:Drawstring bags

2016-05-08 Thread Jack
, cooler bags, diaper bags, backpacks, handbags, cosmetic bags, travel bags, school bags, computer bags, gym bags, tool bags and so on. Material options include polyester, nylon, jeans, canvas and PVC,etc. Hope we can have a chance to do business with you. Best regards, Jack Xiu Sales manager

RE:Manufacturer of bags

2016-05-02 Thread Jack
, cooler bags, diaper bags, backpacks, handbags, cosmetic bags, travel bags, school bags, computer bags, gym bags, tool bags and so on. Material options include polyester, nylon, jeans, canvas and PVC,etc. Hope we can have a chance to do business with you. Best regards, Jack Xiu Sales manager

RE:Custom bags

2016-05-24 Thread Jack
x27;t hesitate to let me know if there's any inquiry. Kind regards, Jack Xiu Sales manager Ronta(Xiamen)Co.,Ltd www.xmronta.com j...@xmronta.com Please send Unsubscribe if you don't want to receive our e-mails.

RE:Tote bags,drawstring bags

2016-05-17 Thread Jack
,diaper bags,cosmetic bags, garment bags,laptop bags,lunch bags,pvc bags and wine bags etc. Looking forward to your reply. Best regards, Jack Xiu sales manager Ronta(Xiamen)Co.,LTD Add:Room 605,Zhonggang Building,Huli District, Xiamen City, Fujian Province, China E: j...@xmronta.com W

RE:Tote bags,drawstring bags

2016-05-18 Thread Jack
,diaper bags,cosmetic bags, garment bags,laptop bags,lunch bags,pvc bags and wine bags etc. Looking forward to your reply. Best regards, Jack Xiu sales manager Ronta(Xiamen)Co.,LTD Add:Room 605,Zhonggang Building,Huli District, Xiamen City, Fujian Province, China E: j...@xmronta.com W

hello,

2016-03-09 Thread jack
My name is Jack, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yourself, if you don't mind.

RE:Supplier of different bags

2016-04-05 Thread Jack
, canvas and PVC. We look forward to establishing business relationship with you. Best regards, Jack Xiu Sales manager Ronta(Xiamen)Co.,Ltd www.xmronta.com j...@xmronta.com

RE:Supplier of different bags

2016-04-05 Thread Jack
, canvas and PVC. We look forward to establishing business relationship with you. Best regards, Jack Xiu Sales manager Ronta(Xiamen)Co.,Ltd www.xmronta.com j...@xmronta.com

RE:Supplier of drawstring bags & backpacks

2016-04-11 Thread Jack
bag, etc. And the materials generally are Fabric, Nylon, Canvas, PVC, PU. Please contact me if you have any inquiry. Best regards, Jack Xiu Sales manager Ronta(Xiamen)Co.,Ltd www.xmronta.com j...@xmronta.com

Hello Beautiful

2019-04-07 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Hello Beautiful,

2016-06-23 Thread jack
Good day dear, i hope this mail meets you well? My name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello Beautiful,

2016-12-04 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello Beautiful,

2017-03-14 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello Beautiful,

2016-08-28 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello beautiful,

2016-08-19 Thread Jack
Good day dear, i hope this mail meets you well? My name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

RE:Supplier of different bags

2016-03-29 Thread Jack
, canvas and PVC. We look forward to establishing business relationship with you. Best regards, Jack Xiu Sales manager Ronta(Xiamen)Co.,Ltd www.xmronta.com j...@xmronta.com

hello,

2016-02-20 Thread Jack
My name is Jack Antonik. I'm 45 years old, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yo

Hello dear

2017-07-16 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Re: [PATCH v3] Add delay-init quirk for Corsair K70 RGB keyboards

2018-02-15 Thread Jack
: New USB device found, idVendor=1b1c, idProduct=1b13 usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 3-3: Product: Corsair K70 RGB Gaming Keyboard Signed-off-by: JackStocker I need a "real" name here please. thanks, greg k-h As in 'Jack Stocker' is t

Hello Beautiful

2018-02-18 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello Beautiful

2018-02-19 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

hi dear

2017-06-01 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello dear

2017-05-23 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello Beautiful,

2017-06-03 Thread jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello Beautiful,

2017-08-05 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello dear

2017-06-16 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hello dear

2017-06-17 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

Hi dear

2017-06-18 Thread Jack
Good day dear, i hope this mail meets you well? my name is Jack, from the U.S. I know this may seem inappropriate so i ask for your forgiveness but i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am

RE: How to online remove an error scsi disk from the system?

2013-02-01 Thread Jack Wang
the end_io can be called accordingly? Am I missing something here? Thanks, Tao [Jack Wang] Hi Tao, Have you tried: echo 1 > /sys/block/sdv/device/delete echo "- - -" > /sys/class/scsi_host/host another way is : find out which phy the disk attached to and: echo 1 > /sys/cla

RE: How to online remove an error scsi disk from the system?

2013-02-01 Thread Jack Wang
On 02/01/2013 04:50 PM, Jack Wang wrote: > Hi All, > In our product system, we have several sata disks attached to one > machine. So when one of the disk fails, the jbd2(yes, we use ext4) > will hang forever and we will get something in /var/log/messages like below. > It s

Re: [PATCH v2] IB/mlx4: silence GCC warning

2013-02-24 Thread Jack Morgenstein
_eth, is_eth, is_vlan, is_grh, 0, > &sqp->ud_header); > > if (!is_eth) { -Jack -- 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] IB/mlx4: silence GCC warning

2013-02-25 Thread Jack Morgenstein
generated code (my gcc at least was already > if effect setting vlan in the generated assembly code), so I'll just > merge that. > > - R. Thanks! -Jack -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger

Re: [patch 2/6] mmu_notifier: Callbacks to invalidate address ranges

2008-01-30 Thread Jack Steiner
On Wed, Jan 30, 2008 at 11:41:29AM -0800, Christoph Lameter wrote: > On Wed, 30 Jan 2008, Jack Steiner wrote: > > > I see what you mean. I need to review to mail to see why this changed > > but in the original discussions with Christoph, the invalidate_range > > callouts

Re: [patch 1/3] mmu_notifier: Core code

2008-01-31 Thread Jack Steiner
lidate_all" callout is not very descriptive. Why not use "exit_mmap". That matches the function name, the arch callout and better describes what is happening. --- jack -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: [patch 1/3] mmu_notifier: Core code

2008-01-31 Thread Jack Steiner
On Thu, Jan 31, 2008 at 08:24:44PM -0600, Robin Holt wrote: > On Thu, Jan 31, 2008 at 07:56:12PM -0600, Jack Steiner wrote: > > > @@ -2033,6 +2034,7 @@ void exit_mmap(struct mm_struct *mm) > > > unsigned long end; > > > > > > /* mm's last us

Re: [patch 1/3] mmu_notifier: Core code

2008-01-31 Thread Jack Steiner
On Thu, Jan 31, 2008 at 06:39:19PM -0800, Christoph Lameter wrote: > On Thu, 31 Jan 2008, Robin Holt wrote: > > > Jack has repeatedly pointed out needing an unregister outside the > > mmap_sem. I still don't see the benefit to not having the lock in the mm. > > I ne

Re: [PATCH] mmu notifiers #v5

2008-02-02 Thread Jack Steiner
with only the PT lock > > > with your patch. KVM may do it once you add start,end to range_end > > > only thanks to the additional pin on the page. > > > > Right but that pin requires taking a refcount which we cannot do. > > GRU can use my patch without the pin.

2.6.24 module problem

2008-02-03 Thread Jack Byer
Trying to boot 2.6.24 produces the following error messages when udev is called: VFS: Mounted root (xfs filesystem) readonly. Freeing unused kernel memory: 208k freed PAX: modprobe:752, uid/euid: 0/0, invalid execution attempt at 88018000 RIP: [] :videodev:videodev_init+0x0/0x87 PGD 4

Re: 2.6.24 module problem

2008-02-03 Thread Jack Byer
It did this with and without the PAX patch -- 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] mlx4: fix build break

2008-02-11 Thread Jack Morgenstein
On Tuesday 12 February 2008 00:18, Roland Dreier wrote: > Thanks, applied. > > Jack, I thought you guys tested the build on powerpc. How did this > sneak through? > It did not sneak through, because the problem does not exist in the OFED git. The following commit was pe

Re: [patch 0/6] MMU Notifiers V6

2008-02-13 Thread Jack Steiner
hardware simulator. The driver itself is still a few weeks from being ready to post but I can send code fragments of the portions related to mmuops or external TLB management if anyone is interested. --- jack -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: linux-next: build failure after merge of the akpm tree

2012-09-25 Thread Jack Morgenstein
Hi Roland, I am on vacation until next Tuesday -- I'll look at this then. -Jack On Monday 24 September 2012 21:36, Roland Dreier wrote: > On Mon, Sep 24, 2012 at 7:02 AM, Stephen Rothwell > wrote: > > After merging the akpm tree, today's linux-next build (powerpc >

Re: [PATCH RFC 46/77] mlx4: Update MSI/MSI-X interrupts enablement code

2013-10-03 Thread Jack Morgenstein
e_size(). There is no error here, and it is simply confusing. -Jack > As result of recent re-design of the MSI/MSI-X interrupts enabling > pattern this driver has to be updated to use the new technique to > obtain a optimal number of MSI/MSI-X interrupts required. > > S

Re: [PATCH RFC 46/77] mlx4: Update MSI/MSI-X interrupts enablement code

2013-10-03 Thread Jack Morgenstein
ut is already upstream. I will re-review. -Jack NACK. This change does not do anything logically as far as I can tell. pci_enable_msix in the current upstream kernel itself calls pci_msix_table_size. The current code yields the same resultswill as the code suggested below. (i.e., the suggeste

Re: [PATCH RFC 46/77] mlx4: Update MSI/MSI-X interrupts enablement code

2013-10-03 Thread Jack Morgenstein
should actually read something like the following: As a result of changes to the MSI/MSI_X enabling procedures, this driver must be modified in order to preserve its current msi/msi_x enablement logic. -Jack -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH RFC 51/77] mthca: Update MSI/MSI-X interrupts enablement code

2013-10-03 Thread Jack Morgenstein
ecent re-design of the MSI/MSI-X interrupts enabling > pattern this driver has to be updated to use the new technique to > obtain a optimal number of MSI/MSI-X interrupts required. > > Signed-off-by: Alexander Gordeev > --- ACK. -Jack -- To unsubscribe from this list: send the l

Re: [PATCH 092/104] mm: fix aio performance regression for database caused by THP

2013-09-30 Thread Jack Wang
an > Cc: Rik van Riel > Cc: Minchan Kim > Cc: Andi Kleen > Signed-off-by: Andrew Morton > Signed-off-by: Linus Torvalds > [ luis: backported to 3.5: adjusted context ] > Signed-off-by: Luis Henriques Hi Greg, I suppose this patch also needed for 3.4, right? Regards,

Re: Drivers: scsi: FLUSH timeout

2013-09-24 Thread Jack Wang
ger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Hi, Back to 2010, Mike(cc-ed) try to add a flush time out interface, similar to what you want here, no idea why it's just ignored? http://www.spinics.net/lists/linux-scsi/msg45017.html Jack -- To uns

Re: [PATCH] IB/lmx4: silence GCC warning

2012-10-10 Thread Jack Morgenstein
See, for example, mlx4_ib_post_send() in the same file (qp.c). -Jack On Friday 28 September 2012 14:48, Paul Bolle wrote: > Building qp.o (part of the "Mellanox ConnectX HCA support" driver) > triggers this GCC warning: > drivers/infiniband/hw/mlx4/qp.c: In function ‘mlx4

[PATCH] usb: dwc3: debugfs: fix regdump offset

2012-12-10 Thread Jack Pham
ART. Signed-off-by: Jack Pham --- drivers/usb/dwc3/debugfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c index d4a30f1..be4eff7 100644 --- a/drivers/usb/dwc3/debugfs.c +++ b/drivers/usb/dwc3/debugfs.c @@ -56,7 +5

RE: mvsas regression since 3.5

2012-12-23 Thread Jack Wang
[Jack Wang] Do you see bug51881, which may relate to what you see https://bugzilla.kernel.org/show_bug.cgi?id=51881 btw: also correct Dan's mail address. I'm using Asus PIKE 6480 SAS card, whose chipset is "RAID bus controller: Marvell Technology Group Ltd. MV64460/644

Re: [PATCH 8/9] scsi/pm8001: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)

2013-06-26 Thread Jack Wang
de. > I think Lindar already replied to you, and tested it on hardware. So you can add her: Acked-by or Tested-by Regards, Jack > Signed-off-by: Yijing Wang > Cc: xjtu...@gmail.com > Cc: lindar_...@usish.com > Cc: "James E.J. Bottomley" > Cc: linux-s...@v

Re: [ 04/23] SCSI: qla2xxx: Properly set the tagging for commands.

2013-08-14 Thread Jack Hill
applied to that tree? Thanks! Jack -- 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: [ 04/23] SCSI: qla2xxx: Properly set the tagging for commands.

2013-08-14 Thread Jack Hill
On Wed, 14 Aug 2013, Greg Kroah-Hartman wrote: On Wed, Aug 14, 2013 at 12:40:56PM -0400, Jack Hill wrote: Hi Greg, Apologies if this question is due to my ignorance of kernel development practices. Feel free to point me at documentation. I noticed that you applied this patch to the 3.10

kernel tried to execute NX-protected page - exploit attempt? (uid: 998)

2013-05-27 Thread Jack Wang
Hi all, We saw below bug in our production. Kernel is linux 3.4.23, as I know it means control was transferred to a data page. This could happen because of a stack overflow (overwrite return address with bogus pointer into data pages), or by calling a function pointer which isn't pointing where i

[PATCH] libtraceevent: remove hard coded include to /usr/local/include in Makefile

2013-03-08 Thread Jack Mitchell
From: Jack Mitchell having /usr/local/include hardcoded into the makefile is not necessary as this is automatically included by GCC. It also infects cross-compile builds with the host systems includes. Signed-off-by: Jack Mitchell --- tools/lib/traceevent/Makefile | 2 +- 1 file changed, 1

Re: [patch] my mmu notifiers

2008-02-19 Thread Jack Steiner
ction will fault again & the TLB dropin will be repeated. This is optimized for the case where invalidates are rare - true for users of the GRU. In general, though, I agree. Most users of mmu_notifiers would likely required a mutex or something equivalent. --- jack -- To unsubscribe fro

Re: [patch] my mmu notifiers

2008-02-19 Thread Jack Steiner
also > have not seen your patch recently). So I don't know exactly what you > are doing... > > But why does _anybody_ (why does Christoph's patches) need to invalidate > when they are going to be more permissive? This should be done lazily by > the driver, I would have though

Re: [PATCH] mmu notifiers #v6

2008-02-20 Thread Jack Steiner
the range. Flushing on the GRU is slow so being able to flush multiple pages with a single request is a benefit. Seems like the latter difference could be significant for other users of mmu notifiers. --- jack -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] mmu notifiers #v6

2008-02-21 Thread Jack Steiner
successfully run most workloads on a system simulator. --- jack -- 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 00/26] AIO performance improvements/cleanups, v2

2012-12-13 Thread Jack Wang
x27;d share these at least. > > -- > Jens Axboe > A really good performance, woo. I think the device tested is really fast PCIe SSD builded by fusionio with fusionio in house block driver? any compare number with current mainline? Jack -- To unsubscribe from this list: se

too long mac address for --mac-source netfilter option

2001-02-16 Thread Jack Bowling
resses to be recognized by the --mac-source option of the netfilter code? Running Redhat v7/kernel 2.4.1-ac15. Jack Bowling mailto: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More m

Slot Number Question

2001-01-15 Thread Jack Hammer
is returns what PCI calls the device. PCI device is not the machine's slot number. This function even uses the encoded byte which is named devfn ( I assume from PCI device and PCI function ) , but this function treats it as slot and function. Any help is appreciated. Thanks in advanc

ramdisk driver source code

2000-08-30 Thread Jack M.
Hi, Anyone know where i can find a copy of ramdisk dirver source code?. JM _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http

  1   2   3   4   5   >