[PATCH 1/1] staging: speakup: main.c - use time_after()

2014-07-01 Thread Anil Belur
From: Anil Belur - this patch fixes jiffies comparision with a safer function to prevent any overflows Signed-off-by: Anil Belur --- drivers/staging/speakup/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/main.c b/drivers/staging/speakup/mai

[PATCH 04/10] staging: rtl8723au: Remove unused variables from struct pwrctrl_priv

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h b/drivers/staging/rtl8723au/include/rtw_pwrctrl.h index 110bad9..2142255 100644 --- a/drive

[PATCH 02/10] staging: rtl8723au: Fold power_saving_wk_hdl() into rtw_drvextra_cmd_hdl23a()

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/core/rtw_cmd.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/staging/rtl8723au/core/rtw_cmd.c b/drivers/staging/rtl8723au/core/rtw_cmd.c index 35f879e..f44f941 100644 --- a/drivers

[PATCH 03/10] staging: rtl8723au: Remove unused pwrctrl_priv->brfoffbyhw

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/core/rtw_pwrctrl.c| 1 - drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 1 - drivers/staging/rtl8723au/os_dep/usb_intf.c | 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/staging/rtl8723au/core/rt

[PATCH 00/10] staging: rtl8723au: Remove more dead code and clean up USB functions

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Greg, Please find attached a number of fixes for the rtl8723au driver for the staging-next tree. In particular this includes a cleanup simplifying the USB read/write functions as we don't need all the retry hacks that they had in there for other operating. In addition removal

[PATCH 06/10] staging: rtl8723au: pwrctrl_priv->ps_flag is never set

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 2 -- drivers/staging/rtl8723au/os_dep/os_intfs.c | 5 - 2 files changed, 7 deletions(-) diff --git a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h b/drivers/staging/rtl8723au/includ

[PATCH 08/10] staging: rtl8723au: Sanitize USB read/write functions

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen The original Realtek provided functions suffered badly from clutter to accommodate broken operating systems. Lets try this lean and clean version instead. Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/hal/usb_ops_linux.c | 289 ++ drivers/

[PATCH 07/10] staging: rtl8723au: Remove never set struct rtw_adapter->bNotifyChannelChange

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/core/rtw_wlan_util.c | 4 drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c | 3 --- drivers/staging/rtl8723au/include/drv_types.h | 2 -- drivers/staging/rtl8723au/os_dep/os_intfs.c | 1 - 4 files changed, 1

[PATCH 01/10] staging: rtl8723au: Clean up rtw_pm_set_ips23a()

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/core/rtw_pwrctrl.c| 15 ++- drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 6 -- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rtl8723au/core/rtw_pwrctrl.c b/d

[PATCH 09/10] staging: rtl8723au: Simplify _BlockWrite() based on saner rtl8723au_writeN()

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c | 89 ++- 1 file changed, 5 insertions(+), 84 deletions(-) diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c b/drivers/staging/rtl8723au/hal/rtl8723a_hal_init.

[PATCH 10/10] staging: rtl8723au: Remove unnecessary null test before kfree

2014-07-01 Thread Jes . Sorensen
From: Fabian Frederick Fix checkpatch warning: WARNING: kfree(NULL) is safe this check is probably not required Cc: Larry Finger Cc: Jes Sorensen Cc: linux-wirel...@vger.kernel.org Signed-off-by: Fabian Frederick Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/core/rtw_cmd.c | 4 +

[PATCH 05/10] staging: rtl8723au: pnp_bstop_trx is never set

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen In addition remove unused pnp_current_pwr_state Signed-off-by: Jes Sorensen --- drivers/staging/rtl8723au/hal/usb_ops_linux.c| 11 --- drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 2 -- drivers/staging/rtl8723au/os_dep/usb_ops_linux.c | 8 +++- 3 file

[PATCH v5 2/2] Staging: bcm: InterfaceMisc.c: Outsourced doubled error checking

2014-07-01 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/staging/bcm/InterfaceMisc.c | 69 + 1 file changed, 31 insertions(+), 38 deletions(-) diff --git a/drivers/staging/bcm/InterfaceMisc.c b/drivers/staging/bcm/InterfaceMisc.c index fff7d68..a0f159e 100644 --- a/drivers/

[PATCH v5 1/2] Staging: bcm: Shortened lines

2014-07-01 Thread Matthias Beyer
This patch fixes line lengths in the drivers/staging/bcm/InterfaceMisc.c file. Signed-off-by: Matthias Beyer --- drivers/staging/bcm/InterfaceMisc.c | 98 + 1 file changed, 67 insertions(+), 31 deletions(-) diff --git a/drivers/staging/bcm/InterfaceMisc

[PATCH v5 0/2] [RESEND] drivers/staging/bcm/InterfaceMisc.c cleanup

2014-07-01 Thread Matthias Beyer
Hi, this is a resend of my (rebased) patchset for the drivers/staging/bcm/InterfaceMisc.c file, which is not yet applied. Please note: As I do not have the approrpiate hardware, I'm not able to test these changes. I compiled them at least. Kind regards, Matthias Beyer Matthias Beyer (2):

Re: [PATCH 08/10] staging: rtl8723au: Sanitize USB read/write functions

2014-07-01 Thread Jes Sorensen
jes.soren...@redhat.com writes: > From: Jes Sorensen > > The original Realtek provided functions suffered badly from clutter to > accommodate broken operating systems. Lets try this lean and clean > version instead. > > Signed-off-by: Jes Sorensen > --- > drivers/staging/rtl8723au/hal/usb_ops_li

[PATCH v2 00/10] staging: rtl8723au: Fix USB macro functions

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen Greg, Here is v2 of patch 08/10 "Sanitize USB read/write functions" it should fix the 'do not do DMA on the stack' issue with the original version. With this patch 09/10 is valid again. I didn't want to resend the full set again to reduce list noise, but if you prefer that, j

[PATCH v2 08/10] staging: rtl8723au: Sanitize USB read/write functions

2014-07-01 Thread Jes . Sorensen
From: Jes Sorensen The original Realtek provided functions suffered badly from clutter to accommodate broken operating systems. Lets try this lean and clean version instead. v2: Do not use the stack for data passed to usb_control_msg(). This requires reintroducing the mutex used in the old f

Re: Anybody working on gdm72xx?

2014-07-01 Thread Michalis Pappas
On 06/30/2014 05:51 AM, Ben Chan wrote:> > Hi Michalis, > > Thanks for your help. I'm happy to collaborate if you're interested > too. I'm not the author of the driver, so my knowledge is limited to > what I've read from the code and how we use it on Chrome OS. So how do you use it on the Chrome O

[PATCH 2/2] staging: rtl8192ee: Pass large struct by const reference

2014-07-01 Thread Rasmus Villemoes
struct rtl_stats is rather huge (152 bytes), and since rtl92ee_rx_command_packet() does not modify it, it might as well be passed by const reference. Reported by Coverity: CID 1222131 Signed-off-by: Rasmus Villemoes --- drivers/staging/rtl8192ee/pci.c | 2 +- drivers/staging/rtl8192ee

[PATCH 1/2] staging: rtl8821ae: Pass large struct by const reference

2014-07-01 Thread Rasmus Villemoes
struct rtl_stats is rather huge (152 bytes), and since rtl8812ae_rx_command_packet_handler() does not modify it, it might as well be passed by const reference. Reported by Coverity: CID 1167285 Signed-off-by: Rasmus Villemoes --- drivers/staging/rtl8821ae/pci.c | 2 +- drivers/staging/

[PATCH 1/2] staging: silicom: checkpatch fixes

2014-07-01 Thread Davide Gianforte
Chechpatch.pl cleanup There are still some warnings, most of them are lines over 80 chars (mainly a semicolon or closing parenthesis). Where not specified, I defaulted printk with no log level into pr_debug Signed-off-by: Davide Gianforte --- drivers/staging/silicom/bpctl_mod.c | 712

[PATCH 2/2] staging: silicom: function return fixes

2014-07-01 Thread Davide Gianforte
Function return fixes Some functions don't need a temporary variable to store return value. Where functions always return 0, changed into void functions. Signed-off-by: Davide Gianforte -- drivers/staging/silicom/bpctl_mod.c | 62 ++--- 1 file changed, 16 inser

[PATCH] staging: gdm72xx: remove unused code

2014-07-01 Thread Michalis Pappas
Remove code surrounded by otherwise unused #define LOOPBACK_TEST Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_wimax.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_wimax.c b/drivers/staging/gdm72xx/gdm_wimax.c index 4148013.

[PATCH] staging: gdm72xx: conditionally compile debug code

2014-07-01 Thread Michalis Pappas
Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_qos.c | 2 ++ drivers/staging/gdm72xx/gdm_sdio.c | 7 +++ drivers/staging/gdm72xx/gdm_usb.c | 7 +++ drivers/staging/gdm72xx/gdm_wimax.c | 6 ++ drivers/staging/gdm72xx/gdm_wimax.h | 2 ++ 5 files changed, 24 insertio

[PATCH] staging: gdm72xx: move T_CAPABILITY bit definitions to hci.h

2014-07-01 Thread Michalis Pappas
Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_wimax.c | 10 +++--- drivers/staging/gdm72xx/hci.h | 6 ++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_wimax.c b/drivers/staging/gdm72xx/gdm_wimax.c index 63a760b..1fc64a9

staging: dgap:

2014-07-01 Thread Mark Hounschell
Hi Dan, I've been away for a while but should be able to find some time to work on the dgap driver some more. Do you have a TODO list? Thanks Mark ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listin

Re: [PATCH RFC v2 3/8] component: add support for component match array

2014-07-01 Thread Russell King - ARM Linux
On Thu, Jun 26, 2014 at 03:46:01PM +0100, Russell King - ARM Linux wrote: > On Thu, Jun 26, 2014 at 02:34:17PM +0200, Philipp Zabel wrote: > > Hi Russell, > > > > On Tue, Jun 24, 2014 at 9:29 PM, Russell King > > wrote: > > [...] > > > +/* > > > + * Add a component to be matched. > > > + * > > >

[PATCH v3 0/8] component helper improvements

2014-07-01 Thread Russell King - ARM Linux
A while back, Laurent raised some comments about the component helper, which this patch set starts to address. The first point it addresses is the repeated parsing inefficiency when deferred probing occurs. When DT is used, the structure of the component helper today means that masters end up par

[PATCH v3 4/8] drm: msm: update to use component match support

2014-07-01 Thread Russell King
Update MSM's DRM driver to use the component match support rather than add_components. Signed-off-by: Russell King --- This patch is destined for Greg's driver and David's DRM trees. drivers/gpu/drm/msm/msm_drv.c | 83 ++- 1 file changed, 35 insertions(+)

[PATCH v3 2/8] component: ignore multiple additions of the same component

2014-07-01 Thread Russell King
Permit masters to call component_master_add_child() and match the same child multiple times. This may happen if there's multiple connections to a single component device from other devices. In such scenarios, we should not return a failure, but instead ignore the attempt. Signed-off-by: Russell

[PATCH v3 6/8] component: remove old add_components method

2014-07-01 Thread Russell King
Now that drivers create an array of component matches at probe time, we can retire the old methods. This involves removing the add_components master method, and removing component_master_add_child() from public view. We also remove component_add_master() as that interface is no longer useful. Si

[PATCH v3 7/8] component: move check for unbound master into try_to_bring_up_masters()

2014-07-01 Thread Russell King
Clean up the code a little; we don't need to check that the master is unbound for every invocation of try_to_bring_up_master(), so let's move it to where it's really needed - try_to_bring_up_masters(), where we may encounter already bound masters. Signed-off-by: Russell King --- This patch should

[PATCH v3 1/8] component: fix missed cleanup in case of devres failure

2014-07-01 Thread Russell King
In try_to_bring_up_master(), we tear down the master's component list for each error case, except for devres group failure. Fix this oversight by making the code less prone to such mistakes. Signed-off-by: Russell King --- This patch is destined for Greg's driver and staging trees, and David's D

[PATCH v3 3/8] component: add support for component match array

2014-07-01 Thread Russell King
Add support for generating a set of component matches at master probe time, and submitting them to the component layer. This allows the component layer to perform the matches internally without needing to call into the master driver, and allows for further restructuring of the component helper. S

[PATCH v3 5/8] imx-drm: update to use component match support

2014-07-01 Thread Russell King
Update the imx-drm driver to use the component match support rather than add_components. Signed-off-by: Russell King --- This patch is destined for Greg's driver and staging trees. drivers/staging/imx-drm/imx-drm-core.c | 57 +++--- 1 file changed, 4 insertions(+), 5

[PATCH v3 5/8] imx-drm: update to use component match support

2014-07-01 Thread Russell King
Update the imx-drm driver to use the component match support rather than add_components. Signed-off-by: Russell King --- This patch is destined for Greg's driver and staging trees. drivers/staging/imx-drm/imx-drm-core.c | 57 +++--- 1 file changed, 4 insertions(+), 5

[PATCH v3 8/8] component: track components via array rather than list

2014-07-01 Thread Russell King
Since we now have an array which defines each component, maintain the components to be bound in the array rather than a separate list. We also need duplicate tracking so we can eliminate multiple bind calls for the same component: we preserve the list-based component order in that the first match

Re: [PATCH] staging: gdm72xx: move T_CAPABILITY bit definitions to hci.h

2014-07-01 Thread Ben Chan
On Tue, Jul 1, 2014 at 6:00 AM, Michalis Pappas wrote: > Signed-off-by: Michalis Pappas > --- > drivers/staging/gdm72xx/gdm_wimax.c | 10 +++--- > drivers/staging/gdm72xx/hci.h | 6 ++ > 2 files changed, 9 insertions(+), 7 deletions(-) > > diff --git a/drivers/staging/gdm72xx/gdm_

Re: Anybody working on gdm72xx?

2014-07-01 Thread Michalis Pappas
On 07/01/2014 04:27 PM, Ben Chan wrote: > Except from the above, there is the issue I mentioned earlier about > netlink. In particular, the driver defines a custom control interface > based on ioctl and netlink. However their implementation has the > following issues: > > - Use

Re: [PATCH] staging: gdm72xx: move T_CAPABILITY bit definitions to hci.h

2014-07-01 Thread Michalis Pappas
On 07/01/2014 04:37 PM, Ben Chan wrote: > On Tue, Jul 1, 2014 at 6:00 AM, Michalis Pappas wrote: >> Signed-off-by: Michalis Pappas >> --- >> drivers/staging/gdm72xx/gdm_wimax.c | 10 +++--- >> drivers/staging/gdm72xx/hci.h | 6 ++ >> 2 files changed, 9 insertions(+), 7 deletions(-

Re: [PATCH] staging: gdm72xx: conditionally compile debug code

2014-07-01 Thread Michalis Pappas
On 07/01/2014 04:30 PM, Ben Chan wrote: > > > > On Tue, Jul 1, 2014 at 6:00 AM, Michalis Pappas > wrote: > > Signed-off-by: Michalis Pappas > > --- > drivers/staging/gdm72xx/gdm_qos.c | 2 ++ > drivers/staging/gdm7

[PATCH 0/5] Remove non-standard ioctls

2014-07-01 Thread navin patidar
Driver implements many WEXT_PRIV (non-standard) ioctl handlers to provide userspace interface for following functionalities. * WPS ( Not working ) * Debugging ( Setting/Getting register's value, dumping information) * P2P mode * Mesh point MP (Mode) I suggest we should remove all functionalities

[PATCH 3/5] staging: rtl8188eu: Remove usb_osintf.h header file.

2014-07-01 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c |2 +- drivers/staging/rtl8188eu/core/rtw_ioctl_set.c |2 -- drivers/staging/rtl8188eu/core/rtw_mlme.c |1 - drivers/staging/rtl8188eu/core/rtw_pwrctrl.c |1 - drivers/staging/rtl8188eu/core/rtw

[PATCH] staging: vt6655: fixed sparse warnings

2014-07-01 Thread Anton Protopopov
This commit fixes a few sparse warnings for missing the 'static' keyword in array definitions: drivers/staging//vt6655/rxtx.c:81:22: warning: symbol 'wTimeStampOff' was not declared. Should it be static? drivers/staging//vt6655/rxtx.c:86:22: warning: symbol 'wFB_Opt0' was not declared. Sh

Re: Anybody working on gdm72xx?

2014-07-01 Thread Ben Chan
On Tue, Jul 1, 2014 at 9:22 AM, Michalis Pappas wrote: > > Hmm, I wasn't aware of the existence of the user-space library. From a > peek through the sources I notice some copyright disclaimers by GCT. How > do they distribute that library? Who is the maintainer? [Ben] The user-space library in Ch

[PATCH] iio:trigger: Introduce the use of devm_kzalloc

2014-07-01 Thread Himangi Saraogi
This patch introduces the use of the managed version of kzalloc and removes the kfrees in the probe and remove functions. Also, the labels are renamed to order them. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall --- drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 19

[PATCH] staging: iio: Introduce the use of devm_ioremap_resource

2014-07-01 Thread Himangi Saraogi
This patch introduces the use of devm_ioremap_resource. It does away with call to request_mem_region and the error checking on platform_get_resource. Also, the calls to free the allocated resources like release_mem_region and iounmap are done away with. The ret variable in the probe function is als

Re: Anybody working on gdm72xx?

2014-07-01 Thread Olof Johansson
(Sorry for the duplicate reply -- I usually don't post to mailing lists from work so the mailer had the wrong settings) 2014-07-01 9:22 GMT-07:00 Michalis Pappas : > On 07/01/2014 04:27 PM, Ben Chan wrote: >> Except from the above, there is the issue I mentioned earlier about >> netlink.

[PATCH 1/1] staging/lustre/libcfs: use ARRAY_SIZE instead of sizeof/sizeof[0]

2014-07-01 Thread Fabian Frederick
use macro definition Cc: Greg Kroah-Hartman Cc: Josh Triplett Cc: de...@driverdev.osuosl.org Signed-off-by: Fabian Frederick --- drivers/staging/lustre/lustre/libcfs/nidstrings.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lustre/libcfs/nidst

[PATCH] staging: wlan-ng/prism2fw.c: Add blank line after declarations

2014-07-01 Thread Matt Kurz
Fix checkpatch.pl warnings due to missing blank line after declarations Signed-off-by: Matt Kurz --- drivers/staging/wlan-ng/prism2fw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/wlan-ng/prism2fw.c b/drivers/staging/wlan-ng/prism2fw.c index f787035..42c14b0 100644 ---

Re: Anybody working on gdm72xx?

2014-07-01 Thread Michalis Pappas
On 07/01/2014 07:29 PM, Ben Chan wrote: > > [Ben] AFAIK, there is another Intel i2400m WiMAX driver in kernel. The > wimax-tools probably works with that particular driver. I haven't > looked at either the i2400m driver or wimax-tools, and need to spend > some time to figure out the differences be

Re: [PATCH] iio:trigger: Introduce the use of devm_kzalloc

2014-07-01 Thread Hartmut Knaack
Himangi Saraogi schrieb: > This patch introduces the use of the managed version of kzalloc and > removes the kfrees in the probe and remove functions. Also, the labels > are renamed to order them. Since you are already on it, better drop label "out" and return the errorcode immediately after check

Re: Anybody working on gdm72xx?

2014-07-01 Thread Michalis Pappas
On 07/01/2014 07:38 PM, Olof Johansson wrote: > I'm not Greg, but in general the requirements of not breaking the > userspace ABI does not apply to staging drivers. > > However, that doesn't mean that it makes sense to gratuitously break it > "just because". Certainly not. My only concern was ab

[PATCH v2] iio:trigger: Introduce the use of devm_kzalloc

2014-07-01 Thread Himangi Saraogi
This patch introduces the use of the managed version of kzalloc and removes the kfrees in the probe and remove functions. More return paths are added and the labels are renamed to order them. Signed-off-by: Himangi Saraogi --- v2: add more return paths Not compile tested. drivers/staging/iio/tri

Re: [PATCH 0/3] staging: comedi: addi_apci_1564: miscellaneous fixes and cleanups

2014-07-01 Thread Chase Southwood
Hi all, On Mon, Jun 30, 2014 at 5:25 AM, Ian Abbott wrote: > On 2014-06-28 05:47, Chase Southwood wrote: >> >> This patchset moves a misplaced include to the proper file, swaps out an >> overly >> aggressive placement of apci1564_reset(), and cleans up >> apci1564_interrupt(). >> >> Chase Southwo

Re: WiFi+BT AR5B22. When starting linux - BT disappears. Disappears at all.

2014-07-01 Thread Greg KH
On Tue, Jul 01, 2014 at 08:53:27AM +0300, Антон Мацюк wrote: > I have a problem with my laptop wireless card in linux (I tried > xubuntu and kali). Then I would recomment asking on your distro support group. If you are using a kernel.org released kernel, then we can help you. Well, we can't, the

Re: WiFi+BT AR5B22. When starting linux - BT disappears. Disappears at all.

2014-07-01 Thread Антон Мацюк
May I ask that noobish question: is there a distro with kernel.org released kernel? (my fast search in google failed) Maybe Knoppix? If no - then i'll search somewhere how to make it in known distro :) Thanks. 2014-07-02 8:39 GMT+03:00 Greg KH : > On Tue, Jul 01, 2014 at 08:53:27AM +0300, Антон Ма

Re: WiFi+BT AR5B22. When starting linux - BT disappears. Disappears at all.

2014-07-01 Thread Greg KH
On Wed, Jul 02, 2014 at 09:27:07AM +0300, Антон Мацюк wrote: > May I ask that noobish question: is there a distro with kernel.org > released kernel? Some distros provide "vanilla" kernel packages. I know Gentoo and openSUSE do, and I think Fedora also does. Check with your distro to see if they