From: Ben Hutchings
__lock_pin_lock() now calls prandom_u32() which is not defined in
liblockdep. __lock_pin_lock() and its caller lock_pin_lock() are dead
code in liblockdep, but we still need to provide a definition of
prandom_u32() in case lazy binding is disabled.
Fixes: e7904a28f533 ("lock
From: Vishal Thanki
With -lpthread option, the test for ABBA_2threads was
failing, and test passed if it was removed.
Since -pthread compiler option is sufficient for linking
to pthread libraries, this patch removes -lpthread.
Signed-off-by: Vishal Thanki
Signed-off-by: Sasha Levin
---
tools/
From: Alexander Sverdlin
Allow user to call "liblockdep_install" target. Also add liblockdep to "all"
and "install" targets (as "help" command suggests).
Signed-off-by: Alexander Sverdlin
Cc: Arnaldo Carvalho de Melo
Cc: Linus Walleij
Signed-off-by: Sasha Levin
---
tools/Makefile | 8 ++
Hi Kieran
> >> From: Kieran Bingham
> >>
> >> When handling endpoints, the v4l2 async framework needs to identify the
> >> parent device of a port endpoint.
> >>
> >> Adapt the existing of_graph_get_remote_port_parent() such that a caller
> >> can obtain the parent of a port without parsing the
On Wed, May 17, 2017 at 8:23 PM, Jan Glauber
wrote:
> On Wed, May 17, 2017 at 06:35:05PM +0300, Sergei Temerkhanov wrote:
>> CIL...
>>
>> On Tue, May 16, 2017 at 12:54 PM, Jan Glauber wrote:
>> > Replace the deprecated pci_alloc_msix_exact() with
>> > pci_alloc_irq_vectors().
>> >
>> > Avoid the
Linus,
Please pull the for-linus branch from the git tree:
git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git
for-linus
HEAD: 3fd37226216620c1a468afa999739d5016fbc349 pid_ns: Fix race between
setns'ed fork() and zap_pid_ns_processes()
These are two bugs that tur
Hi Jeff,
On Wed, 17 May 2017 08:32:46 -0400 Jeff Layton wrote:
>
> On Wed, 2017-05-17 at 11:48 +1000, Stephen Rothwell wrote:
> >
> > On Tue, 16 May 2017 21:10:03 -0400 Jeff Layton
> > wrote:
> > >
> > > I think this patch will probably fix it, but I don't have a 32-bit host
> > > set up to
Hi David,
After merging the btrfs-kdave tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:
fs/btrfs/inode.c: In function 'btrfs_submit_direct':
fs/btrfs/inode.c:8467:14: warning: 'bio' may be used uninitialized in this
function [-Wmaybe-uninitialized]
struct bio *b
Hi Linus,
Please pull hwmon fixes for Linux v4.12-rc2 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
hwmon-for-linus-v4.12-rc2
Thanks,
Guenter
--
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (201
On 05/17/2017 05:17 PM, Stephen Rothwell wrote:
Hi Corey,
I noticed a commit with no Signed-off-by from you (as the committer)
in the ipmi tree today:
a40b8d591d4c ipmi_ssif: remove redundant null check on array
client->adapter->name
Please fix it up.
Got it, thanks.
-corey
On Wed, 2017-05-17 at 13:33 +0300, Alexey Dobriyan wrote:
> > Joe Perches wrote:
> >
> > On Tue, 2017-05-16 at 23:42 +0300, Alexey Dobriyan wrote:
> > > num_to_str() optimizes printing small integers [0..9], so the same
> > > check higher in callchain is unnecessary.
> >
> > Doesn't the optimizat
On 05/11/2017 06:51 AM, Ard Biesheuvel wrote:
[snip]
In my opinion, the correct fix would be to make -fpie (as opposed to
-fpic) imply hidden visibility, given that PIE executables don't
export symbols in the first place, and so the preemption rules do not
apply. It is worth a try whether -fpie w
Hi Willem,
On Wed, 17 May 2017 11:29:19 -0400 Willem de Bruijn
wrote:
>
> Full patch out for review at http://patchwork.ozlabs.org/patch/763655/
I have used that in linux-next today instead of my cludge.
--
Cheers,
Stephen Rothwell
On Wed, May 17, 2017 at 10:22 AM, Miroslav Lichvar wrote:
> On Wed, May 17, 2017 at 10:02:00AM -0700, John Stultz wrote:
>> On Wed, May 17, 2017 at 9:57 AM, Miroslav Lichvar
>> wrote:
>> > On Wed, May 17, 2017 at 09:30:31AM -0700, John Stultz wrote:
>> >> Could you submit your linux-tktest infra
On Tue, 2017-05-16 at 17:31 +, Long Li wrote:
> > -Original Message-
> > From: Bart Van Assche [mailto:bart.vanass...@sandisk.com]
> > Sent: Monday, May 15, 2017 5:01 PM
> > To: j...@linux.vnet.ibm.com; linux-s...@vger.kernel.org; linux-
> > ker...@vger.kernel.org; Long Li ;
> > martin.
The function is not used, but is probably kept around for debugging and
symmetry with phy_wr_cfg(). Adding the attribute fixes the following
warning when building with clang:
drivers/phy/phy-rockchip-pcie.c:102:19: error: unused function
'phy_rd_cfg' [-Werror,-Wunused-function]
Signed-off-by:
Hi,
Looks like we've added a mutex in the ->bus_lock() callback for
Rockchip's pinctrl irqchip, which triggers a CONFIG_DEBUG_ATOMIC_SLEEP
warning when entering system suspend:
[ 151.406483] BUG: sleeping function called from invalid context at
kernel/locking/mutex.c:238
[ 151.420321] in_atomi
Hi Matthias,
Quoting Matthias Brugger :
On 16/05/17 23:56, Gustavo A. R. Silva wrote:
Hello everybody,
While looking into Coverity ID 1408721 I ran into the following
piece of code at /drivers/pwm/pwm-mediatek.c:77:
77static int mtk_pwm_config(struct pwm_chip *chip, struct pwm_device *p
hi Luis
On 5/11/2017 12:11 PM, Luis R. Rodriguez wrote:
On Thu, May 11, 2017 at 07:46:27PM +0900, AKASHI Takahiro wrote:
Luis,
On Fri, Apr 28, 2017 at 03:45:35AM +0200, Luis R. Rodriguez wrote:
+To test an async call one could do::
+
+echo anything > /lib/firmware/test-driver_data.bi
Hello everybody,
While looking into Coverity ID 1398149 I ran into the following piece
of code at fs/btrfs/zlib.c:295:
295done:
296zlib_inflateEnd(&workspace->strm);
297if (data_in)
298kunmap(pages_in[page_in_index]);
299if (!ret)
300ze
Abstract the peripheral side ALSA sound card code from
the f_uac2 function into a component that can be called
by various functions, so the various flavors can be split
apart and selectively reused.
Visible changes:
- add uac_params structure to pass audio paramteres for
g_audio_setup
- make
This patch adds a new function 'f_uac1_acard'
(f_uac1 with virtual "ALSA card") that
uses recently created u_audio API. Comparing
to legacy f_uac1 function implementation it
doesn't require any real Audio codec to be
present on the device. In f_uac1_acard audio
streams are simply sinked to and sour
Simplify f_uac2 by removing platform driver/device
creation; use composite's usb_gadget device as
parent for sound card and for debug prints.
This removes extra layer of code without any functional
change.
Signed-off-by: Ruslan Bilovol
---
drivers/usb/gadget/function/f_uac2.c | 107 +
I came to this patch series when wanted to do two things:
- use UAC1 as virtual ALSA sound card on gadget side,
just like UAC2 is used so it's possible to do rate
resampling
- have both playback/capture support in UAC1
Since I wanted to have same behavior for both UAC1/UAC2,
obviously I've
On Thu, May 18, 2017 at 08:14:17AM +1000, Stephen Rothwell wrote:
> Hi Paul,
>
> I noticed a couple of commits in the rcu tree today that have no
> Signed-off-by lines:
>
> 0eeaaea315cd fixup! rcu: Remove nohz_full full-system-idle state machine
> cbe476cef633 fixup! rcu: Remove debugfs tracing
>
Hi Andreas,
Andreas Färber writes:
> Am 15.05.2017 um 10:16 schrieb Neil Armstrong:
[...]
>>
>> It's not perfect, but now it's done, live with it, this has already been
>> discussed.
>
> No.
>
> Copy&pasting your comment N times does not make it any more valid. My
> files, my rules - I insis
Signed-off-by: Rick Altherr
---
Documentation/devicetree/bindings/rng/timeriomem_rng.txt | 7 +++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/rng/timeriomem_rng.txt
b/Documentation/devicetree/bindings/rng/timeriomem_rng.txt
index 6616d15866a3..214940093b5
When a hw_random device's quality is non-zero, it will automatically be
used to fill the kernel's entropy pool. Since timeriomem_rng is used by
many different devices, the quality needs to be provided by platform
data or device tree.
Signed-off-by: Rick Altherr
---
drivers/char/hw_random/timer
On Wed, May 17, 2017 at 03:44:27PM -0500, Josh Poimboeuf wrote:
> On Tue, May 16, 2017 at 09:03:08PM -0700, Eric Biggers wrote:
> > From: Eric Biggers
> >
> > When using the "aes-asm" implementation of AES (*not* the AES-NI
> > implementation) on an x86_64, v4.12-rc1 kernel with lockdep enabled,
The function is not used, but is probably kept around for debugging and
symmetry with usb_ocp_write(). Adding the attribute fixes the following
clang warning:
drivers/net/usb/r8152.c:825:5: error: unused function 'usb_ocp_read'
[-Werror,-Wunused-function]
Signed-off-by: Matthias Kaehlcke
---
On Wed, May 17, 2017 at 1:09 PM, Sebastien Buisson
wrote:
> Add policybrief field to struct policydb. It holds a brief info
> of the policydb, made of colon separated name and value pairs
> that give information about how the policy is applied in the
> security module(s).
> Note that the ordering
Using the device_property interfaces allows mmc drivers to work
on platforms which run on either device tree or ACPI.
Signed-off-by: David Woods
Reviewed-by: Chris Metcalf
Cc: sta...@vger.linux.org
---
drivers/mmc/core/host.c | 72 -
1 file change
Using the device_property interfaces allows the dw_mmc driver to work
on platforms which run on either device tree or ACPI.
Signed-off-by: David Woods
Reviewed-by: Chris Metcalf
Cc: sta...@vger.linux.org
---
drivers/mmc/host/dw_mmc.c | 24
1 file changed, 12 insertions(
Hi Corey,
I noticed a commit with no Signed-off-by from you (as the committer)
in the ipmi tree today:
a40b8d591d4c ipmi_ssif: remove redundant null check on array
client->adapter->name
Please fix it up.
--
Cheers,
Stephen Rothwell
The function is not used, but it looks useful for debugging. Adding the
attribute fixes the following clang warning:
drivers/net/usb/net1080.c:271:20: error: unused function
'nc_dump_ttl' [-Werror,-Wunused-function]
Signed-off-by: Matthias Kaehlcke
---
drivers/net/usb/net1080.c | 2 +-
1 fi
On Wed, May 17, 2017 at 11:26 PM, Yury Norov wrote:
> Hi Amir,
>
> (Sorry for new email, but I cannot find your patch in my mailbox,
> though found it in next-20170517)
>
> Your patch 02cac3227a282 (ovl: mark upper dir with type origin entries
> "impure") makes gcc
Hi Paul,
I noticed a couple of commits in the rcu tree today that have no
Signed-off-by lines:
0eeaaea315cd fixup! rcu: Remove nohz_full full-system-idle state machine
cbe476cef633 fixup! rcu: Remove debugfs tracing
Please fix them up.
--
Cheers,
Stephen Rothwell
On Fri, Apr 14, 2017 at 08:34:32PM +0530, Bharat Kumar Gogada wrote:
> - Adding spinlock for protecting legacy mask register
> - Few wifi end points which only support legacy interrupts,
> performs hardware reset functionalities after disabling interrupts
> by invoking disable_irq and then re-enabl
This is actually a no-op as all read-only should be read-only in the ELF.
Signed-off-by: Thomas Meyer
---
arch/um/Kconfig.common | 1 +
arch/um/kernel/mem.c | 5 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index 85f6dd2..0
On 05/15/2017 09:30 AM, Andy Shevchenko wrote:
On Mon, May 15, 2017 at 12:36 PM, Ulf Hansson wrote:
On 25 April 2017 at 17:39, David Woods wrote:
Using the device_property interfaces allows the dw_mmc driver to work
on platforms which run on either device tree or ACPI.
Can you please split t
Hello everybody,
While looking into Coverity ID 1362263 I ran into the following piece
of code at drivers/infiniband/hw/i40iw/i40iw_virtchnl.c:445:
445if (vchnl_msg->iw_op_code == I40IW_VCHNL_OP_GET_VER) {
446if (vchnl_msg->iw_op_ver != I40IW_VCHNL_OP_GET_VER_V0)
447
This looks like a bugfix that should be included in stable.
On Wed, May 17, 2017 at 3:00 PM, Stephen Hemminger
wrote:
> On Wed, 17 May 2017 14:40:55 -0700
> mikel...@exchange.microsoft.com wrote:
>
>> From: Michael Kelley
>>
>> Signed-off-by: Michael Kelley
>> ---
>> drivers/hv/hv.c |7 +++
Roman Gushchin wrote:
> On Wed, May 17, 2017 at 06:14:46PM +0200, Michal Hocko wrote:
> > On Wed 17-05-17 16:26:20, Roman Gushchin wrote:
> > [...]
> > > [ 25.781882] Out of memory: Kill process 492 (allocate) score 899 or
> > > sacrifice child
> > > [ 25.783874] Killed process 492 (allocate)
On Wed, 17 May 2017 14:40:55 -0700
mikel...@exchange.microsoft.com wrote:
> From: Michael Kelley
>
> Signed-off-by: Michael Kelley
> ---
> drivers/hv/hv.c |7 ++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c
> index 12e7bae..47e
From: Colin Ian King
Req is never null on at the point of the null check, so
remove this redundant check and just return &req->tx.
Detected by CoverityScan, CID#1436147 ("Logically dead code")
Signed-off-by: Colin Ian King
---
drivers/dma/bcm-sba-raid.c | 2 +-
1 file changed, 1 insertion(+),
On Mon, May 15, 2017 at 5:05 PM, Khazhismel Kumykov wrote:
> Hi,
>
> I'm seeing behavior in d_invalidate, if multiple threads call d_invalidate on
> the same tree at the same, behavior time blows up and all the calls hang with
> large enough trees/enough simultaneous callers. (e.g. a directory w/
From: Michael Kelley
Signed-off-by: Michael Kelley
---
drivers/hv/hv.c |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c
index 12e7bae..47ed538 100644
--- a/drivers/hv/hv.c
+++ b/drivers/hv/hv.c
@@ -82,9 +82,14 @@ int hv_post_messag
Hello everybody,
While looking into Coverity ID 1362263 I ran into the following piece
of code at
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c:1000:
1000void exhalbtc_set_ant_num(struct rtl_priv *rtlpriv, u8 type, u8 ant_num)
1001{
1002if (BT_COEX_ANT_TYPE_PG == ty
Hello, Waiman.
On Mon, May 15, 2017 at 09:34:10AM -0400, Waiman Long wrote:
> The current thread mode semantics aren't sufficient to fully support
> threaded controllers like cpu. The main problem is that when thread
> mode is enabled at root (mainly for performance reason), all the
> non-threaded
Hi Andreas,
Andreas Färber writes:
> This series fixes several cosmetic issues, on top of your for-next branch.
>
> Patches 3-6 rename a node, the rest should all be non-functional changes.
>
> PLEASE STOP merging random new nodes at the bottom of DT files!
> Just like it's a convention to sort
Hello,
On Mon, May 15, 2017 at 09:34:09AM -0400, Waiman Long wrote:
> Besides supporting cgroup v2 and thread mode, the following changes
> are also made:
> 1) current_* cgroup files now resides only at the root as we don't
> need duplicated files of the same function all over the cgroup
>
On Tue, 16 May 2017 10:16:28 +
"Chen, Xiaoguang" wrote:
> Hi Alex,
>
> >-Original Message-
> >From: Alex Williamson [mailto:alex.william...@redhat.com]
> >Sent: Tuesday, May 16, 2017 1:44 AM
> >To: Chen, Xiaoguang
> >Cc: Gerd Hoffmann ; Tian, Kevin ;
> >intel-...@lists.freedesktop.o
On Wed, May 17, 2017 at 11:16 PM, Chris Packham
wrote:
> On 18/05/17 06:18, Borislav Petkov wrote:
> One thing I would like confirmation on is is in_le32 -> ioread32 the
> correct change? I tossed up between ioread32 and readl. Looking at
> mv643xx_eth.c which supports both the MV643XX and Orion i
Hello,
On Mon, May 15, 2017 at 09:34:08AM -0400, Waiman Long wrote:
> The reference count in the css_set data structure was used as a
> proxy of the number of tasks attached to that css_set. However, that
> count is actually not an accurate measure especially with thread mode
> support. So a new v
On Wed, 17 May 2017 14:06:13 +0200 Pavel Machek wrote:
> On Sun 2017-04-02 12:05:36, Pavel Machek wrote:
> > Fix overlapping NAND partitions.
> >
> > Signed-off-by: Pavel Machek
>
> Ping? Two partitions at same place are bad news...
Please expand on "bad news"? What are the runtime effects o
On Tue, Apr 25, 2017 at 03:01:35PM +0200, Christian König wrote:
> Am 12.04.2017 um 18:55 schrieb Bjorn Helgaas:
> >[SNIP]
> >>>I think the specs would envision this being done via an ACPI _SRS
> >>>method on the PNP0A03 host bridge device. That would be a more
> >>>generic path that would work on
On Wed, May 17, 2017 at 04:24:32PM -0400, Waiman Long wrote:
> On 05/17/2017 03:23 PM, Tejun Heo wrote:
> > Hello,
> >
> > On Mon, May 15, 2017 at 09:34:06AM -0400, Waiman Long wrote:
> >> The kill_css() function may be called more than once under the condition
> >> that the css was killed but not
Hello, Waiman.
On Mon, May 15, 2017 at 09:34:07AM -0400, Waiman Long wrote:
> The debug cgroup currently resides within cgroup-v1.c and is enabled
> only for v1 cgroup. To enable the debug cgroup also for v2, it
> makes sense to put the code into its own file as it will no longer
> be v1 specific.
Now that the two functions br_mdb_add and br_mdb_del are identical, keep
a single function named br_mdb_do and register it for both RTM_NEWMDB
and RTM_DELMDB message types.
Signed-off-by: Vivien Didelot
---
net/bridge/br_mdb.c | 61 +
1 file ch
Retrieve the message type from the nlmsghdr structure instead of
hardcoding it in both br_mdb_add and br_mdb_del.
Signed-off-by: Vivien Didelot
---
net/bridge/br_mdb.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/net/bridge/br_mdb.c b/net/bridge/br_mdb.c
index a
br_mdb_add and br_mdb_del call respectively __br_mdb_add and
__br_mdb_del and notify the message type on success.
Factorize this in a new __br_mdb_do function which add or delete a
br_mdb_entry depending on the message type, then notify it.
Note that the dev argument is p->br->dev, so no need to
The __br_mdb_add function uses exactly the same mechanism as its caller
br_mdb_add to retrieve the net_bridge_port pointer from br_mdb_entry.
Remove it and pass directly the net_bridge_port pointer to __br_mdb_add.
Signed-off-by: Vivien Didelot
---
net/bridge/br_mdb.c | 18 --
1
__br_mdb_add and __br_mdb_del both check that the bridge is up and
running and that multicast is enabled on it before doing any operation.
Since they can be called multiple times by br_mdb_add and br_mdb_del,
move the check in their caller functions so that it is done just once.
Signed-off-by: Vi
Be symmetric with br_mdb_add and break if __br_mdb_del returns an error.
Signed-off-by: Vivien Didelot
---
net/bridge/br_mdb.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/bridge/br_mdb.c b/net/bridge/br_mdb.c
index d20a01622b20..24fb4179 100644
--- a/net/brid
The br_mdb.c file implements both br_mdb_add and br_mdb_del functions, to
handle respectively the RTM_NEWMDB and RTM_DELMDB message types.
But these two functions are really similar. This patch series factorizes
them into a single br_mdb_do rtnl_doit_func function to reduce
boilerplate and simplif
The newly added PRCM CCU driver uses SUNXI_CCU_MP_WITH_MUX_GATE, which causes
a link error when no other driver enables SUNXI_CCU_MP:
drivers/clk/built-in.o:(.data+0x5c8c8): undefined reference to `ccu_mp_ops'
This adds an explicit 'select' statement for it.
Signed-off-by: Arnd Bergmann
---
dr
Remove variable self assignment.
Addresses-Coverity-ID: 1408817
Signed-off-by: Gustavo A. R. Silva
---
drivers/media/platform/coda/coda-common.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/platform/coda/coda-common.c
b/drivers/media/platform/coda/coda-common.c
index d523e99
On 05/16/2017 02:42 PM, Thomas Gleixner wrote:
> might_sleep() debugging and smp_processor_id() debugging should be active
> right after the scheduler starts working. The init task can invoke
> smp_processor_id() from preemptible context as it is pinned on the boot cpu
> until sched_smp_init() remo
On 18/05/17 06:18, Borislav Petkov wrote:
> Top-posting so that the PPC list can see the whole patch below.
>
> Since I don't know PPC, let me add PPC ML to CC for a confirmation this
> change is correct.
>
> Which brings me to the tangential: this driver is from 2006-ish and
> is for some "Marvell
On 05/16/2017 10:58 PM, Michael Ellerman wrote:
> Rob Landley writes:
>
>> diff --git a/init/main.c b/init/main.c
>> index f866510..9ec09ff 100644
>> --- a/init/main.c
>> +++ b/init/main.c
>> @@ -1055,8 +1049,17 @@ static noinline void __init kernel_init_freeable(void)
>> if (sys_access((c
For some reasons I don't know users-offsets.s get's build before the
gcc-plugins itself.
This patch fixes the problem by not using the gcc-plugins for building
user-offsets.s
make order example:
$ make ARCH=um
CHK include/generated/uapi/linux/version.h
HOSTCC scripts/basic/fixdep
HOSTCC
On Wed, Apr 05, 2017 at 10:28:22AM +0800, Jeffy Chen wrote:
> Currently we only free the allocated resource struct when error.
> This would cause memory leak after pci_free_resource_list.
I think I see the problem here. The release path is this:
pci_release_host_bridge_dev
pci_free_resourc
On Wed, 17 May 2017 18:22:49 +0200
SF Markus Elfring wrote:
> From: Markus Elfring
> Date: Wed, 17 May 2017 18:12:16 +0200
>
> Omit an extra message for a memory allocation failure in this function.
>
> This issue was detected by using the Coccinelle software.
>
> Link:
> http://events.linux
On Wed, May 17, 2017 at 12:14:36PM +0800, Jason Wang wrote:
> This series tries to implement rx batching for vhost-net. This is done
> by batching the dequeuing from skb_array which was exported by
> underlayer socket and pass the sbk back through msg_control to finish
> userspace copying. This is
It is possible to update the backlight power and the brightness using
the sysfs and on writing it either returns the count or if the callback
function does not exist then returns the error code 'ENXIO'.
We have a situation where the userspace client is writing to the sysfs
to update the power and
Hi Corey,
Quoting Corey Minyard :
On 05/15/2017 03:46 PM, Gustavo A. R. Silva wrote:
The array field name in struct i2c_adapter is a fixed size array
so it can never be NULL.
This was already caught by Colin Ian King, a patch is already queued
for this.
Great, it's good to know.
Thank
Hello everybody,
While looking into Coverity ID 1408956 I ran into the following piece
of code at drivers/net/ethernet/intel/i40e/i40e_main.c:8807:
8807if (pf->hw.mac.type == I40E_MAC_X722) {
8808pf->flags |= I40E_FLAG_RSS_AQ_CAPABLE
8809 |
On Tue, May 16, 2017 at 09:03:08PM -0700, Eric Biggers wrote:
> From: Eric Biggers
>
> When using the "aes-asm" implementation of AES (*not* the AES-NI
> implementation) on an x86_64, v4.12-rc1 kernel with lockdep enabled, the
> following warning was reported, along with a long unwinder dump:
>
The newly introduced wrapper function only has one caller,
and this one is conditional, causing a harmless warning when
CONFIG_CPU_FREQ is disabled:
arch/x86/kernel/tsc.c:189:13: error: 'set_cyc2ns_scale' defined but not used
[-Werror=unused-function]
My first idea was to move the wrapper inside
Am 17. Mai 2017 21:35:52 MESZ schrieb Alexander Sverdlin
:
>Hello Peter!
>
>On 23/03/17 14:03, Peter Huewe wrote:
>> This patch replaces the old, deprecated call to hwmon_device_register
>> with the new hwmon_device_register_with_info and converts the whole
>> driver to the new hwmon interface u
On Fri, May 12, 2017 at 04:57:48PM +0300, Peter Ujfalusi wrote:
> For the DMA we have ch (channel), dmareq and sync_dev parameters both
> within the tusb_omap_dma_ch and tusb_omap_dma_ch struct.
one of the two "tusb_omap_dma_ch" should be "tusb_omap_dma".
Regards,
-Bin.
From: Markus Elfring
Date: Wed, 17 May 2017 22:26:07 +0200
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Link:
http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf
Sign
On Fri, May 12, 2017 at 3:51 AM, Song Xiaowei wrote:
> From: songxiaowei
Looks good overall, just a few details:
Please fix your ~/.gitconfig to contain the same real name ("Song Xiaowei"
instead of "songxiaowei") that you use for sending the emails.
> +
> +static int kirin_pcie_phy_init(struc
On 5/16/2017 3:36 AM, Borislav Petkov wrote:
On Tue, Apr 18, 2017 at 04:19:30PM -0500, Tom Lendacky wrote:
The SMP MP-table is built by UEFI and placed in memory in a decrypted
state. These tables are accessed using a mix of early_memremap(),
early_memunmap(), phys_to_virt() and virt_to_phys().
Hi Amir,
(Sorry for new email, but I cannot find your patch in my mailbox,
though found it in next-20170517)
Your patch 02cac3227a282 (ovl: mark upper dir with type origin entries
"impure") makes gcc warn on uninitialized variables in my arm64 build:
fs/overlayfs/dir.c: In function ‘
The goal is to allow users to override linking of libraries that
were automatically added to PERFLIBS.
EXCLUDE_EXTLIBS contains linker flags to be removed from LIBS
while EXTRA_PERFLIBS contains linker flags to be added.
My use case is to force certain library to be build statically,
e.g. for lib
On 05/17/2017 03:23 PM, Tejun Heo wrote:
> Hello,
>
> On Mon, May 15, 2017 at 09:34:06AM -0400, Waiman Long wrote:
>> The kill_css() function may be called more than once under the condition
>> that the css was killed but not physically removed yet followed by the
>> removal of the cgroup that is h
Hi,
Dne sreda, 17. maj 2017 ob 18:43:49 CEST je Icenowy Zheng napisal(a):
> The DE2 mixer can do color space correction needed by TV Encoder with
> its DCSC sub-engine.
>
> Add support for it.
>
> Signed-off-by: Icenowy Zheng
> ---
> drivers/gpu/drm/sun4i/sun8i_mixer.c | 35
> +
Hi,
Dne sreda, 17. maj 2017 ob 18:43:53 CEST je Icenowy Zheng napisal(a):
> As we have already the support for the TV encoder on Allwinner H3, add
> the display engine pipeline device tree nodes to its DTSI file.
>
> The H5 pipeline has some differences and will be enabled later.
>
> The current
On Fri, May 12, 2017 at 04:57:48PM +0300, Peter Ujfalusi wrote:
> For the DMA we have ch (channel), dmareq and sync_dev parameters both
> within the tusb_omap_dma_ch and tusb_omap_dma_ch struct.
> By creating a common struct the code can be simplified when selecting
> between the shared or multicha
On Sat, May 13, 2017 at 7:51 AM, Kees Cook wrote:
> Adjusts for ReST markup and moves under LSM admin guide.
>
> Cc: Paul Moore
> Signed-off-by: Kees Cook
> ---
> .../SELinux.txt => admin-guide/LSM/SELinux.rst}| 18
> --
> Documentation/admin-guide/LSM/index.rst
On Tue, 16 May 2017 17:05:32 +0200
Andrey Konovalov wrote:
> Hi,
>
> I've got the following error report while fuzzing the kernel with syzkaller.
>
> On commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (4.12-rc1).
>
> A reproducer and .config are attached.
This should fix it.
commit 37b3fa4b6
On Fri, May 12, 2017 at 04:57:46PM +0300, Peter Ujfalusi wrote:
> When using the g_ncm for networking this flag will make sure that the
> buffer is alligned to 32bit so the DMA can be used to offload the data
s/alligned/aligned/
Regards,
-Bin.
> movement.
>
> Signed-off-by: Peter Ujfalusi
> Te
2017-05-17 11:24 GMT-07:00 Colin King :
> From: Colin Ian King
>
> pages is being allocated however a null check on bv is being used
> to see if the allocation failed. Fix this by checking if pages is
> null.
>
> Detected by CoverityScan, CID#1432974 ("Logically dead code")
>
> Fixes: ccf7f4088af2
Al Viro writes:
> This series switches compat wait4() and waitid() variants away
> from set_fs() use. A couple of helpers (kernel_wait4() and kernel_waitid())
> are introduced, copying siginfo/rusage to userland is taken to sys_wait...().
> That allows both to simplify the guts of do_wait(
If we see unrecoverable ECC error, we need to count number of bitflips
from all-ones and report correctable/uncorrectable according to
that. Otherwise we report ECC failed on erased flash with single bit error.
Signed-off-by: Pavel Machek
diff --git a/drivers/mtd/nand/fsl_ifc_nand.c b/drivers/mt
On 17/05/17 17:36, Rob Herring wrote:
> On Wed, May 17, 2017 at 10:03 AM, Kieran Bingham wrote:
>> From: Kieran Bingham
>>
>> When handling endpoints, the v4l2 async framework needs to identify the
>> parent device of a port endpoint.
>>
>> Adapt the existing of_graph_get_remote_port_parent() suc
From: Corey Minyard
This is so that an IPMI platform device can be created from a
DMI firmware entry.
Signed-off-by: Corey Minyard
Cc: Jean Delvare
Cc: Andy Lutomirski
Tested-by: Andy Lutomirski
---
drivers/firmware/dmi_scan.c | 16 ++--
include/linux/dmi.h | 14
From: Corey Minyard
A fwnode_handle is being added to dmi_device, and that will need to
be updated. So remove the const.
Signed-off-by: Corey Minyard
Cc: Jean Delvare
Cc: Andy Lutomirski
Tested-by: Andy Lutomirski
---
drivers/firmware/dmi_scan.c | 11 +--
include/linux/dmi.h
From: Corey Minyard
Now that the DMI code creates a platform device for IPMI devices
in the firmware, use that instead of handling all the DMI work
in the IPMI driver itself.
Signed-off-by: Corey Minyard
Tested-by: Andy Lutomirski
---
drivers/char/ipmi/ipmi_si_intf.c | 137 ---
201 - 300 of 913 matches
Mail list logo