Soft32 Linux Forums help - Linux General
http://forum.soft32.com/linux/forum-c3.html
Top 15 Messages on forum.soft32.com
http://forum.soft32.com/linux/PATCH-hw-breakpoints-Include-linux-perf_event-kernel-part-bp-ftopict500196.html#1252467
[PATCH 1 4] hw breakpoints: Include only linux perf_event Perf tools create perf events as disabled in the beginning Breakpoints are then considered like ptrace temporary breakpoints only meant to reserve a breakpoint slot until we get all the necessary informations from the user In this case we don t check the address that is breakpointed as it is NULL in the ptrace case But perf tools don t have the same purpose events are created di
http://forum.soft32.com/linux/MODULE_DEVICE_TABLE-isapnp-ftopict500154.html#1252465
MODULE_DEVICE_TABLE isapnp does nothingOn Mon Nov 23 2009 at 09:40 Takashi Iwai wrote: > At Mon 23 Nov 2009 13:59:53 1030 > Rusty Russell wrote: >> >> On Mon 23 Nov 2009 07:31:57 am Ondrej Zary wrote: >> > The problem is that >> > scripts mod file2alias c simply ignores isapnp >> >> AFAICT it always has and noone has complained until now Perhaps something >> was still reading lib modules `uname
http://forum.soft32.com/linux/PATCH-jffs2-Fix-memory-corruption-jffs2_read_inode_range-ftopict500007.html#1252464
[PATCH] jffs2: Fix memory corruption in jffs2_read_inode_r In 2 6 23 kernel commit a32ea1e1f925399e0d81ca3f7394a44a6dafa12c Fix read truncate race fixed a race in the generic code and as a side effect now do_generic_file_read can ask us to readpage past the i_size This seems to be correctly handled by the block routines e g block_read_full_page fills the page with zeroes in case if somebody is trying to read past the last inode s b
http://forum.soft32.com/linux/DHCP-Samba-Dynamic-updating-hosts-ftopict499378.html#1252460
DHCP Samba and Dynamic updating from etc hostsOp 22 11 09 13:59 Ben Engbers schreef: > Op 18 11 09 23:36 Joe Pfeiffer schreef: >> Chris Davies writes: >> > Tomorrow I ll check if it is also updated with the nameserver from work > The resolv conf is updated when I connect to another domain so I know that at least one file is updated I guess this leaves nothing else then really start digging into the
http://forum.soft32.com/linux/emacs-gnus-default-field-ftopict500123.html#1252459
emacs gnus default From fieldOn 2009 11 23 emmel wrote: > OK someone has to say it so: Scrap emacs use vi vi the heart of evil notbob
http://forum.soft32.com/linux/11-KDE4-ftopict500145.html#1252458
Questions about 11 2 and KDE4On Nov 23 5:44am EOS wrote: > jamesromeongmail com wrote: > > 1 Is there any way to set keyboard shortcuts to switch desktops in > > pager? > > not that i know > > > And how do I turn OFF desktop switching with the mouse? > > not possible as far as i know > > > 2 Is there a way to turn off transparency in Folder View? > > can you give us a screenshot?
http://forum.soft32.com/linux/PATCH-strstrip-incorrectly-marked-__must_check-ftopict498665.html#1252455
[PATCH] strstrip incorrectly marked __must_checkHi I have several places in my code where the new __must_check of strstrip will introduce unnecessary dummy variables to avoid the warnings Therefore I would like to have the suggested new strim or strstip_tail function Any chance to have this upstream soon? Michael On Wed 2009 11 04 at 04:58 0900 KOSAKI Motohiro wrote: > 2009 11 4 Alan Cox :
http://forum.soft32.com/linux/32-rc8-git1-Reported-regressions-31-ftopict500053.html#1252454
2 6 32 rc8 git1: Reported regressions from 2 6 31Rafael J Wysocki wrote: >This message has been generated automatically as a part of a report >of recent regressions > >The following bug entry is on the current list of known regressions >from 2 6 31 Please verify if it still should be listed and let me know > either way I just closed this bug as with rc7 and the new firmware from Adaptec 17544 this problem doesn t occur
http://forum.soft32.com/linux/Crypto-Update-29-ftopict473093.html#1252453
Crypto Update for 2 6 29Hi Linus: This push fixes a crash in the gcm driver when used in conjunction with an asynchronous cipher e g aesni intel Please pull from git: git kernel org pub scm linux kernel git herbert crypto 2 6 git or master kernel org: pub scm linux kernel git herbert crypto 2 6 git Huang Ying 1 : crypto: gcm fix another complete call in complete fuction crypto
http://forum.soft32.com/linux/PATCH-x86-suppress-stack-overrun-message-init_task-ftopict499968.html#1252452
[PATCH] x86: suppress stack overrun message for init_taskCommit ID: 0e7810be30f66e9f430c4ce2cd3b14634211690f Gitweb: http: git kernel org tip 0e7810be30f66e9f430c4ce2cd3b14634211690f Author: Jan Beulich AuthorDate: Fri 20 Nov 2009 14:00:14 0000 Committer: Ingo Molnar CommitDate: Mon 23 Nov 2009 11:45:34 0100 x86: Suppress stack overrun message for init_task init_task doesn t get its stac
http://forum.soft32.com/linux/Microsoft-Silverlight-hidden-Windows-bias-ftopict499986.html#1252441
Microsoft Silverlight now with hidden Windows biasTim Smith wrote: > Lusotec wrote: >> Why is it that others are capable of making full featured web and local >> clients cross development frameworks with minimal if any client >> specific features and Microsoft is not? > > Microsoft did It s called Silverlight Silverlight runs on Windows and Mac OSX Compare that to Java Qt or wxWidgets http: en wikipedi
http://forum.soft32.com/linux/su-user-password-questoin-ftopict500027.html#1252440
su same user password questoinTodd wrote: > I am trying to get rid of the if statement in > my Virtual Machine shutdown utility [ ] > if [ WhoAmI = DefaultUser ]; then > usr bin VBoxManage controlvm VM_Name acpipowerbutton > else > su DefaultUser c usr bin VBoxManage controlvm \ > VM_Name acpipowerbutton You could push the if out to a variable declaration somet
http://forum.soft32.com/linux/PATCH-twl4030-regulator-Remove-regulator-groups-disabling-ftopict499985.html#1252438
[PATCH 1 1] twl4030 regulator: Remove regulator from all g On Mon 2009 11 23 at 09:08 0200 Eduardo Valentin wrote: > Hello Liam > > On Fri Nov 20 2009 at 08:07:59PM 0100 ext Liam Girdwood wrote: > > On Fri 2009 11 20 at 18:29 0200 Eduardo Valentin wrote: > > > Just remove regulator from all groups when disabling This way we > > > avoid problems if boot loader touches twl4030 registers > > > > > > Signed off by: Eduardo Valentin <
http://forum.soft32.com/linux/utime-stime-decreasing-thread-exit-ftopict498692.html#1252437
utime stime decreasing on thread exitOn Mon 23 Nov 2009 15:55:28 0530 Balbir Singh wrote: > Stanislaw Gruszka : > [snip] > > > > utime = task_utime tsk ; > > stime = task_stime tsk ; > > if tsk >utime > utime || tsk >stime > stime { > > utime = tsk >utime; > > stime = tsk >stime; > > } > > Won t this condition be problematic since it can
http://forum.soft32.com/linux/PATCH-TRIVIAL-atmel_lcdfb-Fix-sinfo-irqbase-lu-dev_info-ftopict496610.html#1252433
[PATCH TRIVIAL] atmel_lcdfb c: Fix sinfo >irqbase from lu Jiri Kosina ha scritto: > On Mon 23 Nov 2009 Claudio Scordino wrote: > > >> may I ask you the current status of this patch ? I noticed that it >> has not been merged yet >> >> Do we have any idea when it will be done ? >> >> Since it is a trivial fix I think it should be merged before the >> release of v2 6 32 i e waiting the next merge window does not make >> much sens