Re: [PATCH 2.6.12-rc1-mm2] x86_64: fix vsyscall.c syntax error

2005-03-28 Thread Andi Kleen
Mikael Pettersson <[EMAIL PROTECTED]> writes: Can you please cc me on all x86-64 patches? > Compiling 2.6.12-rc1-mm2 on x86_64 with gcc-4.0 fails with: > > arch/x86_64/kernel/vsyscall.c:193: error: syntax error before > 'vsyscall_sysctl_change' > > Fix: repair

Re: x86-64 preemption fix from IRQ and BKL in 2.6.12-rc1-mm2

2005-03-28 Thread Andi Kleen
On Sun, Mar 27, 2005 at 08:05:13PM +0200, Christophe Saout wrote: > Am Sonntag, den 27.03.2005, 19:26 +0200 schrieb Andi Kleen: > > > > preempt_schedule_irq is not an i386 specific function and seems to take > > > special care of BKL preemption and since reiserfs does use the BKL to do > > > certa

Re: x86-64 preemption fix from IRQ and BKL in 2.6.12-rc1-mm2

2005-03-27 Thread Christophe Saout
Am Sonntag, den 27.03.2005, 19:26 +0200 schrieb Andi Kleen: > > preempt_schedule_irq is not an i386 specific function and seems to take > > special care of BKL preemption and since reiserfs does use the BKL to do > > certain things I think this actually might be the problem...? > > Hmm, preempt_s

Re: x86-64 preemption fix from IRQ and BKL in 2.6.12-rc1-mm2

2005-03-27 Thread Andi Kleen
On Fri, Mar 25, 2005 at 08:26:25PM +0100, Christophe Saout wrote: > Fortunately the kernel locked up and there was no data corruption. > > I've got PREEMPT and PREEMPT_BKL enabled under UP. > > I just took a look at the change and found this: > > x86-64 does this (in entry.S): > > bt

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-25 Thread Miles Lane
On Fri, 25 Mar 2005 20:50:35 +0100, Jean Delvare <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED]:/sys/class/i2c-adapter/i2c-1# ls > > > ./ ../ device@ > > > [EMAIL PROTECTED]:/sys/class/i2c-adapter/i2c-1# ls -l > > > Segmentation fault > > > > What device is that, and which driver is handling

Re: [PATCH] make Documentation/oops-tracing.txt relevant to 2.6 [was Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2]

2005-03-25 Thread Lee Revell
On Fri, 2005-03-25 at 21:52 +, Russell King wrote: > On Fri, Mar 25, 2005 at 04:45:32PM -0500, Lee Revell wrote: > > On Fri, 2005-03-25 at 21:07 +, Russell King wrote: > > > On Fri, Mar 25, 2005 at 03:53:42PM -0500, Lee Revell wrote: > > > > On Fri, 2005-03-25 at 07:38 +, Russell King w

Re: [PATCH] make Documentation/oops-tracing.txt relevant to 2.6 [was Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2]

2005-03-25 Thread Russell King
On Fri, Mar 25, 2005 at 04:45:32PM -0500, Lee Revell wrote: > On Fri, 2005-03-25 at 21:07 +, Russell King wrote: > > On Fri, Mar 25, 2005 at 03:53:42PM -0500, Lee Revell wrote: > > > On Fri, 2005-03-25 at 07:38 +, Russell King wrote: > > > > Users need to be re-educated _not_ to use ksymoop

[PATCH] make Documentation/oops-tracing.txt relevant to 2.6 [was Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2]

2005-03-25 Thread Lee Revell
On Fri, 2005-03-25 at 21:07 +, Russell King wrote: > On Fri, Mar 25, 2005 at 03:53:42PM -0500, Lee Revell wrote: > > On Fri, 2005-03-25 at 07:38 +, Russell King wrote: > > > Users need to be re-educated _not_ to use ksymoops. > > > > How about changing the fscking docs to not tell users to

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-25 Thread Russell King
On Fri, Mar 25, 2005 at 03:53:42PM -0500, Lee Revell wrote: > On Fri, 2005-03-25 at 07:38 +, Russell King wrote: > > Users need to be re-educated _not_ to use ksymoops. > > How about changing the fscking docs to not tell users to use it? Would be useful. The "fscking" problem is that no one

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-25 Thread Lee Revell
On Fri, 2005-03-25 at 07:38 +, Russell King wrote: > Users need to be re-educated _not_ to use ksymoops. > How about changing the fscking docs to not tell users to use it? Seems like lots of stuff in Documentation/ is stuck in 2.4 land. How about purging it? Incorrect docs are worse than n

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-25 Thread Jean Delvare
Hi Andrew, Miles, > > Andrew, this command causes the Oops for me: > > > > [EMAIL PROTECTED]:/sys/class/i2c-adapter/i2c-1# ls > > ./ ../ device@ > > [EMAIL PROTECTED]:/sys/class/i2c-adapter/i2c-1# ls -l > > Segmentation fault > > What device is that, and which driver is handling it? If I am a

x86-64 preemption fix from IRQ and BKL in 2.6.12-rc1-mm2

2005-03-25 Thread Christophe Saout
Hi, > +x86_64-fix-config_preempt.patch > > x86_64-fix-config_preempt.patch > x86_64: Fix CONFIG_PREEMPT Has this one been stress-tested? I've got the impression that things have become a lot worse. I've been seeing things like these: Mar 25 01:00:48 websrv2 REISERFS: panic (device dm-1): clm

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-25 Thread Andrew Morton
Miles Lane <[EMAIL PROTECTED]> wrote: > > Ahem. In this case, I think it was operator error. I reproduced the > problem and have included the entire output of ksymoops below. Please don't use ksymoops. 2.6 kernels decode oopses internally and ksymoops actually removes a little info. > Andrew,

Re: 2.6.12-rc1-mm2

2005-03-25 Thread Laurent Riffard
Le 25.03.2005 02:00, Patrick Mochel a écrit : On Thu, 24 Mar 2005, Andrew Morton wrote: Laurent Riffard <[EMAIL PROTECTED]> wrote: hello, Same kinds of problem here. It depends on the removed module. I mean: "rmmod loop" or "rmmod pcspkr" works. But "rmmod snd_ens1371" or "rmmod ohci1394" hangs. S

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-25 Thread Miles Lane
-l Segmentation fault [EMAIL PROTECTED]:/sys/class/i2c-adapter/i2c-1# dmesg|ksymoops -o /lib/modules/2.6.12-rc1-mm2 -m /boot/System.map-2.6.12-rc1-mm2 ksymoops 2.4.9 on i686 2.6.12-rc1-mm2. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib

Re: 2.6.12-rc1-mm2: crash in drm_agp_init

2005-03-25 Thread Arjan van de Ven
> (Why does -mm2 kernel have > tendency to appear within hour from me downloading -mm1? It happened > two times now...) you just need a faster internet link :) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo i

Re: 2.6.12-rc1-mm2: crash in drm_agp_init

2005-03-25 Thread Pavel Machek
Hi! > > ..with -rc1-mm2 I get crash during bootup, in some function called > > from drm_agp_init. I'm turned off CONFIG_AGP for now, and machine now > > boots as expected. > > try -mm3 we had a bit of a patch clash between myself, Davej and > Adrian, I think -mm3 has all the fixes in it .. Thank

Re: 2.6.12-rc1-mm2: crash in drm_agp_init

2005-03-25 Thread Dave Airlie
> > ..with -rc1-mm2 I get crash during bootup, in some function called > from drm_agp_init. I'm turned off CONFIG_AGP for now, and machine now > boots as expected. try -mm3 we had a bit of a patch clash between myself, Davej and Adrian, I think -mm3 has all the fixes in it .. Dave. - To unsubscr

2.6.12-rc1-mm2: crash in drm_agp_init

2005-03-25 Thread Pavel Machek
Hi! ..with -rc1-mm2 I get crash during bootup, in some function called from drm_agp_init. I'm turned off CONFIG_AGP for now, and machine now boots as expected. -- People were complaining that M$ turns users into beta-testers... ...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl! -

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-25 Thread Russell King
0 > > > > > EIP:0060:[]Not tainted VLI > > > > > > > > I wonder why the EIP sometimes doesn't get decoded. > > > > > > > > > Using defaults from ksymoops -t elf32-i386 -a i386 > > > > > EFLAGS: 00210206 (2.6.12-rc1-mm2

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-24 Thread Russell King
paging request at virtual address 24fc1024 > > > > c0198448 > > > > *pde = > > > > Oops: [#1] > > > > CPU:0 > > > > EIP:0060:[]Not tainted VLI > > > > > > I wonder why the EIP sometimes doesn'

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-24 Thread Andrew Morton
*pde = > > > Oops: [#1] > > > CPU:0 > > > EIP:0060:[]Not tainted VLI > > > > I wonder why the EIP sometimes doesn't get decoded. > > > > > Using defaults from ksymoops -t elf32-i386 -a i386 > > > EFLA

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-24 Thread Russell King
t; EIP:0060:[]Not tainted VLI > > I wonder why the EIP sometimes doesn't get decoded. > > > Using defaults from ksymoops -t elf32-i386 -a i386 > > EFLAGS: 00210206 (2.6.12-rc1-mm2) ksymoops seems to remove lines from the kernel output that it doesn't lik

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 05:00:18PM -0800, Patrick Mochel wrote: > > On Thu, 24 Mar 2005, Andrew Morton wrote: > > > Laurent Riffard <[EMAIL PROTECTED]> wrote: > > > > > > hello, > > > > > > Same kinds of problem here. It depends on the removed module. I mean: > > > "rmmod loop" or "rmmod pcspkr"

Re: Error building ndiswrapper-1.0rc1 against 2.6.12-rc1-mm2 sources

2005-03-24 Thread Kyle Moffett
On Mar 24, 2005, at 23:15, Miles Lane wrote: Hi, Was this change intentional or accidental? I have successfully built ndiswrapper-1.0rc1 with the other recent kernel trees. warning: passing arg 4 of `call_usermodehelper' makes pointer from integer without a cast error: too few arguments to functi

Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-24 Thread Andrew Morton
Miles Lane <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED]:/sys/class/i2c-adapter# ls * -l > [EMAIL PROTECTED]:/sys# cat */*/*/* > > ksymoops 2.4.9 on i686 2.6.12-rc1-mm2. Options used > -o /lib/modules/2.6.12-rc1-mm2 (specified) > -m /boot/System.ma

Error building ndiswrapper-1.0rc1 against 2.6.12-rc1-mm2 sources

2005-03-24 Thread Miles Lane
Hi, Was this change intentional or accidental? I have successfully built ndiswrapper-1.0rc1 with the other recent kernel trees. /usr/src/ndiswrapper-1.0rc1/driver/wrapper.c: In function `wrapper_init': /usr/src/ndiswrapper-1.0rc1/driver/wrapper.c:1485: warning: passing arg 4 of `call_usermodehel

OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2

2005-03-24 Thread Miles Lane
[EMAIL PROTECTED]:/sys/class/i2c-adapter# ls * -l [EMAIL PROTECTED]:/sys# cat */*/*/* ksymoops 2.4.9 on i686 2.6.12-rc1-mm2. Options used -o /lib/modules/2.6.12-rc1-mm2 (specified) -m /boot/System.map-2.6.12-rc1-mm2 (specified) Unable to handle kernel paging request at virtual address

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Alexey Dobriyan
On Thursday 24 March 2005 23:21, Brice Goglin wrote: > Andrew Morton a écrit : > > Stefano Rivoir <[EMAIL PROTECTED]> wrote: > >>>--- linux-mm/include/linux/agp_backend.h.old > >>>+++ linux-mm/include/linux/agp_backend.h > >>>+extern struct agp_bridge_data * (*agp_find_bridge)(struct pci_dev *);

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Patrick Mochel
On Thu, 24 Mar 2005, Andrew Morton wrote: > Laurent Riffard <[EMAIL PROTECTED]> wrote: > > > > hello, > > > > Same kinds of problem here. It depends on the removed module. I mean: > > "rmmod loop" or "rmmod pcspkr" works. But "rmmod snd_ens1371" or "rmmod > > ohci1394" hangs. > > > > Sysrq-T when

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Reuben Farrelly
Hi, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2.6.12-rc1-mm2/ - Added David Miller's networking tree to the -mm lineup as bk-net.patch. - Added Herbert Xu's crypto development tree to the -mm lineup as bk-cryptodev.patch. -mm k

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Andrew Morton
Laurent Riffard <[EMAIL PROTECTED]> wrote: > > hello, > > Same kinds of problem here. It depends on the removed module. I mean: > "rmmod loop" or "rmmod pcspkr" works. But "rmmod snd_ens1371" or "rmmod > ohci1394" hangs. > > Sysrq-T when rmmoding snd_ens1371 : > > rmmod D C92EBE8C

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Laurent Riffard
opriately decide which code should go in, and when. I am thinking of the recent ALSA example, where the emu10k1 driver was b0rked in 2.6.12-mm1, but the fix had been in ALSA CVS for a week. We've been discussing how to get ALSA CVS into ALSA bk more promptly. BTW, on 2.6.12-rc1-mm2 I can

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Rafael J. Wysocki
ld go in, and when. > > > > > I am thinking of the recent ALSA example, where the emu10k1 driver was > > > b0rked in 2.6.12-mm1, but the fix had been in ALSA CVS for a week. > > > > > > > We've been discussing how to get ALSA CVS into ALSA bk mor

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Rafael J. Wysocki
ng people, but almost always the subsystem > guys know what the development cycle is, and they appropriately decide > which code should go in, and when. > > > I am thinking of the recent ALSA example, where the emu10k1 driver was > > b0rked in 2.6.12-mm1, but the fix had been in ALSA CVS

[PATCH 2.6.12-rc1-mm2] relayfs: properly handle oversized events

2005-03-24 Thread Tom Zanussi
nt to know (and change buffer sizes). Andrew, please apply. Thanks, Tom Signed-off-by: Tom Zanussi <[EMAIL PROTECTED]> diff -urpN -X dontdiff linux-2.6.12-rc1-mm2/fs/relayfs/relay.c linux-2.6.12-rc1-mm2-cur/fs/relayfs/relay.c --- linux-2.6.12-rc1-mm2/fs/relayfs/relay.c 2005-

Re: 2.6.12-rc1-mm2 (patch to fix build error In function `zft_init')

2005-03-24 Thread Andrew Morton
Greg KH <[EMAIL PROTECTED]> wrote: > > > I glanced at the code, and this little patch fixes the problem: > > Ick, sorry, that was my fault. I've applied this patch to my trees, > thanks. > > Hm, I wonder how I missed this, I did do a 'make allmodconfig' build to > try to catch this kind of

Re: 2.6.12-rc1-mm2 (patch to fix build error In function `zft_init')

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 08:55:13AM -0700, Steven Cole wrote: > Steven Cole wrote: > >I'm getting the following build error with 2.6.12-rc1-mm2: > > > > CC init/version.o > > LD init/built-in.o > > LD .tmp_vmlinux1 > >drivers/built-in

Re: 2.6.12-rc1-mm2 - ppc32 build fails.

2005-03-24 Thread cliff white
On Thu, 24 Mar 2005 12:28:08 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > cliff white <[EMAIL PROTECTED]> wrote: > > > > > > Error message: > > > > CC arch/ppc/kernel/setup.o > > In file included from arch/ppc/kernel/setup.c:43: > > include/asm/ppc_sys.h:29:2: #error "need definition

Re: 2.6.12-rc1-mm2 - ppc32 build fails.

2005-03-24 Thread Andrew Morton
cliff white <[EMAIL PROTECTED]> wrote: > > > Error message: > > CC arch/ppc/kernel/setup.o > In file included from arch/ppc/kernel/setup.c:43: > include/asm/ppc_sys.h:29:2: #error "need definition of ppc_sys_devices" > In file included from arch/ppc/kernel/setup.c:43: > include/asm/ppc_sys

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Brice Goglin
Andrew Morton a écrit : Stefano Rivoir <[EMAIL PROTECTED]> wrote: --- linux-mm/include/linux/agp_backend.h.old2005-03-24 16:17:25.0 +0100 +++ linux-mm/include/linux/agp_backend.h2005-03-24 16:10:25.0 +0100 @@ -100,6 +100,7 @@ extern int agp_bind_memory(struct agp_memory

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Andrew Morton
Lee Revell <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-03-24 at 04:41 -0800, Andrew Morton wrote: > > -mm kernels now aggregate Linus's tree and 34 subsystem trees. Usually > > they are pulled 3-4 hours before the release of the -mm kernel. > > > > Andrew, > > Do you notify the subsystem

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Andrew Morton
Stefano Rivoir <[EMAIL PROTECTED]> wrote: > > Alle 16:18, giovedì 24 marzo 2005, Brice Goglin ha scritto: > > Stefano Rivoir a écrit : > > > Alle 13:41, giovedì 24 marzo 2005, Andrew Morton ha scritto: > > >>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/ > > >>2. 6.12-rc1

2.6.12-rc1-mm2 - ppc32 build fails.

2005-03-24 Thread cliff white
Error message: CC arch/ppc/kernel/setup.o In file included from arch/ppc/kernel/setup.c:43: include/asm/ppc_sys.h:29:2: #error "need definition of ppc_sys_devices" In file included from arch/ppc/kernel/setup.c:43: include/asm/ppc_sys.h:61: warning: parameter has incomplete type include/asm

[PATCH 2.6.12-rc1-mm2] x86_64: fix vsyscall.c syntax error

2005-03-24 Thread Mikael Pettersson
Compiling 2.6.12-rc1-mm2 on x86_64 with gcc-4.0 fails with: arch/x86_64/kernel/vsyscall.c:193: error: syntax error before 'vsyscall_sysctl_change' Fix: repair the syntax error Signed-off-by: Mikael Pettersson <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-mm2/arch/x86_64/kern

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Lee Revell
On Thu, 2005-03-24 at 04:41 -0800, Andrew Morton wrote: > -mm kernels now aggregate Linus's tree and 34 subsystem trees. Usually > they are pulled 3-4 hours before the release of the -mm kernel. > Andrew, Do you notify the subsystem maintainers ahead of time so that critical fixes can be

[PATCH 2.6.12-rc1-mm2] update VR41xx RTC support

2005-03-24 Thread Yoichi Yuasa
This patch updates NEC VR4100 series RTC support. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff rc1-mm2-orig/arch/mips/vr41xx/common/Makefile rc1-mm2/arch/mips/vr41xx/common/Makefile --- rc1-mm2-orig/arch/mips/vr41xx/common/Makefile Fri Mar 25 00:42:00 2005

Re: 2.6.12-rc1-mm2 (patch to fix build error In function `zft_init')

2005-03-24 Thread Steven Cole
Steven Cole wrote: I'm getting the following build error with 2.6.12-rc1-mm2: CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o(.init.text+0x4323): In function `zft_init': : undefined reference to `class_device_creat' make: *** [.tmp_vmli

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Stefano Rivoir
Alle 16:18, giovedì 24 marzo 2005, Brice Goglin ha scritto: > Stefano Rivoir a écrit : > > Alle 13:41, giovedì 24 marzo 2005, Andrew Morton ha scritto: > >>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/ > >>2. 6.12-rc1-mm2/ > >> > >> > >>- Some fixes for the recent DRM pr

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Brice Goglin
Stefano Rivoir a écrit : Alle 13:41, giovedì 24 marzo 2005, Andrew Morton ha scritto: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2. 6.12-rc1-mm2/ - Some fixes for the recent DRM problems. Hi Andrew, While I was OK with DRM up to 2.6.12-rc1-mm1, now I get this at star

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Manuel Lauss
gpgart vfat fat video thermal > processor ac battery snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss > snd_pcm snd_timer snd soundcore snd_page_alloc skge evdev > CPU:0 > EIP:0060:[]Not tainted VLI > EFLAGS: 00013286 (2.6.12-rc1-mm2) > EIP is at agp_find_br

Re: 2.6.12-rc1-mm2 (build error In function `zft_init')

2005-03-24 Thread Steven Cole
I'm getting the following build error with 2.6.12-rc1-mm2: CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o(.init.text+0x4323): In function `zft_init': : undefined reference to `class_device_creat' make: *** [.tmp_vmlinux1] Error 1 2.6.1

Re: 2.6.12-rc1-mm2

2005-03-24 Thread Stefano Rivoir
soundcore snd_page_alloc skge evdev CPU:0 EIP:0060:[]Not tainted VLI EFLAGS: 00013286 (2.6.12-rc1-mm2) EIP is at agp_find_bridge+0x0/0xc77f [agpgart] eax: dff1d000 ebx: de228400 ecx: edx: 00d0 esi: dd86 edi: de228450 ebp: e1a4bd90 esp: dd811f48 ds: 007b es: 007b