search for: klauser

Displaying 20 results from an estimated 26 matches for "klauser".

Did you mean: klauer
2016 Nov 11
2
[PATCH] vhost/vsock: Remove unused but set variable
Remove the unused but set variable vq in vhost_transport_send_pkt() to fix the following GCC warning when building with 'W=1': drivers/vhost/vsock.c:198:26: warning: variable ?vq? set but not used Signed-off-by: Tobias Klauser <tklauser at distanz.ch> --- drivers/vhost/vsock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c index e3b30ea9ece5..9c3c68b9a49e 100644 --- a/drivers/vhost/vsock.c +++ b/drivers/vhost/vsock.c @@ -195,7 +195,6 @@ static int vhost_transpo...
2016 Nov 11
2
[PATCH] vhost/vsock: Remove unused but set variable
Remove the unused but set variable vq in vhost_transport_send_pkt() to fix the following GCC warning when building with 'W=1': drivers/vhost/vsock.c:198:26: warning: variable ?vq? set but not used Signed-off-by: Tobias Klauser <tklauser at distanz.ch> --- drivers/vhost/vsock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c index e3b30ea9ece5..9c3c68b9a49e 100644 --- a/drivers/vhost/vsock.c +++ b/drivers/vhost/vsock.c @@ -195,7 +195,6 @@ static int vhost_transpo...
2016 Nov 11
1
[PATCH] vhost/scsi: Remove unused but set variable
Remove the unused but set variable se_tpg in vhost_scsi_nexus_cb() to fix the following GCC warning when building with 'W=1': drivers/vhost/scsi.c:1752:26: warning: variable ?se_tpg? set but not used Signed-off-by: Tobias Klauser <tklauser at distanz.ch> --- drivers/vhost/scsi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index 6e29d053843d..e2be447752c2 100644 --- a/drivers/vhost/scsi.c +++ b/drivers/vhost/scsi.c @@ -1749,7 +1749,6 @@ static int vhost_scsi_nexus_c...
2016 Nov 11
1
[PATCH] vhost/scsi: Remove unused but set variable
Remove the unused but set variable se_tpg in vhost_scsi_nexus_cb() to fix the following GCC warning when building with 'W=1': drivers/vhost/scsi.c:1752:26: warning: variable ?se_tpg? set but not used Signed-off-by: Tobias Klauser <tklauser at distanz.ch> --- drivers/vhost/scsi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index 6e29d053843d..e2be447752c2 100644 --- a/drivers/vhost/scsi.c +++ b/drivers/vhost/scsi.c @@ -1749,7 +1749,6 @@ static int vhost_scsi_nexus_c...
2006 Apr 17
9
Reload an application without restarting the Server?
Hi, I would like to set up a "shared hosting"-like rails environment on a linux (+Apache1.3 +FastCGI +MySQL) machine. As we all know, rails provides support for different environments. Now I would like to enable my "users" to switch individual applications between development and production mode. In theory, all they have to do is to add
2019 Jan 25
0
[klibc:update-dash] jobs: Don't attempt to access job table for job %0
Commit-ID: 5f90510fbb7e11f5d4fccb6178a2f6e684b7ce64 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=5f90510fbb7e11f5d4fccb6178a2f6e684b7ce64 Author: Tobias Klauser <tklauser at distanz.ch> AuthorDate: Thu, 10 Dec 2015 08:59:34 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] jobs: Don't attempt to access job table for job %0 If job %0 is (mistakenly) specified, an out-of-bounds acce...
2020 Mar 28
0
[klibc:update-dash] dash: jobs: Don't attempt to access job table for job %0
Commit-ID: 4e8511b9af7387ed958094485407e636cd06dcc8 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4e8511b9af7387ed958094485407e636cd06dcc8 Author: Tobias Klauser <tklauser at distanz.ch> AuthorDate: Thu, 10 Dec 2015 08:59:34 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: jobs: Don't attempt to access job table for job %0 [ dash commit 16cde63e05519c770daa69345b8cf37fb31eaa...
2005 Dec 31
3
Semi-Dynamic table sorting (without AJAX)
In a previous thread some people were interested in ways to sort a table. I mentioned a simple method for doing so by using links in the titles. Having actually tried to implement this strategy, I have come across several refinements that I would like to share. First... your table view should look like this... ... <table> <tr> <th><%= link_to
2017 Oct 12
0
[ANNOUNCE] libnftnl 1.0.8 release
...exthdr: Add missing exthdr flags cases fib: Add support for NFTA_FIB_F_PRESENT flag expr: exthdr: Display NFT_EXTHDR_F_PRESENT in debug output chain: Don't print unset policy value in netlink debug Shyam Saini (1): examples: Fix memory leaks detected by Valgrind Tobias Klauser (1): expr: Add const qualifiers to *2str translation arrays Varsha Rao (2): src: Change parameters of SNPRINTF_BUFFER_SIZE macro. src: Buffer is null terminated.
2006 Apr 18
1
''depot''app, trouble with session / cookies
...;'Live HTTP Headers'' window, the _session-id is a different one, but always the same at recurring sendings to the browser. The session-id ought to be the same, doesn''t it? Do you understand anything? I''ve been stuck here for nearly 2 weeks now. (Thanks to Christian Klauser for great help in circling in the bug) Reagards, Audun. -- Posted via http://www.ruby-forum.com/.
2017 Nov 13
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
...rnel.org Cc: Peter Zijlstra <peterz at infradead.org> Cc: Borislav Petkov <bp at alien8.de> Cc: Kyle Huey <me at kylehuey.com> Cc: Len Brown <len.brown at intel.com> Cc: Andy Lutomirski <luto at kernel.org> Cc: Tom Lendacky <thomas.lendacky at amd.com> Cc: Tobias Klauser <tklauser at distanz.ch> Cc: linux-kernel at vger.kernel.org --- arch/x86/kernel/process.c | 7 +++++++ kernel/sched/idle.c | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index c676853..f7db8b5 100644 -...
2006 Apr 16
9
''depot'' app, where''s session?
Many of you probably know the ''depot'' app from the ''Agile Rails development'' book. I have constructed the ''products'' model, the Store-controller, and the ''Cart'' and ''Line Item'' classes. I have told Application-controller about :cart and :line_item: model :cart model :line_item Here''s part of
2016 Dec 15
3
[PULL] virtio, vhost: new device, fixes, speedups
...parse builds Documentation/sparse: drop __bitwise__ checkpatch: replace __bitwise__ with __bitwise linux: drop __bitwise__ everywhere Documentation/sparse: drop __CHECK_ENDIAN__ fs/logfs: drop __CHECK_ENDIAN__ Makefile: drop -D__CHECK_ENDIAN__ from cflags Tobias Klauser (1): vhost/scsi: Remove unused but set variable Yuan Liu (1): virtio_mmio: Set dev.release() to avoid warning Documentation/translations/zh_CN/sparse.txt | 7 +- arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/crypto/virtio/virtio_crypto_common.h |...
2016 Dec 15
3
[PULL] virtio, vhost: new device, fixes, speedups
...parse builds Documentation/sparse: drop __bitwise__ checkpatch: replace __bitwise__ with __bitwise linux: drop __bitwise__ everywhere Documentation/sparse: drop __CHECK_ENDIAN__ fs/logfs: drop __CHECK_ENDIAN__ Makefile: drop -D__CHECK_ENDIAN__ from cflags Tobias Klauser (1): vhost/scsi: Remove unused but set variable Yuan Liu (1): virtio_mmio: Set dev.release() to avoid warning Documentation/translations/zh_CN/sparse.txt | 7 +- arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/crypto/virtio/virtio_crypto_common.h |...
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
From: Yang Zhang <yang.zhang.wz at gmail.com> Some latency-intensive workload have seen obviously performance drop when running inside VM. The main reason is that the overhead is amplified when running inside VM. The most cost I have seen is inside idle path. This patch introduces a new mechanism to poll for a while before entering idle state. If schedule is needed during poll, then we
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
From: Yang Zhang <yang.zhang.wz at gmail.com> Some latency-intensive workload have seen obviously performance drop when running inside VM. The main reason is that the overhead is amplified when running inside VM. The most cost I have seen is inside idle path. This patch introduces a new mechanism to poll for a while before entering idle state. If schedule is needed during poll, then we
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
...st for ambiguity while setting the value tests: shell: Add test for incomplete set add set command tests: shell: Test input descriptors for included files tests: py: Fail test forcefully when bug is not fixed Timothy Redaelli (1): tests: py: fix some typos in README Tobias Klauser (1): build: add missing backslash to list of CFLAGS Varsha Rao (18): src: Remove expire information from list stateless ruleset. src: Pass stateless, numeric, ip2name and handle variables as structure members. include: Remove datatype_register(). src: Remove __init an...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...r Tabi <timur@freescale.com> Timur Tabi <timur@tabi.org> Tina.Yang <tina.yang@oracle.com> Tino Reichardt <list-jfs@mcmilk.de> Tino Reichardt <milky-kernel@mcmilk.de> Tkhai Kirill <tkhai@yandex.ru> Tobias Geiger <tobias.geiger@vido.info> Tobias Klauser <klto@zhaw.ch> Tobias Klauser <tklauser@distanz.ch> Tobias Lorenz <tobias.lorenz@gmx.net> Tobita Tatsunosuke <tobita.tatsunosuke@wacom.co.jp> Todd Poynor <toddpoynor@google.com> Todor Colov <todorcolov@gmail.com> Tom Goff <thomas.goff@boeing.com&gt...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...r Tabi <timur@freescale.com> Timur Tabi <timur@tabi.org> Tina.Yang <tina.yang@oracle.com> Tino Reichardt <list-jfs@mcmilk.de> Tino Reichardt <milky-kernel@mcmilk.de> Tkhai Kirill <tkhai@yandex.ru> Tobias Geiger <tobias.geiger@vido.info> Tobias Klauser <klto@zhaw.ch> Tobias Klauser <tklauser@distanz.ch> Tobias Lorenz <tobias.lorenz@gmx.net> Tobita Tatsunosuke <tobita.tatsunosuke@wacom.co.jp> Todd Poynor <toddpoynor@google.com> Todor Colov <todorcolov@gmail.com> Tom Goff <thomas.goff@boeing.com&gt...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...r Tabi <timur@freescale.com> Timur Tabi <timur@tabi.org> Tina.Yang <tina.yang@oracle.com> Tino Reichardt <list-jfs@mcmilk.de> Tino Reichardt <milky-kernel@mcmilk.de> Tkhai Kirill <tkhai@yandex.ru> Tobias Geiger <tobias.geiger@vido.info> Tobias Klauser <klto@zhaw.ch> Tobias Klauser <tklauser@distanz.ch> Tobias Lorenz <tobias.lorenz@gmx.net> Tobita Tatsunosuke <tobita.tatsunosuke@wacom.co.jp> Todd Poynor <toddpoynor@google.com> Todor Colov <todorcolov@gmail.com> Tom Goff <thomas.goff@boeing.com&gt...