Hi Greg,
On Mon, 24 Sep 2012 16:49:16 +1000 Stephen Rothwell
wrote:
>
> Today's linux-next merge of the usb tree got a conflict in
> drivers/usb/core/usb-acpi.c between commit 59e6423ba8aa ("usb-acpi:
> Comply with the ACPI API change") from the acpi tree and commit
> 05f916894a69 ("usb/acpi: St
>
>HINT: We only care about the very most recent kernel. If you can
>take a photo of the stack trace, then file a bug report and attach
>the .jpg.
>
After a bit of experimentation my guess is that is is all
about bad Intel DX58SO2 motherboard.
And my guess is that it has something to do with mem
Hi Greg,
Today's linux-next merge of the usb tree got a conflict in
drivers/usb/core/usb-acpi.c between commit 59e6423ba8aa ("usb-acpi:
Comply with the ACPI API change") from the acpi tree and commit
05f916894a69 ("usb/acpi: Store info on device removability") from the usb
tree.
The latter remove
On Sunday 23 September 2012 06:25:40 Len Brown wrote:
> > +config ACPI_INITRD_TABLE_OVERRIDE
> > + bool
> > + default y
>
> Do distros in addition to SuSE concur they want to ship this way?
Whether distros ship this in their enterprise, community or just in
a -debug kernel flavor is up
MAXIDL is the timeout after which a receive buffer is closed when not full if
no more characters are received. We calculate it from the baudrate so that the
duration is always the same at standard rates: about 4ms. At 9600 bauds it gives
a timeout of 4 characters, which is the timeout on the 8250 U
I'm not going to file a bug for this on bugzilla because it's
ancient and not a new bug. But I can forward it to linux-media
and the get_maintainer.pl people for cx23885_video.
HINT: We only care about the very most recent kernel. If you can
take a photo of the stack trace, then file a bug repor
OGAWA Hirofumi writes:
> Namjae Jeon writes:
>
>>> What is problem if i_ino + i_generation is not match? I think, even if
>>> those didn't match, i_pos in FH should resolve issue, no?
>> No, It can not resolve issue.
>> in NFS file handle, there is a reference to the current inode number.
>> So,
Hi Greg,
Today's linux-next merge of the tty tree got a conflict in
drivers/tty/serial/omap-serial.c between commit 43829731dd37 ("workqueue:
deprecate flush[_delayed]_work_sync()") from the workqueues tree and
commit ac57e7f38ea6 ("serial: omap: Remove unnecessary checks from
suspend/resume") fro
Namjae Jeon writes:
>> What is problem if i_ino + i_generation is not match? I think, even if
>> those didn't match, i_pos in FH should resolve issue, no?
> No, It can not resolve issue.
> in NFS file handle, there is a reference to the current inode number.
> So, if by eviction that is changed -
On 09/24/2012 05:01 AM, Stephen Rothwell wrote:
And pigs might fly :-)
Perhaps; pigs cannot fly, but penguins can fly! :-P Unless, you didn't
see this already :
http://laughingsquid.com/flying-penguins-documentary-prank-on-bbc/
http://en.wikipedia.org/wiki/Flying_penguins
Have fun! ;-)
On Mon, Sep 24, 2012 at 02:12:05PM +0800, Guo Chao wrote:
> On Mon, Sep 24, 2012 at 02:23:43PM +1000, Dave Chinner wrote:
> > On Mon, Sep 24, 2012 at 10:42:21AM +0800, Guo Chao wrote:
> > > On Sat, Sep 22, 2012 at 08:49:12AM +1000, Dave Chinner wrote:
> > >
> > > > On Fri, Sep 21, 2012 at 05:31:02
maxidl register was set to fifo size. There is no reason to set this
register to same value as fifo size. Setting it now to 0x10 by default
as in the UCC UART driver.
Signed-off-by: Christophe Leroy
--- linux-3.5-vanilla/drivers/tty/serial/cpm_uart/cpm_uart_core.c
2012-07-21 22:58:29.
> -Original Message-
> From: ABRAHAM, KISHON VIJAY [mailto:kis...@ti.com]
> Sent: Monday, September 24, 2012 11:48 AM
> To: Venu Byravarasu
> Cc: Stephen Warren; ba...@ti.com; gre...@linuxfoundation.org; linux-
> ker...@vger.kernel.org; linux-...@vger.kernel.org
> Subject: Re: [PATCH v3] US
Setting the fifo to only 1 byte generates one interrupt every 1ms at 9600 bauds.
This is too much. This patch reduces the threshold to speeds below 2400 bauds
like in the 8250 UART driver.
Signed-off-by: Christophe Leroy
--- linux-3.5-vanilla/drivers/tty/serial/cpm_uart/cpm_uart_core.c
2
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Friday, September 21, 2012 9:21 PM
> To: Venu Byravarasu
> Cc: a...@linux-foundation.org; a.zu...@towertech.it; linux-
> ker...@vger.kernel.org; rtc-li...@googlegroups.com
> Subject: Re: [PATCH] rtc: tps65910
This patch fixes a desynchronisation problem with CPM UART driver on
Powerpc MPC8xx. The problem happens if data is received before the device
is open by the user application.
Signed-off-by: Christophe Leroy
--- linux-3.5-vanilla/drivers/tty/serial/cpm_uart/cpm_uart_core.c
2012-07-21 22:5
Hi,
On Sat, Sep 22, 2012 at 2:08 PM, Venu Byravarasu wrote:
>> -Original Message-
>> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
>> Sent: Friday, September 21, 2012 9:45 PM
>> To: ABRAHAM, KISHON VIJAY
>> Cc: Venu Byravarasu; ba...@ti.com; gre...@linuxfoundation.org; linux-
>> ker
On Mon, Sep 24, 2012 at 02:23:43PM +1000, Dave Chinner wrote:
> On Mon, Sep 24, 2012 at 10:42:21AM +0800, Guo Chao wrote:
> > On Sat, Sep 22, 2012 at 08:49:12AM +1000, Dave Chinner wrote:
> >
> > > On Fri, Sep 21, 2012 at 05:31:02PM +0800, Guo Chao wrote:
> > > > This patchset optimizes several pl
On Tuesday 18 September 2012 05:52 PM, Shubhrajyoti D wrote:
> The series tries to convert the i2c_msg to c99 struct.
> This may avoid issues like below if someone tries to add an
> element to the structure.
> http://www.mail-archive.com/linux-i2c@vger.kernel.org/msg08972.html
>
> Special thanks to
Hi,
Would you please help to review this patch ?
Thanks. :)
On 09/18/2012 06:12 PM, Tang Chen wrote:
Once array sched_domains_numa_masks is defined, it is never updated.
When a new cpu on a new node is onlined, the coincident member in
sched_domains_numa_masks is not initialized, and all the m
Hi Eric,
Thanks for the comments,
On Mon, Sep 24, 2012 at 03:08:19, Éric Piel wrote:
> On 22-08-12 08:30, AnilKumar Ch wrote:
> > This patch adds support for lis331dlh digital accelerometer to the
> > lis3lv02d driver family. Adds ID field for detecting the lis331dlh
> > module, based on this ID
On Mon, 2012-09-24 at 13:30 +0800, Li Zhong wrote:
> Just noticed that after commit 919f797, it is possible that
> scsi_cmd_to_driver() returns NULL. This patch adds the NULL checking for drv
> returned from the above function.
>
> Maybe it is not possible at run time, but from the code itself,
On 09/21/2012 07:55 PM, Andres Freund wrote:
Hi,
On Friday, September 21, 2012 03:47:56 PM Jagdish Motwani wrote:
Recently i upgraded my kernel from 2.6.29.6 to 2.6.35.14.
After upgrading i got very poor performance on my postgre database.
My test.sql contains 1 postgre insert query
Li
Just noticed that after commit 919f797, it is possible that
scsi_cmd_to_driver() returns NULL. This patch adds the NULL checking for drv
returned from the above function.
Maybe it is not possible at run time, but from the code itself, we'd better
have this check?
This patch actually is a del
Hi Mauro,
Today's linux-next merge of the edac tree got a conflict in
drivers/edac/edac_mc.c between commit faa2ad09c01c ("edac_mc: edac_mc_free()
cannot assume mem_ctl_info is registered in sysfs") from Linus' tree and commit
12c3ab9422cc ("edac: edac_mc_free() cannot assume mem_ctl_info is re
On Fri 21-09-12 18:35:11, Eric W. Biederman wrote:
> From: "Eric W. Biederman"
>
> Cc: Jan Kara
> Acked-by: Serge Hallyn
> Signed-off-by: Eric W. Biederman
The patch looks good. You can add:
Acked-by: Jan Kara
Honza
> ---
> fs/udf/in
On Sunday 23 of September 2012 18:10:30 Linus Torvalds wrote:
> On Sat, Sep 22, 2012 at 11:09 PM, Paweł Sikora wrote:
> >
> > br_read_lock(vfsmount_lock);
>
> The vfsmount_lock is a "local-global" lock, where a read-lock is
> rather cheap and takes just a per-cpu lock, but the downside is
On Fri, 21 Sep 2012 10:32:36 -0700 "Fox, Kevin M" wrote:
> Quick question:
> Is there a syscall or some algorithm that would allow an unlink that would
> only happen if no writes to the file have occurred between a stat and an
> unlink, race free?
>
> Background:
> I'm writing a program that s
On 09/23/2012 05:13 PM, Gleb Natapov wrote:
> On Fri, Sep 21, 2012 at 02:57:19PM +0800, Xiao Guangrong wrote:
>> We can not directly call kvm_release_pfn_clean to release the pfn
>> since we can meet noslot pfn which is used to cache mmio info into
>> spte
>>
> Wouldn't it be better to move the che
2012/9/24, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>>> I think we don't need this. Because FH and ino is not necessary to have
>>> relation.
>>>
>>> Can we re-introduce ->encode_fh() handler, and export i_pos again? With
>>> this, I think we can get i_pos correctly. Otherwise, ino may not contai
Hi Jens,
this patch has been sitting in my -next tree for a little while and I was
hoping for it to go in for the next merge window.
It simply allows bio_split() to be used on bios without a payload, such as
'discard'.
Are you happy with it going in though my 'md' tree, or would you rather ta
Hi Mark,
On Sat, Sep 22, 2012 at 00:57:38, Mark Jackson wrote:
> I'm developing a beaglebone cape board which requires the use of a GPMC
> chip select.
>
> I've chosen GPMC_CS0, and in board-am335xevm.c, I have added the following:-
>
> static void gpmc_test()
> {
> unsigned long base = 0x
Hi Sakari,
On Sun, Sep 23, 2012 at 8:46 PM, Sakari Ailus wrote:
> Hi Prabhakar,
>
>
> Prabhakar Lad wrote:
>>
>> From: Lad, Prabhakar
>>
>> This patch set adds media controller based capture driver for
>> DM365.
>
>
> Thanks for the set. Do you happen to have an updated version of the same
> doc
Namjae Jeon writes:
>> I think we don't need this. Because FH and ino is not necessary to have
>> relation.
>>
>> Can we re-introduce ->encode_fh() handler, and export i_pos again? With
>> this, I think we can get i_pos correctly. Otherwise, ino may not contain
>> all bits of i_pos.
> I already
Check range early to avoid further check/compute in case
of range error.
Signed-off-by: Wang Sheng-Hui
---
fs/btrfs/extent_io.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 4c87847..9250cf5 100644
--- a/
On Mon, Sep 24, 2012 at 10:42:21AM +0800, Guo Chao wrote:
> On Sat, Sep 22, 2012 at 08:49:12AM +1000, Dave Chinner wrote:
>
> > On Fri, Sep 21, 2012 at 05:31:02PM +0800, Guo Chao wrote:
> > > This patchset optimizes several places which take the per inode spin lock.
> > > They have not been fully
2012/9/22, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> From: Namjae Jeon
>>
>> This patch enables rebuilding of directory inodes which are not present
>> in the cache.This is done by traversing the disk clusters to find the
>> directory entry of the parent directory and using its i_pos to build t
2012/9/22, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> +if (inode == NULL && MSDOS_SB(sb)->options.nfs == FAT_NFS_LIMITED) {
>> +struct buffer_head *bh = NULL;
>> +struct msdos_dir_entry *de ;
>> +loff_t i_pos = (loff_t)ino;
>> +int bits = MSDOS_
2012/9/22, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> -inode->i_ino = iunique(sb, MSDOS_ROOT_INO);
>> +if (MSDOS_SB(sb)->options.nfs == FAT_NFS_LIMITED)
>> +inode->i_ino = i_pos;
>> +else
>> +inode->i_ino = iunique(sb, MSDOS_ROOT_INO);
>> inode->i_version
linux-3.2.0/drivers/ata/ahci.c: In function 'hptiop_host_request_callback':
Use min_t(size_t, ...) to fix.
Signed-off-by: Tony Hung
---
diff --git a/linux-3.2.0/drivers/ata/ahci.c b/linux-3.2.0/drivers/ata/ahci.c
--- a/linux-3.2.0/drivers/ata/ahci.c2012-08-29 13:40:26.046851693 +0800
+++ b/
2012/9/22, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> +case Opt_nfs_full:
>> +opts->nfs = FAT_NFS_FULL;
>> +break;
>> +case Opt_nfs_limited:
>> +opts->nfs = FAT_NFS_LIMITED;
>> +sb->s_flags |=
Hi all,
After merging the sound tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
In file included from include/linux/skbuff.h:31:0,
from include/linux/if_ether.h:135,
from include/linux/netdevice.h:29,
from arch/powerpc/
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/gpu/drm/i915/intel_hdmi.c: In function 'intel_enable_hdmi':
drivers/gpu/drm/i915/intel_hdmi.c:633:31: error: 'mode' undeclared (first use
in this function)
Caused by commit b98b60167279
Even if we set affinity to multiple cpus via procfs, gic_set_affinity
allows to set one target only. But, '/proc/irq/xxx/smp_affinity' shows
as we are successful in the setting of multiple affinity. Thus irq_data->
affinity mismatches with the GICD_ITARGETSRs.
fix it as bellows.
- Set the default
Hi Linus,
Please pull the following fixes for Ceph from
git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus
The first fixes a leak in the rbd setup error path, and the second fixes a
more serious problem with mismatched kmap/kunmap that surfaced after the
recent refa
On Thu, Sep 20, 2012 at 20:13:34, Porter, Matt wrote:
> Move mach-davinci/dma.c to common/edma.c so it can be used
> by OMAP (specifically AM33xx atm) as well. This just moves
> the private EDMA API but does not support OMAP.
>
> Signed-off-by: Matt Porter
> ---
> arch/arm/Kconfig
On Sat, Sep 22, 2012 at 08:49:12AM +1000, Dave Chinner wrote:
> On Fri, Sep 21, 2012 at 05:31:02PM +0800, Guo Chao wrote:
> > This patchset optimizes several places which take the per inode spin lock.
> > They have not been fully tested yet, thus they are marked as RFC.
>
> Inodes are RCU freed.
Richard Weinberger writes:
> Am 21.09.2012 02:28, schrieb Eric W. Biederman:
>> From: "Eric W. Biederman"
>>
>> Cc: Jeff Dike
>> Cc: Richard Weinberger
>> Acked-by: Serge Hallyn
>> Signed-off-by: Eric W. Biederman
>> ---
>
> Looks sane to me.
>
> Acked-by: Richard Weinberger
>
> BTW: How y
On Wed, 12 Sep 2012, Ashley Lai wrote:
> This patch removed the tasklet and moved the wait queue into the
> private structure. It also cleaned up the response CRQ path.
>
> Signed-off-by: Ashley Lai
Kent: any comment on this? You should probably push this to me via your
tree.
> ---
> Jame
mconf make me annoying I have to make menuconfig && exit to save
the config when I am tuning .config time by time, it is even
worse I have to search down to my desire submenu time by time.
So I add "Save" button to save our time. With "Save" button,
I can use CRTL-Z after save config, and then use
Hi Len,
Ping...
I want you to merge the patch into your tree for linux-3.7.
Thanks,
Yasuaki Ishimatsu
2012/08/30 10:34, Yasuaki Ishimatsu wrote:
> Hi Len,
>
> Three weeks passed after I post the patch.
> All comments have already been applied to it. And I think there is no
> comments about it.
When system fails to bind cooling devices to thermal zone device during
registering thermal zone device, it leaves registering without canceling
delayed work. It probably makes panic if polling rate is not enough to release
that work from workqueue. So it is better to ignore initialization of polli
On Sun, 23 Sep 2012 18:51:04 -0700 Linus Torvalds
wrote:
>
> Ho humm. I really *really* want to say that this is the last -rc, but
> we do have a few small things pending still. So who knows. There may
> be a -rc8, we'll just have to see.
And this means that *everything* destined for the merge w
Ho humm. I really *really* want to say that this is the last -rc, but
we do have a few small things pending still. So who knows. There may
be a -rc8, we'll just have to see.
That said, nothing here looks really bad. You can get a fairly good
feel for the flavor of fixes form the appended shortlog,
Hi Al,
Today's linux-next merge of the vfs tree got a conflict in fs/stat.c
between commit 55815f70147d ("vfs: make O_PATH file descriptors usable
for 'fstat()'") from Linus' tree and commit 19ba95358327 ("switch simple
cases of fget_light to fdget") from the vfs tree.
I just used the vfs tree ve
Hi Al,
Today's linux-next merge of the vfs tree got a conflict in
kernel/events/core.c between commit a6fa941d94b4 ("perf_event: Switch to
internal refcount, fix race with close()") from Linus' and the vfs trees
and commit 19ba95358327 ("switch simple cases of fget_light to fdget")
from the vfs tr
On 09/20/2012 04:50 PM, Tomoki Sekiyama wrote:
> unsigned int irq_resched_count;
> unsigned int irq_call_count;
> + /* irq_tlb_count is double-counted in irq_call_count, so it must be
> +subtracted from irq_call_count when displaying irq_call_count */
> unsigned int i
On Sat, Sep 22, 2012 at 11:09 PM, Paweł Sikora wrote:
>
> br_read_lock(vfsmount_lock);
The vfsmount_lock is a "local-global" lock, where a read-lock is
rather cheap and takes just a per-cpu lock, but the downside is that a
write-lock is *very* expensive, and can cause serious trouble.
An
2012년 09월 22일 15:40, Axel Lin 쓴 글:
Use regmap_update_bits() to replace regmap_read() + regmap_write().
With this patch, we only show the error message when regmap_update_bits()
fails.
Looks good..You're right. Thank you Alex.
Signed-off-by: Axel Lin
Acked-by: G.Shark Jeong
---
dr
Introduces new sysfs boolean knob /sys/kernel/mm/ksm/merge_across_nodes
which control merging pages across different numa nodes.
When it is set to zero only pages from the same node are merged,
otherwise pages from all nodes can be merged together (default behavior).
Typical use-case could be a lo
On Fri, 2012-09-21 at 17:44 +0200, Miklos Szeredi wrote:
> Miklos Szeredi writes:
>
> > These two patches change autofs4 to store struct pid pointers instead of
> > pid_t
> > values.
> >
> > Fixed various issues with the previous post. Not tested, handle with
> > care!
>
> Customer gave positi
On Sun, 23 Sep 2012 23:18:19 +0100
Anton Altaparmakov wrote:
> Hi Steve,
>
> Hey, I sent you that exact same patch on the 12th June! Would have saved you
> and others some valuable time if you hadn't ignored it then! (-;
>
> Told you it was an obvious logic bug! (-;
>
> Best regards,
>
>
You are right - this should have gone in 3.5.
Please remind me if you see an important patch not make linux-next (or
equivalently the cifs-2.6.git for-next branch). I get a big volume of
email.
On Sun, Sep 23, 2012 at 5:18 PM, Anton Altaparmakov wrote:
> Hi Steve,
>
> Hey, I sent you that exact
Works fine on my (localized) desktop, except with bootparameter
"threadirqs" which has not been working since it was introduced.
Jitterlevels are very low now, regular os-jitter is typically below 1 ms.
(with a low jitter config) Which means audioapps run 1 ms latency, without
rt-threads, and
Hi Steve,
Hey, I sent you that exact same patch on the 12th June! Would have saved you
and others some valuable time if you hadn't ignored it then! (-;
Told you it was an obvious logic bug! (-;
Best regards,
Anton
On 22 Sep 2012, at 21:28, Linux Kernel Mailing List
wrote:
> Gitw
Hi Linus,
there are two more kbuild fixes for 3.6. One fixes a race between x86's
archscripts target and the rule (re)building scripts/basic/fixdep. The
second is a fix for the previous attempt at fixing make firmware_install
with make 3.82. This new solution should work with any version of GNU ma
Am 21.09.2012 02:28, schrieb Eric W. Biederman:
> From: "Eric W. Biederman"
>
> Cc: Jeff Dike
> Cc: Richard Weinberger
> Acked-by: Serge Hallyn
> Signed-off-by: Eric W. Biederman
> ---
Looks sane to me.
Acked-by: Richard Weinberger
BTW: How you do test your user namespace patches?
Is ther
From: Irina Tirdea
In glibc, printf supports ' to group numbers with thousands' grouping
characters. Bionic does not support ' for printf.
Implement thousands's grouping for numbers according to locale.
The implementation uses the algorithm from glibc
(http://www.gnu.org/software/libc/).
Bionic
On Fri, Sep 21, 2012 at 10:10:52PM -0400, John Stultz wrote:
> From: JP Abgrall
>
> Send notifications when the label becomes active after an idle period.
> Send netlink message notifications in addition to sysfs notifications.
> Using a uevent with
> subsystem=xt_idletimer
> INTERFACE=...
>
On 22-08-12 08:30, AnilKumar Ch wrote:
This patch adds support for lis331dlh digital accelerometer to the
lis3lv02d driver family. Adds ID field for detecting the lis331dlh
module, based on this ID field lis3lv02d driver will export the
lis331dlh module functionality.
Hello AnilKumar,
Sorry fo
Hi Mauro, Peter
On Sun, 23 Sep 2012, Mauro Carvalho Chehab wrote:
> Please review.
> Please review.
>
> Regards,
> Mauro.
>
> Mensagem original
> Assunto: [PATCH 1/14] drivers/media/platform/soc_camera/soc_camera.c: fix
> error return code
> Data: Thu, 6 Sep 2012 17:24:00 +0
Hi John,
Cc'ing netfilter-devel (better than only netdev, to attract the
attention from other Netfilter hacker fellows).
Some comments on this:
On Fri, Sep 21, 2012 at 10:10:48PM -0400, John Stultz wrote:
> From: JP Abgrall
>
> This module allows tracking stats at the socket level for given UI
Hi Peter
Thanks for the patch, but I think it can be improved:
On Sun, 23 Sep 2012, Mauro Carvalho Chehab wrote:
> Please review,
>
> Regards,
> Mauro.
>
>
> Mensagem original
> Assunto: [PATCH 2/14] drivers/media/platform/soc_camera/mx2_camera.c: fix
> error return code
>
Hello Bryan,
On Sat, Sep 15, 2012 at 06:18:44PM +0200, Fabio Baltieri wrote:
> Implements a "led_trigger_rename" function to rename a trigger with
> proper locking.
>
> This assumes that led name was originally allocated in non-constant
> storage.
Did you have any chance to review this patch?
I
On Sun, Sep 23, 2012 at 1:27 PM, Dan Carpenter wrote:
> On Wed, Sep 05, 2012 at 11:34:25PM +0800, Cong Wang wrote:
>> On Wed, Sep 5, 2012 at 1:32 AM, Flavio Leitner wrote:
>> > Hi folks,
>> >
>> > I have system that no longer boots kdump kernel. Basically,
>> >
>> > # echo c > /proc/sysrq-trigger
On Fri, Sep 21, 2012 at 11:27:00AM -0700, Yinghai Lu wrote:
> On Fri, Sep 21, 2012 at 9:50 AM, Konrad Rzeszutek Wilk
> wrote:
> > On Wed, Sep 19, 2012 at 10:49:00AM -0700, Yinghai Lu wrote:
> >
> > Can you include the stack trace?
>
> [ 414.997281] pci_bus :00: freeing pci_bus info
> [ 415.
Em Mon, 10 Sep 2012 14:45:54 +0200
Peter Senna Tschudin escreveu:
> From: Peter Senna Tschudin
>
> Replace kmemdup for kstrdup and cleaning up the code.
>
> Signed-off-by: Peter Senna Tschudin
Maintainers/interested parties not copied. Also:
Hunk #1 succeeded at 708 (offset 1 line).
Hunk #2
On Wed, Sep 05, 2012 at 11:34:25PM +0800, Cong Wang wrote:
> On Wed, Sep 5, 2012 at 1:32 AM, Flavio Leitner wrote:
> > Hi folks,
> >
> > I have system that no longer boots kdump kernel. Basically,
> >
> > # echo c > /proc/sysrq-trigger
> >
> > to dump a vmcore doesn't work. It just hangs after sho
No functional changes, preparations.
1. Extract the kmap-and-memcpy code from read_opcode() into the
new trivial helper, copy_opcode(). The next patch will add
another user.
2. read_opcode() becomes really trivial, fold it into its single
caller, is_swbp_at_addr().
3. Remove "auprobe" a
Hi,
I have created a bug for this:
https://bugzilla.kernel.org/show_bug.cgi?id=47871
Please add the following information:
*) Last known good kernel version
*) Current broken kernel version
*) Complete dmesg
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linu
Hello.
1. the usage of is_swbp_at_addr() is confusing. This series tries
to answer the questions we got during the discussion about
powerpc port which has multiple trap insns.
Ananth, please review too ;) at least the changelog in 1/4.
Note: the changelog doesn't mention is_swbp_insn
Unlike set_swbp(), set_orig_insn()->is_swbp_at_addr() makes sense,
although it can't prevent all confusions.
But the usage of is_swbp_at_addr() is equally confusing, and it adds
the extra get_user_pages() we can avoid.
This patch removes set_orig_insn()->is_swbp_at_addr() but changes
write_opcode
After the previous change is_swbp_at_addr() is always called with
current->mm. Remove this check and move it close to its single caller.
Also, remove the obsolete comment about is_swbp_at_addr() and
uprobe_state.count.
Signed-off-by: Oleg Nesterov
---
kernel/events/uprobes.c | 73
A separate patch for better documentation.
set_swbp()->is_swbp_at_addr() is not needed for correctness, it is
harmless to do the unnecessary __replace_page(old_page, new_page)
when these 2 pages are identical.
And it can not be counted as optimization. mmap/register races are
very unlikely, while
On 09/19/2012 07:00 AM, Stephen Boyd wrote:
> This driver doesn't need to use these mach includes so remove
> them. This is a necessary step to support a single zImage.
>
> Cc: Florian Tobias Schandinat
> Signed-off-by: Stephen Boyd
Applied.
Thanks,
Florian Tobias Schandinat
> ---
> driver
Applied all 10 patches of this series.
Thanks,
Florian Tobias Schandinat
On 09/18/2012 12:07 PM, Peter Senna Tschudin wrote:
> From: Peter Senna Tschudin
>
> Convert a nonnegative error return code to a negative one, as returned
> elsewhere in the function.
>
> A simplified version of the s
From: Irina Tirdea
The default name for addr2line is hardcoded to "addr2line".
When cross-compiling the name of addr2line will be different
(e.g. arm-eabi-addr2line in Android).
Set the default addr2line name in the Makefile with DEFAULT_ADDR2LINE_PATH.
Signed-off-by: Irina Tirdea
---
Changes
On 09/09/2012 03:38 PM, Lars-Peter Clausen wrote:
> Use devm_request_and_ioremap instead of request_mem_region + devm_ioremap.
>
> This also fixes the following compile error introduced in commit b2ca7f4d
> ("drivers/video/jz4740_fb.c: use devm_ functions"):
>
> drivers/video/jz4740_fb.c: In func
On 09/06/2012 04:09 PM, Peter Senna Tschudin wrote:
> From: Peter Senna Tschudin
>
> removes unnecessary semicolon
>
> Found by Coccinelle: http://coccinelle.lip6.fr/
>
> Signed-off-by: Peter Senna Tschudin
Applied.
Thanks,
Florian Tobias Schandinat
>
> ---
> drivers/video/sis/initextlf
On 08/31/2012 01:39 PM, Axel Lin wrote:
> This fixes below build error:
>
> CC [M] drivers/video/mbx/mbxfb.o
> drivers/video/mbx/mbxfb.c: In function 'mbxfb_probe':
> drivers/video/mbx/mbxfb.c:942:2: error: implicit declaration of function
> 'devm_ioremap_nocache' [-Werror=implicit-function-de
Please review,
Regards,
Mauro.
Mensagem original
Assunto: [PATCH 2/14] drivers/media/platform/soc_camera/mx2_camera.c: fix error
return code
Data: Thu, 6 Sep 2012 17:23:59 +0200
De: Peter Senna Tschudin
Para: Mauro Carvalho Chehab
CC: kernel-janit...@vger.kernel.org, julia.
Please review.
Please review.
Regards,
Mauro.
Mensagem original
Assunto: [PATCH 1/14] drivers/media/platform/soc_camera/soc_camera.c: fix error
return code
Data: Thu, 6 Sep 2012 17:24:00 +0200
De: Peter Senna Tschudin
Para: Mauro Carvalho Chehab
CC: kernel-janit...@vger.kern
On 08/26/2012 02:23 PM, Roland Stigge wrote:
> This patch removes the video driver for pnx4008. The architecture is being
> removed via the arm-soc tree.
>
> Signed-off-by: Roland Stigge
Applied as it doesn't make sense to keep it around if there is no
architecture left that can use it. Though I
Sylwester,
Please review.
Regards,
Mauro
Mensagem original
Assunto: [PATCH v2] drivers/media/platform/s5p-tv/sdo_drv.c: fix error return
code
Data: Thu, 6 Sep 2012 10:38:29 +0200
De: Peter Senna Tschudin
Para: peter.se...@gmail.com, Mauro Carvalho Chehab
CC: linux-me...@vge
From: Irina Tirdea
The default name for addr2line is hardcoded to "addr2line".
When cross-compiling the name of addr2line will be different
(e.g. arm-eabi-addr2line in Android).
Sett the default addr2line name in the Makefile with DEFAULT_ADDR2LINE_PATH.
Signed-off-by: Irina Tirdea
---
tools/
From: Irina Tirdea
Shell path /bin/sh is hardcoded in various places in perf. Android has a
different folder structure and does not have /bin/sh.
Set the shell path at compile time in the Makefile by setting PERF_SHELL_PATH.
By default it is set to /bin/sh.
Signed-off-by: Irina Tirdea
---
too
From: Irina Tirdea
The default name for objdump is "objdump". For cross-compiling the name of
objdump will be different (e.g. arm-eabi-objdump in Android).
Set the default objdump name in the Makefile with DEFAULT_OBJDUMP_PATH.
Signed-off-by: Irina Tirdea
---
tools/perf/Makefile|4
From: Irina Tirdea
Temporary perf files are hardcoded to point to /tmp. Android does not have
a /tmp directory so it needs to set this path at compile time.
Add a compile-time definition (PERF_TMP_DIR) in the Makefile that sets the path
to temp directory. By default it points to /tmp.
Signed-of
From: Irina Tirdea
This is version 2 of the set of patches that replace hardcoded paths used
in perf with configurable options in the Makefile.
First version can be found at https://lkml.org/lkml/2012/9/20/537.
Thanks everybody for the reviews! This version fixes all issues mentioned in
reviews
On 08/20/2012 06:32 PM, Emil Goode wrote:
> This patch solves problems with the error handling by
> introducing labels for proper error paths and it also
> frees resources that where missed.
>
> Signed-off-by: Emil Goode
Applied.
Thanks,
Florian Tobias Schandinat
> ---
> drivers/video/hpfb.
1 - 100 of 154 matches
Mail list logo