search for: init_done

Displaying 20 results from an estimated 59 matches for "init_done".

2023 Jun 09
1
[RESEND 07/15] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:584: warning: Function parameter or member 'init' not described in 'init_reserved' drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:611: warning: expecting prototype for INIT_DONE(). Prototype was for init_done() instead [Snipped ~140 lines for brevity] Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Karol Herbst <kherbst at redhat.com> Cc: Lyude Paul <lyude at redhat.com> Cc: David Airlie <airlied at gmail.com> Cc: Daniel Vetter <daniel at ffwll.ch&g...
2023 Aug 24
1
[PATCH 03/20] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:584: warning: Function parameter or member 'init' not described in 'init_reserved' drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:611: warning: expecting prototype for INIT_DONE(). Prototype was for init_done() instead [Snipped ~140 lines for brevity] Signed-off-by: Lee Jones <lee at kernel.org> --- Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Karol Herbst <kherbst at redhat.com> Cc: Lyude Paul <lyude at redhat.com> Cc: David Airlie <airlied at g...
2002 Nov 25
2
smbpasswd problem with LDAP
...: nas:~# smbpasswd -U william New SMB password: Retype new SMB password: No user to modify! Password changed for user william. Failed to modify entry for user william. Failed to modify password entry for user william Ok, so i ran it with debugging on: -- CUT -- load_unix_unicode_map: ISO8859-1 (init_done=0, override=0) load_unicode_map: loading unicode map for codepage ISO8859-1. New SMB password: Retype new SMB password: ldap_open_connection: starting... Initializing connection to localhost on port 389 ldap_open_connection: connection opened ldap_connect_system: Binding to ldap server as "cn=...
2017 Sep 13
2
Nouveau: kernel hang on Optimus+Intel+NVidia GeForce 1060m
...-- a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c +++ b/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c @@ -326,7 +326,7 @@ nvkm_msgqueue_post(struct nvkm_msgqueue *priv, enum msgqueue_msg_priority prio,         int ret;           if (wait_init && !wait_for_completion_timeout(&priv->init_done, -                                        msecs_to_jiffies(1000))) +                                        msecs_to_jiffies(5000)))                 return -ETIMEDOUT;           queue = priv->func->cmd_queue(priv, prio); diff --git a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue_0137c63d.c b/...
2023 Jun 09
7
[RESEND 00/15] Rid W=1 warnings from GPU
This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. Lee Jones (15): drm/xlnx/zynqmp_disp: Use correct kerneldoc formatting in zynqmp_disp drm/xlnx/zynqmp_dp: Fix function name zynqmp_dp_link_train() -> zynqmp_dp_train() drm/vkms/vkms_composer: Fix a few different kerneldoc formatting
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...kvm *kvm, void *dev, u32 features) +static void set_guest_features(struct kvm *kvm, void *dev, u32 features, int sel) { struct blk_dev *bdev = dev; + + bdev->features |= (u64)features << (32 * sel); +} + +static void notify_status(struct kvm *kvm, void *dev, u8 status) +{ + static bool init_done; + struct blk_dev *bdev = dev; struct virtio_blk_config *conf = &bdev->blk_config; struct virtio_blk_geometry *geo = &conf->geometry; - bdev->features = features; + if (!(status & VIRTIO_CONFIG_S_DRIVER_OK) || init_done) + return; + + init_done = true; conf->capac...
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...kvm *kvm, void *dev, u32 features) +static void set_guest_features(struct kvm *kvm, void *dev, u32 features, int sel) { struct blk_dev *bdev = dev; + + bdev->features |= (u64)features << (32 * sel); +} + +static void notify_status(struct kvm *kvm, void *dev, u8 status) +{ + static bool init_done; + struct blk_dev *bdev = dev; struct virtio_blk_config *conf = &bdev->blk_config; struct virtio_blk_geometry *geo = &conf->geometry; - bdev->features = features; + if (!(status & VIRTIO_CONFIG_S_DRIVER_OK) || init_done) + return; + + init_done = true; conf->capac...
2023 Aug 24
7
[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. Cc: Alex Deucher <alexander.deucher at amd.com> Cc: amd-gfx at lists.freedesktop.org Cc: Ben Skeggs <bskeggs at redhat.com> Cc: "Christian K?nig" <christian.koenig at amd.com> Cc: Daniel Vetter <daniel at ffwll.ch>
2008 Apr 04
1
Driver Problem with 7150M
...RVED ] (II) NOUVEAU(0): 0xE678: [ (0x6E) - INIT_NV_REG ] (II) NOUVEAU(0): 0xE678: Reg: 0x001020FB, Mask: 0xFFFFFF7F, Data: 0x00000080 (EE) NOUVEAU(0): ========== misaligned reg 0x001020FB ========== (EE) NOUVEAU(0): ========== misaligned reg 0x001020FB ========== (II) NOUVEAU(0): 0xE685: [ (0x71) - INIT_DONE ] (II) NOUVEAU(0): 0xE3C0: END OF SUB-ROUTINE AT 0xE66A (II) NOUVEAU(0): 0xE3C3: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x00680580, Data: 0x01C0001C (II) NOUVEAU(0): 0xE3CC: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x00004020, Data: 0xE000001C (II) NOUVEAU(0): 0xE3D5:...
2009 Dec 15
2
[PATCH 1/2] drm/nouveau: Kill global state in NvShadowBIOS
--- drivers/gpu/drm/nouveau/nouveau_bios.c | 47 ++++++++++++++----------------- 1 files changed, 21 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c index 5eec5ed..04ac564 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.c +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c @@ -181,43 +181,42 @@ struct methods { const char
2003 Aug 27
0
winbind can not find Windows PDC
Hi, I got some problem to make winbind to work with PDC in other network. When I start winbind with debug option ,=20 it alwasy says it can not find Domain Controller. load_dos_unicode_map: 850 load_unicode_map: loading unicode map for codepage 850. load_unix_unicode_map: ISO8859-1 (init_done=3D0, override=3D0) load_unicode_map: loading unicode map for codepage ISO8859-1. added interface ip=3D172.16.1.9 bcast=3D172.16.1.255 = nmask=3D255.255.255.0 Could not look up dc's for domain ARFLEX-TPE Could not open a connection to ARFLEX-TPE for \PIPE\lsarpc = (NT_STATUS_DOMAIN_CONTROLLER_NO...
2002 Oct 03
1
Urgent: LDAP showstopper
...t;l = True) Adding chars 0xec 0xed (l->u = True) (u->l = True) Adding chars 0xe7 0xe8 (l->u = True) (u->l = True) Adding chars 0x9c 0x0 (l->u = False) (u->l = False) load_dos_unicode_map: 850 load_unicode_map: loading unicode map for codepage 850. load_unix_unicode_map: ISO8859-1 (init_done=0, override=0) load_unicode_map: loading unicode map for codepage ISO8859-1. tdb(unknown): tdb_brlock failed (fd=3) at offset 4 rw_type=1 lck_type=13 ldap_open_connection: starting... Initializing connection to 127.0.0.1 on port 389 ldap_open_connection: connection opened ldap_connect_system: Bindi...
2002 Sep 07
1
REPOST: another nt4 and samba question
...hars 0xec 0xed (l->u = True) (u->l = True) >Adding chars 0xe7 0xe8 (l->u = True) (u->l = True) >Adding chars 0x9c 0x0 (l->u = False) (u->l = False) >load_dos_unicode_map: 850 >load_unicode_map: loading unicode map for codepage 850. >load_unix_unicode_map: ISO8859-1 (init_done=0, override=0) >load_unicode_map: loading unicode map for codepage ISO8859-1. >tdb(unknown): tdb_brlock failed (fd=3) at offset 4 rw_type=1 lck_type=13 >added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0 >Password: >cli_init_creds: user Administrator domain WILDER...
2008 Apr 21
0
hang when starting X
...x0000C040, Data: 0x3C0BC233 (II) NOUVEAU(0): Write: Reg: 0x0000C040, Data: 0x3C0BC000 (II) NOUVEAU(0): Write: Reg: 0x00004004, Data: 0x0D033209 (II) NOUVEAU(0): Write: Reg: 0x00004000, Data: 0xC001001C (II) NOUVEAU(0): Write: Reg: 0x0000C040, Data: 0x3C0BC233 (II) NOUVEAU(0): 0xECFD: [ (0x71) - INIT_DONE ] (II) NOUVEAU(0): 0xE345: END OF SUB-SCRIPT 6 (II) NOUVEAU(0): 0xE347: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x0010037C, Data: 0x0F0F0F0F (II) NOUVEAU(0): 0xE350: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x00100388, Data: 0x0F0F0F0F (II) NOUVEAU(0): 0xE359: [ (0x7A)...
2006 Jun 13
0
Help debugging superodoctor
...r called> No symbol table info available. #3 0x0000003b4a5706c3 in strstr () from /lib64/tls/libc.so.6 No symbol table info available. #4 0x000000000042e8f8 in smbus_byte_data_read (bustype=0, smb_base_io_addr=4352, slave=47, offset=40, data=0x7fbffff45c) at smbus.c:636 errNo = 0 i = 0 init_done = -1 res = 0 file = 0 filename = '\0' <repeats 19 times> test_addr = 1685017119 #5 0x000000000042c00f in get_item_reading (sThis_System=0x63e010, thisitem=0x63e480, parameters=0x63f910, iParameter_Count=38, cRet=0x7fbffff4f0 "0?s") at sd.c:2131 iRet = 0 dataH = 0...
2002 Sep 05
0
error in smbpasswd (now in english, sorry)
...t;l = True) Adding chars 0xec 0xed (l->u = True) (u->l = True) Adding chars 0xe7 0xe8 (l->u = True) (u->l = True) Adding chars 0x9c 0x0 (l->u = False) (u->l = False) load_dos_unicode_map: 850 load_unicode_map: loading unicode map for codepage 850. load_unix_unicode_map: ISO8859-1 (init_done=0, override=0) load_unicode_map: loading unicode map for codepage ISO8859-1. ldap_open_connection: starting... Initializing connection to odin on port 389 ldap_open_connection: connection opened ldap_connect_system: Binding to ldap server as "cn=root,o=fai,c=br" ldap_connect_system: succe...
2002 May 15
2
joining an NT-Domain with samba 2.2.4 on HPUX 10.20: wrong IP Adress
...asswd -D 10 -j CAD -r bsadpp01 -Uadministrator ... a lot of text ... Adding chars 0xe7 0xe8 (l->u = True) (u->l = True) Adding chars 0x9c 0x0 (l->u = False) (u->l = False) load_dos_unicode_map: 850 load_unicode_map: loading unicode map for codepage 850. load_unix_unicode_map: ISO8859-1 (init_done=0, override=0) load_unicode_map: loading unicode map for codepage ISO8859-1. tdb(unknown): tdb_brlock failed (fd=3) at offset 4 rw_type=2 lck_type=6 added interface ip=10.33.2.30 bcast=10.33.2.255 nmask=255.255.255.0 cli_init_creds: user administrator domain CAD flgs: 0 ntlmssp_cli_flgs:0 cli_estab...
2017 Sep 13
0
Nouveau: kernel hang on Optimus+Intel+NVidia GeForce 1060m
.../nvkm/falcon/msgqueue.c > +++ b/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c > @@ -326,7 +326,7 @@ nvkm_msgqueue_post(struct nvkm_msgqueue *priv, enum > msgqueue_msg_priority prio, > int ret; > > if (wait_init && !wait_for_completion_timeout(&priv->init_done, > - msecs_to_jiffies(1000))) > + msecs_to_jiffies(5000))) > return -ETIMEDOUT; > > queue = priv->func->cmd_queue(priv, prio); > > diff --git a/drivers/gpu/drm/nouveau/nv...
2002 Nov 11
0
FreeBSD 4.7-Stable, samba 2.2.6 from ports
...t;l = True) Adding chars 0xec 0xed (l->u = True) (u->l = True) Adding chars 0xe7 0xe8 (l->u = True) (u->l = True) Adding chars 0x9c 0x0 (l->u = False) (u->l = False) load_dos_unicode_map: 850 load_unicode_map: loading unicode map for codepage 850. load_unix_unicode_map: ISO8859-1 (init_done=0, override=0) load_unicode_map: loading unicode map for codepage ISO8859-1. Processing section "[homes]" doing parameter comment = Home Directories doing parameter browseable = yes doing parameter writeable = yes pm_process() returned Yes adding IPC service IPC$ adding IPC service ADMIN$...
2003 Dec 18
0
smbclient-2.2.8a cannot connect to samba-3.0.0 server
...e: loading codepage 850. Adding chars 0x85 0xb7 (l->u = True) (u->l = True) Adding chars 0xa0 0xb5 (l->u = True) (u->l = True) -- a lot of lines similar to the above -- load_dos_unicode_map: 850 load_unicode_map: loading unicode map for codepage 850. load_unix_unicode_map: ISO8859-1 (init_done=0, override=0) load_unicode_map: loading unicode map for codepage ISO8859-1. added interface ip=130.225.194.30 bcast=130.225.194.255 nmask=255.255.255.0 Client started (version 2.2.7a-security-rollup-fix). resolve_lmhosts: Attempting lmhosts lookup for name lfs1<0x20> getlmhostsent: lmhost en...