[PATCH 5/6] PCI: generic: Pass proper starting bus number to...
From: David Daney <david.daney@cavium.com> If the bus is being configured with a bus-range that does not start at zero, pass that starting bus number to pci_scan_root_bus(). Passing the...
View Article[PATCH 4/6] PCI: generic: Correct, and avoid overflow, in bus_max calculation.
From: David Daney <david.daney@cavium.com> There are two problems with the bus_max calculation: 1) The u8 data type can overflow for large config space windows. 2) The calculation is incorrect...
View Article[PATCH 3/6] PCI: generic: Quit clobbering our pci_ops.
From: David Daney <david.daney@cavium.com> The pci-host-generic driver keeps a global struct pci_ops which it then patches with the .map_bus method appropriate for the bus device. A problem...
View ArticleRe: [Patch v2] firmware: qcom: scm: Add function stubs for ARM64
On Fri 11 Sep 14:01 PDT 2015, Andy Gross wrote: > This patch adds stubs for the SCM functions exposed in the QCOM SCM API. > > Signed-off-by: Andy Gross <agross@codeaurora.org> > ---...
View Article[PATCH] ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs
Newer bitfiles needs the reduced clk even for SMP builds Cc: <stable@vger.kernel.org> #4.2 Signed-off-by: Vineet Gupta <vgupta@synopsys.com> --- arch/arc/plat-axs10x/axs10x.c | 2 ++ 1 file...
View Article[PATCH] ARC fix for 4.3
Hi Linus, Could you please add this to 4.3 for merge window. Since this is a single patch I'm not bothering with a pull request. Thx, -Vineet Vineet Gupta (1): ARCv2: [axs103_smp] Reduce clk for SMP...
View ArticleRe: [PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
On Fri, Sep 11, 2015 at 4:16 PM, Chris Mason <clm@fb.com> wrote: > > For 4.3 timeframes, what runs do you want to see numbers for: > > 1) revert > 2) my hack > 3) plug over...
View Article[PATCH v2] regmap: Allocate buffers with GFP_ATOMIC when fast_io == true
If a regmap is using fast_io, allocate the scratch buffer in regmap_bulk_write() with GFP_ATOMIC instead of GFP_KERNEL. Otherwise we may schedule while atomic. Reported-by: Abhijeet Dharmapurikar...
View ArticleRe: [PATCH v18 0/4] ARM: rk3288: Add PM Domain support
Am Freitag, 11. September 2015, 13:40:35 schrieb Kevin Hilman: > Caesar Wang <wxt@rock-chips.com> writes: > > Thank you all for providing inputs and comments on previous versions of...
View ArticleRe: [PATCH 2/2] ARM: dts: support Highspeed for rk3066a platform
在 2015/9/12 6:45, Heiko Stübner 写道: > Hi Shawn, > > Am Freitag, 11. September 2015, 15:25:41 schrieb Shawn Lin: >> Add cap-sd-highspeed and cap-mmc-highspeed for rk3066a >>...
View ArticleRe: [PATCH] mm/mmap.c: Remove redundent 'get_area' function pointer in...
On 9/11/15 06:32, Andrew Morton wrote: > On Thu, 3 Sep 2015 12:14:51 +0800 gang.chen.5i5j@gmail.com wrote: > > size(1) says this generates more object code. And that probably means >...
View Article[PATCH] PCI: generic: Add support for Cavium ThunderX PCIe root complexes.
From: David Daney <david.daney@cavium.com> The config space for external PCIe root complexes on some Cavium ThunderX SoCs is very similar to CAM and ECAM, but differs in the shift values that...
View ArticleRe: [PATCH 4.1 00/78] 4.1.6-stable review
On 09/11/2015 04:49 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.1.6 release. > There are 78 patches in this series, all will be posted as a response...
View Articlequery re unlink() ... inotify ... open() race
Hi, We're noticing a rare race here with open() in tail(1), where this happens: tail --follow=name "file" /* "file" is unlinked() by another process */ read(IN_ATTRIB from inotify); /* for st_nlink--...
View ArticleDrawback to intel-rng no_fwh_detect option, if firmware space is locked...
I know the error message says I can try using the "no_fwh_detect" option. So, I am not asking how to fix this error. I am asking what it means, and what the difference is if the module would load with...
View ArticleRe: [PHP-DEV] Generic classes and methods RFC
(Please stop top-posting!) On Fri, Sep 11, 2015 at 10:55 AM, Ben Scholzen <mail@dasprids.de> wrote: > Well, with the example, there's a good reason to have them separated: > > class...
View ArticleRe: [PATCH 1/2] mm:zpool: constify struct zpool type
On (09/11/15 15:21), Andrew Morton wrote: > > From: Sergey SENOZHATSKY <sergey.senozhatsky@gmail.com> > > > > Constify `struct zpool' ->type. > > > > I think I...
View Article[PATCH 2.6.32 60/62] dccp: catch failed request_module call in dccp_probe init
2.6.32-longterm review patch. If anyone has any objections, please let me know. ------------------ From: Wang Weidong <wangweidong1@huawei.com> Check the return value of request_module during...
View Article[PATCH 2.6.32 56/62] libata: increase the timeout when setting transfer mode
2.6.32-longterm review patch. If anyone has any objections, please let me know. ------------------ From: Mikulas Patocka <mpatocka@redhat.com> commit d531be2ca2f27cca5f041b6a140504999144a617...
View Article[PATCH 2.6.32 39/62] cx24116: fix a buffer overflow when checking userspace...
2.6.32-longterm review patch. If anyone has any objections, please let me know. ------------------ From: Mauro Carvalho Chehab <mchehab@osg.samsung.com> commit...
View Article