lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 27 Sep 2013 13:21:33 -0600
From:	Shuah Khan <shuah.kh@...sung.com>
To:	Teck Choon Giam <giamteckchoon@...il.com>
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	torvalds@...ux-foundation.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	stable@...r.kernel.org,
	"shuahkhan@...il.com" <shuahkhan@...il.com>,
	Shuah Khan <shuah.kh@...sung.com>
Subject: Re: [ 00/28] 3.0.97-stable review

On 09/27/2013 12:52 PM, Teck Choon Giam wrote:
> On Thu, Sep 26, 2013 at 10:45 AM, Greg Kroah-Hartman
> <gregkh@...uxfoundation.org> 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@...sung.com | (970) 672-0658
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ