* [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes.
@ 2017-02-05 10:35 Jonathan Cameron
2017-02-10 14:56 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Cameron @ 2017-02-05 10:35 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit 5c113b5e0082e90d2e1c7b12e96a7b8cf0623e27:
iio: dht11: Use usleep_range instead of msleep for start signal (2017-01-22 13:35:40 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.10c
for you to fetch changes up to 965e77a76a391022868d8a8a8cde348341b6abfb:
iio: pressure: mpl115: do not rely on structure field ordering (2017-02-05 09:36:52 +0000)
----------------------------------------------------------------
Third set of IIO fixes for the 4.10 cycle. Regression fixes.
Two drivers made an accidental assumption of structure arrangement for
struct iio_dev that are no longer true. It was a typo in the first place
that happened to work until some elements were added to the structure.
* mpl3115
- don't rely on structure field ordering
* mpl115
- don't rely on structure field ordering.
----------------------------------------------------------------
Peter Rosin (2):
iio: pressure: mpl3115: do not rely on structure field ordering
iio: pressure: mpl115: do not rely on structure field ordering
drivers/iio/pressure/mpl115.c | 1 +
drivers/iio/pressure/mpl3115.c | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes.
2017-02-05 10:35 [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes Jonathan Cameron
@ 2017-02-10 14:56 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2017-02-10 14:56 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Sun, Feb 05, 2017 at 10:35:02AM +0000, Jonathan Cameron wrote:
> The following changes since commit 5c113b5e0082e90d2e1c7b12e96a7b8cf0623e27:
>
> iio: dht11: Use usleep_range instead of msleep for start signal (2017-01-22 13:35:40 +0000)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.10c
It's a bit late for 4.10 for me, can I just pull this into my -next
branch and will they get to 4.10.1 properly? Meaning, do that have cc:
stable markings on them? Or do you want to fix that up and resend this
request?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes.
2017-02-05 9:37 ` Jonathan Cameron
@ 2017-02-10 22:35 ` Peter Rosin
2017-02-11 7:17 ` Greg Kroah-Hartman
0 siblings, 1 reply; 6+ messages in thread
From: Peter Rosin @ 2017-02-10 22:35 UTC (permalink / raw)
To: Jonathan Cameron, linux-kernel, Greg Kroah-Hartman; +Cc: Ken Lin, linux-iio
> On Sun, Feb 05, 2017 at 10:35:02AM +0000, Jonathan Cameron wrote:
>> The following changes since commit 5c113b5e0082e90d2e1c7b12e96a7b8cf0623e27:
>>
>> iio: dht11: Use usleep_range instead of msleep for start signal (2017-01-22 13:35:40 +0000)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.10c
>
> It's a bit late for 4.10 for me, can I just pull this into my -next
> branch and will they get to 4.10.1 properly? Meaning, do that have cc:
> stable markings on them? Or do you want to fix that up and resend this
> request?
Hi Greg,
You should ask Ken Lin who has the HW and who is apparently affected.
I think it's bad that you are willing to have a known regression hit
v4.10 when all was fine in v4.9. Or perhaps you didn't realize that
the regression was from this cycle?
The fixes are obvious. I don't understand your hesitation.
Cheers,
peda
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes.
2017-02-10 22:35 ` [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes Peter Rosin
@ 2017-02-11 7:17 ` Greg Kroah-Hartman
2017-02-11 9:16 ` Jonathan Cameron
0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2017-02-11 7:17 UTC (permalink / raw)
To: Peter Rosin; +Cc: Jonathan Cameron, linux-kernel, Ken Lin, linux-iio
On Fri, Feb 10, 2017 at 11:35:35PM +0100, Peter Rosin wrote:
> > On Sun, Feb 05, 2017 at 10:35:02AM +0000, Jonathan Cameron wrote:
> >> The following changes since commit 5c113b5e0082e90d2e1c7b12e96a7b8cf0623e27:
> >>
> >> iio: dht11: Use usleep_range instead of msleep for start signal (2017-01-22 13:35:40 +0000)
> >>
> >> are available in the git repository at:
> >>
> >> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.10c
> >
> > It's a bit late for 4.10 for me, can I just pull this into my -next
> > branch and will they get to 4.10.1 properly? Meaning, do that have cc:
> > stable markings on them? Or do you want to fix that up and resend this
> > request?
>
> Hi Greg,
>
> You should ask Ken Lin who has the HW and who is apparently affected.
> I think it's bad that you are willing to have a known regression hit
> v4.10 when all was fine in v4.9. Or perhaps you didn't realize that
> the regression was from this cycle?
>
> The fixes are obvious. I don't understand your hesitation.
My "hesitation" is that I'm about to get on a plane for a day or so and
don't have the time to get this to Linus before 4.10-final is out this
Sunday. Getting it in a week later should be ok, we all make mistakes,
as long as we fix them it's all good, and for 4.10.1 should be ok.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes.
2017-02-11 7:17 ` Greg Kroah-Hartman
@ 2017-02-11 9:16 ` Jonathan Cameron
2017-02-14 14:29 ` Peter Rosin
0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Cameron @ 2017-02-11 9:16 UTC (permalink / raw)
To: Greg Kroah-Hartman, Peter Rosin; +Cc: linux-kernel, Ken Lin, linux-iio
On 11/02/17 07:17, Greg Kroah-Hartman wrote:
> On Fri, Feb 10, 2017 at 11:35:35PM +0100, Peter Rosin wrote:
>>> On Sun, Feb 05, 2017 at 10:35:02AM +0000, Jonathan Cameron wrote:
>>>> The following changes since commit 5c113b5e0082e90d2e1c7b12e96a7b8cf0623e27:
>>>>
>>>> iio: dht11: Use usleep_range instead of msleep for start signal (2017-01-22 13:35:40 +0000)
>>>>
>>>> are available in the git repository at:
>>>>
>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.10c
>>>
>>> It's a bit late for 4.10 for me, can I just pull this into my -next
>>> branch and will they get to 4.10.1 properly? Meaning, do that have cc:
>>> stable markings on them? Or do you want to fix that up and resend this
>>> request?
>>
>> Hi Greg,
>>
>> You should ask Ken Lin who has the HW and who is apparently affected.
>> I think it's bad that you are willing to have a known regression hit
>> v4.10 when all was fine in v4.9. Or perhaps you didn't realize that
>> the regression was from this cycle?
>>
>> The fixes are obvious. I don't understand your hesitation.
>
> My "hesitation" is that I'm about to get on a plane for a day or so and
> don't have the time to get this to Linus before 4.10-final is out this
> Sunday. Getting it in a week later should be ok, we all make mistakes,
> as long as we fix them it's all good, and for 4.10.1 should be ok.
Who knows, maybe Linus will delay another week anyway ;) Wasn't looking
that clear when I sent these out.
>From my point of view, sure 4.10.1 should be fine. I'll put stable CCs
on them. Will send the pull out shortly so I don't forget about them.
Pull request clearly now becomes first set of fixes for 4.11.
Jonathan
>
> thanks,
>
> greg k-h
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes.
2017-02-11 9:16 ` Jonathan Cameron
@ 2017-02-14 14:29 ` Peter Rosin
0 siblings, 0 replies; 6+ messages in thread
From: Peter Rosin @ 2017-02-14 14:29 UTC (permalink / raw)
To: Jonathan Cameron, Greg Kroah-Hartman; +Cc: linux-kernel, Ken Lin, linux-iio
On 2017-02-11 10:16, Jonathan Cameron wrote:
> On 11/02/17 07:17, Greg Kroah-Hartman wrote:
>> On Fri, Feb 10, 2017 at 11:35:35PM +0100, Peter Rosin wrote:
>>>> On Sun, Feb 05, 2017 at 10:35:02AM +0000, Jonathan Cameron wrote:
>>>>> The following changes since commit 5c113b5e0082e90d2e1c7b12e96a7b8cf0623e27:
>>>>>
>>>>> iio: dht11: Use usleep_range instead of msleep for start signal (2017-01-22 13:35:40 +0000)
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.10c
>>>>
>>>> It's a bit late for 4.10 for me, can I just pull this into my -next
>>>> branch and will they get to 4.10.1 properly? Meaning, do that have cc:
>>>> stable markings on them? Or do you want to fix that up and resend this
>>>> request?
>>>
>>> Hi Greg,
>>>
>>> You should ask Ken Lin who has the HW and who is apparently affected.
>>> I think it's bad that you are willing to have a known regression hit
>>> v4.10 when all was fine in v4.9. Or perhaps you didn't realize that
>>> the regression was from this cycle?
>>>
>>> The fixes are obvious. I don't understand your hesitation.
>>
>> My "hesitation" is that I'm about to get on a plane for a day or so and
>> don't have the time to get this to Linus before 4.10-final is out this
>> Sunday. Getting it in a week later should be ok, we all make mistakes,
>> as long as we fix them it's all good, and for 4.10.1 should be ok.
> Who knows, maybe Linus will delay another week anyway ;) Wasn't looking
> that clear when I sent these out.
>
> From my point of view, sure 4.10.1 should be fine. I'll put stable CCs
> on them. Will send the pull out shortly so I don't forget about them.
>
> Pull request clearly now becomes first set of fixes for 4.11.
I would like to point out that one of the commit messages was destroyed
in the rebase. I.e. commit 9cf6cdba586c ("iio: pressure: mpl3115: do not
rely on structure field ordering") is now missing this line:
# cat /sys/bus/iio/devices/iio\:device1/in_pressure_scale_available
which was present before the "Segmentation fault" line before the patch
was rebased. Without the missing line, the commit message makes much
less sense...
Can this please be fixed? Perhaps there is even time for it to make v4.10?
Cheers,
peda
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-02-14 14:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-05 10:35 [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes Jonathan Cameron
2017-02-10 14:56 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2017-02-01 20:40 [PATCH v2 0/2] iio: pressure: do not rely on structure field ordering Peter Rosin
2017-02-01 20:40 ` [PATCH v2 1/2] iio: pressure: mpl3115: " Peter Rosin
2017-02-05 9:37 ` Jonathan Cameron
2017-02-10 22:35 ` [PULL] IIO fixes for 4.10 set 3 - a couple of regression fixes Peter Rosin
2017-02-11 7:17 ` Greg Kroah-Hartman
2017-02-11 9:16 ` Jonathan Cameron
2017-02-14 14:29 ` Peter Rosin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).