Re: [PATCH] change SysRq keycode for systems without SysRq key

2007-07-16 Thread Andrew Morton
On Fri, 13 Jul 2007 23:20:33 +0200 federico ferri <[EMAIL PROTECTED]> wrote: > #ifdef CONFIG_MAGIC_SYSRQ /* Handle the SysRq Hack */ > - if (keycode == KEY_SYSRQ && (sysrq_down || (down == 1 && sysrq_alt))) { > + if (keycode == CONFIG_MAGIC_SYSRQ_KEYCODE && (sysrq_down || (down

Re: [BUG] AS io-scheduler.

2007-07-16 Thread Neil Brown
On Saturday July 14, [EMAIL PROTECTED] wrote: > Hi, > > I had emerge --sync failing several times... > > So i checked dmesg and found some info, attached further down. > This is a old VIA C3 machine with one disk, it's been running most > kernels in the 2.6.x series with no problems until now.

Re: Hibernating To Swap Considered Harmful

2007-07-16 Thread david
On Tue, 17 Jul 2007, Joseph Fannin wrote: On Tue, Jul 17, 2007 at 07:44:07AM +0200, Oliver Neukum wrote: If yoi want to go the kexec route to hibernation, the dumping kernel would need to mount the filesystem to write to a file. Therefore the suspending kernel would need to sync to disk and lo

[PATCH TRIVIAL] acpiphp_ibm: add missing \n

2007-07-16 Thread Jeremy Fitzhardinge
Add missing \n to error in ibm_find_acpi_device. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> Cc: Kristen Carlson Accardi <[EMAIL PROTECTED]> Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> Cc: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/pci/hotplug/acpiphp_ibm.c |2 +- 1 file changed,

Re: block/bsg.c

2007-07-16 Thread FUJITA Tomonori
From: Jens Axboe <[EMAIL PROTECTED]> Subject: Re: block/bsg.c Date: Tue, 17 Jul 2007 08:38:11 +0200 > On Mon, Jul 16 2007, Andrew Morton wrote: > > > > A belated review (I've never seen this before and there it is in mainline) > > > > > static char bsg_version[] = "block layer sg (bsg) 0.4"; > >

Re: [PATCH 30/33] USB storage: sg chaining support

2007-07-16 Thread Greg KH
On Mon, Jul 16, 2007 at 11:47:44AM +0200, Jens Axboe wrote: > [PATCH] USB storage: sg chaining support > > Modify usb_stor_access_xfer_buf() to take a pointer to an sg > entry pointer, so we can keep track of that instead of passing > around an integer index (which we can't use when dealing with >

Re: [PATCH try#6] Blackfin ethernet driver: on chip ethernet MAC controller driver

2007-07-16 Thread Bryan Wu
Hi Jeff: Can this driver be merged for 2.6.23-rcN? Thanks - Bryan Wu On Tue, 2007-07-17 at 14:43 +0800, Bryan Wu wrote: > This patch implements the driver necessary use the Analog Devices > Blackfin processor's on-chip ethernet MAC controller. > > [try#2] > - add timeout control > - kill dma_

Re: block/bsg.c

2007-07-16 Thread Jens Axboe
On Mon, Jul 16 2007, Andrew Morton wrote: > > A belated review (I've never seen this before and there it is in mainline) > > > static char bsg_version[] = "block layer sg (bsg) 0.4"; > > `const' would be better. That moves it into a write-protected memory section. Agree > > #define list_entry

[PATCH try#6] Blackfin ethernet driver: on chip ethernet MAC controller driver

2007-07-16 Thread Bryan Wu
This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip ethernet MAC controller. [try#2] - add timeout control - kill dma_config_reg bitfields - some trivial cleanup [try#3] - add endianess check - add DRV_NAME, DRV_VERSION... driver information string

Re: [PATCH 10/10] IB/ehca: Support large page MRs

2007-07-16 Thread Joachim Fenkes
Roland Dreier <[EMAIL PROTECTED]> wrote on 17.07.2007 05:50:13: > > > Why the module parameter? Is there any reason a user would want to > > > turn this off? Or conversely, why is it off by default? > > > > We're pretty confident this new feature works, but as with all new and > > possib

Re: Hibernating To Swap Considered Harmful

2007-07-16 Thread Joseph Fannin
On Tue, Jul 17, 2007 at 07:44:07AM +0200, Oliver Neukum wrote: > > If yoi want to go the kexec route to hibernation, the dumping kernel > would need to mount the filesystem to write to a file. Therefore the > suspending kernel would need to sync to disk and lock that file. If the file is prealloca

Re: [BUG] AS io-scheduler.

2007-07-16 Thread Jens Axboe
On Tue, Jul 17 2007, Rene Herman wrote: > On 07/16/2007 06:31 PM, Chuck Ebbert wrote: > >>> BUG: unable to handle kernel paging request at virtual address ea86ac54 >>> printing eip: >>> c022dfec >>> *pde = >>> Oops: [#1] >>> Modules linked in: eeprom i2c_viapro vt8231 i2c_isa skge >>

Re: [BUG] AS io-scheduler.

2007-07-16 Thread Jens Axboe
On Mon, Jul 16 2007, Ian Kumlien wrote: > On mån, 2007-07-16 at 21:56 +0200, Jens Axboe wrote: > > On Mon, Jul 16 2007, Ian Kumlien wrote: > > > On mån, 2007-07-16 at 19:29 +0200, Jens Axboe wrote: > > > > On Mon, Jul 16 2007, Chuck Ebbert wrote: > > > > > On 07/15/2007 11:20 AM, Ian Kumlien wrote:

Re: Linux 2.4.35 tree abandoned/delayed?

2007-07-16 Thread Tony Borras
On Tue, 17 Jul 2007 07:20:06 +0200 Willy Tarreau <[EMAIL PROTECTED]> wrote: > Hi Tony, > > On Mon, Jul 16, 2007 at 04:30:47PM -0800, Tony Borras wrote: > > I did get the current 'pre' set of 2.4.35 (circa early > > June) patches and applied to 2.4.34.5. After fixing a goto > > mislable in one of

Re: Full buffer cache not working properly

2007-07-16 Thread Andrew Morton
On Thu, 12 Jul 2007 17:03:34 +0300 Thanos Makatos <[EMAIL PROTECTED]> wrote: > I run several times the following test and what I've seen is that when > the buffer cache becomes full, unneeded dirty buffer heads are not evicted > and no other memory allocation can happen (including reading a block

Re: [patch] revert: [NET]: Fix races in net_rx_action vs netpoll

2007-07-16 Thread Jarek Poplawski
On Tue, Jul 17, 2007 at 07:46:39AM +0200, Jarek Poplawski wrote: ... > > static void net_rx_action(struct softirq_action *h) > > { > > struct softnet_data *queue = &__get_cpu_var(softnet_data); > > unsigned long start_time = jiffies; > > int budget = netdev_budget; > >

Re: sata_nv: 2.6.22 is not fixed, but certainly improved

2007-07-16 Thread Robert Hancock
Robert Hancock wrote: Can you post the output you got from the reset on 2.6.22? It's one of these: ata4: EH in ADMA mode, notifier 0x0 notifier_error 0x0 gen_ctl 0x1501000 status 0x400 next cpb count 0x0 next cpb idx 0x0 ata4: CPB 0: ctl_flags 0x9, resp_flags 0x0 ata4: timeout waiting for ADMA

please pull ssh://master.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git xen-upstream

2007-07-16 Thread Jeremy Fitzhardinge
Hi Linus, The following changes since commit a5fcaa210626a79465321e344c91a6a7dc3881fa: Linus Torvalds (1): Merge branch 'drm-patches' of ssh://master.kernel.org/.../airlied/drm-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gi

Re: Hibernating To Swap Considered Harmful

2007-07-16 Thread Oliver Neukum
Am Dienstag 17 Juli 2007 schrieb Joseph Fannin: > Why are all these workarounds preferred, instead of proper suspend > support for swap files? > > IOW, what reasons are there to *not* support swap files, other than the > hit-and-miss Linux suspend support? If yoi want to go the kexec route to hib

Re: [patch] revert: [NET]: Fix races in net_rx_action vs netpoll

2007-07-16 Thread Jarek Poplawski
On 16-07-2007 11:12, Ingo Molnar wrote: > current -git broke my main testbox. No TCP/IP networking to/from the box > and e1000 would time out in xmit: > > NETDEV WATCHDOG: eth0: transmit timed out > e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang ... Olaf, I think this error can trigger

Re: [PATCH] Kprobes - use a mutex to protect the instruction pages list.

2007-07-16 Thread Ananth N Mavinakayanahalli
On Sat, Jul 14, 2007 at 03:51:39PM -0400, Mathieu Desnoyers wrote: > Kprobes - use a mutex to protect the instruction pages list. > > Protect the instruction pages list by a specific insn pages mutex, called in > get_insn_slot() and free_insn_slot(). It makes sure that architectures that > does

Re: [PATCH] Kprobes - Declare kprobe_mutex static

2007-07-16 Thread Ananth N Mavinakayanahalli
On Sat, Jul 14, 2007 at 03:52:41PM -0400, Mathieu Desnoyers wrote: > Kprobes - Declare kprobe_mutex static > > Since it will not be used by other kernel objects, it makes sense to declare > it > static. > > Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Acked-by: Ananth N Mavinakayanahall

Re: [patch 1/8] Kprobes - do not use kprobes mutex in arch code

2007-07-16 Thread Ananth N Mavinakayanahalli
On Fri, Jul 13, 2007 at 09:21:34PM -0400, Mathieu Desnoyers wrote: > Remove the kprobes mutex from kprobes.h, since it does not belong there. Also > remove all use of this mutex in the architecture specific code, replacing it > by > a proper mutex lock/unlock in the architecture agnostic code. >

Re: Linux 2.4.35 tree abandoned/delayed?

2007-07-16 Thread Willy Tarreau
Hi Tony, On Mon, Jul 16, 2007 at 04:30:47PM -0800, Tony Borras wrote: > I did get the current 'pre' set of 2.4.35 (circa early > June) patches and applied to 2.4.34.5. After fixing a goto > mislable in one of the patches (dont remember if it was one of > the patch-2.4.34.? or patch-2.4.35.pre5),

Re: [patch] CFS scheduler, -v19

2007-07-16 Thread Ian Kent
On Mon, 2007-07-16 at 23:55 +0200, Ingo Molnar wrote: > * Chuck Ebbert <[EMAIL PROTECTED]> wrote: > > > On 07/13/2007 05:19 PM, Bill Davidsen wrote: > > > > > > I should really go back to 2.6.21.6, 2.6.22 has many bizarre behaviors > > > with FC6. Automount starts taking 30% of CPU (unused at the

Re: block/bsg.c

2007-07-16 Thread Joseph Fannin
On Mon, Jul 16, 2007 at 04:57:06PM -0700, Andrew Morton wrote: > What does the code in bsg.c _do_, anyway?? Ho hum. It reformats the hard drive on Battlestar Galactica before the Cylon virus that has penetrated the firewalls keeps the power off long enough for the Centurions to vent the crew

Re: Hibernation considerations

2007-07-16 Thread david
On Mon, 16 Jul 2007, Alan Stern wrote: On Sun, 15 Jul 2007 [EMAIL PROTECTED] wrote: then we need a third mode of operation. mode 1: Suspend-to-ram the system is paused and put into a low-power mode but data remains in memory and the system stays awake enough to keep the memory refreshed.

Re: Hibernation considerations

2007-07-16 Thread david
On Mon, 16 Jul 2007, Al Boldi wrote: Alan Stern wrote: On Mon, 16 Jul 2007, Al Boldi wrote: From a kexec'd hibernation kernel pov, both S3 and S4 look conceptually exactly the same. The only difference is, in S3 the memory is in memory and in S4 the memory is on storage. All device handling

Re: Hibernation considerations

2007-07-16 Thread david
On Mon, 16 Jul 2007, Rafael J. Wysocki wrote: On Monday, 16 July 2007 14:38, Jim Crilly wrote: On 07/16/07 02:06:27PM +0200, Rafael J. Wysocki wrote: On Monday, 16 July 2007 01:49, [EMAIL PROTECTED] wrote: On Mon, 16 Jul 2007, Rafael J. Wysocki wrote: On Monday, 16 July 2007 00:42, [EMAIL P

Re: Hibernation considerations

2007-07-16 Thread david
On Mon, 16 Jul 2007, Al Boldi wrote: [EMAIL PROTECTED] wrote: On Mon, 16 Jul 2007, Al Boldi wrote: [EMAIL PROTECTED] wrote: suspend-to-RAM should not involve kexec, the only reason for doing the kexec to to get a seperate userspace to use for suspend-to-disk operations instead of trying to pa

Re: [PATCH 01/10] IB/ehca: Support for multiple event queues

2007-07-16 Thread Michael S. Tsirkin
> I still haven't seen much code using the feature or > even any anecdotal information about the performance impact. Here's some anecdotal evidence :) http://lists.openfabrics.org/pipermail/general/2007-May/035758.html -- MST - To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: [PATCH 0/2] Kexec jump: The first step to kexec base hibernation

2007-07-16 Thread david
On Mon, 16 Jul 2007, Rafael J. Wysocki wrote: On Monday, 16 July 2007 16:42, Huang, Ying wrote: On Mon, 2007-07-16 at 14:17 +0200, Rafael J. Wysocki wrote: is this a matter of running some test to find out, or is this a question for the kexec implemantors? Actually, I'd like someone to tell

Re: [git pull] more drm patches for 2.6.23-rc1

2007-07-16 Thread Dave Airlie
Please pull the 'drm-patches' branch from: ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches Could you re-pull? There are two patches, one fixes a missed typedef for Sis and one adds the idr_init that fell out of the drawable changeset.. which should fix any h

[PATCH] PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h

2007-07-16 Thread Kumar Gala
We need pci_bus_find_capability() in some arch/powerpc code so move the prototype into a header accessible to it. Also kill the duplicate prototype for pci_bus_alloc_resource(). Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Here's a version that just moves the prototype I need for arch/power

Re: [patch] CFS scheduler, -v19

2007-07-16 Thread Bill Davidsen
Ingo Molnar wrote: * Chuck Ebbert <[EMAIL PROTECTED]> wrote: On 07/13/2007 05:19 PM, Bill Davidsen wrote: I should really go back to 2.6.21.6, 2.6.22 has many bizarre behaviors with FC6. Automount starts taking 30% of CPU (unused at the moment) Can you confirm whether CFS is inv

Re: [git pull] more drm patches for 2.6.23-rc1

2007-07-16 Thread Dave Airlie
I really think this or the previous tree is buggy. I've got this to reproduce on my machine, this code came from DRM git and has been okay in there for a few weeks, I'll do some digging it may be something to do with the idr + context/drawable code.. Dave. Trying to start any 3D client j

Re: sysfs root link count broken in 2.6.22-git5

2007-07-16 Thread Greg KH
On Sun, Jul 15, 2007 at 12:42:32PM +0200, Jean Delvare wrote: > Hi Tejun, hi Greg, > > I'm running 2.6.22-git5 and noticed that the link count of the sysfs > root is broken: > > $ ls -ld /sys > drwxr-xr-x 2 root root 0 Jul 15 12:27 /sys > > sysfs is mounted, the link count should be 11, and is w

Re: [git pull] more drm patches for 2.6.23-rc1

2007-07-16 Thread Linus Torvalds
On Tue, 17 Jul 2007, Dave Airlie wrote: > > Please pull the 'drm-patches' branch from: > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git > drm-patches I really think this or the previous tree is buggy. Trying to start any 3D client just hangs my Evo laptop hard. It's a Rad

Re: block/bsg.c

2007-07-16 Thread FUJITA Tomonori
From: "Satyam Sharma" <[EMAIL PROTECTED]> Subject: Re: block/bsg.c Date: Tue, 17 Jul 2007 06:22:25 +0530 > On 7/17/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > CONFIG_BLK_DEV_BSG=y > CONFIG_SCSI=m > > block/built-in.o: In function `bsg_init': > block/bsg.c:1097: undefined reference to `s

Re: Determine version of kernel that produced vmcore

2007-07-16 Thread Vivek Goyal
On Mon, Jul 16, 2007 at 01:57:07PM +0200, Bernhard Walle wrote: > * Vivek Goyal <[EMAIL PROTECTED]> [2007-07-16 06:19]: > > On Fri, Jul 13, 2007 at 03:15:50PM +0200, Bernhard Walle wrote: > > > * Ken'ichi Ohmichi <[EMAIL PROTECTED]> [2007-07-13 13:05]: > > > > > > > > BTW, I'd like to remove PAGES

Re: [PATCH 10/10] IB/ehca: Support large page MRs

2007-07-16 Thread Roland Dreier
> > Why the module parameter? Is there any reason a user would want to > > turn this off? Or conversely, why is it off by default? > > We're pretty confident this new feature works, but as with all new and > possibly experimental features, there are chances it might explode your > machin

Re: [PATCH 01/10] IB/ehca: Support for multiple event queues

2007-07-16 Thread Roland Dreier
> No, I've no figures to provide here. The background of this dist_eqs > option is actually to allow us testing across all event queues > without to change the testcases resp consumers to use certain > event queue number. Thus, I should comment it as EXPERIMENTAL? Seems like it's just developm

Re: [PATCH] CFS: Fix missing digit off in wmult table

2007-07-16 Thread Roman Zippel
Hi, On Tue, 17 Jul 2007, I wrote: > Playing around with some other nice levels, confirms the theory that > something is a little off, so I'm quite correct at saying that the ratio > _should_ be 1:10. Rechecking everything there was actually a small error in my test program, so the ratio shoul

Re: [PATCH 1/5] Define and use task_active_pid_ns() wrapper

2007-07-16 Thread Serge E. Hallyn
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Serge E. Hallyn [EMAIL PROTECTED] wrote: > | Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): > | > > | > Subject: [PATCH 1/5] Define and use task_active_pid_ns() wrapper > | > > | > From: Sukadev Bhattiprolu <[EMAIL PROTECTED]> > | > > | > With mul

Re: [Fwd: Re: [PATCH] net/sched/Kconfig typo fixes]

2007-07-16 Thread Gabriel C
> From: Gabriel C <[EMAIL PROTECTED]> > Date: Tue, 17 Jul 2007 01:53:21 +0200 > >> Some typo fixes in net/sched/Kconfig >> >> >> >> Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]> > > GMAIL has corrupted the patch, changing tabs into spaces > among other things. So the patch will not app

Re: block/bsg.c

2007-07-16 Thread Andrew Morton
On Mon, 16 Jul 2007 21:47:21 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > hrm. uninitialized_var(x) does not silence the warning, on my compiler: > > [EMAIL PROTECTED] misc-2.6]$ rpm -q gcc > gcc-4.1.2-13.fc6 > > @@ -1358,6 +1358,8 @@ udf_load_partition(struct super_block *sb, > kernel_lb_ad

Re: block/bsg.c

2007-07-16 Thread Jeremy Fitzhardinge
Jeff Garzik wrote: > + uninitialized_var(ino.partitionReferenceNum); > + > if (!UDF_SB_LASTBLOCK(sb)) > > still yields > > fs/udf/super.c: In function ‘udf_fill_super’: > fs/udf/super.c:1359: warning: ‘ino.partitionReferenceNum’ may be used > uninitialized in this fu

Re: Containers: css_put() dilemma

2007-07-16 Thread Paul (宝瑠) Menage
On 7/16/07, Balbir Singh <[EMAIL PROTECTED]> wrote: - if (notify_on_release(cont)) { + if (atomic_dec_and_test(&css->refcnt) && notify_on_release(cont)) { This seems like a good idea, as long as atomic_dec_and_test() isn't noticeably more expensive than atomic_dec(). I assume it sh

Re: Containers: css_put() dilemma

2007-07-16 Thread Balbir Singh
Paul (??) Menage wrote: > On 7/16/07, Balbir Singh <[EMAIL PROTECTED]> wrote: >> Hi, Paul, >> >> I've run into a strange problem with css_put(). After the changes for >> notify_on_release(), the css_put() routine can now block and it blocks on >> the container_mutex. This implies that css_put() can

[RFC/PATCH] allow memory to be tagged "coherent" via dma_map_sg()

2007-07-16 Thread akepner
Altix supports "posted DMA", and DMA can complete out of order due to reordering within the NUMA-interconnect. One of the synchronization mechanisms to flush in-flight DMA is to write to an address which has a special "barrier" bit set. (The other mechanism is to generate an interrupt.) For now,

Re: [RFC PATCH 1/8] Convert the RCU tasklet into a softirq

2007-07-16 Thread Paul E. McKenney
On Mon, Jul 16, 2007 at 10:53:23PM +0200, Ingo Molnar wrote: > > * Steven Rostedt <[EMAIL PROTECTED]> wrote: > > > But to answer your question. No, I didn't take any actual > > measurements. The changes just seemed obvious to me (and others). > > btw., does anyone know about some reliable way

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-16 Thread Aaron Durbin
On 7/16/07, Shaohua Li <[EMAIL PROTECTED]> wrote: On Tue, 2007-07-17 at 02:00 +0800, Aaron Durbin wrote: > > Add the ability to reset the machine using the RESET_REG in ACPI's > FADT table. We could have another command for 'reboot' kernel command line. I did this in a separate patch for x86_6

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-16 Thread Shaohua Li
On Tue, 2007-07-17 at 02:00 +0800, Aaron Durbin wrote: > > Add the ability to reset the machine using the RESET_REG in ACPI's > FADT table. We could have another command for 'reboot' kernel command line. Thanks, Shaohua - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: block/bsg.c

2007-07-16 Thread Jeff Garzik
hrm. uninitialized_var(x) does not silence the warning, on my compiler: [EMAIL PROTECTED] misc-2.6]$ rpm -q gcc gcc-4.1.2-13.fc6 @@ -1358,6 +1358,8 @@ udf_load_partition(struct super_block *sb, kernel_lb_addr { kernel_lb_addr ino; + un

Re: [BUG] AS io-scheduler.

2007-07-16 Thread Rene Herman
On 07/16/2007 06:31 PM, Chuck Ebbert wrote: BUG: unable to handle kernel paging request at virtual address ea86ac54 printing eip: c022dfec *pde = Oops: [#1] Modules linked in: eeprom i2c_viapro vt8231 i2c_isa skge CPU:0 EIP:0060:[]Not tainted VLI EFLAGS: 00010082 (2.

Re: Someone ( bsg merge ? ) broke {sd,hd}parm on current git

2007-07-16 Thread Gabriel C
FUJITA Tomonori wrote: > From: Gabriel C <[EMAIL PROTECTED]> > Subject: Re: Someone ( bsg merge ? ) broke {sd,hd}parm on current git > Date: Tue, 17 Jul 2007 02:44:38 +0200 > > >> Gabriel C wrote: >> >>> Hello, >>> >>> sdparm and hdparm are broken for me on git ( >>> abce891a10559343d8ac9f7

Re: [PATCH] zisofs use mutex instead of semaphore

2007-07-16 Thread H. Peter Anvin
Dave Young wrote: > Hi, > > Use mutex instead of semaphore in fs/isofs/compress.c, and remove a > unnecessary variable. > > Signed-off-by: Dave Young <[EMAIL PROTECTED]> Acked-by: H. Peter Anvin <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[GIT PATCHES] V4L/DVB updates

2007-07-16 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - Add experimental support for tea5761 tuner and AF9005 demodulator - Add instructions to retrieve opera firmware - Some improvements at dvb-pll and at tuner

Re: Documentation of kernel messages (Summary)

2007-07-16 Thread H. Peter Anvin
Tim Bird wrote: > > Oooh! That's nice! I didn't notice the "nicely split up" part earlier. > Any chance we can get the original docbook inputs that OLS uses > for paper submissions? Have you asked Andrew or Craig about this? > OLS uses LaTeX, not DocBook, for submissions AFAIK. -hpa

RE: panics with 16port Promise Supertrack EX Controller

2007-07-16 Thread Ed Lin
> -Original Message- > From: Jens Axboe [mailto:[EMAIL PROTECTED] > Sent: Monday, July 16, 2007 4:18 AM > To: Flavio Curti > Cc: Nick Piggin; Michal Piotrowski; Flavio Curti; > linux-kernel@vger.kernel.org; Promise_Linux > Subject: Re: panics with 16port Promise Supertrack EX Controller

Re: [PATCH] net/sched/Kconfig typo fixes

2007-07-16 Thread David Miller
From: Gabriel C <[EMAIL PROTECTED]> Date: Tue, 17 Jul 2007 01:53:21 +0200 > > Some typo fixes in net/sched/Kconfig > > > > Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]> GMAIL has corrupted the patch, changing tabs into spaces among other things. So the patch will not apply. Please

[git pull] more drm patches for 2.6.23-rc1

2007-07-16 Thread Dave Airlie
Hi Linus, Please pull the 'drm-patches' branch from: ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches I was waiting on some idr patches to get into mainline via akpm, now that they've landed I can remove NIH bitfield allocators from the drm drawable and context

Re: block/bsg.c

2007-07-16 Thread Jeff Garzik
Andrew Morton wrote: Yup, but the concern (from Al, iirc) was that someone could change the code later on, add a new bug and have that bug hidden by the unneeded initialisation. True. That's why #gccbug went the safe route, took the cost of extra instructions, and initialized it to zero.

Re: maps2-move-the-page-walker-code-to-lib.patch

2007-07-16 Thread Rusty Russell
On Fri, 2007-07-13 at 22:48 +0200, Sam Ravnborg wrote: > On Tue, Jul 10, 2007 at 12:06:35PM +1000, Rusty Russell wrote: > > On Mon, 2007-07-09 at 15:22 -0500, Matt Mackall wrote: > > > On Sun, Jul 08, 2007 at 03:49:56PM +1000, Rusty Russell wrote: > > > > Matt wrote: > > > > > This lets it get shar

Re: block/bsg.c

2007-07-16 Thread Andrew Morton
On Mon, 16 Jul 2007 20:58:11 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Mon, 16 Jul 2007 20:47:45 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > > > >> Andrew Morton wrote: > >>> The modern way of shutting up gcc is uninitialized_var(). > >> > >> Should I convert m

Re: Someone ( bsg merge ? ) broke {sd,hd}parm on current git

2007-07-16 Thread FUJITA Tomonori
From: Gabriel C <[EMAIL PROTECTED]> Subject: Re: Someone ( bsg merge ? ) broke {sd,hd}parm on current git Date: Tue, 17 Jul 2007 02:44:38 +0200 > Gabriel C wrote: > > Hello, > > > > sdparm and hdparm are broken for me on git ( > > abce891a10559343d8ac9f79b46d78afdba63a40 ) > > > > > > ~$ sudo hdpa

Re: [patch 37/44] xen: add virtual network device driver

2007-07-16 Thread Jeff Garzik
Jeremy Fitzhardinge wrote: The network device frontend driver allows the kernel to access network devices exported exported by a virtual machine containing a physical network device driver. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> C

Re: [Xen-devel] [patch 17/44] Add nosegneg capability to the vsyscall page notes

2007-07-16 Thread Jeremy Fitzhardinge
Rusty Russell wrote: > On Mon, 2007-07-16 at 16:15 -0700, Jeremy Fitzhardinge wrote: > >> plain text document attachment (xen-vsyscall-note.patch) >> Add the "nosegneg" fake capabilty to the vsyscall page notes. This is >> used by the runtime linker to select a glibc version which then >> disabl

Re: sata_nv: 2.6.22 is not fixed, but certainly improved

2007-07-16 Thread Robert Hancock
Charles Shannon Hendrix wrote: I just compiled 2.6.22.1 on my Kubuntu 7.0.4 system. As before, I get errors using my Seagate SATA drives, and setting adma=0 fixes the problem. I've posted the exact error/reset messages several times before. However, I would like to note that it happens far les

Re: block/bsg.c

2007-07-16 Thread Gabriel C
Satyam Sharma wrote: > On 7/17/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > CONFIG_BLK_DEV_BSG=y > CONFIG_SCSI=m > > block/built-in.o: In function `bsg_init': > block/bsg.c:1097: undefined reference to `scsi_register_interface' > make: *** [.tmp_vmlinux1] Error 1 > > on latest -git. >

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Rene Herman
On 07/17/2007 01:26 AM, utz lehmann wrote: I have to recompile the fedora kernel rpms (fc6, f7) with 8k stacks on my i686 server. It's using NFS -> XFS -> DM -> MD (raid1) -> IDE disks. With 4k stacks it crash (hang) within minutes after using NFS. With 8k stacks it's rock solid. No crashes with

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Rene Herman
On 07/17/2007 01:40 AM, Ray Lee wrote: On 7/16/07, Rene Herman <[EMAIL PROTECTED]> wrote: On 07/17/2007 01:13 AM, Ray Lee wrote: > Given that there's actual, y'know, reports of people who can easily > crash a 4k+interrupt stacks kernel, and not an 8k one, I think the > current evidence speaks

Re: [Xen-devel] [patch 03/44] usermodehelper: split setup from execution

2007-07-16 Thread Jeremy Fitzhardinge
Rusty Russell wrote: > The patch seems fine, but the names are awkward. They've always been > awkward (it's *userspace* helper, not *usermode* helper), but this just > shines a bright light on them. > > So how about: > > call_usermodehelper_setup -> create_userspace_helper > call_userm

Re: block/bsg.c

2007-07-16 Thread Jeff Garzik
Andrew Morton wrote: On Mon, 16 Jul 2007 20:47:45 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: Andrew Morton wrote: The modern way of shutting up gcc is uninitialized_var(). Should I convert my misc-2.6.git#gccbug repository over to this, and push upstream? Opinions differ (a bit) but per

Re: block/bsg.c

2007-07-16 Thread Andrew Morton
On Mon, 16 Jul 2007 20:47:45 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > The modern way of shutting up gcc is uninitialized_var(). > > > Should I convert my misc-2.6.git#gccbug repository over to this, and > push upstream? Opinions differ (a bit) but personally I th

[PATCH] zisofs use mutex instead of semaphore

2007-07-16 Thread Dave Young
Hi, Use mutex instead of semaphore in fs/isofs/compress.c, and remove a unnecessary variable. Signed-off-by: Dave Young <[EMAIL PROTECTED]> --- fs/isofs/compress.c | 25 + 1 file changed, 5 insertions(+), 20 deletions(-) diff -upr linux/fs/isofs/compress.c linux.new/fs

Re: block/bsg.c

2007-07-16 Thread Satyam Sharma
On 7/17/07, Andrew Morton <[EMAIL PROTECTED]> wrote: CONFIG_BLK_DEV_BSG=y CONFIG_SCSI=m block/built-in.o: In function `bsg_init': block/bsg.c:1097: undefined reference to `scsi_register_interface' make: *** [.tmp_vmlinux1] Error 1 on latest -git. Satyam - To unsubscribe from this list: send

Re: [ANNOUNCE][RFC] PlugSched-6.5.1 for 2.6.22

2007-07-16 Thread Peter Williams
Ingo Molnar wrote: > * Peter Williams <[EMAIL PROTECTED]> wrote: > >> Probably the last one now that CFS is in the main line :-(. > > hm, why is CFS in mainline a problem? It means a major rewrite of the plugsched interface and I'm not sure that it's worth it (if CFS works well). However, note

Re: [EXT4 set 3][PATCH 1/1] ext4 nanosecond timestamp

2007-07-16 Thread Mingming Cao
On Tue, 2007-07-10 at 16:30 -0700, Andrew Morton wrote: > On Sun, 01 Jul 2007 03:36:56 -0400 > Mingming Cao <[EMAIL PROTECTED]> wrote: > > > This patch is a spinoff of the old nanosecond patches. > > I don't know what the "old nanosecond patches" are. A link to a suitable > changlog for those pa

Re: block/bsg.c

2007-07-16 Thread Jeff Garzik
Andrew Morton wrote: The modern way of shutting up gcc is uninitialized_var(). Should I convert my misc-2.6.git#gccbug repository over to this, and push upstream? #gccbug branch is a set of places where I have verified that the variable is indeed initialized, even though gcc complains it m

Re: Someone ( bsg merge ? ) broke {sd,hd}parm on current git

2007-07-16 Thread Gabriel C
Gabriel C wrote: > Hello, > > sdparm and hdparm are broken for me on git ( > abce891a10559343d8ac9f79b46d78afdba63a40 ) > > > ~$ sudo hdparm /dev/sdc > > /dev/sdc: > BLKROGET failed: Inappropriate ioctl for device > BLKRAGET failed: Inappropriate ioctl for device > BLKGETSIZE failed: Inappropri

Re: [Xen-devel] [patch 17/44] Add nosegneg capability to the vsyscall page notes

2007-07-16 Thread Rusty Russell
On Mon, 2007-07-16 at 16:15 -0700, Jeremy Fitzhardinge wrote: > plain text document attachment (xen-vsyscall-note.patch) > Add the "nosegneg" fake capabilty to the vsyscall page notes. This is > used by the runtime linker to select a glibc version which then > disables negative-offset accesses to t

Linux 2.4.35 tree abandoned/delayed?

2007-07-16 Thread Tony Borras
I did get the current 'pre' set of 2.4.35 (circa early June) patches and applied to 2.4.34.5. After fixing a goto mislable in one of the patches (dont remember if it was one of the patch-2.4.34.? or patch-2.4.35.pre5), managed to build a vmlinuz-2.4.35 successfully. Just wondered whether to expec

Re: [Xen-devel] [patch 03/44] usermodehelper: split setup from execution

2007-07-16 Thread Rusty Russell
On Mon, 2007-07-16 at 16:15 -0700, Jeremy Fitzhardinge wrote: > plain text document attachment (usermodehelper-split-init.patch) > Rather than having hundreds of variations of call_usermodehelper for > various pieces of usermode state which could be set up, split the > info allocation and initializ

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Rene Herman
On 07/17/2007 01:45 AM, Bodo Eggert wrote: On Tue, 17 Jul 2007, Rene Herman wrote: On 07/17/2007 12:37 AM, Ray Lee wrote: If at some point one of the pro-4k stacks crowd can prove that all code paths are safe I'll do that the minute you prove the current shared 8K stacks are safe. Do we hav

Re: Documentation of kernel messages (Summary)

2007-07-16 Thread Tim Bird
Rob Landley wrote: > If you go to http://kernel.org/doc/ols you should find, nicely split up, all > the OLS papers from 2002-2007. Oooh! That's nice! I didn't notice the "nicely split up" part earlier. Any chance we can get the original docbook inputs that OLS uses for paper submissions? Hav

Re: [EXT4 set 5][PATCH 1/1] expand inode i_extra_isize to support features in larger inode

2007-07-16 Thread Mingming Cao
On Mon, 2007-07-16 at 18:06 -0600, Andreas Dilger wrote: > On Jul 16, 2007 16:52 -0700, Mingming Cao wrote: > > I am not sure why we need GFP_KERNEL flag here. I think we should use > > GFP_NOFS instead. The following patch use the GFP_NOFS flag, as well as > > fixing memory leak issue introduced

[PATCH]: Fix hrtimer hotplug cpu notifier bug on 64-bit.

2007-07-16 Thread David Miller
I discussed this with Thomas Gleixner last night and he seemed to be OK with fixing the problem as follows. If he wants to do things differently, he can submit an alternate change, but this thing is quite trivial so I doubt that will happen :-) Please apply, thanks. [HRTIMER]: Fix cpu pointer a

Re: [PATCH] stacked ifs (was Re: [PATCH 02/12] handle multiple network paths to AoE device)

2007-07-16 Thread Greg KH
On Mon, Jul 16, 2007 at 03:31:55PM -0700, Andrew Morton wrote: > On Mon, 16 Jul 2007 18:17:44 -0400 > "Ed L. Cashin" <[EMAIL PROTECTED]> wrote: > > > > ugh. Do this: > > > > > > do { > > > if (t == d->htgt) > > > continue; > > > if (!(*t)->ifp->nd) > > >

Re: Hibernating To Swap Considered Harmful

2007-07-16 Thread Joseph Fannin
On Fri, Jul 13, 2007 at 10:35:22AM -0400, Jeremy Maitin-Shepard wrote: > [EMAIL PROTECTED] (Joseph Fannin) writes: > > There is a very simple solution to this obscure problem: (if I > understand correctly, you want to dual boot Mac OS X and Linux (and > maybe also Windows?)) > > use LVM, thus allow

[PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-07-16 Thread Vitaly Bordug
device_bind_driver() error code returning has been fixed. release() function has been written, so that to free resources in correct way; the release path is now clean. Before the rework, it used to cause Device '[EMAIL PROTECTED]:1' does not have a release() function, it is broken and mu

Re: [EXT4 set 5][PATCH 1/1] expand inode i_extra_isize to support features in larger inode

2007-07-16 Thread Andreas Dilger
On Jul 16, 2007 16:52 -0700, Mingming Cao wrote: > I am not sure why we need GFP_KERNEL flag here. I think we should use > GFP_NOFS instead. The following patch use the GFP_NOFS flag, as well as > fixing memory leak issue introduced by the ext4 expand inode extra isize > patch. > > Fixing memory

Re: [PATCH] CFS: Fix missing digit off in wmult table

2007-07-16 Thread Roman Zippel
Hi, On Tue, 17 Jul 2007, Ingo Molnar wrote: > * Roman Zippel <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > On Mon, 16 Jul 2007, Ingo Molnar wrote: > > > > > and note that even on the old scheduler, nice-0 was "3200% more > > > powerful" than nice +19 (with CONFIG_HZ=300), > > > > How did you

[patch] sched: fix the all pinned logic in load_balance_newidle()

2007-07-16 Thread Siddha, Suresh B
nr_moved is not the correct check for triggering all pinned logic. Fix the all pinned logic in the case of load_balance_newidle(). Signed-off-by: Suresh Siddha <[EMAIL PROTECTED]> --- diff --git a/kernel/sched.c b/kernel/sched.c index 3332bbb..0cdac9c 100644 --- a/kernel/sched.c +++ b/kernel/sche

block/bsg.c

2007-07-16 Thread Andrew Morton
A belated review (I've never seen this before and there it is in mainline) > static char bsg_version[] = "block layer sg (bsg) 0.4"; `const' would be better. That moves it into a write-protected memory section. > struct bsg_device { > request_queue_t *queue; > spinlock_t lock; >

[patch] sched: fix newly idle load balance in case of SMT

2007-07-16 Thread Siddha, Suresh B
In the presence of SMT, newly idle balance was never happening for multi-core and SMP domains(even when both the logical siblings are idle). If thread 0 is already idle and when thread 1 is about to go to idle, newly idle load balance always think that one of the threads is not idle and skips doin

sata_nv: 2.6.22 is not fixed, but certainly improved

2007-07-16 Thread Charles Shannon Hendrix
I just compiled 2.6.22.1 on my Kubuntu 7.0.4 system. As before, I get errors using my Seagate SATA drives, and setting adma=0 fixes the problem. I've posted the exact error/reset messages several times before. However, I would like to note that it happens far less often with 2.6.22.1 than it di

[PATCH] net/sched/Kconfig typo fixes

2007-07-16 Thread Gabriel C
Some typo fixes in net/sched/Kconfig Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]> --- net/sched/Kconfig |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sched/Kconfig b/net/sched/Kconfig index d3f7c3f..8a74cac 100644 --- a/net/sched/Kconfig +++ b/ne

Re: [EXT4 set 5][PATCH 1/1] expand inode i_extra_isize to support features in larger inode

2007-07-16 Thread Mingming Cao
On Fri, 2007-07-13 at 02:05 -0700, Andrew Morton wrote: > On Tue, 10 Jul 2007 16:32:47 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > + brelse(bh); > > > + up_write(&EXT4_I(inode)->xattr_sem); > > > + return error; > > > +} > > > + > > > > We're doing GFP_KERNEL memory allocations while h

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Jesper Juhl
On 17/07/07, Bodo Eggert <[EMAIL PROTECTED]> wrote: On Tue, 17 Jul 2007, Jesper Juhl wrote: > Please note that I was not trying to remove the 8K stack option right > now - heck, I didn't even add anything to feature-removal-schedule.txt > - all I wanted to accomplish with the patch that started

  1   2   3   4   5   6   >