search for: job_fil

Displaying 10 results from an estimated 10 matches for "job_fil".

Did you mean: job_file
2005 Nov 02
3
how a domain user can become a local administrator ?
Hi list, I'm using Samba wit a LDAP server. Everything works fine, but I'd like to know how I can declare a user or a group user as an administrator of the workstation he/she is logged in. I tried to modify the guid and the SambaSID in the ldap server, but it doesn't work. Is there another solution than to declare locally on the workstation that such group must be of the local
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...: crng init done [ 55.516302] run-job /lkp/scheduled/lkp-hsw-ep4/perf-sanity-tests-defaults-debian-x86_64-2016-08-31.cgz-3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f-20171029-69014-181lmno-0.yaml [ 55.516305] [ 55.568198] /usr/bin/curl -sSf http://inn:80/~lizhijian/cgi-bin/lkp-jobfile-append-var?job_file=/lkp/scheduled/lkp-hsw-ep4/perf-sanity-tests-defaults-debian-x86_64-2016-08-31.cgz-3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f-20171029-69014-181lmno-0.yaml&job_state=running -o /dev/null [ 55.568201] [ 67.959987] IPMI Device Information [ 67.959991] [ 68.091366] BMC ARP Control...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...: crng init done [ 55.516302] run-job /lkp/scheduled/lkp-hsw-ep4/perf-sanity-tests-defaults-debian-x86_64-2016-08-31.cgz-3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f-20171029-69014-181lmno-0.yaml [ 55.516305] [ 55.568198] /usr/bin/curl -sSf http://inn:80/~lizhijian/cgi-bin/lkp-jobfile-append-var?job_file=/lkp/scheduled/lkp-hsw-ep4/perf-sanity-tests-defaults-debian-x86_64-2016-08-31.cgz-3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f-20171029-69014-181lmno-0.yaml&job_state=running -o /dev/null [ 55.568201] [ 67.959987] IPMI Device Information [ 67.959991] [ 68.091366] BMC ARP Control...
2017 Feb 06
1
[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
Setting the IF flag can cause an VM exit. So we should avoid touching the IF flag until absolutely necessary. This patch change the way the paravirt arch_local_irq_restore() works by checking the previous flags value and call arch_local_irq_enable() only if the IF flag was set previously. On a 32 vCPUs KVM guest running the AIM7 five-sec workload, the performance increased slightly from 302136.32
2017 Feb 06
1
[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
Setting the IF flag can cause an VM exit. So we should avoid touching the IF flag until absolutely necessary. This patch change the way the paravirt arch_local_irq_restore() works by checking the previous flags value and call arch_local_irq_enable() only if the IF flag was set previously. On a 32 vCPUs KVM guest running the AIM7 five-sec workload, the performance increased slightly from 302136.32
2018 Feb 02
0
[fw_cfg] c8bf448ff3: kernel_BUG_at_arch/x86/mm/physaddr.c
...export tbox_group='vm-lkp-nhm-dp2-yocto-ia32' export branch='linux-devel/devel-hourly-2018020122' export commit='c8bf448ff3899860de51fbae61a43619c912ddf2' export kconfig='x86_64-randconfig-s3-02020248' export submit_id='5a73bab10b9a934af80ec726' export job_file='/lkp/scheduled/vm-lkp-nhm-dp2-yocto-ia32-1/boot-1-yocto-tiny-i386-2016-04-22.cgz-c8bf448ff3899860de51fbae61a43619c912ddf2-20180202-84728-v84elh-0.yaml' export id='866fe8cfe8c375edece5ff812bd233e260b88333' export model='qemu-system-x86_64 -enable-kvm' export nr_vm=16 ex...
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by