On 09/27/2013 12:52 PM, Teck Choon Giam wrote:
On Thu, Sep 26, 2013 at 10:45 AM, Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
On Wed, Sep 25, 2013 at 08:22:24PM -0600, Shuah Khan wrote:
On 09/24/2013 06:07 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 3.0.97 release.
There are 28 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri Sep 27 00:05:34 UTC 2013.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.97-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
3.0.97-rc1 applied with the following warning from line 103 to 3.0.96
patch-3.0.97-rc1:103: space before tab in indent.
return -1;
warning: 1 line adds whitespace errors.
Any hint as to what file that was for?
git am ../patches/v3.0.97/0019-HID-validate-HID-report-id-size.patch ...
Applying: HID: validate HID report id size
/home/choon/build/choon-GT-I9100-HK-JB-kernel-u2/.git/rebase-apply/patch:30:
space before tab in indent.
return -1;
warning: 1 line adds whitespace errors.
So it is 0019-HID-validate-HID-report-id-size.patch
I got it from doing the following:
git format-patch -o ../patches/v3.0.97 v3.0.96..v3.0.97
Thanks.
Kindest regards,
Giam Teck Choon
Thanks for the information. Yes that is the right patch.
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.
+ return -1;
There is a whitespace at the beginning.
-- Shuah
--
Shuah Khan
Senior Linux Kernel Developer - Open Source Group
Samsung Research America(Silicon Valley)
shuah.kh@xxxxxxxxxxx | (970) 672-0658
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html