Hi grygorii,
Thanks for the review.
On Mon, Nov 4, 2013 at 11:57 PM, Grygorii Strashko
wrote:
> Hi Prabhakar Lad,
>
> On 11/02/2013 05:39 PM, Lad, Prabhakar wrote:
>> From: "Lad, Prabhakar"
>>
>> This patch converts the davinci gpio driver to use irqdomain
>> support.
>
> This patch needs to be
On 5 November 2013 13:27, Kyungmin Park wrote:
> On Tue, Nov 5, 2013 at 3:29 PM, Tushar Behera
> wrote:
>> On 31 October 2013 21:46, Lee Jones wrote:
>>> On Thu, 31 Oct 2013, Tushar Behera wrote:
>>>
S5M8767 chip has 3 crystal oscillators running at 32KHz. These are
supported by s2mps
* Ingo Molnar wrote:
> Now it displays the spammy auto-detection all the time:
>
> comet:~/tip/tools/perf> make
> BUILD: Doing 'make -j12' parallel build
>
> Auto-detecting system features:
> ... backtrace: [ on ]
> ... dwarf: [ on ]
> ...
Signed-off-by: Alexey Kardashevskiy
---
Changes:
v2:
* it does not try to introduce a realmode search function.
Instead, liobn-to-iommu-group lookup is done by VFIO KVM device
in virtual mode and the result (iommu_group pointer) is cached
in kvm_arch so the realmode handlers do not use VFIO KVM d
On 11/04/2013 07:48 PM, Eugene Shatokhin wrote:
- Original Message -
I would appreciate the full log and your .config
I have attached the config and the log.
Meanwhile, I have found one suspicious place in the code that could be related:
mei_reset() ignores the return value of mei_hw
On 2013/11/5 15:52, Gao feng wrote:
> On 11/05/2013 03:51 PM, Gao feng wrote:
>> Ping...
>>
>
> I want to catch up the merge window..
>
Even if your patches are accepted by a certain maintainer immediately,
he will in no doubt queue them for 3.14.
--
To unsubscribe from this list: send the line
* Frederic Weisbecker wrote:
> On Mon, Nov 04, 2013 at 06:52:45PM +0100, Ingo Molnar wrote:
> >
> > * Frederic Weisbecker wrote:
> >
> > > On Mon, Nov 04, 2013 at 08:05:00AM +0100, Ingo Molnar wrote:
> > > >
> > > > * Davidlohr Bueso wrote:
> > > >
> > > > > Btw, do you suggest using a hig
Currently, DMAR driver save target pci devices pointers for drhd/rmrr/atsr
in (pci_dev *) array. This is not safe, because pci devices maybe
hot added or removed during system running. They will have new pci_dev *
pointer. So if there have two IOMMUs or more in system, these devices
will find a wro
This cover letter help to find the issue and review the patch.
Reproduce the issue:
linux-rh5885:~ # echo 1 > /sys/bus/pci/devices/\:80\:05.0/remove > I
remove this device because 80:05.0 device pointer saved in drhd->devices[index]
linux-rh5885:~ # echo 1 > /sys/bus/pci/rescan
linux-rh58
On Mon, Nov 04, 2013 at 09:00:23PM -0600, Shirish Pargaonkar wrote:
> For a similar issue in cifs vfs (samba bugzilla 8950), I was going to try
> unset the bit DCACHE_OP_REVALIDATE of d_flags of the
> dentry. Would something like work for the mountpoint dentry?
The DCACHE_OP_REVALIDATE are just c
On 04/11/13 17:29, Jiri Olsa wrote:
> On Fri, Nov 01, 2013 at 03:51:34PM +0200, Adrian Hunter wrote:
>> By default, when tasks are specified (i.e. -p, -t
>> or -u options) per-thread mmaps are created. Add
>> an option to override that and force per-cpu mmaps.
>>
>> Signed-off-by: Adrian Hunter
>
Kexec kernel will use saved runtime virtual mapping, so add a
new function efi_remap_region to remapping it directly without
calculate the virt addr from efi_va.
The md is passed in from 1st kernel, the virtual addr is
saved in md->virt_addr.
Signed-off-by: Dave Young
---
arch/x86/include/asm/e
kexec kernel will need exactly same mapping for
efi runtime memory ranges. Thus here export the
runtime ranges mapping to sysfs, kexec-tools
will assemble them and pass to 2nd kernel via
setup_data.
Introducing a new directly /sys/firmware/efi/efi-runtime-map
Just like /sys/firmware/memmap. Contai
Old kexec-tools can not load new kernel. The reason is previously kexec-tools
do not fill efi_info in x86 setup header thus efi init fail and switch
to noefi boot. In new kexec-tools it will by default fill efi_info and
pass other efi required infomation to 2nd kernel so kexec kernel efi
initializa
Export fw_vendor, runtime and config tables physical
addresses to /sys/firmware/efi/systab becaue kexec
kernel will need them.
>From EFI spec these 3 variables will be updated to
virtual address after entering virtual mode. But
kernel startup code will need the physical address.
Signed-off-by: Da
Current code check boot service region with kernel text region by:
start+size >= __pa_symbol(_text)
The end of the above region should be start + size - 1 instead.
I see this problem in ovmf + Fedora 19 grub boot:
text start: 100 md start: 80 md size: 80
Signed-off-by: Dave Young
Ac
Add a new setup_data type SETUP_EFI for kexec use.
Passing the saved fw_vendor, runtime, config tables and
efi runtime mappings.
When entering virtual mode, directly mapping the efi
runtime ragions which we passed in previously. And skip
the step to call SetVirtualAddressMap.
Specially for HP z42
Hi,
Here is the V2 for supporting kexec kernel efi runtime.
Per pervious discussion I pass the 1st kernel efi runtime mapping
via setup_data to 2nd kernel. Besides of the runtime mapping
info I also pass the fw_vendor, runtime, config table, smbios
physical address in setup_data. EFI spec mentione
Add two small functions:
efi_merge_regions and efi_map_regions, efi_enter_virtual_mode
calls them instead of embedding two long for loop.
v1->v2:
refresh; coding style fixes.
Signed-off-by: Dave Young
---
arch/x86/platform/efi/efi.c | 107 +---
1 file ch
Sysfs interfaces for the GenWQE card. There are attributes to query
the version of the bitstream as well as some for the driver. For
debugging, please also see the debugfs interfaces of this driver.
Signed-off-by: Frank Haverkamp
Co-authors: Joerg-Stephan Vogt ,
Michael Jung ,
The GenWQE device is a PCIe card used to acclerate different tasks.
Since it is configurable, it can be adjusted to different purposes.
Our initial task for the card is to do zlib style compression/decompression
RFC1950, RFC1951, and RFC1952.
I kindly ask for your feedback on the code, such that I
Enable possiblity to configure and build this driver.
Signed-off-by: Frank Haverkamp
Co-authors: Joerg-Stephan Vogt ,
Michael Jung ,
Michael Ruettger
---
drivers/misc/Kconfig |1 +
drivers/misc/Makefile|1 +
drivers/misc/genwqe/Kconfig | 13 +++
Miscelanous functionality used in the other GenWQE driver parts.
Signed-off-by: Frank Haverkamp
Co-authors: Joerg-Stephan Vogt ,
Michael Jung ,
Michael Ruettger
---
drivers/misc/genwqe/card_utils.c | 983 ++
1 files changed, 983 inser
Debugfs interfaces for the GenWQE card. Help to debug potential
problems. Dump internal chip state for debugging and failure
determination.
Signed-off-by: Frank Haverkamp
Co-authors: Joerg-Stephan Vogt ,
Michael Jung ,
Michael Ruettger
---
Documentation/ABI/testing/debug
Hi Grygorii,
Thanks for the review.
On Mon, Nov 4, 2013 at 11:58 PM, Grygorii Strashko
wrote:
> Hi Prabhakar Lad,
>
>
> On 11/02/2013 05:39 PM, Lad, Prabhakar wrote:
>>
>> From: KV Sujith
>>
>> This patch adds OF parser support for davinci gpio
>> driver and also appropriate documentation in gp
On 11/05/2013 04:11 PM, Li Zefan wrote:
> On 2013/11/5 15:52, Gao feng wrote:
>> On 11/05/2013 03:51 PM, Gao feng wrote:
>>> Ping...
>>>
>>
>> I want to catch up the merge window..
>>
>
> Even if your patches are accepted by a certain maintainer immediately,
> he will in no doubt queue them for 3.
On Tue, Nov 5, 2013 at 5:04 PM, Tushar Behera wrote:
> On 5 November 2013 13:27, Kyungmin Park wrote:
>> On Tue, Nov 5, 2013 at 3:29 PM, Tushar Behera
>> wrote:
>>> On 31 October 2013 21:46, Lee Jones wrote:
On Thu, 31 Oct 2013, Tushar Behera wrote:
> S5M8767 chip has 3 crystal o
Hi Ryan,
Am Dienstag, den 05.11.2013, 08:55 +1100 schrieb Ryan Mallon:
> On 05/11/13 04:08, Frank Haverkamp wrote:
> > Selecting interface names via configuration option is obsolete.
>
> Don't do this. You are adding completely new code, so there is no reason
> to post a patch full of code that i
On Tue, 5 Nov 2013 08:46:50 +0100, Ingo Molnar wrote:
> * Namhyung Kim wrote:
>> I think it'd better to separate the option and pass column and
>> (optional) sort key argument.
>>
>> --cumulative both,total (default)
>> --cumulative both,self
>> --cumulative total
>> --cumulative self (me
On 11/05/2013 01:27 AM, Jason Gunthorpe wrote:
Commit cc9d4598 'net: mv643xx_eth: use of_phy_connect if phy_node
present' made the call to phy_scan optional, if the DT has a link to
the phy node.
However phy_scan has the side effect of calling phy_addr_set, which
writes the phy MDIO address to t
Simple driver to enable control of the fan in ASUS laptops. So far this
has only been tested in ASUS Zenbook Prime UX31A, but according to some
online reference [1], it should work in other models as well.
The implementation is very straight-forward, the only caveat is that the
fan speed needs to
Hi,
On 01.11.2013 20:58, Tomasz Figa wrote:
Hi,
On Monday 14 of October 2013 19:08:23 Vyacheslav Tyrtov wrote:
From: Tarek Dakhran
The EXYNOS5410 clocks are statically listed and registered
using the Samsung specific common clock helper functions.
Signed-off-by: Tarek Dakhran
Signed-off-by
Currently system always reboot after below message when execute "kexec -e".
[0.572119] smpboot: Booting Node 0, Processors # 1 OK
In commit 1b3a5d02ee070c8f994b9b6370f486601e0f, reboot= handling was
moved to kerne/reboot.c. However, the code to migrate current thread to
reboot cpu wa
On Tuesday 05 of November 2013 12:50:18 Vivek Gautam wrote:
> Hi Kishon,
>
> On Mon, Nov 4, 2013 at 6:42 PM, Kishon Vijay Abraham I
wrote:
> > Hi,
> >
> > On Monday 04 November 2013 03:45 PM, Kamil Debski wrote:
> >> Hi Kishon,
> >>
> >>> From: Kishon Vijay Abraham I [mailto:kis...@ti.com]
> >
Hi,
As I was coding something like this:
static struct spi_ioc_transfer *xfer;
struct spi_frame *rx_frame;
xfer = calloc(nb, sizeof(*xfer));
for (i = 0; i < nb; i++) {
xfer[i].tx_buf = (unsigned long)tx_buf;
xfer[i].rx_buf = (unsigne
Hi,
> From: Vivek Gautam [mailto:gautamvivek1...@gmail.com]
> Sent: Tuesday, November 05, 2013 8:20 AM
> To: Kishon Vijay Abraham I
> Cc: Kamil Debski; Vivek Gautam; Linux USB Mailing List; linux-samsung-
> s...@vger.kernel.org; linux-kernel@vger.kernel.org;
> devicet...@vger.kernel.org; linux-arm
Hello,
libtraceevent reports ` unknown op '{' ' while processing hrtimer_expire_entry
event
cat /sys/kernel/debug/tracing/events/timer/hrtimer_expire_entry/format
name: hrtimer_expire_entry
ID: 91
format:
field:unsigned short common_type; offset:0; size:2;
signed:0;
On Tue, Nov 05, 2013 at 10:28:38AM +0200, Adrian Hunter wrote:
> On 04/11/13 17:29, Jiri Olsa wrote:
> > On Fri, Nov 01, 2013 at 03:51:34PM +0200, Adrian Hunter wrote:
> >> By default, when tasks are specified (i.e. -p, -t
> >> or -u options) per-thread mmaps are created. Add
> >> an option to ove
[Sorry, for the resend, I didn't pay attention and used Mark's old
email address]
2013/11/5 Richard Genoud :
> Hi,
>
> As I was coding something like this:
> static struct spi_ioc_transfer *xfer;
> struct spi_frame *rx_frame;
> xfer = calloc(nb, sizeof(*xfer));
>
>
1. The irq routine is so simple (just one register read) shouldn't be long
Hence, reduce the timeout to 100milli secs,
2. With 100ms of wait time, interruptible is very much unnecessary.
Hence, use wait_for_completion_timeout instead of
wait_for_completion_interruptible_timeout
3. Reset so
On Mon, Nov 04, 2013 at 09:20:10PM -0800, Greg KH wrote:
> > I fixed it up (see below) and can carry the fix as necessary (no action
> > is required).
>
> Looks good to me, thanks.
The lloop driver should simply be dropped. It's a duplication of loop
which had some lustre-specific hacks that are
On Wed, 30 Oct 2013, Nikolai Kondrashov wrote:
> > It's hard to believe that those quirks will lead to the problem.
> > And actually, there are 4 new commits introduced to -rc7, and 3 of
> > them are quirks.
> >
> > % git log --pretty=oneline v3.12-rc6..v3.12-rc7 drivers/hid
> > 86b84167d4e673723
Hi
The problem that you found was fixed in patch here:
https://lkml.org/lkml/2013/6/23/169
And this patch merged into 3.11 according to
http://lxr.free-electrons.com/source/drivers/misc/mei/mei_dev.h?v=3.11
Can you re-check with latest 3.11 point release?
Thanks
--
Sasha
-Original Message
On 11/04/2013 05:40 PM, Cody P Schafer wrote:
> Provide a new helper called rb_next_postorder_entry() to perform NULL
> checks and container_of() coversions and use it in
> rbtree_for_each_entry_safe() to fix oopses that occur when rb_node is
> not the first element in the entry.
On second thought
The lock sequence of dcon_blank_fb(fb_info->lock ---> console_lock) is against
with the one of console_callback(console_lock ---> fb_info->lock), it'll
lead to a potential dead lock, so reorder the lock sequence of dcon_blank_fb
to avoid the potential dead lock.
Signed-off-by: Gu Zheng
---
drive
Following commits:
50e244cc79 fb: rework locking to fix lock ordering on takeover
e93a9a8687 fb: Yet another band-aid for fixing lockdep mess
054430e773 fbcon: fix locking harder
reworked locking to fix related lock ordering on takeover, and introduced
console_lock
into fbmem, but it seems that th
Stop the loop of iterating bh if we have confirmed page
has dirty and writeback buffers.
Signed-off-by: Gu Zheng
---
fs/buffer.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/buffer.c b/fs/buffer.c
index 6024877..519cc5c 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@
Julian Andres Klode writes:
>
> +TPACPI_HANDLE(battery, root, "\\_SB.PCI0.LPC.EC.HKEY",
> +"\\_SB.PCI0.LPCB.EC.HKEY", /* X121e, T430u */
> +"\\_SB.PCI0.LPCB.H_EC.HKEY", /* L430 */
> +"\\_SB.PCI0.LPCB.EC0.HKEY", /* Edge/S series */
> +);
We used to use a percpu structure vq_index to record the cpu to queue
mapping, this is suboptimal since it duplicates the work of XPS and
loses all other XPS functionality such as allowing user to configure
their own transmission steering strategy.
So this patch switches to use XPS and suggest a d
On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote:
> Fixed three coding style issues. Replaced spaces with tabs.
>
> Signed-off-by: Aldo Iljazi
> ---
> fs/btrfs/dev-replace.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/fs/btrfs/dev-replace.c b/fs/btr
David Sterba wrote:
> On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote:
> > Fixed three coding style issues. Replaced spaces with tabs.
> >
> > Signed-off-by: Aldo Iljazi
> > ---
> > fs/btrfs/dev-replace.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff
On Wed, Jun 13, 2012 at 08:13:29AM +0200, Paolo Bonzini wrote:
> Sure. Thanks for the hints, I'll submit a v2 (may take a while as I'll
> leave for holiday soon).
Did you ever get back to this?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
On 05/11/13 03:30, Bob Liu wrote:
>
> On 11/05/2013 01:22 AM, David Vrabel wrote:
>> On 04/11/13 12:39, Bob Liu wrote:
>>> Currently the goal_page in xen-selfballon doesn't consider much about pages
>>> used
>>> in kernel space.
>>> A typical usage is slab pages, without consider slab pages the g
On Tue, 5 Nov 2013 13:39:59 +1100
NeilBrown wrote:
> On Mon, 4 Nov 2013 20:16:26 -0500 Jeff Layton wrote:
>
> > We had a couple of reports of people that are mounting NFS filesystems,
> > and then bind mounting certain local files onto dentries in that nfs
> > mount (sort of like a poor-man's
On Tue, Nov 05, 2013 at 12:32:37PM +0200, Aldo Iljazi wrote:
> David Sterba wrote:
>
> > On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote:
> > > Fixed three coding style issues. Replaced spaces with tabs.
> > >
> > > Signed-off-by: Aldo Iljazi
> > > ---
> > > fs/btrfs/dev-replace.c
Il 05/11/2013 11:34, Christoph Hellwig ha scritto:
> On Wed, Jun 13, 2012 at 08:13:29AM +0200, Paolo Bonzini wrote:
>> Sure. Thanks for the hints, I'll submit a v2 (may take a while as I'll
>> leave for holiday soon).
>
> Did you ever get back to this?
I have some patches for both kernel and xfs
David Sterba wrote:
> On Tue, Nov 05, 2013 at 12:32:37PM +0200, Aldo Iljazi wrote:
> > David Sterba wrote:
> >
> > > On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote:
> > > > Fixed three coding style issues. Replaced spaces with tabs.
> > > >
> > > > Signed-off-by: Aldo Iljazi
> >
With gcc 4.6.0 the -mfentry feature places the function profiling call
at the start of the function. When this is used, the call is to
__fentry__ and not mcount. This is required for Ksplice as the C
version of recordmcount doesn't insert section symbols for the
__mcount_loc section so we fall bac
On Mon, 4 Nov 2013 21:00:23 -0600
Shirish Pargaonkar wrote:
> For a similar issue in cifs vfs (samba bugzilla 8950), I was going to try
> unset the bit DCACHE_OP_REVALIDATE of d_flags of the
> dentry. Would something like work for the mountpoint dentry?
>
>
I don't think that's the same issue
On 04/11/13 15:38, Roger Pau Monne wrote:
> The new GNTTABOP_unmap_and_duplicate operation doesn't zero the
> mapping passed in new_addr, allowing us to perform batch unmaps in p2m
> code without requiring the use of a multicall.
Should the grant maps should be batched in a similar way?
> +int m2
Hi,
mm git tree goes on again after some pause while I was on vacation.
I have just created since-3.12 branch in mm git tree
(http://git.kernel.org/?p=linux/kernel/git/mhocko/mm.git;a=summary). It
is based on v3.12 tag in Linus tree and mmotm 2013-11-04-16-11.
I have merged Tejun's cgroups/for-3.
On Tue, Nov 05, 2013 at 06:01:00PM +0800, Gu Zheng wrote:
> The lock sequence of dcon_blank_fb(fb_info->lock ---> console_lock) is against
> with the one of console_callback(console_lock ---> fb_info->lock), it'll
> lead to a potential dead lock, so reorder the lock sequence of dcon_blank_fb
> to a
On Tuesday, November 05, 2013 6:37 PM, Kamil Debski wrote:
> On Tuesday, November 05, 2013 8:20 AM, Vivek Gautam wrote:
> > On Mon, Nov 4, 2013 at 6:42 PM, Kishon Vijay Abraham I
> > wrote:
> > > On Monday 04 November 2013 03:45 PM, Kamil Debski wrote:
> > >> On Monday, November 04, 2013 7:55 AM,
On Mon, Nov 04, 2013 at 03:37:13PM -0800, Tim Chen wrote:
> +EXPORT_SYMBOL(mcs_spin_lock);
If that can be a GPL, please make it so.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.k
On Mon, Nov 04, 2013 at 08:27:36PM -0500, Steven Rostedt wrote:
>
> Paul,
>
> As I added the rcu_is_watching() to the ftrace code to prevent perf
> from tracing functions where RCU is not watching, I noticed that the
> rcu_is_watching() functions can themselves be traced. I would say this
> is a
IMHO there's no reason to set a m2p override if the mapping is done in
kernel space, so only set the m2p override when kmap_ops is set.
When kmap_ops is not set, just set the correct p2m translation, this
avoids touching the m2p lock, reducing contention around it.
Signed-off-by: Roger Pau Monné
On 05/11/13 12:24, Roger Pau Monne wrote:
> IMHO there's no reason to set a m2p override if the mapping is done in
> kernel space, so only set the m2p override when kmap_ops is set.
>
> When kmap_ops is not set, just set the correct p2m translation, this
> avoids touching the m2p lock, reducing co
On Tue, Nov 05, 2013 at 12:40:16PM +0200, Aldo Iljazi wrote:
> > > I replaced the spaces with tabs, as the kernel coding style suggests.
> >
> > I repeat:
> >
> > Whitespace changes are just noise, we don't need them at this point of
> > development phase of btrfs.
> >
> > david
>
> Okay then i
* change priority level from KERN_INFO to KERN_ERR
* add "skd: " prefix
* do minor CodingStyle fixes
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_main.c | 21 +
1 file changed, 9 insertions(+)
Hi,
Here is a bunch of fixes/cleanups for the new skd driver.
Reference to v1:
https://lkml.org/lkml/2013/9/30/279
Changes since v1:
- synced against for-3.13/drivers branch (commit 76c4a6f) of block tree
- dropped no longer needed patch #4 ("skd: alloc flush slab only if some
devices
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_main.c | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
index 6f09bca..8c96d18
This is not a SCSI host driver so remove SCSI subsystem specific
includes.
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/block/skd_main.c b/driv
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_s1120.h | 230 ++
1 file changed, 110 insertions(+), 120 deletions(-)
diff --git a/drivers/block/skd_s1120.h b/drivers/bloc
SKD_OMIT_FROM_SRC_DIST is never defined.
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_s1120.h | 14 --
1 file changed, 14 deletions(-)
diff --git a/drivers/block/skd_s1120.h b/drivers/block/skd_s1120
skdev->pdev is set to pdev twice in skd_pci_probe(), first time
through skd_construct() call and the second time directly in
the function. Remove the second assignment as it is not needed.
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
-
Reorder placement of skd_construct(), skd_cons_sg_list(), skd_destruct()
and skd_free_sg_list() functions. Then remove no longer needed function
prototypes.
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_main.c | 3
skdev->pdev and skdev->pdev->bus are always different than NULL in
skd_do_inq_page_da() so simplify the code accordingly.
Also cache skdev->pdev value in pdev variable while at it.
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
dri
Register block device in skd_pci_probe() instead of in skd_init() so it
is registered only if some devices are present (currently it is always
registered when the driver is loaded). Please note that this change
depends on the fact that register_blkdev(0, ...) never returns 0.
Cc: Akhil Bhansali
C
(2013/11/05 16:05), Ingo Molnar wrote:
>
> * Masami Hiramatsu wrote:
>
>> (2013/11/05 15:09), Ingo Molnar wrote:
>>>
>>> * Steven Rostedt wrote:
>>>
On Fri, 01 Nov 2013 11:25:37 +
Masami Hiramatsu wrote:
> Prohibit probing on func_ptr_is_kernel_text().
> Since the fu
Use instead of .
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
index 47d8a6a..e3dfd0d
register_blkdev() is called before pci_register_driver() in skd_init()
so unregister_blkdev() should be called after pci_unregister_driver()
in skd_exit(). Fix it.
Cc: Akhil Bhansali
Cc: Jeff Moyer
Signed-off-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Kyungmin Park
---
drivers/block/skd_mai
Hi,
On 11/05/2013 01:58 PM, Usyskin, Alexander wrote:
The problem that you found was fixed in patch here:
https://lkml.org/lkml/2013/6/23/169
And this patch merged into 3.11 according to
http://lxr.free-electrons.com/source/drivers/misc/mei/mei_dev.h?v=3.11
Can you re-check with latest 3.11 po
Hi,
We are having a boot-time kernel panic on Samsung's Exynos5250-based
Arndale board with next-20131105. Bisect points to following commit.
<<<
commit febca1baea1cfe2d7a0271385d89b03d5fb34f94
Author: Chris Mason
Date: Thu Oct 31 13:32:42 2013 -0600
block: setup bi_
> Hi,
>
> On 11/05/2013 01:58 PM, Usyskin, Alexander wrote:
> > The problem that you found was fixed in patch here:
> https://lkml.org/lkml/2013/6/23/169
> > And this patch merged into 3.11 according to http://lxr.free-
> electrons.com/source/drivers/misc/mei/mei_dev.h?v=3.11
> > Can you re-check
On Tue, Nov 05, 2013 at 11:18:02AM +0100, Bjørn Mork wrote:
> Julian Andres Klode writes:
>
> >
> > +TPACPI_HANDLE(battery, root, "\\_SB.PCI0.LPC.EC.HKEY",
> > + "\\_SB.PCI0.LPCB.EC.HKEY", /* X121e, T430u */
> > + "\\_SB.PCI0.LPCB.H_EC.HKEY", /* L430 */
> > + "\
On Tue, Nov 05, 2013 at 10:08:06AM +0530, Viresh Kumar wrote:
> Adding shawn in cc list..
>
> On 5 November 2013 08:40, rjying wrote:
> > From: Rongjun Ying
> >
> > Sometime the regulator can't supply appropriate voltages for requestion of
> > cpu.
> > All voltage tolerance value can't figure o
Do You Need A Loan? Email Us Now At jerryfund...@rediffmail.com With Amount
Needed As Loan And Phone Number.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-inf
Hi,
this is a patch series to introduce request_firmware_direct() helper
for avoiding the lengthy udev issue on microcode loader.
The original problem was stated in Prarit's post:
https://lkml.org/lkml/2013/10/28/221
In short, microcode loader probes non-existing firmware files (which
are case
Use the new helper, request_firmware_direct(), for avoiding the
lengthy timeout of non-existing firmware loads. Especially the Intel
microcode driver suffers from this problem because each CPU triggers
the f/w loading, thus it ends up taking (literally) hours with many
cores.
Tested-by: Prarit Bh
When CONFIG_FW_LOADER_USER_HELPER is set, request_firmware() falls
back to the usermode helper for loading via udev when the direct
loading fails. But the recent udev takes way too long timeout (60
seconds) for non-existing firmware. This is unacceptable for the
drivers like microcode loader wher
* Namhyung Kim wrote:
> On Tue, 5 Nov 2013 08:46:50 +0100, Ingo Molnar wrote:
> > * Namhyung Kim wrote:
> >> I think it'd better to separate the option and pass column and
> >> (optional) sort key argument.
> >>
> >> --cumulative both,total (default)
> >> --cumulative both,self
> >> --cu
Hi!
I tried pulling current linux-n900 tree from gitorious.
So far I got:
CC sound/soc/codecs/tpa6130a2.o
sound/soc/codecs/tpa6130a2.c: In function 'tpa6130a2_i2c_read':
sound/soc/codecs/tpa6130a2.c:63:3: error: implicit declaration of
function 'i2c_smbus_read_byte_data'
[-Werror=implicit
On Tuesday, November 05, 2013 8:13 PM, Jingoo Han wrote:
> On Tuesday, November 05, 2013 6:37 PM, Kamil Debski wrote:
> > On Tuesday, November 05, 2013 8:20 AM, Vivek Gautam wrote:
> > > On Mon, Nov 4, 2013 at 6:42 PM, Kishon Vijay Abraham I
> > > wrote:
> > > > On Monday 04 November 2013 03:45 P
On Sun 2013-10-27 17:14:26, Sebastian Reichel wrote:
> From: Luciano Coelho
>
> Move the wl1251 part of the wl12xx platform data structure into a new
> structure specifically for wl1251. Change the platform data built-in
> block and board files accordingly.
>
> Cc: Tony Lindgren
> Signed-off-b
Mimi Zohar wrote:
> @@ -132,24 +133,22 @@ static inline int integrity_digsig_verify(const
> unsigned int id,
> return -EOPNOTSUPP;
> }
>
> +static int integrity_init_keyring(const unsigned int id)
Please add inline keyword, or compiler makes noisy warning.
> +{
> + return 0;
> +}
>
Am Sonntag, 3. November 2013, 07:41:35 schrieb Theodore Ts'o:
Hi Theodore,
>On Sun, Nov 03, 2013 at 08:20:34AM +0100, Stephan Mueller wrote:
>
>Sandy Harris pointed out a very good paper that I would definitely
>recommend that people read:
>
>http://lwn.net/images/conf/rtlws11/random-hardware.pd
Notably: changed lib/rwsem* targets from lib- to obj-, no idea about
the ramifications of that.
Cc: dhowe...@redhat.com
Suggested-by: Ingo Molnar
Signed-off-by: Peter Zijlstra
---
kernel/Makefile |2
kernel/locking/Makefile |4
kernel/locking/rwsem-spinlock.c |
Cc: wi...@linux.intel.com
Suggested-by: Ingo Molnar
Signed-off-by: Peter Zijlstra
---
kernel/Makefile|2
kernel/locking/Makefile|2
kernel/locking/semaphore.c | 263 +
kernel/semaphore.c | 263 --
Suggested-by: Ingo Molnar
Signed-off-by: Peter Zijlstra
---
kernel/Makefile |3
kernel/locking/Makefile |4
kernel/locking/spinlock.c | 399
kernel/locking/spinlock_debug.c | 302 ++
k
Suggested-by: Ingo Molnar
Signed-off-by: Peter Zijlstra
---
kernel/Makefile |2 -
kernel/lglock.c | 89
kernel/locking/Makefile |2 -
kernel/locking/lglock.c | 89
4 fil
1 - 100 of 545 matches
Mail list logo