Re: Candidate Linux ABI for Intel AMX and hypothetical new related features

2021-03-29 Thread Noah Goldstein
Forgive if this is silly but would it be possible to do something simliar to rseq where the user can register a set of features for a program counter region and then on interrupt check that to determine what needs to be saved? For example if a user doesn't use any AMX but loads a library that

[PATCH] io_uring: Add skip option for __io_sqe_files_update

2021-01-26 Thread noah
This patch adds support for skipping a file descriptor when using IORING_REGISTER_FILES_UPDATE. __io_sqe_files_update will skip fds set to IORING_REGISTER_FILES_SKIP. IORING_REGISTER_FILES_SKIP is inturn added as a #define in io_uring.h Signed-off-by: noah --- Supporting documentation and tests

Re: [PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update

2021-01-26 Thread Noah Goldstein
On Tue, Jan 26, 2021 at 12:24 PM Pavel Begunkov wrote: > > On 26/01/2021 17:14, Noah Goldstein wrote: > > On Tue, Jan 26, 2021 at 7:29 AM Pavel Begunkov > > wrote: > >> > >> On 22/12/2020 02:10, Noah Goldstein wrote: > >>> On Sun, Dec 20

Re: [PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update

2021-01-26 Thread Noah Goldstein
On Tue, Jan 26, 2021 at 7:29 AM Pavel Begunkov wrote: > > On 22/12/2020 02:10, Noah Goldstein wrote: > > On Sun, Dec 20, 2020 at 03:18:05PM +, Pavel Begunkov wrote: > >> On 20/12/2020 06:50, noah wrote:> From: noah > >>> > >>> This patch makes

[PATCH] fs/io_uring.c: remove unnecessary boolean instructions that add uops

2021-01-02 Thread noah
This patch drops unnecessary comparisons to turn return values into booleans. There is no reason to do a != for cancelled and posted as they can be set to a boolean directly more efficiently. Signed-off-by: noah --- fs/io_uring.c | 8 1 file changed, 4 insertions(+), 4 deletions

Re: [PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update

2020-12-21 Thread Noah Goldstein
On Sun, Dec 20, 2020 at 03:18:05PM +, Pavel Begunkov wrote: > On 20/12/2020 06:50, noah wrote:> From: noah > > > > This patch makes it so that specify a file descriptor value of -2 will > > skip updating the corresponding fixed file index. > > > >

[PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update

2020-12-19 Thread noah
From: noah This patch makes it so that specify a file descriptor value of -2 will skip updating the corresponding fixed file index. This will allow for users to reduce the number of syscalls necessary to update a sparse file range when using the fixed file option. Signed-off-by: noah --- fs

What Kept You Waiting?

2017-06-12 Thread Dr Martin Noah
And Release Of Your Fund To You Without Delays as your email was listed among to be compensated. Best Regards, Dr Martin Noah

What Kept You Waiting?

2017-06-12 Thread Dr Martin Noah
And Release Of Your Fund To You Without Delays as your email was listed among to be compensated. Best Regards, Dr Martin Noah

FROM PASTOR NOAH

2014-07-13 Thread Pastor Noah Cole
-- Hello Brethren, Kindly Contact me for more details,i am Pastor Noah Cole Atkinson.i have a very important message which concerns you.contact me on (noahcole...@yahoo.com)Thanks Yours Sincerely Pastor Noah Cole -- To unsubscribe from this list: send the line "unsubscribe linux-k

FROM PASTOR NOAH

2014-07-13 Thread Pastor Noah Cole
-- Hello Brethren, Kindly Contact me for more details,i am Pastor Noah Cole Atkinson.i have a very important message which concerns you.contact me on (noahcole...@yahoo.com)Thanks Yours Sincerely Pastor Noah Cole -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Performance problems when writing large files on CCISS hardware

2008-02-05 Thread noah
WC, kernel 2.6.22 (Ubuntu 7.10 x64) === # sync; time sh -c "dd if=/dev/zero of=/data/test bs=1024k count=8192;sync" 8192+0 records in 8192+0 records out 8589934592 bytes (8.6 GB) copied, 120.797 seconds, 71.1 MB/s real2m1.883s user0m0.020s sys 0m26.530s -- noah -

Re: Performance problems when writing large files on CCISS hardware

2008-02-05 Thread noah
=1024k count=8192;sync 8192+0 records in 8192+0 records out 8589934592 bytes (8.6 GB) copied, 120.797 seconds, 71.1 MB/s real2m1.883s user0m0.020s sys 0m26.530s -- noah -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: Possibly SATA related freeze killed networking and RAID

2007-12-10 Thread noah
2007/11/21, noah <[EMAIL PROTECTED]>: > 2007/11/21, Alan Cox <[EMAIL PROTECTED]>: > > > I've had other freezes before but this was the first time I was able > > > to see what was actually going on. > > > IRQ 21 appears to be shared between sata_nv a

Re: Possibly SATA related freeze killed networking and RAID

2007-12-10 Thread noah
2007/11/21, noah [EMAIL PROTECTED]: 2007/11/21, Alan Cox [EMAIL PROTECTED]: I've had other freezes before but this was the first time I was able to see what was actually going on. IRQ 21 appears to be shared between sata_nv and ethernet. Does this mean my hardware/BIOS is broken

Re: Possibly SATA related freeze killed networking and RAID

2007-11-21 Thread noah
and I was re-indexing a database which caused a lot of disk activity. I'm quite confident the network was pretty much idle at the time. -- noah - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at h

Re: Possibly SATA related freeze killed networking and RAID

2007-11-21 Thread noah
confident the network was pretty much idle at the time. -- noah - 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: Possibly SATA related freeze killed networking and RAID

2007-11-20 Thread noah
: 0 0 IO-APIC-fasteoi sata_nv 21: 364434775430 IO-APIC-fasteoi sata_nv, eth0 22: 312614531218 IO-APIC-fasteoi ohci_hcd:usb1, sata_nv 23: 4 1649 IO-APIC-fasteoi HDA Intel, ehci_hcd:usb2 NMI: 0 0 LOC:3629562

Possibly SATA related freeze killed networking and RAID

2007-11-20 Thread noah
is configured like this: sda1,sdc1 -> md0 (raid 1) sdb1,sdd1 -> md1 (raid 1) Both md0 and md1 are then encrypted with dm-crypt and the dm-devices are then used to form md2 (stripe). -- noah # lspci 00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2) 00:00.1 RAM memory: nVidia Corpo

Possibly SATA related freeze killed networking and RAID

2007-11-20 Thread noah
is configured like this: sda1,sdc1 - md0 (raid 1) sdb1,sdd1 - md1 (raid 1) Both md0 and md1 are then encrypted with dm-crypt and the dm-devices are then used to form md2 (stripe). -- noah # lspci 00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2) 00:00.1 RAM memory: nVidia Corporation

Re: Possibly SATA related freeze killed networking and RAID

2007-11-20 Thread noah
4775430 IO-APIC-fasteoi sata_nv, eth0 22: 312614531218 IO-APIC-fasteoi ohci_hcd:usb1, sata_nv 23: 4 1649 IO-APIC-fasteoi HDA Intel, ehci_hcd:usb2 NMI: 0 0 LOC:36295623629543 ERR: 0 -- noah - To unsubscribe from this list

Re: Rescanning SCSI/SATA bus

2007-09-05 Thread noah
ost9/scan -bash: echo: write error: Invalid argument # echo --- > /sys/module/scsi_mod/parameters/scan -bash: /sys/module/scsi_mod/parameters/scan: Permission denied -- noah - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

Re: Rescanning SCSI/SATA bus

2007-09-05 Thread noah
/scsi_mod/parameters/scan: Permission denied -- noah - 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 0/1] extending low-level markers

2007-08-02 Thread Noah Watkins
t; multiple probes vs unbalanced lock/unlock. I think most of problems involving non atomicity of the connection/disconnection of probes can be accomplished by good house keeping and settings things up in phases which insure consistency. For example wiring things up before enabling events.

Re: [patch 0/1] extending low-level markers

2007-08-02 Thread Noah Watkins
en the linking of the cookie could be too instrusive. In all of our cases the cookie would certainly be a void* pointing to internal data structures. What is the objection to using the marker's private data to point to the internal structures? Thanks for helping out. I realize the situations I

Re: [patch 0/1] extending low-level markers

2007-08-02 Thread Noah Watkins
On 02/08/07 12:44 -0400, Mathieu Desnoyers wrote: > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > Mathieu > > > > I have been working with your Kernel Markers infrastructure now for some > > time and have run into an extendability issue. > > Hi Noah, >

Re: [patch 0/1] extending low-level markers

2007-08-02 Thread Noah Watkins
On 02/08/07 12:44 -0400, Mathieu Desnoyers wrote: * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: Mathieu I have been working with your Kernel Markers infrastructure now for some time and have run into an extendability issue. Hi Noah, Can you tell us a little bit more about what you

Re: [patch 0/1] extending low-level markers

2007-08-02 Thread Noah Watkins
particular situation. Many students here use the framework for learning systems programming, and as such it evolves often. - Noah The current approach is to use the marker name as a way to specify markers group. If we go with a flavor enumeration instead, we would have to add an enumeration

Re: [patch 0/1] extending low-level markers

2007-08-02 Thread Noah Watkins
and settings things up in phases which insure consistency. For example wiring things up before enabling events. An issue such as hitting a _end event before a _start event can easily be handled by whatever framework the markers are attached to. - Noah Thanks for helping out. I realize the situations

Re: 2.6.23-rc1 -- build failure

2007-07-25 Thread Noah Watkins
Thanks this fixed it. My LKML search didn't find this patch. -noah On 7/25/07, Len Brown <[EMAIL PROTECTED]> wrote: On Wednesday 25 July 2007 12:11, Noah Watkins wrote: > Latest git tree gives following build errors (config attached): > > make -C /yggnfs/nwatkins/kernels/git-linu

Re: 2.6.23-rc1 -- build failure

2007-07-25 Thread Noah Watkins
Thanks this fixed it. My LKML search didn't find this patch. -noah On 7/25/07, Len Brown [EMAIL PROTECTED] wrote: On Wednesday 25 July 2007 12:11, Noah Watkins wrote: Latest git tree gives following build errors (config attached): make -C /yggnfs/nwatkins/kernels/git-linux-2.6/linux-2.6 O

error compiling 2.6.20-rt5

2007-02-09 Thread noah
Ingo: I'm getting the following compilation problems in 2.6.20-rt5. I've attached my .config - Noah - CHK include/linux/version.h CHK include/linux/utsrelease.h CHK include/linux/compile.h CC arch/i386/kernel/apic.o

error compiling 2.6.20-rt5

2007-02-09 Thread noah
Ingo: I'm getting the following compilation problems in 2.6.20-rt5. I've attached my .config - Noah - CHK include/linux/version.h CHK include/linux/utsrelease.h CHK include/linux/compile.h CC arch/i386/kernel/apic.o

Re: [PATCH -rt] whitespace cleanup for 2.6.20-rc5-rt7

2007-01-22 Thread noah
No script. Does trailing whitespace and spaces before tab indents seem to cover all the whitespace problem scenarios? -noah On Mon, Jan 22, 2007 at 08:58:36PM +0100, Ingo Molnar wrote: > > * Noah Watkins <[EMAIL PROTECTED]> wrote: > > > fixes trailing whitespace and spac

Re: [PATCH -rt] whitespace cleanup for 2.6.20-rc5-rt7

2007-01-22 Thread noah
No script. Does trailing whitespace and spaces before tab indents seem to cover all the whitespace problem scenarios? -noah On Mon, Jan 22, 2007 at 08:58:36PM +0100, Ingo Molnar wrote: * Noah Watkins [EMAIL PROTECTED] wrote: fixes trailing whitespace and spaces before tab indents

[PATCH -rt] whitespace cleanup for 2.6.20-rc5-rt7

2007-01-20 Thread Noah Watkins
fixes trailing whitespace and spaces before tab indents in 2.6.20-rc5-rt7 as reported with: git-apply --whitespace=error-all --- arch/arm/mach-omap1/time.c|2 +- arch/i386/kernel/entry.S |2 +- arch/i386/kernel/reboot.c |2 +- arch/ia64/Kconfig

[PATCH -rt] whitespace cleanup for 2.6.20-rc5-rt7

2007-01-20 Thread Noah Watkins
fixes trailing whitespace and spaces before tab indents in 2.6.20-rc5-rt7 as reported with: git-apply --whitespace=error-all --- arch/arm/mach-omap1/time.c|2 +- arch/i386/kernel/entry.S |2 +- arch/i386/kernel/reboot.c |2 +- arch/ia64/Kconfig

[PATCH] include linux/fs.h in linux/cdev.h for struct inode

2007-01-19 Thread Noah Watkins
--- include/linux/cdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/cdev.h b/include/linux/cdev.h index f309b00..b53e2a0 100644 --- a/include/linux/cdev.h +++ b/include/linux/cdev.h @@ -5,6 +5,7 @@ #include #include #include +#include struct

[PATCH] include linux/fs.h in linux/cdev.h for struct inode

2007-01-19 Thread Noah Watkins
--- include/linux/cdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/cdev.h b/include/linux/cdev.h index f309b00..b53e2a0 100644 --- a/include/linux/cdev.h +++ b/include/linux/cdev.h @@ -5,6 +5,7 @@ #include linux/kobject.h #include linux/kdev_t.h

Data corruption with raid5/dm-crypt/lvm/reiserfs on 2.6.19.2

2007-01-18 Thread noah
Hi! I'm experiencing data corruption in the following setup: 1. mdadm --create /dev/md0 -n3 -lraid5 /dev/hda1 /dev/hdc1 /dev/hde1 2. cryptsetup -c aes-cbc-essiva:sha256 luksFormat /dev/md0 mykey 3. cryptsetup -d mykey luksOpen /dev/md0 cryptvol 4. pvcreate /dev/mapper/cryptvol 5. vgcreate vg0

Data corruption with raid5/dm-crypt/lvm/reiserfs on 2.6.19.2

2007-01-18 Thread noah
Hi! I'm experiencing data corruption in the following setup: 1. mdadm --create /dev/md0 -n3 -lraid5 /dev/hda1 /dev/hdc1 /dev/hde1 2. cryptsetup -c aes-cbc-essiva:sha256 luksFormat /dev/md0 mykey 3. cryptsetup -d mykey luksOpen /dev/md0 cryptvol 4. pvcreate /dev/mapper/cryptvol 5. vgcreate vg0

Bug in drivers/md/md.c ?

2007-01-16 Thread noah
Hi! I'm getting "md: bug in file drivers/md/md.c, line 1652" (see below) after writing data to a md-device using dd. Is it really a bug or am I just using mdadm in the wrong way? I'm unsure about the --assume-clean flag when creating the raid5 volume. My kernel is 2.6.18. Below are some

Bug in drivers/md/md.c ?

2007-01-16 Thread noah
Hi! I'm getting md: bug in file drivers/md/md.c, line 1652 (see below) after writing data to a md-device using dd. Is it really a bug or am I just using mdadm in the wrong way? I'm unsure about the --assume-clean flag when creating the raid5 volume. My kernel is 2.6.18. Below are some

[PATCH 2.6.13-rc3] pcmcia: pcmcia_request_irq for !IRQ_HANDLE_PRESENT

2005-07-16 Thread Noah Misch
pcmcia_request_irq to pass an arbitrary, unique, non-NULL dev_info with the dummy handler. Signed-off-by: Noah Misch <[EMAIL PROTECTED]> --- pristine-linux-2.6.13-rc3/drivers/pcmcia/pcmcia_resource.c 2005-07-16 16:57:21.0 -0400 +++ rc3dbg/drivers/pcmcia/pcmcia_resource.c 2005

[PATCH 2.6.13-rc3] pcmcia: pcmcia_request_irq for !IRQ_HANDLE_PRESENT

2005-07-16 Thread Noah Misch
pcmcia_request_irq to pass an arbitrary, unique, non-NULL dev_info with the dummy handler. Signed-off-by: Noah Misch [EMAIL PROTECTED] --- pristine-linux-2.6.13-rc3/drivers/pcmcia/pcmcia_resource.c 2005-07-16 16:57:21.0 -0400 +++ rc3dbg/drivers/pcmcia/pcmcia_resource.c 2005-07-16 22

Re: OOM problems with 2.6.11-rc4

2005-04-14 Thread Noah Meyerhans
On Wed, Apr 13, 2005 at 03:47:40PM +0200, Andrea Arcangeli wrote: > On Fri, Mar 18, 2005 at 11:12:18AM -0500, Noah Meyerhans wrote: > > Well, that's certainly an interesting question. The filesystem is IBM's > > JFS. If you tell me that's part of the problem, I'm not likely to &

Re: OOM problems with 2.6.11-rc4

2005-04-14 Thread Noah Meyerhans
On Wed, Apr 13, 2005 at 03:47:40PM +0200, Andrea Arcangeli wrote: On Fri, Mar 18, 2005 at 11:12:18AM -0500, Noah Meyerhans wrote: Well, that's certainly an interesting question. The filesystem is IBM's JFS. If you tell me that's part of the problem, I'm not likely to disagree. 8

Re: Fw: Hangcheck problem

2005-03-30 Thread Noah Silverman
Joel, I'm not specifically loading hangcheck anywhere. I just installed slackware and mysql on the box. Nothing special. -N Joel Becker wrote: >>Date: Wed, 30 Mar 2005 12:45:43 -0800 >>From: Noah Silverman <[EMAIL PROTECTED]> >>To: linux-kernel@vger.kernel.org >

Re: Hangcheck problem

2005-03-30 Thread Noah Silverman
Sorry 2.6.7 Burton Windle wrote: > Kernel version? > On Wed, 30 Mar 2005, Noah Silverman wrote: > Hi, > > I'm been experiencing a weird problem > > I get endlessly repeated hangcheck errors in my syslog with no explanation: > > Mar 30 12:41:43 db kernel: Hang

Hangcheck problem

2005-03-30 Thread Noah Silverman
servcie. I would love to diagnose the problem, but the syslog entries don't give me much to go on. Does anybody have any suggestions. Thanks, -Noah - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf

Hangcheck problem

2005-03-30 Thread Noah Silverman
servcie. I would love to diagnose the problem, but the syslog entries don't give me much to go on. Does anybody have any suggestions. Thanks, -Noah - 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

Re: Hangcheck problem

2005-03-30 Thread Noah Silverman
Sorry 2.6.7 Burton Windle wrote: Kernel version? On Wed, 30 Mar 2005, Noah Silverman wrote: Hi, I'm been experiencing a weird problem I get endlessly repeated hangcheck errors in my syslog with no explanation: Mar 30 12:41:43 db kernel: Hangcheck: hangcheck value past margin

Re: Fw: Hangcheck problem

2005-03-30 Thread Noah Silverman
Joel, I'm not specifically loading hangcheck anywhere. I just installed slackware and mysql on the box. Nothing special. -N Joel Becker wrote: Date: Wed, 30 Mar 2005 12:45:43 -0800 From: Noah Silverman [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: Hangcheck problem I'm been

Re: OOM problems with 2.6.11-rc4

2005-03-18 Thread Noah Meyerhans
te->reclaimed_slab && + zone->pages_scanned >= (zone->nr_active + + zone->nr_inactive) * 4) zone->all_unreclaimable = 1; /*

Re: OOM problems with 2.6.11-rc4

2005-03-18 Thread Noah Meyerhans
and -- Noah Meyerhans System Administrator MIT Computer Science and Artificial Intelligence Laboratory - 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

OOM problems with 2.6.11-rc4

2005-03-15 Thread Noah Meyerhans
Swap cache: add 2582, delete 2047, find 276/524, race 0+0 Free swap = 3612564kB Total swap = 3615236kB Free swap: 3612564kB 524160 pages of RAM 294768 pages of HIGHMEM 5496 reserved pages 22159 pages shared 535 pages swap cached -- Noah Meyerhans System Administrator

OOM problems with 2.6.11-rc4

2005-03-15 Thread Noah Meyerhans
Swap cache: add 2582, delete 2047, find 276/524, race 0+0 Free swap = 3612564kB Total swap = 3615236kB Free swap: 3612564kB 524160 pages of RAM 294768 pages of HIGHMEM 5496 reserved pages 22159 pages shared 535 pages swap cached -- Noah Meyerhans System Administrator

Re: New net features for added performance

2001-02-24 Thread Noah Romer
modifications? In my experience, Tx interrupt mitigation is of little benefit. I actually saw a performance increase of ~20% when I turned off Tx interrupt mitigation in my driver (could have been poor implementation on my part). -- Noah Romer |"Calm down, it's only ones and zeros.&q

Re: New net features for added performance

2001-02-24 Thread Noah Romer
ance increase of ~20% when I turned off Tx interrupt mitigation in my driver (could have been poor implementation on my part). -- Noah Romer |"Calm down, it's only ones and zeros." - this message [EMAIL PROTECTED] |brought to you by The Network PGP key available |&quo