[PATCH 28/46] PHY: remove rwsem use from phy core

2007-04-27 Thread Greg Kroah-Hartman
The subsystem rwsem is not used by the driver core at all, so the use of it in the phy code doesn't make any sense. They might possibly want to use a local lock, but I am unsure about that. Cc: netdev netdev@vger.kernel.org Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/net/phy

Re: e1000e: hard system lockup on Linux 4.2

2015-10-17 Thread Greg Kroah-Hartman
On Mon, Oct 12, 2015 at 12:58:09PM +0200, Jason A. Donenfeld wrote: > > On Oct 12, 2015 8:59 AM, "Avargil, Raanan" wrote: > > > > Your analysis is correct. > > Commit 37b12910dd11d9ab969f2c310dc9160b7f3e3405 fixes the lockup issue, and > according to my last check it is

Re: Soft lockup issue in Linux 4.1.9

2015-10-17 Thread Greg Kroah-Hartman
On Sat, Oct 03, 2015 at 09:14:16PM +0200, Thomas D. wrote: > Hi, > > Holger Hoffstätte wrote: > > Greg, any chance you can drop this into the pending 4.1.10? Otherwise people > > will get another broken release. > > For me it looks like the request was too late, the patch is not included > in

Re: [PATCH 2/7] tty: Remove ASYNC_CLOSING checks in open()/hangup() methods

2015-10-17 Thread Greg Kroah-Hartman
On Sat, Oct 10, 2015 at 04:00:52PM -0400, Peter Hurley wrote: > > Note: The ASYNC_CLOSING flag state is still maintained since several > bitrotting drivers use it for (dubious) other purposes. I think we should drop it, it's pointless and no one ever actually does anything with it. thanks,

[PATCH 4.1 11/56] mvneta: add forgotten initialization of autonegotiation bits

2015-07-08 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/ethernet/marvell/mvneta.c |6 ++ 1 file changed, 6 insertions(+) --- a/drivers/net/ethernet/marvell/mvneta.c +++ b/drivers/net/ethernet/marvell/mvneta.c @@ -1013,6 +1013,12 @@ static void mvneta_defaults_set(struct m

Re: [PATCH 4.1 11/56] mvneta: add forgotten initialization of autonegotiation bits

2015-07-08 Thread Greg Kroah-Hartman
On Wed, Jul 08, 2015 at 08:10:46PM +0300, Stas Sergeev wrote: 08.07.2015 10:35, Greg Kroah-Hartman пишет: 4.1-stable review patch. If anyone has any objections, please let me know. -- From: Stas Sergeev s...@list.ru [ Upstream commit

[PATCH 4.1 25/29] mvneta: use inband status only when explicitly enabled

2015-10-01 Thread Greg Kroah-Hartman
; CC: netdev@vger.kernel.org CC: linux-ker...@vger.kernel.org Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/ethernet/marvell/mvneta.c |9 + 1 file changed, 5 insertions(+), 4 deletion

[PATCH 4.1 24/29] of_mdio: add new DT property managed to specify the PHY management type

2015-10-01 Thread Greg Kroah-Hartman
> CC: Ian Campbell <ijc+devicet...@hellion.org.uk> CC: Kumar Gala <ga...@codeaurora.org> CC: Florian Fainelli <f.faine...@gmail.com> CC: Grant Likely <grant.lik...@linaro.org> CC: devicet...@vger.kernel.org CC: linux-ker...@vger.kernel.org CC: netdev@vger.kernel

Re: [PATCH V5 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'

2015-10-04 Thread Greg Kroah-Hartman
On Sun, Sep 27, 2015 at 03:48:24PM +0200, Rafael J. Wysocki wrote: > On Sun, Sep 27, 2015 at 12:04 AM, Viresh Kumar > wrote: > > global_lock is defined as an unsigned long and accessing only its lower > > 32 bits from sysfs is incorrect, as we need to consider other 32

[PATCH 4.2 29/30] mvneta: use inband status only when explicitly enabled

2015-10-01 Thread Greg Kroah-Hartman
; CC: netdev@vger.kernel.org CC: linux-ker...@vger.kernel.org Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/ethernet/marvell/mvneta.c |9 + 1 file changed, 5 insertions(+), 4 deletion

[PATCH 4.2 27/30] net: phy: fixed_phy: handle link-down case

2015-10-01 Thread Greg Kroah-Hartman
Fainelli <f.faine...@gmail.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/phy/fixed_phy.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) --- a/drivers/net/phy/fixed_phy.c +++

[PATCH 4.2 28/30] of_mdio: add new DT property managed to specify the PHY management type

2015-10-01 Thread Greg Kroah-Hartman
> CC: Ian Campbell <ijc+devicet...@hellion.org.uk> CC: Kumar Gala <ga...@codeaurora.org> CC: Florian Fainelli <f.faine...@gmail.com> CC: Grant Likely <grant.lik...@linaro.org> CC: devicet...@vger.kernel.org CC: linux-ker...@vger.kernel.org CC: netdev@vger.kernel

[PATCH 4.1 23/29] net: phy: fixed_phy: handle link-down case

2015-10-01 Thread Greg Kroah-Hartman
Fainelli <f.faine...@gmail.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/phy/fixed_phy.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) --- a/drivers/net/phy/fixed_phy.c +++

Re: [PATCH v2] atomics,cmpxchg: Privatize the inclusion of asm/cmpxchg.h

2015-09-09 Thread Greg Kroah-Hartman
c.h > > Acked-by: Will Deacon <will.dea...@arm.com> > Signed-off-by: Boqun Feng <boqun.f...@gmail.com> > --- > v1 --> v2: > 1. rebase on current master branch of tip tree > 2. remove documentation modification > Acked-by: Greg Kroah-Hartman

[PATCH 4.3 078/125] can: Use correct type in sizeof() in nla_put()

2015-12-07 Thread Greg Kroah-Hartman
might result in memory corruption. Fix this. Signed-off-by: Marek Vasut <ma...@denx.de> Cc: Wolfgang Grandegger <w...@grandegger.com> Cc: netdev@vger.kernel.org Signed-off-by: Marc Kleine-Budde <m...@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org&g

[PATCH 4.1 62/95] can: Use correct type in sizeof() in nla_put()

2015-12-07 Thread Greg Kroah-Hartman
might result in memory corruption. Fix this. Signed-off-by: Marek Vasut <ma...@denx.de> Cc: Wolfgang Grandegger <w...@grandegger.com> Cc: netdev@vger.kernel.org Signed-off-by: Marc Kleine-Budde <m...@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org&g

[PATCH 4.2 085/124] can: Use correct type in sizeof() in nla_put()

2015-12-07 Thread Greg Kroah-Hartman
might result in memory corruption. Fix this. Signed-off-by: Marek Vasut <ma...@denx.de> Cc: Wolfgang Grandegger <w...@grandegger.com> Cc: netdev@vger.kernel.org Signed-off-by: Marc Kleine-Budde <m...@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org&g

Re: [PATCH v2 0/4] Replace tty->closing

2015-12-13 Thread Greg Kroah-Hartman
On Sun, Dec 13, 2015 at 04:16:36PM -0800, Peter Hurley wrote: > Greg, > > Would you drop these 4 patches from tty-testing please? Now dropped. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 2/7] kernfs: implement kernfs_walk_and_get()

2015-11-20 Thread Greg Kroah-Hartman
On Fri, Nov 20, 2015 at 04:12:54PM -0500, Tejun Heo wrote: > On Thu, Nov 19, 2015 at 08:41:04PM -0800, Greg Kroah-Hartman wrote: > > On Thu, Nov 19, 2015 at 01:52:46PM -0500, Tejun Heo wrote: > > > Implement kernfs_walk_and_get() which is similar to > > > kernfs_find_an

Re: [PATCH 2/7] kernfs: implement kernfs_walk_and_get()

2015-11-19 Thread Greg Kroah-Hartman
-off-by: Tejun Heo <t...@kernel.org> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: David Miller <da...@davemloft.net> > --- > fs/kernfs/dir.c| 46 ++ > include/linux/kernfs.h | 12 ++++ >

[PATCH 4.5 15/87] asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions

2016-05-30 Thread Greg Kroah-Hartman
er.kernel.org Reported-by: Yongqin Liu <yongqin....@linaro.org> Signed-off-by: John Stultz <john.stu...@linaro.org> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/usb/asix_common.c |2 +- 1 f

[PATCH 4.4 18/86] asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions

2016-05-30 Thread Greg Kroah-Hartman
er.kernel.org Reported-by: Yongqin Liu <yongqin....@linaro.org> Signed-off-by: John Stultz <john.stu...@linaro.org> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/usb/asix_common.c |2 +- 1 f

[PATCH 4.6 014/100] asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions

2016-05-30 Thread Greg Kroah-Hartman
er.kernel.org Reported-by: Yongqin Liu <yongqin....@linaro.org> Signed-off-by: John Stultz <john.stu...@linaro.org> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/usb/asix_common.c |2 +- 1 f

[PATCH 4.5 155/238] ARC: [plat-axs10x] add Ethernet PHY description in .dts

2016-04-10 Thread Greg Kroah-Hartman
ft.net> Cc: linux-ker...@vger.kernel.org Cc: netdev@vger.kernel.org Reviewed-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> Signed-off-by: Vineet Gupta <vgu...@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- arch/arc/boot/dts/axs10x_mb.d

[PATCH 4.4 31/73] VSOCK: do not disconnect socket when peer has shutdown SEND only

2016-05-16 Thread Greg Kroah-Hartman
imbre...@linux.vnet.ibm.com> Cc: Andy King <ack...@vmware.com> Cc: Dmitry Torokhov <d...@vmware.com> Cc: Jorgen Hansen <jhan...@vmware.com> Cc: Adit Ranadive <ad...@vmware.com> Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-

[PATCH 3.14 14/17] VSOCK: do not disconnect socket when peer has shutdown SEND only

2016-05-16 Thread Greg Kroah-Hartman
imbre...@linux.vnet.ibm.com> Cc: Andy King <ack...@vmware.com> Cc: Dmitry Torokhov <d...@vmware.com> Cc: Jorgen Hansen <jhan...@vmware.com> Cc: Adit Ranadive <ad...@vmware.com> Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-

[PATCH 4.5 036/101] VSOCK: do not disconnect socket when peer has shutdown SEND only

2016-05-16 Thread Greg Kroah-Hartman
imbre...@linux.vnet.ibm.com> Cc: Andy King <ack...@vmware.com> Cc: Dmitry Torokhov <d...@vmware.com> Cc: Jorgen Hansen <jhan...@vmware.com> Cc: Adit Ranadive <ad...@vmware.com> Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-

Re: [PATCH] fix infoleak in wireless

2016-05-03 Thread Greg Kroah-Hartman
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I

Re: [PATCH] fix infoleak in wireless

2016-05-03 Thread Greg Kroah-Hartman
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, May 03, 2016 at 04:47:16PM -0400, Kangjie Lu wrote: > Hi Greg, > > Could you please take a look at this issue. > mac_addr is not initialized is some implementations of dump_station(), which >

Re: [PATCH] fix infoleak in wireless

2016-05-03 Thread Greg Kroah-Hartman
On Tue, May 03, 2016 at 05:11:07PM -0400, Kangjie Lu wrote: > Opps, I did not notice the patch is not attached. > > From 34a82a734388d07eb10f91770f86938e38f7575a Mon Sep 17 00:00:00 2001 > From: Kangjie Lu > Date: Tue, 3 May 2016 14:15:18 -0400 > Subject: [PATCH] fix infoleak in

[PATCH 4.6 05/31] kcm: fix /proc memory leak

2016-07-06 Thread Greg Kroah-Hartman
se method. Signed-off-by: Jiri Slaby <jsl...@suse.cz> Fixes: cd6e111bf5 (kcm: Add statistics and proc interfaces) Cc: "David S. Miller" <da...@davemloft.net> Cc: Tom Herbert <t...@herbertland.com> Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <da...@

Re: [RFC v2 00/20] Replace PCI pool by DMA pool API

2017-02-18 Thread Greg Kroah-Hartman
On Sat, Feb 18, 2017 at 09:35:36AM +0100, Romain Perier wrote: > The current PCI pool API are simple macro functions direct expanded to > the appropriated dma pool functions. The prototypes are almost the same > and semantically, they are very similar. I propose to use the DMA pool > API directly

Re: [PATCH net-next v4 05/10] drivers: base: Add device_find_in_class_name()

2017-01-17 Thread Greg Kroah-Hartman
On Tue, Jan 17, 2017 at 03:21:47PM -0800, Florian Fainelli wrote: > Add a helper function to lookup a device reference given a class name. > This is a preliminary patch to remove adhoc code from net/dsa/dsa.c and > make it more generic. > > Signed-off-by: Florian Fainelli >

Re: [PATCH net-next resend 10/13] debugfs: constify argument to debugfs_real_fops()

2016-11-10 Thread Greg Kroah-Hartman
On Thu, Nov 03, 2016 at 05:12:06PM +, Jakub Kicinski wrote: > seq_file users can only access const version of file pointer, > because the ->file member of struct seq_operations is marked > as such. Make parameter to debugfs_real_fops() const. > > CC: Greg

Re: [PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-10 Thread Greg Kroah-Hartman
n...@netronome.com> > --- > include/linux/debugfs.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

[PATCH 4.4 01/21] time: Add cycles to nanoseconds translation

2016-10-14 Thread Greg Kroah-Hartman
f-by: Christopher S. Hall <christopher.s.h...@intel.com> Signed-off-by: John Stultz <john.stu...@linaro.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- kernel/time/timekeeping.c | 25 + 1 file changed, 21 insertions(+), 4 del

Re: [PATCH v3 net-next 4/8] net: qualcomm: rename qca_framing.c to qca_common.c

2016-10-18 Thread Greg Kroah-Hartman
On Tue, Oct 18, 2016 at 01:27:30PM +0200, Stefan Wahren wrote: > As preparation for the upcoming UART driver we need a module > which contains common functions for both interfaces. The module > qca_framing is a good candidate but renaming to qca_common would > make it clear. > > Signed-off-by:

[PATCH 4.8 51/92] xprtrdma: use complete() instead complete_all()

2016-11-17 Thread Greg Kroah-Hartman
le...@oracle.com> Cc: linux-...@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Anna Schumaker <anna.schuma...@netapp.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- net/sunrpc/xprtrdma/frwr_ops.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/s

[PATCH 4.4 23/34] net: sctp, forbid negative length

2016-11-13 Thread Greg Kroah-Hartman
Horman <nhor...@tuxdriver.com> Cc: "David S. Miller" <da...@davemloft.net> Cc: linux-s...@vger.kernel.org Cc: netdev@vger.kernel.org Acked-by: Neil Horman <nhor...@tuxdriver.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Ha

[PATCH 4.8 24/35] net: sctp, forbid negative length

2016-11-13 Thread Greg Kroah-Hartman
Horman <nhor...@tuxdriver.com> Cc: "David S. Miller" <da...@davemloft.net> Cc: linux-s...@vger.kernel.org Cc: netdev@vger.kernel.org Acked-by: Neil Horman <nhor...@tuxdriver.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Ha

Re: [PATCH RFC v2 net-next 0/8] net: qualcomm: add QCA7000 UART driver

2016-10-13 Thread Greg Kroah-Hartman
On Thu, Oct 13, 2016 at 10:09:09AM +0200, Stefan Wahren wrote: > > > Stefan Wahren hat am 26. September 2016 um 13:07 > > geschrieben: > > > > > > The Qualcomm QCA7000 HomePlug GreenPHY supports two interfaces: > > UART and SPI. This patch series adds the missing

Re: [PATCH RFC v2 net-next 0/8] net: qualcomm: add QCA7000 UART driver

2016-10-13 Thread Greg Kroah-Hartman
On Thu, Oct 13, 2016 at 10:09:09AM +0200, Stefan Wahren wrote: > > > Stefan Wahren hat am 26. September 2016 um 13:07 > > geschrieben: > > > > > > The Qualcomm QCA7000 HomePlug GreenPHY supports two interfaces: > > UART and SPI. This patch series adds the missing

Re: [PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-29 Thread Greg Kroah-Hartman
On Tue, Nov 29, 2016 at 12:11:37PM -0800, Jakub Kicinski wrote: > On Tue, Nov 29, 2016 at 11:58 AM, Greg Kroah-Hartman > <gre...@linuxfoundation.org> wrote: > > On Thu, Nov 10, 2016 at 05:23:49PM +, Jakub Kicinski wrote: > >> Type of debugfs_real_fops(

Re: [PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-29 Thread Greg Kroah-Hartman
On Thu, Nov 10, 2016 at 05:23:49PM +, Jakub Kicinski wrote: > Type of debugfs_real_fops() is longer than parameters and > the name, so there is no way to break the declaration nicely. > We have to go over 80 characters. > > Signed-off-by: Jakub Kicinski > --- >

Re: [PATCH] linux/types.h: enable endian checks for all sparse builds

2016-12-08 Thread Greg Kroah-Hartman
On Thu, Dec 08, 2016 at 06:38:11AM +, Bart Van Assche wrote: > On 12/07/16 21:54, Michael S. Tsirkin wrote: > > On Thu, Dec 08, 2016 at 05:21:47AM +, Bart Van Assche wrote: > >> Additionally, there are notable exceptions to the rule that most drivers > >> are endian-clean, e.g.

Re: [PATCH 8/8] Makefile: drop -D__CHECK_ENDIAN__ from cflags

2016-12-15 Thread Greg Kroah-Hartman
| 2 -- > net/mac80211/Makefile | 2 +- > net/mac802154/Makefile| 2 -- > net/wireless/Makefile | 2 -- > 38 files changed, 5 insertions(+), 68 deletions(-) For drivers/staging: Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

Re: [PATCH 5/8] linux: drop __bitwise__ everywhere

2016-12-15 Thread Greg Kroah-Hartman
2 +- > include/target/target_core_base.h| 2 +- > include/uapi/linux/virtio_types.h| 6 +++--- > net/ieee802154/6lowpan/6lowpan_i.h | 2 +- > net/mac80211/ieee80211_i.h | 4 ++-- > 12 files changed, 20 insertions(+), 20 delet

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

2017-01-05 Thread Greg Kroah-Hartman
On Tue, Jan 03, 2017 at 10:19:29PM +0100, Arnd Bergmann wrote: > On Tuesday, January 3, 2017 4:24:36 PM CET Greg Kroah-Hartman wrote: > > On Wed, Mar 02, 2016 at 08:06:46PM +0100, Arnd Bergmann wrote: > > > The icn, act2000 and pcbit drivers are all for very old hardware, >

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

2017-01-03 Thread Greg Kroah-Hartman
On Wed, Mar 02, 2016 at 08:06:46PM +0100, Arnd Bergmann wrote: > The icn, act2000 and pcbit drivers are all for very old hardware, > and it is highly unlikely that anyone is actually still using them > on modern kernels, if at all. > > All three drivers apparently are for hardware that predates

Re: patch 4.8 "net: handle no dst on skb in icmp6_send"

2017-01-08 Thread Greg Kroah-Hartman
On Mon, Jan 09, 2017 at 07:53:49AM +, Bronek Kozicki wrote: > On 08/01/2017 22:50, David Miller wrote: > > From: Bronek Kozicki > > Date: Sun, 8 Jan 2017 21:46:18 + > > > > > Hello, > > > > > > any particular reason why this fix > > >

[PATCH 4.10 34/63] team: use ETH_MAX_MTU as max mtu

2017-03-20 Thread Greg Kroah-Hartman
iller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/team/team.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/net/team/team.c +++ b/drivers/net/team/team.c @@ -2075,6 +2075,7 @@ static int team_dev_type_check_change(st

[PATCH 3.18 043/145] [PATCH 093/760] net: sctp, forbid negative length

2017-04-16 Thread Greg Kroah-Hartman
Horman <nhor...@tuxdriver.com> Cc: "David S. Miller" <da...@davemloft.net> Cc: linux-s...@vger.kernel.org Cc: netdev@vger.kernel.org Acked-by: Neil Horman <nhor...@tuxdriver.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartma

[PATCH 4.10 70/75] x86/tlb: Fix tlb flushing when lguest clears PGE

2017-03-13 Thread Greg Kroah-Hartman
25426.l4nf65rx4waho...@wfg-t540p.sh.intel.com Link: http://lkml.kernel.org/r/25c41ad9eca164be4db9ad84f768965b7eb19d9e.1489191673.git.dan...@iogearbox.net Signed-off-by: Thomas Gleixner <t...@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- arch/x86/include

[PATCH 4.9 59/63] x86/tlb: Fix tlb flushing when lguest clears PGE

2017-03-13 Thread Greg Kroah-Hartman
4nf65rx4waho...@wfg-t540p.sh.intel.com Link: http://lkml.kernel.org/r/25c41ad9eca164be4db9ad84f768965b7eb19d9e.1489191673.git.dan...@iogearbox.net Signed-off-by: Thomas Gleixner <t...@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- arch/x86/include

Re: Lots of new warnings with gcc-7.1.1

2017-07-12 Thread Greg Kroah-Hartman
On Tue, Jul 11, 2017 at 03:35:15PM -0700, Linus Torvalds wrote: > [ Very random list of maintainers and mailing lists, at least > partially by number of warnings generated by gcc-7.1.1 that is then > correlated with the get_maintainers script ] > > So I upgraded one of my boxes to F26, which

Re: [PATCH] kmod: don't load module unless req process has CAP_SYS_MODULE

2017-05-14 Thread Greg Kroah-Hartman
On Fri, May 12, 2017 at 04:22:59PM -0700, Mahesh Bandewar wrote: > From: Mahesh Bandewar > > A process inside random user-ns should not load a module, which is > currently possible. As demonstrated in following scenario - > > Create namespaces; especially a user-ns and

Re: [PATCH] kmod: don't load module unless req process has CAP_SYS_MODULE

2017-05-15 Thread Greg Kroah-Hartman
On Sun, May 14, 2017 at 08:57:34AM -0500, Eric W. Biederman wrote: > Greg Kroah-Hartman <gre...@linuxfoundation.org> writes: > > > On Fri, May 12, 2017 at 04:22:59PM -0700, Mahesh Bandewar wrote: > >> From: Mahesh Bandewar <mahe...@google.com> > >> &

Re: [PATCH] kmod: don't load module unless req process has CAP_SYS_MODULE

2017-05-15 Thread Greg Kroah-Hartman
On Sun, May 14, 2017 at 07:42:08PM -0700, Mahesh Bandewar (महेश बंडेवार) wrote: > On Sun, May 14, 2017 at 3:45 AM, Greg Kroah-Hartman > <gre...@linuxfoundation.org> wrote: > > On Fri, May 12, 2017 at 04:22:59PM -0700, Mahesh Bandewar wrote: > >> From: Mahesh B

Re: linux-next: build failure after merge of the net tree

2017-06-08 Thread Greg Kroah-Hartman
On Thu, Jun 08, 2017 at 10:08:58AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the net tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function > 'rtw_cfg80211_add_monitor_if': >

[PATCH 07/11] wireless: ipw2x00: convert to use DRIVER_ATTR_RW

2017-06-09 Thread Greg Kroah-Hartman
ernel.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +++- drivers/net/wireless/intel/ipw2x00/ipw2200.c | 8 +++- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/net/wireless/intel/ip

Re: [PATCH 07/11] wireless: ipw2x00: convert to use DRIVER_ATTR_RW

2017-06-09 Thread Greg Kroah-Hartman
On Fri, Jun 09, 2017 at 12:25:44PM +0300, Kalle Valo wrote: > Greg Kroah-Hartman <gre...@linuxfoundation.org> writes: > > > We are trying to get rid of DRIVER_ATTR(), and the ipw2x00 driver's > > attributes can be trivially changed to use DRIVER_ATTR_RW(). > &

[PATCH 06/11] net: ehea: convert to use DRIVER_ATTR_RO

2017-06-09 Thread Greg Kroah-Hartman
We are trying to get rid of DRIVER_ATTR(), and the ehea driver's attribute can be trivially changed to use DRIVER_ATTR_RO(). Cc: Douglas Miller <dougm...@linux.vnet.ibm.com> Cc: <netdev@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- driver

[PATCH 05/11] net: caif: convert to use DRIVER_ATTR_RO

2017-06-09 Thread Greg Kroah-Hartman
We are trying to get rid of DRIVER_ATTR(), and the caif driver's attributes can be trivially changed to use DRIVER_ATTR_RO(). Cc: Dmitry Tarnyagin <dmitry.tarnya...@lockless.no> Cc: <netdev@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> ---

Re: [PATCH v3 07/11] tty: improve tty_insert_flip_char() fast path

2017-06-23 Thread Greg Kroah-Hartman
On Thu, Jun 22, 2017 at 07:13:51PM +0200, Arnd Bergmann wrote: > kernelci.org reports a crazy stack usage for the VT code when CONFIG_KASAN > is enabled: > > drivers/tty/vt/keyboard.c: In function 'kbd_keycode': > drivers/tty/vt/keyboard.c:1452:1: error: the frame size of 2240 bytes is > larger

Re: [PATCH v5 16/17] tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate

2017-05-18 Thread Greg Kroah-Hartman
On Wed, May 17, 2017 at 01:58:05PM +0200, Stefan Wahren wrote: > Hi Greg, > > Am 10.05.2017 um 10:53 schrieb Stefan Wahren: > > Instead of returning the requested baudrate, we better return the > > actual one because it isn't always the same. > > > > Signed-off-by: Stefan Wahren

[PATCH 4.9 25/94] bonding: fix accounting of active ports in 3ad

2017-06-05 Thread Greg Kroah-Hartman
ger.kernel.org Signed-off-by: Jarod Wilson <ja...@redhat.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/bonding/bond_3ad.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/dri

[PATCH 4.11 028/115] bonding: fix accounting of active ports in 3ad

2017-06-05 Thread Greg Kroah-Hartman
ger.kernel.org Signed-off-by: Jarod Wilson <ja...@redhat.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/bonding/bond_3ad.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/dri

Re: [PATCH v2 03/11] tty: kbd: reduce stack size with KASAN

2017-06-14 Thread Greg Kroah-Hartman
On Wed, Jun 14, 2017 at 11:15:38PM +0200, Arnd Bergmann wrote: > As reported by kernelci, some functions in the VT code use significant > amounts of kernel stack when local variables get inlined into the caller > multiple times: > > drivers/tty/vt/keyboard.c: In function 'kbd_keycode': >

Re: [PATCH v2 03/11] tty: kbd: reduce stack size with KASAN

2017-06-14 Thread Greg Kroah-Hartman
On Thu, Jun 15, 2017 at 06:52:21AM +0200, Greg Kroah-Hartman wrote: > On Wed, Jun 14, 2017 at 11:15:38PM +0200, Arnd Bergmann wrote: > > As reported by kernelci, some functions in the VT code use significant > > amounts of kernel stack when local variables get inlined into the call

Re: [PATCH v2 03/11] tty: kbd: reduce stack size with KASAN

2017-06-16 Thread Greg Kroah-Hartman
On Fri, Jun 16, 2017 at 02:01:57PM +0200, Arnd Bergmann wrote: > On Thu, Jun 15, 2017 at 6:53 AM, Greg Kroah-Hartman > <gre...@linuxfoundation.org> wrote: > > On Thu, Jun 15, 2017 at 06:52:21AM +0200, Greg Kroah-Hartman wrote: > >> On Wed, Jun 14, 2017 at 11:15:38PM

Re: [PATCH RESEND 4.4-only] netlink: Allow direct reclaim for fallback allocation

2017-05-04 Thread Greg Kroah-Hartman
On Wed, May 03, 2017 at 09:44:19AM +0100, Ross Lagerwall wrote: > The backport of d35c99ff77ec ("netlink: do not enter direct reclaim from > netlink_dump()") to the 4.4 branch (first in 4.4.32) mistakenly removed > direct claim from the initial large allocation _and_ the fallback > allocation

Re: [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER

2017-10-04 Thread Greg Kroah-Hartman
flowlabel.c | 2 +- > net/netrom/nr_loopback.c | 2 +- > security/keys/gc.c| 2 +- > sound/oss/midibuf.c | 2 +- > sound/oss/soundcard.c | 2 +- > sound/oss/sys_timer.c | 2 +- > sound/oss/uart6850.c | 2 +- > 47 files changed, 54 insertions(+), 54 deletions(-) Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

Re: [PATCH net-next v2 02/10] net: dsa: debugfs: add tree

2017-09-08 Thread Greg Kroah-Hartman
On Fri, Sep 08, 2017 at 10:57:29AM -0400, Vivien Didelot wrote: > Hi Greg, > > You wrote: > > > > Can I ask for a quick review of this patch as well? It's the one adding > > > the boilerplate for a single debugfs file, and I'm pretty sure it can be > > > reduced somehow. > > > > I don't see a

Re: [PATCH net-next v2 02/10] net: dsa: debugfs: add tree

2017-09-08 Thread Greg Kroah-Hartman
On Fri, Sep 08, 2017 at 10:18:27AM -0400, Vivien Didelot wrote: > Hi Greg, > > Can I ask for a quick review of this patch as well? It's the one adding > the boilerplate for a single debugfs file, and I'm pretty sure it can be > reduced somehow. I don't see a patch here :( > Also more important,

Re: [lkp-robot] [irda] 66d98e78e4: BUG:unable_to_handle_kernel

2017-08-30 Thread Greg Kroah-Hartman
On Wed, Aug 30, 2017 at 02:04:11PM +0800, kernel test robot wrote: > FYI, we noticed the following commit: > > commit: 66d98e78e44ccb969cb3196995759d200e64b49b ("irda: move net/irda/ to > drivers/staging/irda/net/") > url: > https://github.com/0day-ci/linux/commits/

Re: [PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree

2017-09-06 Thread Greg Kroah-Hartman
gt; +++ b/drivers/tty/serial/bcm63xx_uart.c > > @@ -841,8 +841,10 @@ static int bcm_uart_probe(struct platform_device *pdev) > > if (!res_irq) > > return -ENODEV; > > > > - clk = pdev->dev.of_node ? of_clk_get(pdev->dev.of_node,

[PATCH 3/4] irda: move include/net/irda into staging subdirectory

2017-08-27 Thread Greg Kroah-Hartman
And finally, move the irda include files into drivers/staging/irda/include/net/irda. Yes, it's a long path, but it makes it easy for us to just add a Makefile directory path addition and all of the net and drivers code "just works". Signed-off-by: Greg Kroah-Hartman <gre...@linuxf

Re: [PATCH 0/4] irda: move it to drivers/staging so we can delete it

2017-08-27 Thread Greg Kroah-Hartman
On Sun, Aug 27, 2017 at 08:35:43AM -0700, Joe Perches wrote: > On Sun, 2017-08-27 at 17:03 +0200, Greg Kroah-Hartman wrote: > > The IRDA code has long been obsolete and broken. So, to keep people > > from trying to use it, and to prevent people from having to maintain it,

[PATCH 0/4] irda: move it to drivers/staging so we can delete it

2017-08-27 Thread Greg Kroah-Hartman
The IRDA code has long been obsolete and broken. So, to keep people from trying to use it, and to prevent people from having to maintain it, let's move it to drivers/staging/ so that we can delete it entirely from the kernel in a few releases. Greg Kroah-Hartman (4): irda: move net/irda

[PATCH 2/4] irda: move drivers/net/irda to drivers/staging/irda/drivers

2017-08-27 Thread Greg Kroah-Hartman
Move the irda drivers from drivers/net/irda/ to drivers/staging/irda/drivers as they will be deleted in a future kernel release. Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/Makefile| 1 - drivers/staging/Ma

[PATCH 1/4] irda: move net/irda/ to drivers/staging/irda/net/

2017-08-27 Thread Greg Kroah-Hartman
It's time to get rid of IRDA. It's long been broken, and no one seems to use it anymore. So move it to staging and after a while, we can delete it from there. To start, move the network irda core from net/irda to drivers/staging/irda/net/ Signed-off-by: Greg Kroah-Hartman <

[PATCH 4/4] staging: irda: add a TODO file.

2017-08-27 Thread Greg Kroah-Hartman
The irda code will be deleted in a future kernel release, so no need to have anyone do any new work on it. Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/staging/irda/TODO | 4 1 file changed, 4 insertions(+) create mode 100644 drivers/staging/irda/TODO

Re: [PATCH 0/4] irda: move it to drivers/staging so we can delete it

2017-08-27 Thread Greg Kroah-Hartman
On Sun, Aug 27, 2017 at 09:19:19AM -0700, Joe Perches wrote: > On Sun, 2017-08-27 at 18:13 +0200, Greg Kroah-Hartman wrote: > > On Sun, Aug 27, 2017 at 08:35:43AM -0700, Joe Perches wrote: > > > On Sun, 2017-08-27 at 17:03 +0200, Greg Kroah-Hartman wrote: > > > &g

Re: [PATCH 3/8] tty/bcm63xx_uart: use refclk for the expected clock name

2017-08-28 Thread Greg Kroah-Hartman
On Wed, Aug 02, 2017 at 11:34:24AM +0200, Jonas Gorski wrote: > We now have the clock available under refclk, so use that. > > Signed-off-by: Jonas Gorski <jonas.gor...@gmail.com> Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

[PATCH net-next] staging: irda: force to be a kernel module

2017-08-29 Thread Greg Kroah-Hartman
the crash. Reported-by: kernel test robot <fengguang...@intel.com> Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/irda/net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/irda/net/Kconfig b/drivers/staging/ir

[PATCH net-next] staging: irda: update MAINTAINERS

2017-08-29 Thread Greg Kroah-Hartman
Now that the IRDA code has moved under drivers/staging/irda/, update the MAINTAINERS file with the new location. Reported-by: Joe Perches <j...@perches.com> Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

Re: [PATCH 24/25] net/cdc_ncm: Replace tasklet with softirq hrtimer

2017-08-31 Thread Greg Kroah-Hartman
TONIC_SOFT as hrtimer base. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > Signed-off-by: Anna-Maria Gleixner <anna-ma...@linutronix.de> > Cc: Oliver Neukum <oli...@neukum.org> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: linux-..

Re: [PATCH 0/4] irda: move it to drivers/staging so we can delete it

2017-08-29 Thread Greg Kroah-Hartman
On Tue, Aug 29, 2017 at 01:11:31PM +0200, Stefano Brivio wrote: > On Tue, 29 Aug 2017 12:59:00 +0200 > Geert Uytterhoeven <ge...@linux-m68k.org> wrote: > > > Hi Greg, > > > > On Sun, Aug 27, 2017 at 5:03 PM, Greg Kroah-Hartman > > <gre...@linuxfoundatio

Re: [PATCH 13/31] timer: Remove meaningless .data/.function assignments

2017-08-31 Thread Greg Kroah-Hartman
sztof Halasa <k...@pm.waw.pl> > Cc: Aditya Shankar <aditya.shan...@microchip.com> > Cc: Ganesh Krishna <ganesh.kris...@microchip.com> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Jens Axboe <ax...@fb.com> > Cc: netdev@v

Re: [PATCH 0/4] irda: move it to drivers/staging so we can delete it

2017-08-29 Thread Greg Kroah-Hartman
On Tue, Aug 29, 2017 at 02:11:39PM +0200, Geert Uytterhoeven wrote: > Hi Greg, > > On Tue, Aug 29, 2017 at 1:28 PM, Greg Kroah-Hartman > <gre...@linuxfoundation.org> wrote: > > On Tue, Aug 29, 2017 at 01:11:31PM +0200, Stefano Brivio wrote: > >> On Tue, 29 A

Re: [Outreachy kernel] Re: [PATCH] net: usb: hso.c: remove unneeded DRIVER_LICENSE #define

2017-11-22 Thread Greg Kroah-Hartman
On Wed, Nov 22, 2017 at 10:20:49PM +0100, Julia Lawall wrote: > > > On Wed, 22 Nov 2017, Joe Perches wrote: > > > On Fri, 2017-11-17 at 15:19 +0100, Greg Kroah-Hartman wrote: > > > There is no need to #define the license of the driver, just put it in > > >

Re: [PATCH] net: usb: hso.c: remove unneeded DRIVER_LICENSE #define

2017-11-22 Thread Greg Kroah-Hartman
On Wed, Nov 22, 2017 at 09:05:36AM -0800, Joe Perches wrote: > On Fri, 2017-11-17 at 15:19 +0100, Greg Kroah-Hartman wrote: > > There is no need to #define the license of the driver, just put it in > > the MODULE_LICENSE() line directly as a text string. > > > > T

Re: [PATCH] Fix handling of verdicts after NF_QUEUE

2017-12-14 Thread Greg Kroah-Hartman
On Thu, Dec 14, 2017 at 01:30:08PM +0100, Pablo Neira Ayuso wrote: > Hi Greg, > > I'd appreciate if you can take this patch into 4.9-stable. There is no > similar patch in tree, so this is not a backport. > > On Wed, Dec 13, 2017 at 03:33:37PM -0500, Debabrata Banerjee wrote: > > A verdict of

[PATCH 4.4 095/115] l2tp: cleanup l2tp_tunnel_delete calls

2017-12-18 Thread Greg Kroah-Hartman
phalink.fr> Cc: David S. Miller <da...@davemloft.net> Cc: netdev@vger.kernel.org Acked-by: Guillaume Nault <g.na...@alphalink.fr> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Sasha Levin <alexander.le...@verizon.com> Signed-off-by: Greg Kroah-Hart

[PATCH RESEND] Bluetooth: Prevent stack info leak from the EFS element.

2017-12-18 Thread Greg Kroah-Hartman
edberg <johan.hedb...@gmail.com> Cc: stable <sta...@vger.kernel.org> Signed-off-by: Ben Seri <b...@armis.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- net/bluetooth/l2cap_core.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions

[PATCH 4.14 121/178] l2tp: cleanup l2tp_tunnel_delete calls

2017-12-18 Thread Greg Kroah-Hartman
phalink.fr> Cc: David S. Miller <da...@davemloft.net> Cc: netdev@vger.kernel.org Acked-by: Guillaume Nault <g.na...@alphalink.fr> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Sasha Levin <alexander.le...@verizon.com> Signed-off-by: Greg Kroah-Hart

[PATCH 4.9 151/177] l2tp: cleanup l2tp_tunnel_delete calls

2017-12-18 Thread Greg Kroah-Hartman
phalink.fr> Cc: David S. Miller <da...@davemloft.net> Cc: netdev@vger.kernel.org Acked-by: Guillaume Nault <g.na...@alphalink.fr> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Sasha Levin <alexander.le...@verizon.com> Signed-off-by: Greg Kroah-Hart

Re: [PATCH v1 2/4] lib/net_utils: Introduce mac_pton_from_user()

2017-12-19 Thread Greg Kroah-Hartman
On Tue, Dec 19, 2017 at 09:14:10PM +0200, Andy Shevchenko wrote: > Some drivers are getting MAC from user space. Make a helper for them. > > Signed-off-by: Andy Shevchenko > --- > include/linux/kernel.h | 1 + > lib/net_utils.c| 12 > 2

[PATCH] net: usb: hso.c: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread Greg Kroah-Hartman
vid S. Miller" <da...@davemloft.net> Cc: Andreas Kemnade <andr...@kemnade.info> Cc: Johan Hovold <jo...@kernel.org> Reported-by: Philippe Ombredanne <pombreda...@nexb.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/net/usb/hso.c |

[PATCH] Bluetooth: Prevent stack info leak from the EFS element.

2017-12-08 Thread Greg Kroah-Hartman
edberg <johan.hedb...@gmail.com> Cc: stable <sta...@vger.kernel.org> Signed-off-by: Ben Seri <b...@armis.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- net/bluetooth/l2cap_core.c | 20 +++- 1 file changed, 11 insertions(+), 9 deleti

  1   2   >