search for: 0xd8

Displaying 20 results from an estimated 273 matches for "0xd8".

Did you mean: 0x08
2020 Aug 07
2
[PATCH v3 4/7] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
...> > static const struct patch_xxl patch_data_xxl = { > @@ -42,7 +38,6 @@ static const struct patch_xxl patch_data_xxl = { > .irq_save_fl = { 0x9c, 0x58 }, // pushf; pop %[re]ax > .mmu_read_cr2 = { 0x0f, 0x20, 0xd0 }, // mov %cr2, %[re]ax > .mmu_read_cr3 = { 0x0f, 0x20, 0xd8 }, // mov %cr3, %[re]ax > -# ifdef CONFIG_X86_64 > .mmu_write_cr3 = { 0x0f, 0x22, 0xdf }, // mov %rdi, %cr3 > .irq_restore_fl = { 0x57, 0x9d }, // push %rdi; popfq > .cpu_wbinvd = { 0x0f, 0x09 }, // wbinvd > @@ -50,19 +45,11 @@ static const struct patch_xxl patch_data_xxl =...
2020 Aug 07
2
[PATCH v3 4/7] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
...> > static const struct patch_xxl patch_data_xxl = { > @@ -42,7 +38,6 @@ static const struct patch_xxl patch_data_xxl = { > .irq_save_fl = { 0x9c, 0x58 }, // pushf; pop %[re]ax > .mmu_read_cr2 = { 0x0f, 0x20, 0xd0 }, // mov %cr2, %[re]ax > .mmu_read_cr3 = { 0x0f, 0x20, 0xd8 }, // mov %cr3, %[re]ax > -# ifdef CONFIG_X86_64 > .mmu_write_cr3 = { 0x0f, 0x22, 0xdf }, // mov %rdi, %cr3 > .irq_restore_fl = { 0x57, 0x9d }, // push %rdi; popfq > .cpu_wbinvd = { 0x0f, 0x09 }, // wbinvd > @@ -50,19 +45,11 @@ static const struct patch_xxl patch_data_xxl =...
2017 Dec 21
1
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...fffff [ 16.997860] x3 : 0000000000000004 x2 : 0000000000000005 [ 17.003157] x1 : 0000000000000006 x0 : ffff8001c8b7ce8c [ 17.008456] Call trace: [ 17.011066] nouveau_bo_new+0x450/0x4d0 [nouveau] [ 17.015924] nouveau_gem_new+0xa4/0x148 [nouveau] [ 17.020771] nouveau_gem_ioctl_new+0x48/0xd8 [nouveau] [ 17.025953] drm_ioctl_kernel+0x70/0xd8 [drm] [ 17.030343] drm_ioctl+0x180/0x3e0 [drm] [ 17.034424] nouveau_drm_ioctl+0x6c/0xc8 [nouveau] [ 17.039207] do_vfs_ioctl+0xb0/0x730 [ 17.042771] SyS_ioctl+0x8c/0xa8 [ 17.045991] el0_svc_naked+0x20/0x24 [ 17.049555] ---[ end tr...
2007 Mar 21
0
5 commits - README libswfdec/jpeg libswfdec/swfdec_image.c
...@@ swfdec_image_jpeg_load (SwfdecImage *ima dec = jpeg_decoder_new (); - jpeg_decoder_addbits (dec, image->jpegtables->data, - image->jpegtables->length); + if (image->jpegtables) { + if (image->jpegtables->data[0] != 0xff || image->jpegtables->data[1] != 0xd8) { + SWFDEC_ERROR("not jpeg %02x %02x", + image->jpegtables->data[0], image->jpegtables->data[1]); + jpeg_decoder_free (dec); + return; + } + jpeg_decoder_addbits (dec, image->jpegtables->data, + image->jpegtables->length); + }...
2017 Dec 21
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...4] driver_register+0x6c/0x118 [ 12.160222] __platform_driver_register+0x54/0x60 [ 12.165117] nouveau_drm_init+0x164/0x1000 [nouveau] [ 12.170074] do_one_initcall+0x44/0x138 [ 12.173904] do_init_module+0x64/0x1dc [ 12.177645] load_module+0x12f4/0x14b8 [ 12.181385] SyS_finit_module+0xd8/0xf0 [ 12.185212] el0_svc_naked+0x20/0x24 [ 12.188779] ---[ end trace d2c905bc981fb633 ]--- [ 12.193437] nouveau 17000000.gpu: bar: one-time init failed, -22 [ 12.199614] nouveau 17000000.gpu: init failed with -22 [ 12.204752] nouveau: DRM-master:00000000:00000080: init failed with -22 [...
2007 Apr 18
0
6 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/jpeg libswfdec/swfdec_image.c
...@ swfdec_jpeg_decode_argb (unsigned char * unsigned char *data2, int length2, void *outdata, int *width, int *height) { - unsigned char *tmpdata; - int tmplength; gboolean ret; - while (length1 >= 2 && data1[0] == 0xff && - (data1[1] == 0xd9 || data1[1] == 0xd8)) { - data1 += 2; - length1 -= 2; - } - while (length1 >= 2 && data1[length1-2] == 0xff && - (data1[length1-1] == 0xd9 || data1[length1-1] == 0xd8)) { - length1 -= 2; - } - if (data2) { - while (length2 >= 2 && data2[0] == 0xff && -...
2006 Jan 20
7
Wine and Kaleidagraph
Hi. I am a recently debian user that don't know much about linux, but I work hard :). I was boring about MsWindows and I've decided to change, but I have to work with some Windows programs. Really I have a problem: I must use kaleidagraph in my work,I've seen that this program is available in the Programs database, so I've installed and upgraded my Wine. After that I have
2017 Nov 21
2
GP10B regression
Thanks to Thierry for finding this - applying index e14643615698..00eeaaffeae5 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2369,7 +2369,7 @@ nv13b_chipset = { .imem = gk20a_instmem_new, .ltc = gp100_ltc_new, .mc = gp10b_mc_new, - .mmu = gf100_mmu_new, + .mmu = gp10b_mmu_new,
2009 Nov 11
0
libzfs zfs_create() fails on sun4u daily bits (daily.1110)
...ng modules: [ ld.so.1 libc.so.1 ] > create_zfs_zonepath::bp > :c mdb: stop at create_zfs_zonepath mdb: target stopped at: create_zfs_zonepath: save %sp, -0x468, %sp mdb: You''ve got symbols! Loading modules: [ libumem.so.1 libtopo.so.1 libavl.so.1 ] > create_zfs_zonepath+0xd8::dis -n 3 create_zfs_zonepath+0xcc: ld [%fp - 0x4], %o3 create_zfs_zonepath+0xd0: mov %i5, %o1 create_zfs_zonepath+0xd4: ld [%l2 + 0xb8], %o0 create_zfs_zonepath+0xd8: call +0x165d8 <PLT:zfs_create> create_zfs_zonepath+0xdc: mov...
2009 Nov 14
2
[LLVMdev] Very slow performance of lli on x86
...cb, 0xcc, 0xce }, { 0xcb, 0xcc, 0xcd, 0xcf }, { 0xcc, 0xcd, 0xce, 0xd0 }, { 0xcd, 0xce, 0xcf, 0xd1 }, { 0xce, 0xcf, 0xd0, 0xd2 }, { 0xcf, 0xd0, 0xd1, 0xd3 }, { 0xd0, 0xd1, 0xd2, 0xd4 }, { 0xd1, 0xd2, 0xd3, 0xd5 }, { 0xd2, 0xd3, 0xd4, 0xd6 }, { 0xd3, 0xd4, 0xd5, 0xd7 }, { 0xd4, 0xd5, 0xd6, 0xd8 }, { 0xd5, 0xd6, 0xd7, 0xd9 }, { 0xd6, 0xd7, 0xd8, 0xda }, { 0xd7, 0xd8, 0xd9, 0xdb }, { 0xd8, 0xd9, 0xda, 0xdc }, { 0xd9, 0xda, 0xdb, 0xdd }, { 0xda, 0xdb, 0xdc, 0xde }, { 0xdb, 0xdc, 0xdd, 0xdf }, { 0xdc, 0xdd, 0xde, 0xe0 }, { 0xdd, 0xde, 0xdf, 0xe1 }, { 0xde, 0xdf, 0xe0, 0xe2 }, { 0xd...
2007 Nov 10
1
3 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h
...mage * +swfdec_image_new (SwfdecBuffer *buffer) +{ + SwfdecImage *image; + SwfdecImageType type; + + g_return_val_if_fail (buffer != NULL, NULL); + + /* check type of the image */ + if (buffer->length < 4) + goto fail; + if (buffer->data[0] == 0xFF && buffer->data[1] == 0xD8) + type = SWFDEC_IMAGE_TYPE_JPEG2; + else if (buffer->data[0] == 0xFF && buffer->data[1] == 0xD8 && + buffer->data[0] == 0xFF && buffer->data[1] == 0xD8) + type = SWFDEC_IMAGE_TYPE_PNG; + else + goto fail; + + image = g_object_new (SWFDEC_TYPE_IM...
2018 Mar 26
0
murmurhash3 test failures on big-endian systems
..."", 0, 0x00000000, { 0x00000000, 0x00000000, 0x00000000, 0x00000000 }}, - { "", 0, 0x00000001, { 0x6eff5cb5, 0x4610abe5, 0x78f83583, 0x51622daa }}, - { "", 0, 0xffffffff, { 0x9d3bc9ec, 0x6af1df4d, 0x1ee6446b, 0x85742112 }}, - { "\0\0\0\0", 4, 0x00000000, { 0xd84c76bc, 0xcfa0f7dd, 0x1cf526f1, 0x58962316 }}, - { "aaaa", 4, 0x9747b28c, { 0x5e649bf0, 0xb4e0a5f7, 0x038c569f, 0xa5d3e8e9 }}, - { "aaa", 3, 0x9747b28c, { 0xe4c7466b, 0x8ea5e37a, 0x35dc931c, 0xf925bef0 }}, - { "aa", 2, 0x9747b28c, { 0xbee5bb1f, 0x12a698a9, 0x5e269401...
2009 Nov 14
0
[LLVMdev] Very slow performance of lli on x86
...cb, 0xcc, 0xce }, { 0xcb, 0xcc, 0xcd, 0xcf }, { 0xcc, 0xcd, 0xce, 0xd0 }, { 0xcd, 0xce, 0xcf, 0xd1 }, { 0xce, 0xcf, 0xd0, 0xd2 }, { 0xcf, 0xd0, 0xd1, 0xd3 }, { 0xd0, 0xd1, 0xd2, 0xd4 }, { 0xd1, 0xd2, 0xd3, 0xd5 }, { 0xd2, 0xd3, 0xd4, 0xd6 }, { 0xd3, 0xd4, 0xd5, 0xd7 }, { 0xd4, 0xd5, 0xd6, 0xd8 }, { 0xd5, 0xd6, 0xd7, 0xd9 }, { 0xd6, 0xd7, 0xd8, 0xda }, { 0xd7, 0xd8, 0xd9, 0xdb }, { 0xd8, 0xd9, 0xda, 0xdc }, { 0xd9, 0xda, 0xdb, 0xdd }, { 0xda, 0xdb, 0xdc, 0xde }, { 0xdb, 0xdc, 0xdd, 0xdf }, { 0xdc, 0xdd, 0xde, 0xe0 }, { 0xdd, 0xde, 0xdf, 0xe1 }, { 0xde, 0xdf, 0xe0, 0xe2 }, { 0xd...
2016 Dec 12
4
[PATCH v6 2/2] crypto: add virtio-crypto driver
On Mon, Dec 12, 2016 at 06:54:07PM +0800, Herbert Xu wrote: > On Mon, Dec 12, 2016 at 06:25:12AM +0000, Gonglei (Arei) wrote: > > Hi, Michael & Herbert > > > > Because the virtio-crypto device emulation had been in QEMU 2.8, > > would you please merge the virtio-crypto driver for 4.10 if no other > > comments? If so, Miachel pls ack and/or review the patch,
2016 Dec 12
4
[PATCH v6 2/2] crypto: add virtio-crypto driver
On Mon, Dec 12, 2016 at 06:54:07PM +0800, Herbert Xu wrote: > On Mon, Dec 12, 2016 at 06:25:12AM +0000, Gonglei (Arei) wrote: > > Hi, Michael & Herbert > > > > Because the virtio-crypto device emulation had been in QEMU 2.8, > > would you please merge the virtio-crypto driver for 4.10 if no other > > comments? If so, Miachel pls ack and/or review the patch,
2017 Dec 06
2
[PATCH] ptr_ring: Add barriers to fix NULL-pointer exception
...1080d422c00e5db6 0101000017773f52 [35322.663908] [<ffff000008a772fc>] sock_wfree+0x24/0x80 [35322.674168] [<ffff000008a79238>] skb_release_head_state+0x68/0xf8 [35322.686535] [<ffff000008a79488>] skb_release_all+0x20/0x40 [35322.697663] [<ffff000008a79678>] consume_skb+0x38/0xd8 [35322.708120] [<ffff000008812f24>] tun_do_read.part.9+0x20c/0x4f0 [35322.720149] [<ffff0000088133f0>] tun_chr_read_iter+0xc0/0xe0 [35322.731638] [<ffff000008288f80>] __vfs_read+0x100/0x160 [35322.742249] [<ffff00000828a224>] vfs_read+0x8c/0x148 [35322.752344] [<ffff00000...
2017 Dec 06
2
[PATCH] ptr_ring: Add barriers to fix NULL-pointer exception
...1080d422c00e5db6 0101000017773f52 [35322.663908] [<ffff000008a772fc>] sock_wfree+0x24/0x80 [35322.674168] [<ffff000008a79238>] skb_release_head_state+0x68/0xf8 [35322.686535] [<ffff000008a79488>] skb_release_all+0x20/0x40 [35322.697663] [<ffff000008a79678>] consume_skb+0x38/0xd8 [35322.708120] [<ffff000008812f24>] tun_do_read.part.9+0x20c/0x4f0 [35322.720149] [<ffff0000088133f0>] tun_chr_read_iter+0xc0/0xe0 [35322.731638] [<ffff000008288f80>] __vfs_read+0x100/0x160 [35322.742249] [<ffff00000828a224>] vfs_read+0x8c/0x148 [35322.752344] [<ffff00000...
2005 Mar 21
0
Comport access error
...te tcgetattr or ioctl error 'Input/output error' trace:comm:PurgeComm handle 0xd4, flags f trace:comm:EscapeCommFunction handle 0xd4, function=6 trace:comm:EscapeCommFunction handle 0xd4, function=4 fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub trace:comm:SetCommTimeouts (0xd8,0x4069f964) trace:comm:GetCommState handle 0xd8, ptr 0x4069f978 err:comm:GetCommState tcgetattr or ioctl error 'Input/output error' trace:comm:PurgeComm handle 0xd8, flags f trace:comm:EscapeCommFunction handle 0xd8, function=6 trace:comm:EscapeCommFunction handle 0xd8, function=4 fixme:com...
2014 Oct 20
1
Virtio_config BUG with 3.18-rc1
...andler+0x39c/0x3e8 [virtio_console] [ 2.201004] [<ffffffff810af9e9>] process_one_work+0x149/0x3d0 [ 2.201004] [<ffffffff810b006b>] worker_thread+0x11b/0x490 [ 2.201004] [<ffffffff810aff50>] ? rescuer_thread+0x2e0/0x2e0 [ 2.201004] [<ffffffff810b5218>] kthread+0xd8/0xf0 [ 2.201004] [<ffffffff810b5140>] ? kthread_create_on_node+0x1b0/0x1b0 [ 2.201004] [<ffffffff8174b53c>] ret_from_fork+0x7c/0xb0 [ 2.201004] [<ffffffff810b5140>] ? kthread_create_on_node+0x1b0/0x1b0 [ 2.201004] Code: 00 00 48 c7 c2 fc 11 21 a0 48 c7 c7 48 22 21 a...
2014 Oct 20
1
Virtio_config BUG with 3.18-rc1
...andler+0x39c/0x3e8 [virtio_console] [ 2.201004] [<ffffffff810af9e9>] process_one_work+0x149/0x3d0 [ 2.201004] [<ffffffff810b006b>] worker_thread+0x11b/0x490 [ 2.201004] [<ffffffff810aff50>] ? rescuer_thread+0x2e0/0x2e0 [ 2.201004] [<ffffffff810b5218>] kthread+0xd8/0xf0 [ 2.201004] [<ffffffff810b5140>] ? kthread_create_on_node+0x1b0/0x1b0 [ 2.201004] [<ffffffff8174b53c>] ret_from_fork+0x7c/0xb0 [ 2.201004] [<ffffffff810b5140>] ? kthread_create_on_node+0x1b0/0x1b0 [ 2.201004] Code: 00 00 48 c7 c2 fc 11 21 a0 48 c7 c7 48 22 21 a...