[PATCH 4.8 049/138] usb: gadget: udc: atmel: fix endpoint name

2016-11-09 Thread Greg Kroah-Hartman
4.8-stable review patch. If anyone has any objections, please let me know. -- From: Alexandre Belloni commit bbe097f092b0d13e9736bd2794d0ab24547d0e5d upstream. Since commit c32b5bcfa3c4 ("ARM: dts: at91: Fix USB endpoint nodes"), atmel_usba_udc fails with: ---

Re: [PATCH] objtool: Add fortify_panic as __noreturn function

2017-06-14 Thread Stephen Rothwell
; > > > if (func->bind == STB_WEAK) > > -- > > 2.7.4 > > OK, I have added this to the end of linux-next today (in the part of > Andrew's tree afte the linux-next merge). I also move the fortify > string patch to after it (but I assume I w

Re: [PATCH] objtool: Add fortify_panic as __noreturn function

2017-06-14 Thread Stephen Rothwell
Hi Daniel, On Thu, 15 Jun 2017 00:49:21 -0400 Daniel Micay wrote: > > > So after that the errors (x86_64 allmodconfig build) are only: > > > > In file included from include/linux/bitmap.h:8:0, > > from include/linux/cpumask.h:11, > >

[PATCH 22/25] arm64: signal32: move ilp32 and aarch32 common code to separated file

2016-04-05 Thread Yury Norov
License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +#ifndef __ASM_SIGNAL32_COMMON_H +#define __ASM_SIGNAL32_COMMON_H + +#ifdef CONFIG_COMPAT + +int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from); +int copy_siginfo_from_user32(sig

[PATCH 20/23] arm64: signal32: move ilp32 and aarch32 common code to separated file

2016-05-23 Thread Yury Norov
License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +#ifndef __ASM_SIGNAL32_COMMON_H +#define __ASM_SIGNAL32_COMMON_H + +#ifdef CONFIG_COMPAT + +int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from); +int copy_siginfo_from_user32(sig

[PATCH 16/19] arm64: signal32: move ilp32 and aarch32 common code to separated file

2016-06-17 Thread Yury Norov
License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +#ifndef __ASM_SIGNAL32_COMMON_H +#define __ASM_SIGNAL32_COMMON_H + +#ifdef CONFIG_COMPAT + +int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from); +int copy_siginfo_from_user32(sig

[PATCH net 1/2] net: mvneta: Fix lacking spinlock initialization

2016-05-24 Thread Gregory CLEMENT
. [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [] (show_stack) from [] (dump_stack+0xb4/0xe0) [] (dump_stack) from [] (__lock_acquire+0x1f58/0x2060) [] (__lock_acquire) from [] (lock_acquire+0xa4/0xd0) [] (lock_acquire) from [] (_raw_spin_lock_irqsave+0x54/0x68) [] (_raw_spin_lock_irqsave) from

I NEED YOUR URGENT RESPONSE

2014-04-23 Thread FROM MRS GRACE MANDA
I NEED YOUR HELP. From Grace Manda.pdf Description: Adobe PDF document

linux-next: build failure after merge of the scsi-mkp tree

2017-02-22 Thread Stephen Rothwell
Hi Martin, After merging the scsi-mkp tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/scsi/qedf/qedf_io.c: In function 'qedf_trace_io': drivers/scsi/qedf/qedf_io.c:1001:33: error: passing argument 1 of 'atomic_read' from incompatible pointer type [-Werror

Re: [PATCH v2] serial: 8250_early: Add earlycon support for Palmchip UART

2017-04-10 Thread Marc Gonzalez
hen I get the following output: [0.00] earlycon: palmchip0 at MMIO 0x00010700 (options '115200n8') [ 0.00] CPU: 0 PID: 0 Comm: swapper Not tainted 4.9.20-1-rc3 #18 [0.00] Hardware name: Sigma Tango DT [0.00] [] (unwind_backtrace) from [] (show_stack+0x10/0x1

linux-next: build failure after merge of the scsi-mkp tree

2017-02-22 Thread Stephen Rothwell
Hi Martin, After merging the scsi-mkp tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/scsi/qedf/qedf_io.c: In function 'qedf_trace_io': drivers/scsi/qedf/qedf_io.c:1001:33: error: passing argument 1 of 'atomic_read' from incompatible pointer type [-Werror

Re: [PATCH v2] serial: 8250_early: Add earlycon support for Palmchip UART

2017-04-10 Thread Marc Gonzalez
0.00] earlycon: palmchip0 at MMIO 0x00010700 (options '115200n8') [0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.9.20-1-rc3 #18 [0.00] Hardware name: Sigma Tango DT [0.00] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [0.00] [] (show_stack)

[PATCH 0/2] Backport to 3.10 stable (Fix CPU0 stall after CPU1 hotplug)

2014-04-02 Thread Krzysztof Kozlowski
) from [] (cpu_idle_force_poll+0x0/0x4) List corruption: [ 4244.528166] [ cut here ] [ 4244.528507] WARNING: at lib/list_debug.c:33 __list_add+0xa8/0xbc() [ 4244.533418] list_add corruption. prev->next should be next (c08864b0), but was (null). (prev=c1105

Re: [PATCH net] net: phy: Run state machine to completion

2017-07-28 Thread Marc Gonzalez
ted-by: Marc Gonzalez > Fixes: a390d1f379cf ("phylib: convert state_queue work to delayed_work") > Signed-off-by: Florian Fainelli > --- > David, this dates back from before the commit mentioned in Fixes but it would > be hard to backport to earlier kernels if we flagged

Re: [PATCH net] net: phy: Run state machine to completion

2017-07-28 Thread Marc Gonzalez
gt; Reported-by: Marc Gonzalez <marc_gonza...@sigmadesigns.com> > Fixes: a390d1f379cf ("phylib: convert state_queue work to delayed_work") > Signed-off-by: Florian Fainelli <f.faine...@gmail.com> > --- > David, this dates back from before the commit mentioned in Fixes but

arm,perf fuzzer and rcu_sched lockup

2013-08-09 Thread Vince Weaver
: [17629.455963] perf_fuzzer R running 0 4985 4228 0x [17629.459411] [] (__schedule+0x4c4/0x748) from [] (no_work_pending+0x8/0x2c) ... repeated several hundred times over the course of a few hours [79294.544586] INFO: rcu_sched detected stalls on CPUs/tasks: { 0} (detected

Re: arm,perf fuzzer and rcu_sched lockup

2013-08-09 Thread Paul E. McKenney
4, q=10) > [17629.455963] Task dump for CPU 0: > [17629.455963] perf_fuzzer R running 0 4985 4228 0x0000 > [17629.459411] [] (__schedule+0x4c4/0x748) from [] > (no_work_pending+0x8/0x2c) > > ... repeated several hundred times over the course of a few hours > &

Page cache corruption with mount/unmount of USB with Fat file system

2014-03-19 Thread Nilesh More
invalidated. Call stack taken while the allocated pages in add_disk are getting invalidated. [ 157.862294] [] (show_stack+0x18/0x1c) from [] (block_invalidatepage+0x1f4/0x228) [ 157.871428] [] (block_invalidatepage+0x1f4/0x228) from [] (truncate_inode_page+0xb0/0xb8) [ 157.881346

UML build broken on 2.6.13-rc5-mm1

2005-08-11 Thread Miklos Szeredi
/3.3.4/include -D__KERNEL__ -Iinclude -S -o arch/um/kernel-offsets.s arch/um/sys-i386/kernel-offsets.c In file included from include/asm/ptrace-generic.h:17, from include/asm/ptrace.h:12, from include/asm/processor-generic.h:14, from include/asm

UML build broken on 2.6.13-rc5-mm1

2005-08-11 Thread Miklos Szeredi
c-lib/i486-linux/3.3.4/include -D__KERNEL__ -Iinclude -S -o arch/um/kernel-offsets.s arch/um/sys-i386/kernel-offsets.c In file included from include/asm/ptrace-generic.h:17, from include/asm/ptrace.h:12, from include/asm/processor-generic.h:14, from i

Re: [PATCH v2 0/4] Exynos 5410 Dual cluster support

2013-10-17 Thread Aliaksei Katovich
hi Tarek; > > However there seem to be some issues with virq allocations, like this: > > > > > > Starting kernel ... > > > > [0.000000] [] (unwind_backtrace+0x0/0xf8) from [] > > (show_stack+0x10/0x14) > &g

[PATCH 3.12 106/116] usb: musb: cancel work on removal

2013-11-26 Thread Greg Kroah-Hartman
3.12-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior commit c5340bd14336b902604ab95212a8877de109d9ae upstream. So I captured this: |WARNING: CPU: 0 PID: 2078 at /home/bigeasy/work/new/TI/linux/lib/debugobjects.c:260

Re: [PATCH 1/6] edac: Don't try to cancel workqueue when it's never setup

2013-10-29 Thread Stephen Boyd
On 10/29/13 13:48, Borislav Petkov wrote: > On Mon, Oct 28, 2013 at 05:31:25PM -0700, Stephen Boyd wrote: >> We only setup a workqueue for edac devices that use the polling >> method. We still try to cancel the workqueue if an edac_device >> uses the irq method though. This

[PATCH] bq2415x_charger: Fix Atomic Sleep Bug

2014-02-24 Thread Sebastian Reichel
Move sysfs_notify and i2c_transfer calls from bq2415x_notifier_call to bq2415x_timer_work to avoid sleeping in atomic context. This fixes the following bug: [ 7.667449] Workqueue: events power_supply_changed_work [ 7.673034] [] (unwind_backtrace+0x0/0xe0) from [] (show_stack+0x10/0x14

Re: [PATCH] arm: kgdb: Don't try to stop the machine when setting breakpoints

2015-08-25 Thread Stephen Boyd
while atomic: swapper/0/0/0x00010007 CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.2.0-rc7-00133-geb63b34 #1073 Hardware name: Rockchip (Device Tree) (unwind_backtrace) from [c00133d4] (show_stack+0x20/0x24) (show_stack) from [c05400e8] (dump_stack+0x84/0xb8) (dump_stack) from [c004913c

[PATCH 3.12 106/142] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-02-24 Thread Jiri Slaby
From: Vladimir Zapolskiy <v...@mleia.com> 3.12-stable review patch. If anyone has any objections, please let me know. === commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is

[PATCH 3.14 33/70] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-02-23 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Vladimir Zapolskiy <v...@mleia.com> commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is

[PATCH 3.10 25/54] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-02-23 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Vladimir Zapolskiy <v...@mleia.com> commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is

[PATCH] PM / OPP: Initialize u_volt_min/max to a valid value

2016-02-14 Thread Viresh Kumar
: kernel BUG at ../drivers/regulator/core.c:216! [] (regulator_check_voltage) from [] (regulator_set_voltage_unlocked+0x58/0x230) [] (regulator_set_voltage_unlocked) from [] (regulator_set_voltage+0x28/0x54) [] (regulator_set_voltage) from [] (_set_opp_voltage+0x30/0x98) [] (_set_opp_voltage) from

[PATCH v2 omap 6/6] arm: Use _rcuidle suffix to allow clk_core_enable() to used from idle

2016-05-16 Thread Paul E. McKenney
This commit fixes the RCU use-from-idle bug corresponding the following splat: > [ INFO: suspicious RCU usage. ] > 4.6.0-rc5-next-20160426+ #1127 Not tainted > --- > include/trace/events/clk.h:45 suspicious rcu_dereference_check() usage! > > other in

[PATCH omap 6/6] arm: Whack an expected event-trace-from-idle mole

2016-05-02 Thread Paul E. McKenney
This commit fixes the RCU use-from-idle bug corresponding the following splat: > [ INFO: suspicious RCU usage. ] > 4.6.0-rc5-next-20160426+ #1127 Not tainted > --- > include/trace/events/clk.h:45 suspicious rcu_dereference_check() usage! > > other in

Re: [Regression?] fib_rules: Added NLM_F_EXCL support to fib_nl_newrule breaks Android userspace

2016-07-29 Thread David Ahern
On 7/29/16 10:57 AM, John Stultz wrote: I take Android userspace inserts the same rule multiple times? (ip rule ls) With the patch reverted, and the system working, I see: # ip rule ls 0: from all lookup local 1: from all fwmark 0xc/0xd lookup legacy_system 13000: from all

[PATCH 3.4 045/125] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-10-12 Thread lizf
From: Vladimir Zapolskiy <v...@mleia.com> 3.4.113-rc1 review patch. If anyone has any objections, please let me know. -- commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is

[PATCH AUTOSEL 5.2 096/249] media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7

2019-07-15 Thread Sasha Levin
From: Marek Szyprowski [ Upstream commit be22203aec440c1761ce8542c2636ac6c8951e3a ] MFC v6 and v7 has no register to read min scratch buffer size, so it has to be read conditionally only if hardware supports it. This fixes following NULL pointer exception on SoCs with MFC v6/v7: 8<--- cut h

[PATCH AUTOSEL 5.1 084/219] media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7

2019-07-15 Thread Sasha Levin
From: Marek Szyprowski [ Upstream commit be22203aec440c1761ce8542c2636ac6c8951e3a ] MFC v6 and v7 has no register to read min scratch buffer size, so it has to be read conditionally only if hardware supports it. This fixes following NULL pointer exception on SoCs with MFC v6/v7: 8<--- cut h

[PATCH AUTOSEL 4.19 063/158] media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7

2019-07-15 Thread Sasha Levin
From: Marek Szyprowski [ Upstream commit be22203aec440c1761ce8542c2636ac6c8951e3a ] MFC v6 and v7 has no register to read min scratch buffer size, so it has to be read conditionally only if hardware supports it. This fixes following NULL pointer exception on SoCs with MFC v6/v7: 8<--- cut h

Re: [PATCH] arm: kgdb: Don't try to stop the machine when setting breakpoints

2015-08-25 Thread Stephen Boyd
oked something like: > > BUG: scheduling while atomic: swapper/0/0/0x00010007 > CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.2.0-rc7-00133-geb63b34 #1073 > Hardware name: Rockchip (Device Tree) > (unwind_backtrace) from [] (show_stack+0x20/0x24) > (show_stack) from

[PATCH 3.4 045/125] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-10-12 Thread lizf
From: Vladimir Zapolskiy 3.4.113-rc1 review patch. If anyone has any objections, please let me know. -- commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is fixed by this change: root

[PATCH omap 6/6] arm: Whack an expected event-trace-from-idle mole

2016-05-02 Thread Paul E. McKenney
This commit fixes the RCU use-from-idle bug corresponding the following splat: > [ INFO: suspicious RCU usage. ] > 4.6.0-rc5-next-20160426+ #1127 Not tainted > --- > include/trace/events/clk.h:45 suspicious rcu_dereference_check() usage! > > other in

[PATCH v2 omap 6/6] arm: Use _rcuidle suffix to allow clk_core_enable() to used from idle

2016-05-16 Thread Paul E. McKenney
This commit fixes the RCU use-from-idle bug corresponding the following splat: > [ INFO: suspicious RCU usage. ] > 4.6.0-rc5-next-20160426+ #1127 Not tainted > --- > include/trace/events/clk.h:45 suspicious rcu_dereference_check() usage! > > other in

Re: [Regression?] fib_rules: Added NLM_F_EXCL support to fib_nl_newrule breaks Android userspace

2016-07-29 Thread David Ahern
On 7/29/16 10:57 AM, John Stultz wrote: I take Android userspace inserts the same rule multiple times? (ip rule ls) With the patch reverted, and the system working, I see: # ip rule ls 0: from all lookup local 1: from all fwmark 0xc/0xd lookup legacy_system 13000: from all

[PATCH 3.10 25/54] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-02-23 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Vladimir Zapolskiy commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is fixed by this change: root

[PATCH 3.14 33/70] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-02-23 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Vladimir Zapolskiy commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is fixed by this change: root

[PATCH 3.12 106/142] iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

2016-02-24 Thread Jiri Slaby
From: Vladimir Zapolskiy 3.12-stable review patch. If anyone has any objections, please let me know. === commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream. If common clock framework is configured, the driver generates a warning, which is fixed by this change: root

[PATCH] PM / OPP: Initialize u_volt_min/max to a valid value

2016-02-14 Thread Viresh Kumar
: kernel BUG at ../drivers/regulator/core.c:216! [] (regulator_check_voltage) from [] (regulator_set_voltage_unlocked+0x58/0x230) [] (regulator_set_voltage_unlocked) from [] (regulator_set_voltage+0x28/0x54) [] (regulator_set_voltage) from [] (_set_opp_voltage+0x30/0x98) [] (_set_opp_voltage) from

Re: [REGRESSION] omapdrm/N900 display broken

2020-08-23 Thread Aaro Koskinen
modeset_enables+0x134/0x268 [6.643768] Modules linked in: [6.647033] CPU: 0 PID: 18 Comm: kworker/0:1 Tainted: G U 5.8.0-omap3-los_16068+-4-g2e7d4a7efefd-dirty #2 [6.658966] Hardware name: Nokia RX-51 board [6.663635] Workqueue: events deferred_probe_w

[PATCH] i2c: s3c2410: fix clk_disable/clk_unprepare warnings

2013-09-17 Thread Kim Phillips
3-gf4bddbc #6 [] (unwind_backtrace+0x0/0xf8) from [] (show_stack+0x10/0x14) [] (show_stack+0x10/0x14) from [] (dump_stack+0x6c/0xac) [] (dump_stack+0x6c/0xac) from [] (warn_slowpath_common+0x64/0x88) [] (warn_slowpath_common+0x64/0x88) from [] (warn_slowpath_null+0x1c/0x24) [] (warn_slowpath_null+0x

Re: [PATCH v4 01/36] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU

2017-12-20 Thread kbuild test robot
/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=sparc All error/warnings (new ones prefixed by >>): In file included from arch/sparc/include/asm/io.h:6:0, from include/linux/i

[PATCH 00/35] sched.h modernization -v2, phase #4: "Remove header dependencies"

2017-02-08 Thread Ingo Molnar
is useful as well. See the announcement for more details: https://lkml.org/lkml/2017/2/8/564 The Git tree can be found at: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core Thanks, Ingo Ingo Molnar (35): sched/headers: Remove from sched/headers: Remove

Re: [PATCH v4 01/36] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU

2017-12-20 Thread kbuild test robot
/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=sparc All error/warnings (new ones prefixed by >>): In file included from arch/sparc/include/asm/io.h:6:0, from include/linux/i

Re: [PATCH v4 01/36] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU

2017-12-22 Thread Greentime Hu
> All error/warnings (new ones prefixed by >>): > >In file included from arch/sparc/include/asm/io.h:6:0, > from include/linux/io.h:25, > from include/linux/irq.h:24, > from include/asm-generic/hardirq.h:12, &g

[PATCH 00/35] sched.h modernization -v2, phase #4: "Remove header dependencies"

2017-02-08 Thread Ingo Molnar
is useful as well. See the announcement for more details: https://lkml.org/lkml/2017/2/8/564 The Git tree can be found at: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core Thanks, Ingo Ingo Molnar (35): sched/headers: Remove from sched/headers: Remove

Re: 3.9.0-rc3: BUG: Bad page state in process

2013-03-25 Thread Mark Jackson
e in process ccrt pfn:8fba4 [ 13.329525] page:c0cb9480 count:0 mapcount:1 mapping: (null) index:0x49 [ 13.336623] page flags: 0x80008(uptodate|swapbacked) [ 13.341908] [] (unwind_backtrace+0x0/0xf8) from [] (bad_page+0xa8/0x108) [ 13.350794] [] (bad_page+0xa8/0x108) from [] (free_pages_

[PATCH 2/5] perf script: Fix query in call-graph-from-postgresql.py

2017-08-03 Thread Adrian Hunter
Add a missing space which seemed not to affect PostgreSQL but upsets SQLite. Signed-off-by: Adrian Hunter --- tools/perf/scripts/python/call-graph-from-postgresql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/scripts/python/call-graph-from-postgresql.py b

Re: [PATCH v3 10/15] x86/paravirt: simplify paravirt macros

2020-12-17 Thread kernel test robot
=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from arch/x86/kernel/asm-offsets.c:13: In file included from include/linux/suspe

RE: [PATCH 3/3] quota: simplify the quotactl compat handling

2020-08-07 Thread David Laight
From: Christoph Hellwig > Sent: 31 July 2020 13:22 > > Fold the misaligned u64 workarounds into the main quotactl flow instead > of implementing a separate compat syscall handler. > ... > +static int compat_copy_fs_quota_stat(struct compat_fs_quota_stat __user *to, >

Re: splice: infinite busy loop lockup bug

2020-08-07 Thread Al Viro
On Fri, Aug 07, 2020 at 07:35:08PM +0900, Tetsuo Handa wrote: > syzbot is reporting hung task at pipe_release() [1], for for_each_bvec() from > iterate_bvec() from iterate_all_kinds() from iov_iter_alignment() from > ext4_unaligned_io() from ext4_dio_write_iter() from ext4_file_w

Re: [PATCH] lib: test_bpf: purge CPP register redefinitions

2015-06-23 Thread David Miller
From: Nicolai Stange nicsta...@gmail.com Date: Sun, 21 Jun 2015 21:41:03 +0200 Fix compilation failer with allmodconfig on ARCH=um: lib/test_bpf.c:50:0: warning: R8 redefined #define R8 BPF_REG_8 ^ In file included from arch/um/include/asm/ptrace-generic.h:11:0

Re: [PATCH] soc/tegra: pmc: Fix "scheduling while atomic"

2016-05-25 Thread Dmitry Osipenko
during suspend which will exercise the same code but I did not trigger this either. However, from looking at the code it does appear that we could hit this. As I wrote before, it's quite difficult to reproduce. So far I have been unable to reproduce this. I did noticed that in the upstream kernel we

Re: [GIT PULL 00/66] perf/core improvements and fixes

2016-07-13 Thread Ingo Molnar
Hm, the objtool build broke: GEN arch/x86/insn/inat-tables.c CC arch/x86/decode.o In file included from /home/mingo/tip/tools/include/linux/hashtable.h:12:0, from arch/x86/../../elf.h:24, from arch/x86/decode.c:26: /home/mingo/tip/tools/include

Re: [PATCH] kasan/quarantine: fix NULL pointer dereference bug

2016-07-01 Thread Andrey Ryabinin
On 07/01/2016 01:55 PM, Kuthonuzo Luruo wrote: > On Fri, Jul 1, 2016 at 1:41 PM, Andrey Ryabinin <aryabi...@virtuozzo.com> > wrote: >> >> >> On 07/01/2016 10:53 AM, js1...@gmail.com wrote: >>> From: Joonsoo Kim <iamjoonsoo@lge.com> >&g

[PATCH 2/5] perf script: Fix query in call-graph-from-postgresql.py

2017-08-03 Thread Adrian Hunter
Add a missing space which seemed not to affect PostgreSQL but upsets SQLite. Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> --- tools/perf/scripts/python/call-graph-from-postgresql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/scripts/python/call

Re: cmpxchg.h:245:2: error: ‘asm’ operand has impossible constraints

2018-08-31 Thread Thomas Gleixner
On Mon, 27 Aug 2018, Meelis Roos wrote: > While trying to compile v4.18-13105-gaba16dc5cf93 with gcc 5.3.1 on a > 32-bit x86 configured for AMD K6: I tried to get hold of that debian gcc 5.3.1 compiler, but no luck so far. > CC mm/slub.o > In file included from ./arch/x86

linux-next: build failure after merge of the nfsd tree

2018-10-04 Thread Stephen Rothwell
Hi all, After merging the nfsd tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/nfs/dns_resolve.c: In function 'nfs_dns_ent_put': fs/nfs/dns_resolve.c:119:11: error: passing argument 1 of 'call_rcu_sched' from incompatible pointer type [-Werror=incompatible-pointer

Re: [PATCH -next] inet: fix compilation warnings in fqdir_pre_exit()

2019-06-23 Thread David Miller
From: Qian Cai Date: Thu, 20 Jun 2019 10:52:40 -0400 > The linux-next commit "inet: fix various use-after-free in defrags > units" [1] introduced compilation warnings, > > ./include/net/inet_frag.h:117:1: warning: 'inline' is not at beginning > of declaration [-Wold-sty

Re: [PATCH v3 6/7] ARM: dts: at91: at91sam9x5: switch to new clock bindings

2019-07-27 Thread Uwe Kleine-König
off, heap free:off Memory: 121352K/131072K available (5826K kernel code, 199K rwdata, 1892K rodata, 232K init, 125K bss, 9720K reserved, 0K cma-reserved) NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 random: get_random_bytes called from start_kernel+0x294/0x

linux-next: build failure after merge of the nfsd tree

2018-10-04 Thread Stephen Rothwell
Hi all, After merging the nfsd tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/nfs/dns_resolve.c: In function 'nfs_dns_ent_put': fs/nfs/dns_resolve.c:119:11: error: passing argument 1 of 'call_rcu_sched' from incompatible pointer type [-Werror=incompatible-pointer

Re: cmpxchg.h:245:2: error: ‘asm’ operand has impossible constraints

2018-08-31 Thread Thomas Gleixner
On Mon, 27 Aug 2018, Meelis Roos wrote: > While trying to compile v4.18-13105-gaba16dc5cf93 with gcc 5.3.1 on a > 32-bit x86 configured for AMD K6: I tried to get hold of that debian gcc 5.3.1 compiler, but no luck so far. > CC mm/slub.o > In file included from ./arch/x86

Re: [PATCH] lib: test_bpf: purge CPP register redefinitions

2015-06-23 Thread David Miller
From: Nicolai Stange Date: Sun, 21 Jun 2015 21:41:03 +0200 > Fix compilation failer with allmodconfig on ARCH=um: > lib/test_bpf.c:50:0: warning: "R8" redefined >#define R8 BPF_REG_8 >^ > In file included from arch/um/include/asm/ptrace-generic.h:11:0, >

Re: [PATCH] kasan/quarantine: fix NULL pointer dereference bug

2016-07-01 Thread Andrey Ryabinin
On 07/01/2016 01:55 PM, Kuthonuzo Luruo wrote: > On Fri, Jul 1, 2016 at 1:41 PM, Andrey Ryabinin > wrote: >> >> >> On 07/01/2016 10:53 AM, js1...@gmail.com wrote: >>> From: Joonsoo Kim >>> >>> If we move an item on qlist's tail, we need

Re: [GIT PULL 00/66] perf/core improvements and fixes

2016-07-13 Thread Ingo Molnar
Hm, the objtool build broke: GEN arch/x86/insn/inat-tables.c CC arch/x86/decode.o In file included from /home/mingo/tip/tools/include/linux/hashtable.h:12:0, from arch/x86/../../elf.h:24, from arch/x86/decode.c:26: /home/mingo/tip/tools/include

Re: [PATCH] soc/tegra: pmc: Fix "scheduling while atomic"

2016-05-25 Thread Dmitry Osipenko
during suspend which will exercise the same code but I did not trigger this either. However, from looking at the code it does appear that we could hit this. As I wrote before, it's quite difficult to reproduce. So far I have been unable to reproduce this. I did noticed that in the upstream kernel we

BUG: sleeping function called from invalid context at kernel/locking/mutex.c:616

2013-12-01 Thread Axel Lin
Hi, I got below messages while booting. Testing on a nommu platform with 3.13.0-rc2 + patches for this SoC. VFS: Mounted root (jffs2 filesystem) on device 31:1. devtmpfs: mounted Freeing unused kernel memory: 92K (003a4000 - 003bb000) BUG: sleeping function called from invalid context at kernel

BUG: sleeping function called from invalid context at kernel/locking/mutex.c:616

2013-12-01 Thread Axel Lin
Hi, I got below messages while booting. Testing on a nommu platform with 3.13.0-rc2 + patches for this SoC. VFS: Mounted root (jffs2 filesystem) on device 31:1. devtmpfs: mounted Freeing unused kernel memory: 92K (003a4000 - 003bb000) BUG: sleeping function called from invalid context at kernel

[Fwd: Problem at Kernel Configuring!!!!]

2001-03-10 Thread root
Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=athlon-c -o init/main.o init/main.c In file included from /usr/src/linux/include/linux/irq.h:58, from /usr/src/linux/include/asm/hardirq.h:7, from /usr/src/l

[PROBLEM] uml doesn't compile on i386

2007-11-23 Thread Pekka Enberg
Hi, Current git head doesn't compile. Looks like fall-out from the x86 merge? [EMAIL PROTECTED]:~/src/linux/uml-2.6$ make ARCH=um SYMLINK arch/um/include/kern_constants.h SYMLINK arch/um/include/sysdep make[1]: `arch/um/sys-i386/user-offsets.s' is up to date. CHK arch/um/include

[PATCH] lguest: prevent VISWS or VOYAGER randconfigs

2007-11-26 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Keep lguest from being enabled on VISWS or VOYAGER configs, just as is already done for VMI and XEN. Otherwise randconfigs with VISWS and LGUEST have this problem: In file included from arch/x86/kernel/setup_32.c:61: include/asm-x86/mach-visws/setup_arch.h:8

UML defconfig building failed again

2007-11-06 Thread WANG Cong
Hi, Jeff! I used today's linus-tree and defconfig to compile uml, but it failed. Error messages are things like: In file included from include/asm/processor-generic.h:13, from include/asm/processor.h:77, from include/asm/thread_info.h:11, from

Re: UML defconfig building failed again

2007-11-06 Thread Al Viro
On Tue, Nov 06, 2007 at 07:46:02PM +0800, WANG Cong wrote: Hi, Jeff! I used today's linus-tree and defconfig to compile uml, but it failed. Error messages are things like: In file included from include/asm/processor-generic.h:13, from include/asm/processor.h:77

[Fwd: Problem at Kernel Configuring!!!!]

2001-03-10 Thread root
Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=athlon-c -o init/main.o init/main.c In file included from /usr/src/linux/include/linux/irq.h:58, from /usr/src/linux/include/asm/hardirq.h:7, from /usr/src/l

[PROBLEM] uml doesn't compile on i386

2007-11-23 Thread Pekka Enberg
Hi, Current git head doesn't compile. Looks like fall-out from the x86 merge? [EMAIL PROTECTED]:~/src/linux/uml-2.6$ make ARCH=um SYMLINK arch/um/include/kern_constants.h SYMLINK arch/um/include/sysdep make[1]: `arch/um/sys-i386/user-offsets.s' is up to date. CHK arch/um/include

UML defconfig building failed again

2007-11-06 Thread WANG Cong
Hi, Jeff! I used today's linus-tree and defconfig to compile uml, but it failed. Error messages are things like: In file included from include/asm/processor-generic.h:13, from include/asm/processor.h:77, from include/asm/thread_info.h:11, from

Re: UML defconfig building failed again

2007-11-06 Thread Al Viro
On Tue, Nov 06, 2007 at 07:46:02PM +0800, WANG Cong wrote: > > Hi, Jeff! > > I used today's linus-tree and defconfig to compile uml, but it failed. Error > messages are > things like: > > In file included from include/asm/processor-generic.h:13, > f

Re: 4.13-rc0: stopped booting on Nokia N900

2017-07-10 Thread Tony Lindgren
dfc0: dfe0: 0013 0000 [] (omap_gpio_get_direction) from [] (gpiochip_lock_as_irq+0x98/0xe4) [] (gpiochip_lock_as_irq) from [] (gpioc

[PATCH] ntp: Use freezable workqueue for RTC synchronization

2021-01-25 Thread Geert Uytterhoeven
ay already or still be suspended, triggering a WARNING during suspend or resume from s2ram: WARNING: CPU: 0 PID: 124 at drivers/i2c/i2c-core.h:54 __i2c_transfer+0x634/0x680 i2c i2c-6: Transfer while suspended [...] Workqueue: events_power_efficient syn

[PATCH] gpu/drm: fix a -Wstringop-truncation warning

2019-08-23 Thread Qian Cai
In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/cpumask.h:5, from ./arch/x86/include/asm/msr.h:11, from ./arch/x86/include/asm/processor.h:21, from

[PATCH] lguest: prevent VISWS or VOYAGER randconfigs

2007-11-26 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Keep lguest from being enabled on VISWS or VOYAGER configs, just as is already done for VMI and XEN. Otherwise randconfigs with VISWS and LGUEST have this problem: In file included from arch/x86/kernel/setup_32.c:61: include/asm-x86/mach-visws/setup_

Re: [PATCH next] net: netfilter: nfnetlink_cthelper: Remove 'const' and '' to avoid warnings

2015-01-05 Thread Pablo Neira Ayuso
’: net/netfilter/nfnetlink_cthelper.c:97:9: warning: passing argument 1 o ‘memcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-array-qualifiers] memcpy(help-data, nla_data(attr), help-helper-data_len); ^ In file included from include/linux/string.h:17:0

Re: [PATCH 5/9] drivers: clk: st: Fix flexgen lock init

2015-07-02 Thread Stephen Boyd
On 06/23, Gabriel Fernandez wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com While proving lock, the following warning happens and it is fixed after initializing lock in the setup function INFO: trying to register non-static key. the code is fine but needs lockdep annotation

[PATCH] sc16is7xx: drop bogus use of IRQF_ONESHOT

2016-02-18 Thread Josh Cartwright
The use of IRQF_ONESHOT when registering an interrupt handler with request_irq() is non-sensical. Not only that, it also prevents the handler from being threaded when it otherwise should be w/ IRQ_FORCED_THREADING is enabled. This causes the following deadlock observed by Sean Nyekjaer on -rt

Re: [PATCH] sc16is7xx: drop bogus use of IRQF_ONESHOT

2016-03-08 Thread Sean Nyekjær
On 2016-02-18 18:26, Josh Cartwright wrote: The use of IRQF_ONESHOT when registering an interrupt handler with request_irq() is non-sensical. Not only that, it also prevents the handler from being threaded when it otherwise should be w/ IRQ_FORCED_THREADING is enabled. This causes

Re: [BUG] mfd: wm8994: kenel WARN and crashes

2016-09-09 Thread Viresh Kumar
re.c:4072 > regulator_unregister+0xc8/0xd0 > [2.170806] Modules linked in: > [2.173793] CPU: 1 PID: 1 Comm: swapper/0 Not tainted > 4.8.0-rc4-00085-g32f3101535ae-dirty #20 > [2.182310] Hardware name: SAMSUNG EXYNOS (Flattened Device Tree) > [2.188396] [] (unwind

[PATCH] usb: gadget: udc: atmel: fix endpoint name

2016-09-15 Thread Alexandre Belloni
5 Hardware name: Atmel SAMA5 [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [] (show_stack) from [] (__warn+0xe4/0xfc) [] (__warn) from [] (warn_slowpath_null+0x20/0x28) [] (warn_slowpath_null) from [] (ecm_do_notify+0x188/0x1a0) [] (ecm_do_notify) from [] (ecm_set_alt+0x74/0x1ac) [] (ecm_set

[BUG] mfd: wm8994: kenel WARN and crashes

2016-09-09 Thread Viresh Kumar
Device Tree) [2.188396] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [2.196120] [] (show_stack) from [] (dump_stack+0x88/0x9c) [2.203321] [] (dump_stack) from [] (__warn+0xe8/0x100) [2.210255] [] (__warn) from [] (warn_slowpath_null+0x20/0x28) [2.217815

Re: [PATCH] usb: gadget: udc: atmel: fix endpoint name

2016-09-23 Thread Greg Kroah-Hartman
), > >> atmel_usba_udc fails with: > >> > >> [ cut here ] > >> WARNING: CPU: 0 PID: 0 at include/linux/usb/gadget.h:405 > >> ecm_do_notify+0x188/0x1a0 > >> Modules linked in: > >> CPU: 0 PID: 0 Comm: swapper Not tainted 4.7.0+ #

[PATCH] omapdrm: dss: drop unneeded of_node_put() on ref passed to of_get_next_parent()

2016-08-26 Thread Andrey Utkin
) from [] (show_stack+0xb/0xc) [8.842841] [] (show_stack) from [] (dump_stack+0x6d/0x98) [8.842849] [] (dump_stack) from [] (kobject_put+0x93/0x140) [8.842935] [] (kobject_put) from [] (omapdss_of_find_source_for_first_ep+0x2e/0x58 [omapdss]) [8.843014

[PATCH] sc16is7xx: Drop bogus use of IRQF_ONESHOT

2016-10-03 Thread Julia Cartwright
The use of IRQF_ONESHOT when registering an interrupt handler with request_irq() is non-sensical. Not only that, it also prevents the handler from being threaded when it otherwise should be w/ IRQ_FORCED_THREADING is enabled. This causes the following deadlock observed by Sean Nyekjaer on -rt

Re: 4.13-rc0: stopped booting on Nokia N900

2017-07-10 Thread Tony Lindgren
0 c01077d0 dfc0: dfe0: 0013 [] (omap_gpio_get_direction) from [] (gpiochip_lock_as_irq+0x98/0xe4) [] (gpiochip_lock_as_irq) fro

[PATCH v1] soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()

2018-10-21 Thread Dmitry Osipenko
This fixes splats like the one below if CONFIG_DEBUG_ATOMIC_SLEEP=y and machine (Tegra30) booted with SMP=n or all secondary CPU's are put offline. Locking isn't needed because it protects atomic operation. # echo 0 | tee /sys/devices/system/cpu/cpu[1-3]/online BUG: sleeping function called from

Re: [PATCH v1] soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()

2018-10-24 Thread Jon Hunter
/devices/system/cpu/cpu[1-3]/online > > BUG: sleeping function called from invalid context at > kernel/locking/mutex.c:254 > in_atomic(): 1, irqs_disabled(): 128, pid: 0, name: swapper/0 > CPU: 0 PID: 0 Comm: swapper/0 Tainted: G C > 4.18.0-next-20180821-00180-gc

<    1   2   3   4   5   6   7   8   9   10   >