Compensation,

2020-06-26 Thread Mr. Newton Williams
amount in the Atm Card which you are to receive is USD$2,750,000.00. We expect your urgent response to this email to enable us to monitor this payment effectively, thereby, making contact with Mrs. Syvie Riene, as directed to avoid further delay. Regards Mr. Newton Williams

Re: Is PROT_SOCK still relevant?

2015-12-21 Thread Jason Newton
/container to have a smaller foot print in the average case? Regards, Jason On Wed, Dec 16, 2015 at 9:52 AM, Jason Newton wrote: > How about changing how this mechanism works from a range of the lowest > N ports and instead have it as a user specifiable set? Towards more > proper secur

Re: Is PROT_SOCK still relevant?

2015-12-16 Thread Jason Newton
e set container? How about a hash table? 2^16-1 uchar bool vector? In terms of setting/initializing - sysctl? -Jason On Mon, Dec 14, 2015 at 3:43 PM, Jason Newton wrote: > On Mon, Dec 14, 2015 at 2:39 PM, One Thousand Gnomes > wrote: >>> Perhaps lets consider this in another w

Re: Is PROT_SOCK still relevant?

2015-12-14 Thread Jason Newton
On Mon, Dec 14, 2015 at 2:39 PM, One Thousand Gnomes wrote: >> Perhaps lets consider this in another way if it is strongly held that >> this is worth while in the default configuration: can it default off >> in the context of selinux / other security frameworks (preferably >> based on their detect

Re: Is PROT_SOCK still relevant?

2015-12-14 Thread Jason Newton
On Mon, Dec 14, 2015 at 10:25 AM, One Thousand Gnomes wrote: >> Is there disagreement on my views or points? > > Yes 8) > > You don't really want someone racing you to set up a fake ssh service on > your system to steal all the passwords do you ? > > Alan Hasn't been a problem yet, for me. I us

Is PROT_SOCK still relevant?

2015-12-14 Thread Jason Newton
I've noted through years difficulties in getting programs in java or python to work in Linux correctly when binding to a "privileged port", requiring various forms of hoop jumping (use of capabilities, iptables redirection, authbind, and the classic newbie mistake of running the program as root) a

Purchase Order ... Kindly download to view our purchasing order?

2014-03-07 Thread Newton brothers trade group
Good Day, We already made the balance payment on friday, find attachment tt Slip please courier us Bill of landing asap. waiting for your reply urgently. John lander purchase manager sales.departm...@techie.com Purchase Order List.html Description: Binary data

Re: [RFC] arm: use built-in byte swap function

2013-02-07 Thread Will Newton
On Thu, Feb 7, 2013 at 1:19 AM, Kim Phillips wrote: > On Wed, 6 Feb 2013 09:02:04 + > "Woodhouse, David" wrote: > >> On Tue, 2013-02-05 at 21:04 -0600, Kim Phillips wrote: >> > gcc -Os emits calls to __bswapsi2 on those platforms to save space >> > because they don't have the single rev byte

Re: [PATCH] MAINTAINERS: mmc: add maintainer entry for dw_mmc driver

2013-01-17 Thread Will Newton
On Thu, Jan 17, 2013 at 12:33 PM, Seungwon Jeon wrote: > Add maintainer entry for the Synopsys DW host driver which > is used in various SOC including EXYNOS series. > As Will Newton will no longer be able to take care of dw_mmc*, > I and Jaehoon Chung are willing to maintain it. &g

Re: [PATCH v4 5/5] mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECT

2013-01-14 Thread Will Newton
deletions(-) Hi Doug, These changes look ok to me. I don't know if patch 4 made it to the list, I only got a copy via the cc and the only archive I can find of linux-mmc (gmane) seems to be missing a lot of messages besides this one. So for the dw_mmc parts: Acked-by: Will Newton -- To unsu

Re: [PATCH v4 1/5] mmc: dw_mmc: Add "disable-wp" device tree property

2013-01-11 Thread Will Newton
ios" means that write protect should be disabled. > > Signed-off-by: Doug Anderson > Acked-by: Seungwon Jeon This looks ok to me too. Acked-by: Will Newton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.ke

Re: [PATCH] scripts/recordmcount.pl: Support build with -ffunction-sections.

2012-10-30 Thread Will Newton
On Tue, Oct 30, 2012 at 4:05 PM, Steven Rostedt wrote: > On Tue, 2012-10-30 at 15:35 +, Will Newton wrote: >> On Tue, Oct 30, 2012 at 3:05 PM, Steven Rostedt wrote: >> > On Tue, 2012-10-30 at 14:51 +, Will Newton wrote: >> >> Scan any text section whos

Re: [PATCH] scripts/recordmcount.pl: Support build with -ffunction-sections.

2012-10-30 Thread Will Newton
On Tue, Oct 30, 2012 at 3:05 PM, Steven Rostedt wrote: > On Tue, 2012-10-30 at 14:51 +, Will Newton wrote: >> Scan any text section whose name begins with ".text." so >> we will find all the functions in a kernel built with >> -ffunction-sections. > > A

[PATCH] scripts/recordmcount.pl: Support build with -ffunction-sections.

2012-10-30 Thread Will Newton
Scan any text section whose name begins with ".text." so we will find all the functions in a kernel built with -ffunction-sections. Signed-off-by: Will Newton --- scripts/recordmcount.pl |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/recordm

Re: [PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-17 Thread Will Newton
Looks good to me too. Acked-by: Will Newton On Wed, Oct 17, 2012 at 3:06 AM, Jaehoon Chung wrote: > Looks good to me. > > Acked-by: Jaehoon Chung > > On 10/16/2012 05:43 PM, James Hogan wrote: >> Commit 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21 ("mmc: dw_mmc: add >

Re: [PATCH 03/12] mmc: dw_mmc: fix building exynos driver as a module

2012-10-01 Thread Will Newton
ed constant, which requires annotating a few pointers > as const. > > Signed-off-by: Arnd Bergmann > Cc: Chris Ball > Cc: Thomas Abraham > Cc: Will Newton > Cc: Jaehoon Chung > Cc: Seungwon Jeon > Cc: Kyungmin Park > Cc: linux-...@vger.kernel.org > --- > d

Re: [PATCH 1/4] drivers/mmc/host/dw_mmc.c: fix error return code

2012-09-17 Thread Will Newton
s > follows: (http://coccinelle.lip6.fr/) > > // > ( > if@p1 (\(ret < 0\|ret != 0\)) > { ... return ret; } > | > ret@p1 = 0 > ) > ... when != ret = e1 > when != &ret > *if(...) > { > ... when != ret = e2 > when forall > return ret; > }

Re: [PATCH v3] mmc: dw_mmc: Disable low power mode if SDIO interrupts are used

2012-07-25 Thread Will Newton
tup_bus() if SDIO interrupts are enabled. > There are no known instances of this happening but it's good to be safe. > > > drivers/mmc/host/dw_mmc.c | 41 ++--- > 1 files changed, 38 insertions(+), 3 deletions(-) Acked-by: Will Newton

Re: [PATCH] mmc: dw_mmc: Disable low power mode if SDIO interrupts are used

2012-07-23 Thread Will Newton
On Mon, Jul 23, 2012 at 3:48 AM, Doug Anderson wrote: > On Sat, Jul 21, 2012 at 3:40 AM, Will Newton wrote: >>> static void dw_mci_enable_sdio_irq(struct mmc_host *mmc, int enb) >>> { >>> struct dw_mci_slot *slot = mmc_priv(mmc); >&g

Re: [PATCH] mmc: dw_mmc: Disable low power mode if SDIO interrupts are used

2012-07-21 Thread Will Newton
On Fri, Jul 20, 2012 at 7:13 PM, Doug Anderson wrote: > The documentation for the dw_mmc part says that the low power > mode should normally only be set for MMC and SD memory and should > be turned off for SDIO cards that need interrupts detected. > > The best place I could find to do this is when

Re: [PATCH 1/1] [MTD/MAPS] Blackfin BF5xx Maps: Handle the case where flash memory and ethernet mac/phy are mapped onto the same async bank

2008-01-30 Thread Will Newton
On Jan 30, 2008 10:02 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: switch_to_flash is calling SSYNC(): > +static void switch_to_flash(struct flash_save *save) > +{ > + local_irq_save(save->flags); > + > + gpio_set_value(enet_flash_pin, 0); > + SSYNC(); > + > + save->ambctl0 = b

Re: [PATCH 1/1] [INPUT] keypad driver: Added support for OpenCores Keyboard Controller

2008-01-30 Thread Will Newton
On Jan 30, 2008 9:50 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: > +config KEYBOARD_OPENCORES > + tristate "OpenCores Keyboard Controller" > + help > + Say Y here if you want to use the OpenCores Keyboard Controller > + > http://www.opencores.org/projects.cgi/web/keyboardc

[PATCH] Support specifying DW APB UARTSs in device platform_data

2007-12-20 Thread Will Newton
will potentially oops with a NULL pointer dereference. Signed-off-by: Will Newton <[EMAIL PROTECTED]> --- drivers/serial/8250.c | 40 +--- include/linux/serial_8250.h |1 + 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/drivers/se

Small problem with kernel 2.6.20 and make menuconfig

2007-02-13 Thread Dominic Newton
why I gave up trying to get check-lxdialog.sh to work properly - sorry... Any queries please let me know, Regards Dominic Newton - 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://

[Q] IP Autoconfiguration problem..???

2001-07-02 Thread newton
-- I love Jesus Christ who is my savior. He gives me meanning of life. In Christ, I have become shepherd and bible teacher. e-mail : [EMAIL PROTECTED] home : http://newton.skku.ac.kr/~newton (My old home page

[Q] IP autoconfiguration and make xconfig problem.. (fwd)

2001-06-29 Thread newton
lems? thanks.. Ki hyung Ju -- I love Jesus Christ who is my savior. He gives me meanning of life. In Christ, I have become shepherd and bible teacher. e-mail : [EMAIL PROTECTED] home : http://newton.skku.ac.kr/~newton

[Q] IP autoconfiguration and make xconfig problem..

2001-06-29 Thread newton
i hyung Ju -- I love Jesus Christ who is my savior. He gives me meanning of life. In Christ, I have become shepherd and bible teacher. e-mail : [EMAIL PROTECTED] home : http://newton.skku.ac.kr/~newton (My old

Re: DISCOVERED! Cause of Athlon/VIA KX133 Instability

2001-05-01 Thread Will Newton
> is exhibiting weird behavior under K7 optimizations. The jist of my > research is that compiling a kernel for ANY CPU with the Athlon MMX > optimization > *AND* 3DNOW results in massive amounts of oops'es and total system > instability. The following is what I've tried: With: Athlon 700 Asus

AC97/es1371 detection problem

2001-04-30 Thread Will Newton
Linux won't detect my AC97 (Cirrus Logic, er something I forget exactly) soundcard from a cold start. Reset the machine and it loads up fine. Ideas? VIA KX133 motherboard BTW. mtrr: 0xe000,0x200 overlaps existing 0xe000,0x100 es1371: version v0.30 time 14:11:05 Apr 28 2001 es13

Re: VIA audio and parport in 2.4.2

2001-03-21 Thread Will Newton
On Tue, 20 Mar 2001, Jeff Garzik wrote: > What are your parallel port settings in BIOS? AFAICR there is only an option for setting the I/O port. I'll check for anything else later (the machine in question is busy right now :). > Do you have Plug-n-Play OS enabled in BIOS? Yes. > I am not sure

Re: VIA audio and parport in 2.4.2

2001-03-18 Thread Will Newton
On Sat, 17 Mar 2001, Mike Galbraith wrote: > No device I'm using has irq troubles.. at least nothing obvious. I've > no idea if the spurious irq is VIA chipset related or not.. only that > it's a fairly recent arrival. All devices work fine here. In /etc/modules.conf I have: options parport_p

Re: VIA audio and parport in 2.4.2

2001-03-17 Thread Will Newton
On Sat, 17 Mar 2001, Mike Galbraith wrote: > > messages.1:Mar 8 22:49:00 dogfox kernel: spurious 8259A interrupt: IRQ7. > > I see these once in a while too in 2.4.x, and only when copying largish > files between boxes. NIC is IRQ-10, but the spurious interrupt is always > IRQ-7. I'm not using

Re: VIA audio and parport in 2.4.2

2001-03-16 Thread Will Newton
On Fri, 16 Mar 2001, Tim Waugh wrote: > > I don't know why it prints it twice. > > Looks like the module is getting loaded, then unloaded, then loaded > again. Perhaps because of module autocleaning? Could be, but the final lp0 line is only printed once: lp0: using parport0 (interrupt-driven).

VIA audio and parport in 2.4.2

2001-03-15 Thread Will Newton
I have a Asus K7V motherboard and a SB 128 PCI soundcard. The motherboard is vt82c686a based. The SB is a ES1371/AC97 card, seemingly identical to the onboard sound on this type of motherboard. However, the sound rarely works, and there are problems with the parport too. Sound does not work (usu

ES1371 driver in kernel 2.4.2

2001-03-08 Thread Will Newton
I am still having problems with this driver. When loading the driver I get: es1371: version v0.27 time 00:47:56 Mar 7 2001 es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x08 PCI: Found IRQ 10 for device 00:0b.0 es1371: found es1371 rev 8 at io 0xa400 irq 10 es1371: features: j

ES1371 problem (2.4.2)

2001-03-06 Thread Will Newton
Approx. 90% of the time my es1371 sound card refuses to work. dmesg reveals: es1371: version v0.27 time 16:38:48 Mar 3 2001 es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x08 PCI: Found IRQ 10 for device 00:0b.0 es1371: found es1371 rev 8 at io 0xa400 irq 10 es1371: features: jo