RE: [PATCH v6 5/8] clk: clock-wizard: Add support for fractional support

2020-10-07 Thread Stephen Boyd
Quoting Shubhrajyoti Datta (2020-09-23 23:23:11) > > > -Original Message- > > From: Stephen Boyd > > Sent: Tuesday, September 22, 2020 2:48 AM > > > +} > > > + > > > +static long clk_wzrd_round_rate_f(struct clk_hw *hw, unsigned long > > rate, > > > +

[staging:staging-testing] BUILD SUCCESS 76c3bdd67d27289b9e407113821eab2a70bbcca6

2020-10-07 Thread kernel test robot
randconfig-a004-20201008 i386 randconfig-a002-20201008 i386 randconfig-a003-20201008 i386 randconfig-a006-20201007 i386 randconfig-a005-20201007 i386 randconfig-a001-20201007 i386 randconfig-a004-20201007

Re: [PATCH v2 00/11] Introduce Simple atomic counters

2020-10-07 Thread Kees Cook
On Tue, Oct 06, 2020 at 02:44:31PM -0600, Shuah Khan wrote: > -- Addressed Kees's and Joel's comments: >1. Removed dec_return interfaces (Patch 1/11) >2. Removed counter_simple interfaces to be added later with changes > to drivers that use them (if any) (Patch 1/11) >3. Comment

Re: [PATCH v2 07/11] drivers/android/binder: convert stats, transaction_log to counter_atomic32

2020-10-07 Thread Kees Cook
On Tue, Oct 06, 2020 at 02:44:38PM -0600, Shuah Khan wrote: > counter_atomic* is introduced to be used when a variable is used as > a simple counter and doesn't guard object lifetimes. This clearly > differentiates atomic_t usages that guard object lifetimes. > > counter_atomic* variables will

Најмила кај господарот

2020-10-07 Thread Marilyn Robert
Најмила кај господарот Јас сум 68-годишна жена, која страда од продолжен карцином на дојка, од сите медицински индикации, мојата состојба навистина се влоши и очигледно е дека можеби нема да живеам повеќе од шест месеци како резултат на брзиот раст и болката што се јавува кај неа. Мојот

Re: [PATCH v2] media: atomisp: remove compat_ioctl32 code

2020-10-07 Thread Andy Shevchenko
On Wed, Oct 07, 2020 at 05:34:15PM +0200, Arnd Bergmann wrote: > This is one of the last remaining users of compat_alloc_user_space() > and copy_in_user(), which are in the process of getting removed. > > As of commit 57e6b6f2303e ("media: atomisp_fops.c: disable > atomisp_compat_ioctl32"),

Re: [PATCH] media: atomisp: stop compiling compat_ioctl32 code

2020-10-07 Thread Arnd Bergmann
On Wed, Oct 7, 2020 at 4:18 PM Christoph Hellwig wrote: > > On Wed, Oct 07, 2020 at 04:16:39PM +0200, Arnd Bergmann wrote: > > Alternatively, the entire file could just be removed, since anyone > > willing to restore the functionality can equally well just look up > > the contents in the git

[PATCH v2] media: atomisp: remove compat_ioctl32 code

2020-10-07 Thread Arnd Bergmann
This is one of the last remaining users of compat_alloc_user_space() and copy_in_user(), which are in the process of getting removed. As of commit 57e6b6f2303e ("media: atomisp_fops.c: disable atomisp_compat_ioctl32"), nothing in this file is actually getting used as the only reference has been

Re: [PATCH] media: atomisp: stop compiling compat_ioctl32 code

2020-10-07 Thread Christoph Hellwig
On Wed, Oct 07, 2020 at 04:16:39PM +0200, Arnd Bergmann wrote: > Alternatively, the entire file could just be removed, since anyone > willing to restore the functionality can equally well just look up > the contents in the git history if needed. I suspect that is the right thing. Note that given

[PATCH] media: atomisp: stop compiling compat_ioctl32 code

2020-10-07 Thread Arnd Bergmann
This is one of the last remaining users of compat_alloc_user_space() and copy_in_user(), which are in the process of getting removed. As of commit 57e6b6f2303e ("media: atomisp_fops.c: disable atomisp_compat_ioctl32"), nothing in this file is actually getting used as the only reference has been

Re: [PATCH 0/7] wfx: move out from the staging area

2020-10-07 Thread Greg Kroah-Hartman
On Wed, Oct 07, 2020 at 12:19:36PM +0200, Jerome Pouiller wrote: > From: Jérôme Pouiller > > I think the wfx driver is now mature enough to be accepted in the > drivers/net/wireless directory. > > There is still one item on the TODO list. It is an idea to improve the rate > control in some

[PATCH 5/7] staging: wfx: update copyrights dates

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller Most of the files have been modified in 2020, so update the copyright notices. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/bh.c | 2 +- drivers/staging/wfx/bh.h | 2 +- drivers/staging/wfx/bus.h | 2 +-

[PATCH 3/7] staging: wfx: fix BA sessions for older firmwares

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller Firmwares with API < 3.6 do not forward DELBA requests. Thus, when a Block Ack session is restarted, the reordering buffer is not flushed and the received sequence number is not contiguous. Therefore, mac80211 starts to wait some missing frames that it will never receive.

[PATCH 4/7] staging: wfx: fix QoS priority for slow buses

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller The device is in charge of respecting the QoS constraints. The driver have to ensure that all the queues contain data and the device choose the right queue to send. The things starts to be more difficult when the bandwidth of the bus is lower than the bandwidth of the

[PATCH 7/7] wfx: move out from the staging area

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller The wfx driver is now mature enough to leave the staging area. Signed-off-by: Jérôme Pouiller --- .../bindings/net/wireless/silabs,wfx.yaml | 0 MAINTAINERS | 2 +- drivers/net/wireless/Kconfig| 1 +

[PATCH 2/7] staging: wfx: remove remaining code of 'secure link' feature

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller Commit e8d607ce0c81 ("staging: wfx: drop 'secure link' feature") had removed the 'secure link' feature. However, a few lines of codes were yet here. Fixes: e8d607ce0c81 ("staging: wfx: drop 'secure link' feature") Signed-off-by: Jérôme Pouiller ---

[PATCH 0/7] wfx: move out from the staging area

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller I think the wfx driver is now mature enough to be accepted in the drivers/net/wireless directory. There is still one item on the TODO list. It is an idea to improve the rate control in some particular cases[1]. However, the current performances of the driver seem to

[PATCH 1/7] staging: wfx: fix handling of MMIC error

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller As expected, when the device detect a MMIC error, it returns a specific status. However, it also strip IV from the frame (don't ask me why). So, with the current code, mac80211 detects a corrupted frame and it drops it before it handle the MMIC error. The expected behavior

[PATCH 6/7] dt-bindings: staging: wfx: silabs,wfx yaml conversion

2020-10-07 Thread Jerome Pouiller
From: Jérôme Pouiller The device can be connected on SPI or on SDIO. The original file described the two options separately. So, most of the file had to be rewritten in order to match with the Yaml requirements. Some device requirements are still written in the comments since they cannot been

[staging:staging-testing] BUILD SUCCESS 8750de90ac28d646f6a57f6d23d9997aa685dffd

2020-10-07 Thread kernel test robot
randconfig-a012-20201005 i386 randconfig-a014-20201007 i386 randconfig-a013-20201007 i386 randconfig-a015-20201007 i386 randconfig-a016-20201007 i386 randconfig-a011-20201007 i386 randconfig