linux-kernel mailing list

FromSubjectsort iconDate
Miguel
[PATCH] x86: ioport_{32|64}.c unification
ioport_{32|64}.c unification. This patch unifies the code from the ioport_32.c and ioport_64.c files. Tested and working fine with i386 and x86_64 kernels. Signed-off-by: Miguel Botón <mboton@gmail.com> diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 0903bbf..5ed68b4 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -10,7 +10,7 @@ CFLAGS_vsyscall_64.o := $(PROFILING) -g0 obj-y := process_$(BITS).o signal_$(BITS).o entry_$(BITS).o o...
Jan 5, 7:59 pm 2008
Gregor Jasny
Regression: VIDIOCGMBUF ioctl hangs on bttv driver (2.6.24-r...
Hi, During some tests I've noticed that the VIDIOCGMBUF ioctl hangs on my bttv video device. It simply does not return and the process is stuck in the D+ state. With Kernel 2.6.22.9 the (attached) testcase works like a charm. The V4L2 interface is working with 2.6.24, too (at least displays xawtv the usual pixel snow). Hard and Software: 64 bit Linux 2.6.24-rc6 (todays pull) on a Intel Core 2 Duo WinTV PCI: 05:02.0 0400: 109e:036e (rev 02) 05:02.1 0480: 109e:0878 (rev 02) dmesg: Rincewin...
Jan 5, 6:33 pm 2008
Rafael J. Wysocki
Re: Regression: VIDIOCGMBUF ioctl hangs on bttv driver (2.6....
Do the 2.6.23.x kernels work? Rafael --
Jan 5, 7:32 pm 2008
David Fries
[PATCH] system timer: fix crash in <100Hz system timer
The kernel has a divide by zero crash when trying to run the system timer less than 100Hz. The problem is x/(HZ/USER_HZ) and related. Now x*(USER_HZ/HZ) will be used if HZ&lt;USER_HZ. I'm running the Linux kernel under qemu and went to run a slower system timer to take less CPU (and battery) on the host. I found that the kernel paniced under emulation because of a divide by zero in three places. Here is the patch. The base git was updated today 01-05-2008. I went for a 20Hz system time by addi...
Jan 5, 6:16 pm 2008
Adrian Bunk
[2.6.24 patch] fix netx-eth.c compilation
This was missed when commit e2ac455a18806b31c2d0da0a51d8740af5010b7a fixed the compile errors in drivers/net/netx-eth.c caused by commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0. Signed-off-by: Adrian Bunk &lt;adrian.bunk@movial.fi&gt; --- 15e5efb728c61333ca10648334185efba86c4815 diff --git a/drivers/net/netx-eth.c b/drivers/net/netx-eth.c index 5267e03..78d34af 100644 --- a/drivers/net/netx-eth.c +++ b/drivers/net/netx-eth.c @@ -169,8 +169,8 @@ static void netx_eth_receive(struct net_device...
Jan 5, 5:46 pm 2008
Arjan van de Ven
Top 10 kernel oopses for the week ending January 5th, 2008
The http://www.kerneloops.org website collects kernel oops and warning reports from various mailing lists and bugzillas as well as with a client users can install to auto-submit oopses. Below is a top 10 list of the oopses collected in the last 7 days. (Reports prior to 2.6.23 have been omitted in collecting the top 10) This week, a total of 49 oopses and warnings have been reported, compared to 53 reports in the previous week. Rank 1: __ieee80211_rx Warning at net/mac80211/rx.c:1672 Report...
Jan 5, 5:06 pm 2008
Al Viro
Re: Top 10 kernel oopses for the week ending January 5th, 2008
FWIW, people moaning about the lack of entry-level kernel work would do well by decoding those to the level of "this place in this function, called from &lt;here&gt;, with so-and-so variable being &lt;this&gt;" and posting the results. As skills go, it's far more useful than "how to trim the trailing whitespace" and the rest of checkpatch.pl-inspired crap that got so popular lately... --
Jan 5, 5:39 pm 2008
Al Viro
Re: Top 10 kernel oopses for the week ending January 5th, 2008
Practically certain to be fixed by 6addb1d6de1968b84852f54561cc9a999909b5a9; it's list_for_each_entry() walking from the entry that just got list_del() and kernels without that sucker have no protection of the list in question pissfs locking problems; AFAICS, its sysfs_get_dentry() walking into already unlinked sysfs directory node on the way to target; no exclusion against that is there and it's not trivial to add. --
Jan 5, 5:26 pm 2008
Harald Dunkel
2.6.24-rc6: ricoh_mmc woes
Hi folks, I've got a problem with a Ricoh mmc reader. As soon as I insert a sd card I get tons of I/O errors. syslog says: Jan 5 21:19:12 daffy kernel: ricoh-mmc: Ricoh MMC Controller disabling driver Jan 5 21:19:12 daffy kernel: ricoh-mmc: Copyright(c) Philip Langdale Jan 5 21:19:12 daffy kernel: ricoh-mmc: Ricoh MMC controller found at 0000:03:01.2 [1180:0843] (rev 12) Jan 5 21:19:12 daffy kernel: ricoh-mmc: Controller is now disabled. Jan 5 21:19:25 daffy kernel: mmc0: new high speed SD c...
Jan 5, 4:28 pm 2008
Rafael J. Wysocki
2.6.24-rc6-git12: Reported regressions from 2.6.23
This message contains a list of some regressions from 2.6.23 reported since 2.6.24-rc1 was released, for which there are no fixes in the mainline I know of.  If any of them have been fixed already, please let me know. If you know of any other unresolved regressions from 2.6.23, please let me know either and I'll add them to the list.  Also, please let me know if any of the entries below are invalid. Listed regressions statistics: Date Total Pending Unresolved -----------------...
Jan 5, 3:42 pm 2008
Mark Lord
Re: 2.6.24-rc6-git12: Reported regressions from 2.6.23
.. I have only seen that one once, and I think it was Arjan who said that it has been observed rarely by other people as well. The bugzilla entry is mostly just to track the darned thing, but it seems unlikely that anyone will find/fix it for 2.6.24. No big deal, but it would be good to have somebody knowledgeable in clocks/interrupts try and track it down. I wonder if it's just a babbling IRQ on resume, before the driver has run it's resume code or something ? Cheers --
Jan 5, 7:45 pm 2008
Alan Cox
Re: 2.6.24-rc6-git12: Reported regressions from 2.6.23
HPT374 patch was posted. We also have a newly reported regression in USB pl2303 See [pl2303 regression] Linux 2.6.23 breaks gpsbabel's DG-100 support on linux-usb@vger.kernel.org No bug # yet but will try and sort a patch out next week. --
Jan 5, 4:06 pm 2008
Rafael J. Wysocki
Re: 2.6.24-rc6-git12: Reported regressions from 2.6.23
Well, that's not a regression from 2.6.23. --
Jan 5, 7:39 pm 2008
Mark Seger
Supports for new slab allocator now in latest release
I just wanted to let people know that as a result of a discussion on linux-mm I've added support for the new slab allocator to my collectl utility, now making it real easy to dynamically monitor allocations along with all the other types of monitoring collectl does. I've also put together a webpage at http://collectl.sourceforge.net/SlabInfo.html to give a taste of how this all works as well as to show a few different types of output. -mark --
Jan 5, 3:29 pm 2008
Rafael J. Wysocki
[PATCH] PM: Acquire device locks on suspend
Greg, Andrew, The appended patch is a replacement for gregkh-driver-pm-acquire-device-locks-prior-to-suspending.patch that deadlocked suspend and hibernation on some systems. Please consider for applying. Thanks, Rafael --- From: Alan Stern &lt;stern@rowland.harvard.edu&gt;, Rafael J. Wysocki &lt;rjw@sisk.pl&gt; This patch reorganizes the way suspend and resume notifications are sent to drivers. The major changes are that now the PM core acquires every device semaphore before calling t...
Jan 5, 2:36 pm 2008
Alan Stern
Re: [PATCH] PM: Acquire device locks on suspend
since the call to device_del() will occur while the pm_sleep_rwsem is still locked for writing. That's why I suggested not unregistering these devices until after everything else has been resumed and the rwsem has been dropped. Another thing to watch out for: Just in case somebody ends up calling destroy_suspended_device(dev) from within dev's own resume method, you should interchange the resume_device() and the list_move_tail() calls in dpm_resume(). Alan Stern --
Jan 5, 4:08 pm 2008
Rafael J. Wysocki
Re: [PATCH] PM: Acquire device locks on suspend
However, if we unregister them all at once after releasing pm_sleep_rwsem, that shouldn't be necessary, right? Rafael --
Jan 5, 4:19 pm 2008
Alan Stern
Re: [PATCH] PM: Acquire device locks on suspend
It's still necessary, because destroy_suspended_device() still has to move the device from one list to another. You don't want it to end up on the dpm_locked list. Alan Stern --
Jan 5, 4:39 pm 2008
Rafael J. Wysocki
Re: [PATCH] PM: Acquire device locks on suspend
Hmm. That means we'd have to do the same thing in dpm_power_up() in case someone calls destroy_suspended_device() from resume_device_early(dev). Still, even doing that is not enough, since someone can call destroy_suspended_device() from a .suspend() routine and then the device will end up on a wrong list just as well. Greetings, Rafael --
Jan 5, 5:13 pm 2008
Alan Stern
Re: [PATCH] PM: Acquire device locks on suspend
That should never happen. The whole idea of destroy_suspended_device() is that the device couldn't be resumed and in fact should be unregistered because it is no longer working or no longer present. A suspend routine won't detect this sort of thing since it doesn't try to resume the device. But it wouldn't hurt to mention in the kerneldoc that destroy_suspended_device() is meant to be called only during a system resume. Alan Stern --
Jan 5, 5:41 pm 2008
Rafael J. Wysocki
Re: [PATCH] PM: Acquire device locks on suspend
Hmm. Please have a look at the appended patch. I have removed the warning from device_del() and used list_empty() to detect removed devices in the .suspend() routines. Is that viable? Rafael --- arch/x86/kernel/cpuid.c | 6 arch/x86/kernel/msr.c | 6 drivers/base/core.c | 67 +++++- drivers/base/power/main.c | 454 ++++++++++++++++++++++++++------------------- drivers/base/power/power.h | 12 + include/linux/device.h | 8 6 files changed, 354 inse...
Jan 5, 5:58 pm 2008
JustFillBug
Why is "GoTop Super_Q2/GogoPen/PenPower tablets" treated as ...
In the commit: =========== author Jerrold Jones &lt;digireco@gmail.com&gt; Mon, 22 Oct 2007 04:59:47 +0000 (00:59 -0400) committer Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt; Mon, 22 Oct 2007 04:59:47 +0000 (00:59 -0400) committer Dmitry14e4020630b364cc564172a476cd6a6ac4bc7393 tree 08c56cb99138275991993b62bb28ce3b92dee833 tree | snapshot parent 858711c55f757872b11574599bfa836df8ab34c9 commit | diff Input: usbtouchscreen - add support for GoTop tablet devices Add support for GoTop Super_Q...
Jan 5, 1:48 pm 2008
TimC
snd_hda_intel kills beeper speaker on dell laptop
Sure, everyone else tries to get rid of their beeper speaker, but I must be old school or something. My Inspiron 1520 has: Audio devices: 0: STAC92xx Analog (DUPLEX) Mixers: 0: SigmaTel STAC9205 and uses the snd_hda_intel driver, but as soon as it is inserted, I lose the beeper speaker. Yes, pcspkr is modprobed into the kernel. I am currently using "options snd-hda-intel model=dell-m44 probe_mask=1" but I've tried this with various options (ref, etc). I have tried various kernels between 2...
Jan 5, 1:14 pm 2008
Ville
Problems with nfsroot due to ip= cmdline changes
I recently rebased my kernel tree and discovered that my nfsroot setup no longer worked. Here's the relevat part of my cmdline: ip=192.168.2.200:192.168.2.185:192.168.2.1:255.255.255.0::eth0:off nfsroot=192.168.2.185:/my_nfsroot,v3,tcp root=/dev/nfs I discovered that now I had to change the autoconfiguration option to "on" in order to make nfsroot work. I only want to specify the IP address manually so I don't really want autoconfiguration. The current code works since it will not try autoconfigur...
Jan 5, 12:56 pm 2008
Ondrej Zary
[PATCH] libata and starting/stopping ATAPI floppy devices
Hello, I switched to libata drivers for my onboard PATA controller (PIIX4) recently. Everything works fine except that kernel tries to start not only my hard drive (sda) but also LS-120 floppy drive (sdb) which does not like it: sd 0:0:0:0: [sda] Starting disk ata1.00: configured for UDMA/33 sd 0:0:0:0: [sda] 58633344 512-byte hardware sectors (30020 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 1:0:1:0: [...
Jan 5, 11:47 am 2008
Harald Dunkel
2.6.24-r6: README.iwlwifi lost?
Hi folks, The help for iwl3945 suggests to read some Documentation/networking/\ README.iwlwifi, but obviously this file is not there. Regards Harri --
Jan 5, 12:02 pm 2008
Al Boldi
Re: [PATCH 5/5] USB Kconfig: Source "drivers/usb/gadget/Kcon...
Source "drivers/usb/gadget/Kconfig" for ARCH=v850. Cc: David Brownell &lt;david-b@pacbell.net&gt; Cc: Greg KH &lt;greg@kroah.com&gt; Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt; Signed-off-by: Al Boldi &lt;a1426z@gawab.com&gt; --- --- 23.a/arch/v850/Kconfig +++ 23.b/arch/v850/Kconfig @@ -331,6 +331,8 @@ source "sound/Kconfig" source "drivers/usb/Kconfig" +source "drivers/usb/gadget/Kconfig" + source "arch/v850/Kconfig.debug" source "security/Kconfig" --
Jan 5, 11:43 am 2008
Al Boldi
[PATCH 0/5] USB Kconfig: Reorganize USB Kconfig Menu
Reorganize USB Kconfig Menu, and move USB_GADGET out into the Device Driver Menu.  This helps the USB Kconfig Menu to be more logical/usable. Patchset against 2.6.23 arch/arm/Kconfig | 2 ++ arch/v850/Kconfig | 2 ++ drivers/Kconfig | 2 ++ drivers/usb/Kconfig | 26 ++++++++++++-------------- drivers/usb/atm/Kconfig | 12 ++++++------ drivers/usb/class/Kconfig | 6 +++++- drivers/usb/core/Kconfig | 7 +++++++ drivers/usb/...
Jan 5, 11:40 am 2008
Al Boldi
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
Select SCSI for USB Mass Storage support. Cc: David Brownell &lt;david-b@pacbell.net&gt; Cc: Greg KH &lt;greg@kroah.com&gt; Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt; Signed-off-by: Al Boldi &lt;a1426z@gawab.com&gt; --- --- 23.a/drivers/usb/storage/Kconfig +++ 23.b/drivers/usb/storage/Kconfig @@ -2,14 +2,10 @@ # USB Storage driver configuration # -comment "NOTE: USB_STORAGE needs SCSI, and 'SCSI disk support' may" - depends on USB -comment "also be needed; see USB_STORAG...
Jan 5, 11:41 am 2008
Stefan Richter
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
Your patch description fails to mention what is wrong with the existing solution. -- Stefan Richter -=====-==--- ---= --=-= http://arcgraph.de/sr/ --
Jan 5, 4:40 pm 2008
David Brownell
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
Better ... but wouldn't something like comment "You probably also need to enable 'SCSI disk support'" depends on !BLK_DEV_SD be better? No point in telling people stuff they don't need to know... --
Jan 5, 2:42 pm 2008
Randy Dunlap
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
We try not to use 'select' on subsystems and try to limit its use to library-like code that is relatively small. Selecting SCSI breaks both of those efforts. Furthermore, we try to give the user help here in both the comments and help text. --- ~Randy desserts: http://www.xenotime.net/linux/recipes/ --
Jan 5, 3:30 pm 2008
Adrian Bunk
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
_You_ are trying to do this. For kconfig users, "select" is _much_ better than sending them through different menus. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --
Jan 5, 5:03 pm 2008
Sam Ravnborg
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
Only if used within the current limitations of Kconfig. And that requires you to use select only to select symbols with no dependencies. In this case we do not know if BLOCK is enabled or not. Sam --
Jan 5, 5:09 pm 2008
Randy Dunlap
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
Right. One of the main (or maybe even the only) problem(s) is that select does not follow dependency chains. For Aunt Tillie cases, "select" makes sense. For other cases, I'd argue that it makes sense for config users to know when they do something that causes an entire subsystem to be added to their kernel (like SCSI or NET). -- ~Randy desserts: http://www.xenotime.net/linux/recipes/ --
Jan 5, 7:22 pm 2008
Adrian Bunk
Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storag...
We are not talking about Aunt Tillie [1] since she anyway does not build her own kernel. The vast majority of kconfig users should be covered by the "system administrator" use case. And for them it's a lot easier if they simply find the options for their hardware in the logical places without additional hassle. Whether or not an option requires an additional subsystem like e.g. SCSI or SSB are hardware and implementation details we shouldn't bother kconfig users with. cu Adrian [1]...
Jan 5, 7:45 pm 2008
Al Boldi
Re: [PATCH 4/5] USB Kconfig: Source "drivers/usb/gadget/Kcon...
From: David Brownell &lt;david-b@pacbell.net&gt; Source "drivers/usb/gadget/Kconfig" for ARCH=arm. Cc: David Brownell &lt;david-b@pacbell.net&gt; Cc: Greg KH &lt;greg@kroah.com&gt; Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt; Signed-off-by: Al Boldi &lt;a1426z@gawab.com&gt; --- --- 23.a/arch/arm/Kconfig +++ 23.b/arch/arm/Kconfig @@ -1049,6 +1049,8 @@ source "drivers/hid/Kconfig" source "drivers/usb/Kconfig" +source "drivers/usb/gadget/Kconfig" + source "drivers/mmc/Kc...
Jan 5, 11:42 am 2008
David Brownell
Re: [PATCH 4/5] USB Kconfig: Source "drivers/usb/gadget/Kcon...
Better IMO to include such updates with the patch that reorganizes that part of the menu ... it's conceptually a single change, and fragmenting it will cause bisection problems. In fact, moving the gadget Kconfig in a separate step would make your main changes more clear too. --
Jan 5, 2:46 pm 2008
Sam Ravnborg
Can ARM use drivers/Kconfig [Was: Kconfig: Source "drivers/u...
What is preventing ARM from using drivers/Kconfig? That a better fix IMO. Sam --
Jan 5, 3:20 pm 2008
Russell King
Re: Can ARM use drivers/Kconfig [Was: Kconfig: Source "drive...
Not everything in drivers/ is suitable for every ARM configuration. It was felt at the time better for ARM to remain separate because people didn't want to pollute drivers/Kconfig with the ARM specific conditionals. (mtd is conditional because it's not supported on ARM CPUs without alignment trap support.) -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: --
Jan 5, 4:31 pm 2008
Arnd Bergmann
Re: Can ARM use drivers/Kconfig [Was: Kconfig: Source "drive...
We made drivers/Kconfig work for s390 in the meantime, which is far more special than arm in this regard, so I think you should try to give it another go. What are the main obstacles on arm that prevent you from building these drivers? Arnd &lt;&gt;&lt; --
Jan 5, 6:09 pm 2008
Sam Ravnborg
Re: Can ARM use drivers/Kconfig [Was: Kconfig: Source "drive...
Today we would have used HAVE_ for the problematic parts and thus it would have been easy to not select what ARM does not support. But unfortunately thats not how it got designed. It would be nice to revist one day to see how much is actually needed to cleanly supprt ARM in drivers/Kconfig. Sam --
Jan 5, 4:54 pm 2008
Russell King
Re: Can ARM use drivers/Kconfig [Was: Kconfig: Source "drive...
You could diff the two Kconfig files - I try to keep them so they list the same Kconfigs in the same order to keep the diff size down. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: --
Jan 5, 5:09 pm 2008
Al Boldi
Re: [PATCH 1/5] USB Kconfig: Reorganize USB Kconfig Menu
Reorganize USB Kconfig Menu, and move USB_GADGET out into the Device Driver Menu. Cc: David Brownell &lt;david-b@pacbell.net&gt; Cc: Greg KH &lt;greg@kroah.com&gt; Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt; Signed-off-by: Al Boldi &lt;a1426z@gawab.com&gt; --- --- 23.a/drivers/Kconfig +++ 23.b/drivers/Kconfig @@ -70,6 +70,8 @@ source "drivers/hid/Kconfig" source "drivers/usb/Kconfig" +source "drivers/usb/gadget/Kconfig" + source "drivers/mmc/Kconfig" source "drivers...
Jan 5, 11:37 am 2008
Al Boldi
Re: [PATCH 3/5] USB Kconfig: Select ATM for USB DSL modem su...
Select ATM for USB DSL modem support. Cc: David Brownell &lt;david-b@pacbell.net&gt; Cc: Greg KH &lt;greg@kroah.com&gt; Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt; Signed-off-by: Al Boldi &lt;a1426z@gawab.com&gt; --- --- 23.a/drivers/usb/atm/Kconfig +++ 23.b/drivers/usb/atm/Kconfig @@ -4,7 +4,8 @@ menuconfig USB_ATM tristate "USB DSL modem support" - depends on USB &amp;&amp; ATM + depends on USB &amp;&amp; NET + select ATM select CRC32 default n help --
Jan 5, 11:42 am 2008
marcin.slusarz
[PATCH 0/3] byteorder: introduce le32_add_cpu &amp; friends ...
Hi This patchset moves le*_add_cpu and be*_add_cpu functions from OCFS2 to core header (1st), converts ext3 filesystem to this API (2nd) and replaces XFS different named functions with new ones (3rd). There are many places where these functions will be useful. Just look at: grep -r 'cpu_to_[ble12346]*([ble12346]*_to_cpu.*[-+]' linux-src/ Patch for ext3 is an example how conversions will probably look like. ps: this patchset depends on http://lkml.org/lkml/2007/12/25/35 (which is in ocfs2 g...
Jan 5, 11:36 am 2008
marcin.slusarz
[PATCH 3/3] xfs: convert beX_add to beX_add_cpu (new common ...
remove beX_add functions and replace all uses with beX_add_cpu Signed-off-by: Marcin Slusarz &lt;marcin.slusarz@gmail.com&gt; --- fs/xfs/quota/xfs_qm.c | 6 ++-- fs/xfs/quota/xfs_trans_dquot.c | 6 ++-- fs/xfs/xfs_alloc.c | 16 +++++++------- fs/xfs/xfs_alloc_btree.c | 16 +++++++------- fs/xfs/xfs_arch.h | 15 ------------- fs/xfs/xfs_attr_leaf.c | 46 ++++++++++++++++++++-------------------- fs/xfs/xfs_bmap_btree.c | 16 +++...
Jan 5, 11:36 am 2008
marcin.slusarz
[PATCH 2/3] ext3: replace all adds to little endians variabl...
replace all: little_endian_variable = cpu_to_leX(leX_to_cpu(little_endian_variable) + expression_in_cpu_byteorder); with: leX_add_cpu(&amp;little_endian_variable, expression_in_cpu_byteorder); sparse didn't generate any new warning with this patch Signed-off-by: Marcin Slusarz &lt;marcin.slusarz@gmail.com&gt; --- fs/ext3/balloc.c | 7 ++----- fs/ext3/ialloc.c | 12 ++++-------- fs/ext3/resize.c | 12 ++++-------- fs/ext3/super.c | 2 +- fs/ext3/xattr.c | 6 ++---- 5 file...
Jan 5, 11:36 am 2008
marcin.slusarz
[PATCH 1/3] byteorder: move le32_add_cpu &amp; friends from ...
- move inline functions which add native byte order variable to little/big endian variable to core header * le16_add_cpu(__le16 *var, u16 val) * le32_add_cpu(__le32 *var, u32 val) * le64_add_cpu(__le64 *var, u64 val) * be32_add_cpu(__be32 *var, u32 val) - add for completeness: * be16_add_cpu(__be16 *var, u16 val) * be64_add_cpu(__be64 *var, u64 val) Signed-off-by: Marcin Slusarz &lt;marcin.slusarz@gmail.com&gt; CC: Mark Fasheh &lt;mark.fasheh@oracle.com&gt; --- fs/ocfs2/cluster/...
Jan 5, 11:36 am 2008
Hauke Mehrtens
rtl8187 rate control doesn't work
Hi Now the compat-wireless-2.6 package is working and I get an Internet connection with my rtl8187 based card. (It's on an ASUS P5B Deluxe) I used the compat-wireless-2.6 package for this log, but I have the same problem with the version integrated in kernel 2.6.24-rc6 The Access Point is some rooms away so the signal is not the best at my location. When starting the device with no fixed rate it wants to connect with 54MBit/s and as iwconfig says it was successful but I can't ping any device i...
Jan 5, 10:47 am 2008
previous daytodaynext day
January 4, 2008January 5, 2008January 6, 2008