This patch fixes coding style issue of using pr_notice instead of printk,
warning as issued by checkpatch.pl
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude mention of patch nu
This patch fixes warning of line over 80 characters, as issued by
checkpatch.pl
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude mention of patch number from changelog
drivers
If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the
clk already handled.
With the current implemenatation, we try to do that on the clk that has
triggered the error, which is a no-op, and leave 'msm_host->bus_clks[0]'
untouched.
Shift by one the index array to free resources
This adds standard documentation for the sysfs switchtec attributes and
a RST formatted text file which documents the char device interface.
Jonathan Corbet has indicated he will move this to a new user-space
developer documentation book once it's created.
Signed-off-by: Logan Gunthorpe
Signed-of
This patch fixes coding style issue of using tabs instead of spaces at
start of line, error as issued by checkpatch.pl
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude mention o
This patch fixes error of enclosing complex macro value in parentheses,
error as issued by checkpatch
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
- incorporated review comment of correct indentation for do stat
This patch fixes coding style issue of using __func__ instead of gcc
specific __FUNCTION__, warning as issued by checkpatch
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude ment
This patch remove duplicate inclusion of linux/init.h in
xenbus_dev_frontend.c.
Confirm successfully compile after remove the line.
Signed-off-by: Masanari Iida
---
drivers/xen/xenbus/xenbus_dev_frontend.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.
This patch introduces a couple of special IOCTLs which are provided to:
* Inform userspace of firmware partition locations
* Pass event counts and allow userspace to wait on events
* Translate between PFF numbers used by the switch to
port numbers.
Signed-off-by: Logan Gunthorpe
Signed-off-by:
Microsemi's "Switchtec" line of PCI switch devices is already well
supported by the kernel with standard PCI switch drivers. However, the
Switchtec device advertises a special management endpoint with a separate
PCI function address and class code. This endpoint enables some additional
functionalit
Changes since v4:
* Turns out pushing the pci release code into the device release
function didn't work as I would have liked. If you try to unbind the
device with an instance open, then you hit a kernel bug at
drivers/pci/msi.c:371. (This didn't occur in v3.)
To solve this, we've moved t
This patch fixes coding style issue of having block comments using a
trailing */ on a separate line, warning as issued by checkpatch
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exc
This patch adds a few read-only sysfs attributes which provide
some device information that is exposed from the devices. Primarily
component and device names and versions. These are documented in
Documentation/ABI/testing/sysfs-class-switchtec.
Signed-off-by: Logan Gunthorpe
Signed-off-by: Stephe
Michal Hocko wrote:
> On Wed 22-02-17 11:02:21, Tetsuo Handa wrote:
> > Michal Hocko wrote:
> > > On Tue 21-02-17 23:35:07, Tetsuo Handa wrote:
> > > > Michal Hocko wrote:
> > > > > OK, so it seems that all the distractions are handled now and
> > > > > linux-next
> > > > > should provide a reason
;linux-review/Bjorn-Andersson/arm64-dts-msm8996-Add-modem-and-slpi-smp2p-nodes/20170225-083258'
into devel-spot-201702251707
git bisect bad 229797d6c89ad2304c27c1d355d7684f20097fa3 # 02:09 0-
10 Merge
'linux-review/Eric-Biggers/crypto-constify-test-vectors/20170225-075240
Hi.
2017-02-17 6:18 GMT+09:00 Stephen Boyd :
> If the kernel is configured to be built with debug symbols, or
> has bug tables, comparing files may not work if line numbers
> change. This makes comparing object files with these options
> harder to do. Let's strip out the debug info and drop the
>
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote:
> The V3s SoC features an analog codec with headphone support but without
> mic2 and linein.
It doesn't have MBIAS either. Please split it out as well.
ChenYu
>
> Add support for it.
>
> Signed-off-by: Icenowy Zheng
> ---
> Documentation/d
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote:
> Allwinner V3s SoC features an analog codec without linein and mic2.
>
> Split out them, in order to prepare for the analog codec on V3s.
>
> Signed-off-by: Icenowy Zheng
Acked-by: Chen-Yu Tsai
Though it would be better if you did 1 split
This patch remove duplicate inclusion of blkdev.h in util.h.
Confirm compile successfully after remove the line.
Signed-off-by: Masanari Iida
---
drivers/md/bcache/util.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h
index cf2cbc211d83..03
Hi.
Decumentation/devicetree/bindings/opp/opp.txt
takes examples like this:
opp@10 {
opp-hz = /bits/ 64 <10>;
opp-microvolt = <97 975000 985000>;
opp-microamp = <7>;
clock-latency-ns = <30>;
Fix following checkpatch warning:
WARNING: line over 80 characters
+&synth->attributes) <
0)
total: 0 errors, 1 warnings, 485 lines checked
Signed-off-by: Man Choy
---
drivers/staging/speakup/synth.c | 4 ++--
1 file changed, 2 insertions
- The inclusion of skeleton.dtsi is deprecated.
Specify #address-cells and #size-cells explicitly
- If built with W=1, many warnings are displayed. Fix them.
Masahiro Yamada (3):
ARM: dts: uniphier: remove skeleton.dtsi inclusion
ARM: dts: uniphier: fix no unit name warnings
arm64
Commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi as
deprecated") declared that skeleton.dtsi was deprecated.
Signed-off-by: Masahiro Yamada
---
arch/arm/boot/dts/uniphier-ld4.dtsi | 4 ++--
arch/arm/boot/dts/uniphier-pro4.dtsi | 4 ++--
arch/arm/boot/dts/uniphier-pro5.dtsi | 4 ++-
Fix warnings reported when built with W=1:
Node /memory has a reg or ranges property, but no unit name
Signed-off-by: Masahiro Yamada
---
arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 2 +-
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi| 2 +-
arch/arm64/boot/dts/socionext/uniph
Fix warnings reported when built with W=1:
Node /memory has a reg or ranges property, but no unit name
Signed-off-by: Masahiro Yamada
---
arch/arm/boot/dts/uniphier-ld4-ref.dts | 2 +-
arch/arm/boot/dts/uniphier-ld6b-ref.dts | 2 +-
arch/arm/boot/dts/uniphier-pro4-ace.dts | 2
When pcpu_alloc() is called with gfp != GFP_KERNEL, the likelihood of
a failure is higher than GFP_KERNEL case. This is mainly because
pcpu_alloc() relies on previously allocated reserves and does not make
an effort to add memory to its pools for non-GFP_KERNEL case.
This issue is somewhat mitigat
Hi Boris,
Thanks a lot for your comments, sorry so late to reply!
On 02/14/17 at 06:32pm, Borislav Petkov wrote:
> > diff --git a/arch/x86/include/asm/page_64_types.h
> > b/arch/x86/include/asm/page_64_types.h
> > index 9215e05..24c9098 100644
> > --- a/arch/x86/include/asm/page_64_types.h
> > +
Hi,
On Sun, Feb 26, 2017 at 9:19 AM, Icenowy Zheng wrote:
> From: Andre Przywara
>
> The new Allwinner H5 SoC is pin-compatible to the H3 SoC, but with the
> Cortex-A7 cores replaced by Cortex-A53 cores and the MMC controller
> updated. So we should really share almost the whole .dtsi.
> In prep
MACH_OX820 depends on ARCH_MULTI_V6, which already selects CPU_V6K.
Signed-off-by: Masahiro Yamada
---
arch/arm/mach-oxnas/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig
index 8fa4557..e3610c5 100644
--- a/arch/arm/mach-oxnas
ARCH_ATLAS7 resides in "if ARCH_SIRF ... end", and ARCH_SIRF depends
on ARCH_MULTI_V7, which selects CPU_V7.
Signed-off-by: Masahiro Yamada
---
arch/arm/mach-prima2/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig
index 85e87
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/wifi.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h
index 74dfc9b0e494..556367bfbe8a 10
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/wlan_bssdef.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8712/wlan_bssdef.h
b/drivers/staging/rtl8712/wlan_bssdef.h
index c0654ae4d70d..
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_recv.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_recv.h
b/drivers/staging/rtl8712/rtl871x_recv.h
index f419
Fixed style fo block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_pwrctrl.h | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_pwrctrl.h
b/drivers/staging/rtl8712/rtl871x_pwrctrl.h
ind
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_mp_ioctl.h | 32 +++---
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_mp_ioctl.h
b/drivers/staging/rtl87
Fixed style of block comments.
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_io.h | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_io.h
b/drivers/staging/rtl8712/rtl871x_io.h
index 26dd24c
Fixed style of block comments across whole of the rtl8712 driver
Found using check patch
Derek Robson (9):
Staging: rtl8712: rtl871x_cmd.h - block comments
Staging: rtl8712: rtl871x_event.h - style fix
Staging: rtl8712: rtl871x_io.h - style fix
Staging: rtl8712: rtl871x_mlme.h - style fix
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_mlme.h | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_mlme.h
b/drivers/staging/rtl8712/rtl871x_mlme.h
index
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_event.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_event.h
b/drivers/staging/rtl8712/rtl871x_event.h
index 5db862
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_cmd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h
b/drivers/staging/rtl8712/rtl871x_cmd.h
index 4734ca856aa2..24da2c
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue:
> Add basic dts files for hi3798cv200-poplar board. Poplar is the
> first development board compliant with the 96Boards Enterprise
> edition TV Platform specification. The board features the
"Enterprise Edition"
> Hi3798CV200 with an integrated quad-c
On Sat, 25 Feb 2017, Brian Ashworth wrote:
> The pivot_root syscall is not needed on systems that do not use
> any intermediate filesystem. Allowing for pivot_root to be
> ommitted from the kernel will aid in the tinification efforts.
>
> Without CONFIG_PIVOT_ROOT_SYSCALL set
> add/remove: 0/2 gr
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue:
> Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board.
>
> Signed-off-by: Jiancheng Xue
> ---
> Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetr
The pivot_root syscall is not needed on systems that do not use
any intermediate filesystem. Allowing for pivot_root to be
ommitted from the kernel will aid in the tinification efforts.
Without CONFIG_PIVOT_ROOT_SYSCALL set
add/remove: 0/2 grow/shrink: 1/0 up/down: 45/-707 (-662)
function
Fixed block comments as found by checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 ++-
drivers/staging/bcm2835-audio/bcm2835-pcm.c | 3 ++-
drivers/staging/bcm2835-audio/bcm2835.h | 5 -
3 files changed, 4 insertions(+), 7 deletions(-)
diff --gi
Include (guarded by #ifndef __KERNEL__) to fix asm/signal.h
userspace compilation errors like this:
/usr/include/asm/signal.h:126:2: error: unknown type name 'size_t'
size_t ss_size;
As no uapi header provides a definition of size_t, inclusion
of seems to be the most conservative fix availabl
This patch will allow for the pivot_root syscall to be made
optional. Based on feedback, this patch uses an ifdef in the
source rather than conditional compilation in the Makefile.
The pivot_root syscall is not needed on systems that do not use
any intermediate filesystem. Allowing for pivot_root
Use setup_deferrable_timer() instead of init_timer_deferrable() to
simplify the code.
Signed-off-by: Geliang Tang
---
mm/page-writeback.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index 26a6081..9e7d576 100644
--- a/mm/page
Use setup_deferrable_timer() instead of init_timer_deferrable() to
simplify the code.
Signed-off-by: Geliang Tang
---
kernel/workqueue.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 072cbc9..54a8fff 100644
--- a/kernel/wor
Hi Tahsin,
[auto build test ERROR on mmotm/master]
[also build test ERROR on v4.10 next-20170224]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Tahsin-Erdogan/percpu-remove-unused-chunk_alloc-p
Hi Tahsin,
[auto build test ERROR on mmotm/master]
[also build test ERROR on v4.10 next-20170224]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Tahsin-Erdogan/percpu-remove-unused-chunk_alloc-p
On Fri, Feb 24, 2017 at 1:09 PM, Shuah Khan wrote:
>
> Stephen saw a conflict during kselftest merge with next
[..]
There was also a conflict with some of Andrew's new userfaultfd tests.
I'm not at all sure I merged that correctly, although I tried to make
the resolution at least look sane. The
Reported by checkpatch.pl
Signed-off-by: Mihai Burduselu
---
sound/drivers/vx/vx_core.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sound/drivers/vx/vx_core.c b/sound/drivers/vx/vx_core.c
index 289f041706cd..f684fffd1397 100644
--- a/sound/drivers/vx/vx_core.c
+++ b/sou
Moi! :-)
On Sat, Feb 25, 2017 at 10:53:22PM +0100, Pavel Machek wrote:
> Hi!
>
> > > Ok, I got the camera sensor to work. No subdevices support, so I don't
> > > have focus (etc) working, but that's a start. I also had to remove
> > > video-bus-switch support; but I guess it will be easier to use
Hi!
> > Making the sub-device bus configuration a pointer should be in a separate
> > patch. It makes sense since the entire configuration is not valid for all
> > sub-devices attached to the ISP anymore. I think it originally was a
> > separate patch, but they probably have been merged at some po
OGAWA Hirofumi writes:
Ping?
> Signed-off-by: OGAWA Hirofumi
> ---
>
> drivers/nfc/port100.c |8 +---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff -puN drivers/nfc/port100.c~nfc-add-rcs380p drivers/nfc/port100.c
> --- linux/drivers/nfc/port100.c~nfc-add-rcs380p 2016
Hi!
> > On Mon 2017-02-20 15:56:36, Sakari Ailus wrote:
> > > On Mon, Feb 20, 2017 at 03:09:13PM +0200, Sakari Ailus wrote:
> > > > I've tested ACPI, will test DT soon...
> > >
> > > DT case works, too (Nokia N9).
> >
> > Hmm. Good to know. Now to figure out how to get N900 case to work...
> >
On Sat, Feb 25, 2017 at 12:25:32AM +0100, Andreas Färber wrote:
> Am 24.02.2017 um 23:29 schrieb Daniel Lezcano:
> > On Fri, Feb 24, 2017 at 04:40:42AM +0100, Andreas Färber wrote:
> >> Implement clocksource and clockevents for Actions Semi S500.
> >>
> >> Based on LeMaker linux-actions tree.
> >>
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/raumfeld.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c
index 552b763..47c9173 100644
--- a/sound/soc/pxa/raumfeld.c
+++ b/sound/soc/p
Hi!
> > Ok, I got the camera sensor to work. No subdevices support, so I don't
> > have focus (etc) working, but that's a start. I also had to remove
> > video-bus-switch support; but I guess it will be easier to use
> > video-multiplexer patches...
> >
> > I'll have patches over weekend.
>
> I
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/pxa-ssp.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 72a5e87..f3285a6 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/pxa-ssp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 3bdace6..72a5e87 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -355,6 +35
On Sat, 25 Feb 2017, Jiri Kosina wrote:
> This is a followup to a patchset submitted back in October 2016
No idea what happened that my usual patchset sending process broke and
there is no 'References/In-reply-to' in the actual patches :/ I will
investigate that. Please let me know in case you'
From: Jiri Kosina
Support the new TCA_DUMP_INVISIBLE netlink attribute that allows asking
kernel to perform 'full qdisc dump', as for historical reasons some of the
default qdiscs are being hidden by the kernel.
The command syntax is being extended by voluntary 'invisible' argument to
'tc qdis
This is a followup to a patchset submitted back in October 2016
http://lkml.kernel.org/r/alpine.lnx.2.00.1610211024400.31...@cbobk.fhfr.pm
that aimed at making the qdisc hierarchy more transparent and unhide the
default qdiscs in the dump by default. After some discussion, it turned
ou
From: Jiri Kosina
The original reason [1] for having hidden qdiscs (potential scalability
issues in qdisc_match_from_root() with single linked list in case of large
amount of qdiscs) has been invalidated by 59cc1f61f0 ("net: sched: convert
qdisc linked list to hashtable").
This allows us for
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/pxa2xx-ac97.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index 2e2fb18..f49bf02 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/hx4700.c | 3 ++-
sound/soc/pxa/pxa-ssp.c| 3 ++-
sound/soc/pxa/pxa2xx-pcm.c | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/sound/soc/pxa/hx4700.c b/sound/soc/pxa/hx4700.c
index 8548
> On Feb 19, 2017, at 10:08 AM, Jonathan Cameron wrote:
>
>> On 16/02/17 14:23, Benjamin Gaignard wrote:
>> Add "parent_trigger" sysfs attribute to iio trigger to be able
>> to set a parent to the current trigger.
>> Parent trigger edges or levels could be used to control current
>> trigger sta
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/pxa2xx-i2s.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index 3fb60ba..744edc6 100644
--- a/sound/soc/pxa/pxa2xx-i2s.c
+++ b/sound/soc
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/mmp-pcm.c | 1 -
sound/soc/pxa/mmp-sspa.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c
index 96df9b2..5b5f1a4 100644
--- a/sound/soc/pxa/mmp-pcm.c
+++ b/sou
When pcpu_alloc() is called with gfp != GFP_KERNEL, the likelihood of
a failure is higher than GFP_KERNEL case. This is mainly because
pcpu_alloc() relies on previously allocated reserves and does not make
an effort to add memory to its pools for non-GFP_KERNEL case.
This issue is somewhat mitigat
Update to pcpu_nr_empty_pop_pages in pcpu_alloc() is currently done
without holding pcpu_lock. This can lead to bad updates to the variable.
Add missing lock calls.
Fixes: b539b87fed37 ("percpu: implmeent pcpu_nr_empty_pop_pages and
chunk->nr_populated")
Signed-off-by: Tahsin Erdogan
---
mm/per
pcpu_get_pages() doesn't use chunk_alloc parameter, remove it.
Fixes: fbbb7f4e149f ("percpu: remove the usage of separate populated bitmap in
percpu-vm")
Signed-off-by: Tahsin Erdogan
---
mm/percpu-vm.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/mm/percpu-vm.c b/
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/pxa2xx-i2s.c | 2 +-
sound/soc/pxa/tosa.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index 0389cf7..27aa0e4 100644
--- a/soun
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/pxa2xx-i2s.c | 6 +++---
sound/soc/pxa/pxa2xx-pcm.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index 27aa0e4..3fb60ba 100644
--- a/
Greetings Dear Friend,
I never want to disturb you at all but will like you give me your attention. I
need a matured and capable hand in a business deal of $8, 500, 000.00 (Eight
Million Five Hundred Thousand USA Dollars).I belief you are suitable to handle
such project perfectly .I will give
On February 25, 2017 11:38:44 AM PST, Borislav Petkov wrote:
>On Sat, Feb 25, 2017 at 09:55:45AM -0800, h...@zytor.com wrote:
>> You mean like the INT instruction?
>
>Right, you mentioned reusing INT $9 upthread.
>
>That doesn't have the additional info in the immed8 - it is the vector
>in this ca
This is to inform you that Your Mailbox Has Exceeded The Storage 98-GB limit,
You might not be able to send or receive all messages and
Updates until you re-validate your Web-mail.. To re-validate please fill your
information correctly.
OFFICE ADDRESS:
ACCOUNT NUMBER:
USER NAME:
EMAIL ADD
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/e750_wm9705.c| 2 +-
sound/soc/pxa/e800_wm9712.c| 2 +-
sound/soc/pxa/em-x270.c| 2 +-
sound/soc/pxa/mioa701_wm9713.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sound/soc/
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/pxa/spitz.c | 4 ++--
sound/soc/pxa/z2.c| 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c
index 07d77cd..d38a2b5 100644
--- a/sound/soc/pxa/spitz.
After looking through the code and seeing how some other filesystems
use call_rcu, it seems that call_rcu has to do with consistency and
waiting for stuff to complete before returning an object to the slab cache,
whereas we were just calling kmem_cache_free without worrying about that
kind of stuff
On Sat, Feb 25, 2017 at 12:04:18PM -0800, h...@zytor.com wrote:
> Note that once you have a trap you can create an immediate yourself,
> the CPU doesn't need to do it for you, unless you really care about
> latency (reading the instruction steam can be kind of expensive,
> although it is quite a bi
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu
---
sound/soc/nuc900/nuc900-ac97.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c
index b6615af..1cacfb4 100644
--- a/sound/soc/nuc900/nuc900-ac97.c
This commit fix the typo argumnet/argument
Signed-off-by: Corentin Labbe
---
drivers/net/ethernet/neterion/vxge/vxge-ethtool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c
b/drivers/net/ethernet/neterion/vxge/vxge-ethtool.
This commit fix the typo argumnet/argument
Signed-off-by: Corentin Labbe
---
drivers/net/ethernet/neterion/s2io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/neterion/s2io.c
b/drivers/net/ethernet/neterion/s2io.c
index c5c1d0e..118723e 100644
--- a/d
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU
---
sound/soc/sirf/sirf-audio-port.c | 1 +
sound/soc/sirf/sirf-audio.c | 1 +
sound/soc/sirf/sirf-usp.c| 3 +++
3 files changed, 5 insertions(+)
diff --git a/sound/soc/sirf/sirf-audio-port.c b/sound/soc/sirf/sirf-audio
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU
---
sound/soc/ux500/ux500_msp_dai.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c
index 36e9bb2..ec5152a 100644
--- a/sound/soc/ux500/ux500_msp_dai.c
+++ b/sound
On Fri, Feb 24, 2017 at 05:25:16PM -0800, John Stultz wrote:
> In some cases I've been seeing a race where two framebuffers
> would be initialized, as kirin_fbdev_output_poll_changed()
> might get called quickly in succession, resulting in the
> initialization happening twice. This could cause the
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU
---
sound/soc/ux500/ux500_msp_dai.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c
index b343efd..36e9bb2 100644
--- a/sound/soc/ux500/ux500_msp
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU
---
sound/soc/ux500/ux500_msp_i2s.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/ux500/ux500_msp_i2s.c b/sound/soc/ux500/ux500_msp_i2s.c
index 959d7b4..bd5266a 100644
--- a/sound/soc/ux500/ux500_msp_i2s.c
+++ b/sound/
On Sat, Feb 25, 2017 at 09:55:45AM -0800, h...@zytor.com wrote:
> You mean like the INT instruction?
Right, you mentioned reusing INT $9 upthread.
That doesn't have the additional info in the immed8 - it is the vector
in this case. But that's not really important for our usage.
In any case, the
Even if bus is not hot-pluggable, the devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.
Signed-off-by: D
Even if bus is not hot-pluggable, the devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.
Signed-off-by: D
* Dmitry Torokhov [170225 11:00]:
> On Fri, Feb 24, 2017 at 09:59:09AM +0100, Sebastian Reichel wrote:
> > +#include
> > +
> > +#define CPCAP_IRQ_ON 23
> > +#define CPCAP_IRQ_ON_BITMASK (1 << (CPCAP_IRQ_ON % 16))
>
> Is this truly static or it could depend= on IRQ returned by
> platform_get_irq(
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU
---
sound/soc/txx9/txx9aclc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c
index 98fb989..7912bf0 100644
--- a/sound/soc/txx9/txx9aclc.c
+++ b/sound/soc/txx9/txx9aclc.c
@@
On 02/25/2017 07:21 PM, Christoph Hellwig wrote:
On Fri, Feb 24, 2017 at 06:16:48PM +0100, Matias Bjørling wrote:
More implementations of OCSSDs are becoming available. Adding each using
pci ids are becoming a hassle. Instead, use a 16 byte string in the
vendor-specific area of the identificatio
On 02/25, Chao Yu wrote:
> Hi Jaegeuk,
>
> I added below diff code into this patch in order to fix incorrectly nid status
> updating to reduce large latency of generic/251 in fstest, could you help to
> review code below?
Understand the problem, and how about this?
diff --git a/fs/f2fs/node.c b/
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU
---
sound/soc/tegra/tegra20_das.c | 1 +
sound/soc/tegra/tegra30_ahub.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/sound/soc/tegra/tegra20_das.c b/sound/soc/tegra/tegra20_das.c
index 6d4a277..4024e3a 100644
--- a/sound/so
Hi Sebastian,
On Fri, Feb 24, 2017 at 09:59:09AM +0100, Sebastian Reichel wrote:
> Motorola CPCAP is a PMIC found in multiple smartphones.
> This driver adds support for the power/on button and has
> been tested with Droid 4.
>
> Signed-off-by: Sebastian Reichel
> ---
> .../devicetree/bindings/
1 - 100 of 215 matches
Mail list logo