lp:~acelankao/+git/ubuntu-bionic

Owned by AceLan Kao
Get this repository:
git clone https://git.launchpad.net/~acelankao/+git/ubuntu-bionic
Only AceLan Kao can upload to this repository. If you are AceLan Kao please log in for upload directions.

Branches

Name Last Modified Last Commit
tbt_rtd3 2018-10-31 07:12:44 UTC
driver core: Don't ignore class_dir_create_and_add() failure.

Author: Tetsuo Handa
Author Date: 2018-05-07 10:10:31 UTC

driver core: Don't ignore class_dir_create_and_add() failure.

BugLink: https://bugs.launchpad.net/bugs/1800770

syzbot is hitting WARN() at kernfs_add_one() [1].
This is because kernfs_create_link() is confused by previous device_add()
call which continued without setting dev->kobj.parent field when
get_device_parent() failed by memory allocation fault injection.
Fix this by propagating the error from class_dir_create_and_add() to
the calllers of get_device_parent().

[1] https://syzkaller.appspot.com/bug?id=fae0fb607989ea744526d1c082a5b8de6529116f

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Reported-by: syzbot <syzbot+df47f81c226b31d89fb1@syzkaller.appspotmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 84d0c27d6233a9ba0578b20f5a09701eb66cee42)
Signed-off-by: AceLan Kao <acelan.kao@canonical.com>

master 2018-10-15 08:20:31 UTC
platform/x86: dell-smbios: Correct some style warnings

Author: Mario Limonciello <mario.limonciello at dell.com>
Author Date: 2018-10-11 05:37:05 UTC

platform/x86: dell-smbios: Correct some style warnings

BugLink: https://bugs.launchpad.net/bugs/1797304

WARNING: function definition argument 'struct calling_interface_buffer *'
should also have an identifier name
+ int (*call_fn)(struct calling_interface_buffer *);

WARNING: Block comments use * on subsequent lines
+ /* 4 bytes of table header, plus 7 bytes of Dell header,
 plus at least
+ 6 bytes of entry */

WARNING: Block comments use a trailing */ on a separate line
+ 6 bytes of entry */

Signed-off-by: Mario Limonciello <mario.limonciello at dell.com>
Signed-off-by: Darren Hart (VMware) <dvhart at infradead.org>
(cherry picked from commit b53539625e7fb62880af0599202b8cf06efb94a0)
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Acked-by: Khalid Elmously <khalid.elmously@canonical.com>

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers