In case alloc_workqueue fails to allocate the work queue and
returns NULL, the fix releases the resources and returns
-ENOMEM.
Signed-off-by: Kangjie Lu
---
drivers/net/can/spi/mcp251x.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/net/can/spi/mcp251x.c b/drivers/net/can/s
Hi Julio,
On 2019/3/10 1:08, Julio Bianco wrote:
> Add a new line after variable declaration
>
> Signed-off-by: Julio Bianco
There is the only place in erofs for this issue?
Could you check and please fix them all if you have some time?
Thanks,
Gao Xiang
> ---
> drivers/staging/erofs/inode.c
In case spi_sync_locked fails, the fix reports the error and
returns the error code upstream.
Signed-off-by: Kangjie Lu
---
drivers/mmc/host/mmc_spi.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c
index 1b1498805972..32fea585262b
From: Al Viro
makes for somewhat cleaner control flow in __io_submit_one()
Signed-off-by: Al Viro
---
fs/aio.c | 119 ---
1 file changed, 53 insertions(+), 66 deletions(-)
diff --git a/fs/aio.c b/fs/aio.c
index 66ca52c57cca..2d1db52b
From: Al Viro
Signed-off-by: Al Viro
---
fs/aio.c | 17 -
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/fs/aio.c b/fs/aio.c
index f9e8f1edfe36..595c19965a8b 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1071,6 +1071,8 @@ static struct kioctx *lookup_ioctx(unsigned lon
From: Al Viro
simplifies the caller
Signed-off-by: Al Viro
---
fs/aio.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/fs/aio.c b/fs/aio.c
index 595c19965a8b..66ca52c57cca 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1033,6 +1033,11 @@ static inline struct aio_kio
From: Al Viro
aio_poll() has to cope with several unpleasant problems:
* requests that might stay around indefinitely need to
be made visible for io_cancel(2); that must not be done to
a request already completed, though.
* in cases when ->poll() has placed us on a waitqueue,
wake
From: Al Viro
that ssize_t is a rudiment of earlier calling conventions; it's been
used only to pass 0 and -E... since last autumn.
Signed-off-by: Al Viro
---
fs/aio.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/fs/aio.c b/fs/aio.c
index f47a29f7f201..f9e8f
From: Al Viro
Instead of having aio_complete() set ->ki_res.{res,res2}, do that
explicitly in its callers, drop the reference (as aio_complete()
used to do) and delay the rest until the final iocb_put().
Signed-off-by: Al Viro
---
fs/aio.c | 45 -
1
From: Al Viro
Signed-off-by: Al Viro
---
fs/aio.c | 56 +---
1 file changed, 21 insertions(+), 35 deletions(-)
diff --git a/fs/aio.c b/fs/aio.c
index 363d7d7c8bff..2249a7a1d6b3 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -204,8 +204,7 @@ struct a
From: Linus Torvalds
aio_poll() is not the only case that needs file pinned; worse, while
aio_read()/aio_write() can live without pinning iocb itself, the
proof is rather brittle and can easily break on later changes.
Signed-off-by: Linus Torvalds
Signed-off-by: Al Viro
---
fs/aio.c | 37
On Fri, Mar 08, 2019 at 03:36:50AM +, Al Viro wrote:
> See vfs.git#work.aio; the crucial bits are in these commits:
> keep io_event in aio_kiocb
> get rid of aio_complete() res/res2 arguments
> move aio_complete() to final iocb_put(), try to fix aio_poll() logics
> The first
From: Huazhong Tan
Date: Sun, 10 Mar 2019 14:47:51 +0800
> From: Shiju Jose
>
> The commit bfcb79fca19d
> ("PCI/ERR: Run error recovery callbacks for all affected devices")
> affected the non-fatal error recovery logic for the HNS and RDMA devices.
> This is because each HNS PF under PCIe bus r
diff --git a/Makefile b/Makefile
index d5713e7b1e50..3cd7163fe164 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
PATCHLEVEL = 0
-SUBLEVEL = 0
+SUBLEVEL = 1
EXTRAVERSION =
NAME = Shy Crocodile
diff --git a/arch/alpha/kernel/syscalls/syscall
On Sun, Mar 10, 2019 at 07:52:03AM +0100, Greg KH wrote:
> On Sun, Mar 10, 2019 at 07:51:10AM +0100, Greg KH wrote:
> > I'm announcing the release of the 5.0.1 kernel.
> >
> > All users of the 5.0.1 kernel series must upgrade.
> >
> > The updated 5.0.1.y git tree can be found at:
> > git://gi
diff --git a/Makefile b/Makefile
index f7baaa0a3164..25b45c24bac0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 4
PATCHLEVEL = 20
-SUBLEVEL = 14
+SUBLEVEL = 15
EXTRAVERSION =
NAME = Shy Crocodile
diff --git a/arch/mips/kernel/irq.c b/arch/m
I'm announcing the release of the 4.19.28 kernel.
All users of the 4.19 kernel series must upgrade.
The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-4.19.y
and can be browsed at the normal kernel.org git web browser:
diff --git a/Makefile b/Makefile
index 70ed9a53558a..c6ac023ba33a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 4
PATCHLEVEL = 19
-SUBLEVEL = 27
+SUBLEVEL = 28
EXTRAVERSION =
NAME = "People's Front"
diff --git a/arch/mips/kernel/irq.c b/arc
I'm announcing the release of the 4.20.15 kernel.
All users of the 4.20 kernel series must upgrade.
The updated 4.20.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-4.20.y
and can be browsed at the normal kernel.org git web browser:
On Sun, Mar 10, 2019 at 07:51:10AM +0100, Greg KH wrote:
> I'm announcing the release of the 5.0.1 kernel.
>
> All users of the 5.0.1 kernel series must upgrade.
>
> The updated 5.0.1.y git tree can be found at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> linu
I'm announcing the release of the 5.0.1 kernel.
All users of the 5.0.1 kernel series must upgrade.
The updated 5.0.1.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-5.0.1.y
and can be browsed at the normal kernel.org git web browser
From: Shiju Jose
The commit bfcb79fca19d
("PCI/ERR: Run error recovery callbacks for all affected devices")
affected the non-fatal error recovery logic for the HNS and RDMA devices.
This is because each HNS PF under PCIe bus receive callbacks
from the AER driver when an error is reported for one
Dear Friend,
Greetings.
I am Mrs Mavis Wanczyk the Powerball Lottery Winner of $ 758.7 Million.
Click the below link to see about my winnings so that you know this is
LEGITIMATE.
https://edition.cnn.com/videos/us/2017/08/24/powerball-winner-massachusetts-quit-job-sot.wcvb/video/playlists/lott
On Sat, Mar 09, 2019 at 10:10:19PM -0800, h...@zytor.com wrote:
> On March 8, 2019 4:50:03 AM PST, Greg Kroah-Hartman
> wrote:
> >5.0-stable review patch. If anyone has any objections, please let me
> >know.
> >
> >--
> >
> >From: Kirill A. Shutemov
> >
> >commit 6f913de3231e1d7
On March 8, 2019 4:50:03 AM PST, Greg Kroah-Hartman
wrote:
>5.0-stable review patch. If anyone has any objections, please let me
>know.
>
>--
>
>From: Kirill A. Shutemov
>
>commit 6f913de3231e1d70a871135b38219da7810df218 upstream.
>
>EFI systems do not necessarily provide a lega
On Sat, Mar 09, 2019 at 02:36:17PM -0800, Guenter Roeck wrote:
> On 3/8/19 4:49 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.0.1 release.
> > There are 46 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues
Toke Høiland-Jørgensen writes:
> Appana Durga Kedareswara Rao writes:
>
>> Hi Andre,
>>
>>
>>>
>>> On 3/9/19 3:07 PM, Appana Durga Kedareswara rao wrote:
>>> > While stress testing the CAN interface on xilinx axi can in loopback
>>> > mode getting message "write: no buffer space available"
>>
On Sat, Mar 09, 2019 at 09:32:30AM -0800, Darrick J. Wong wrote:
> On Sat, Mar 09, 2019 at 11:36:36PM +0800, Sean Fu wrote:
> > Change the allocation of bp->b_pages to use kmem_zalloc instead of
> > kmem_alloc.
> > Remove unnecessary memset for bp->b_pages.
> >
> > This reduces text size by 42 byte
Hi.
On 10-Mar-19 6:23 AM, Merlijn Wajer wrote:
>
> Hi,
>
> On 10/03/2019 00:22, Merlijn Wajer wrote:
>> Hi,
>>
>> I just migrated to Linux 5.0 (from 4.15) on my Nokia N900, and I'm
>> getting a lot of messages like this:
>>
>>> wl1251 spi3.0: EOW timed out
Could you try if this patch fixes th
The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783:
Linux 5.0 (2019-03-03 15:21:29 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to cfdbb4ed31aa777d59b288810f66eb
Hi,
On 3/9/19 7:49 PM, James Sewart wrote:
Hey Lu,
On 9 Mar 2019, at 01:53, Lu Baolu wrote:
Hi James,
On 3/9/19 12:57 AM, James Sewart wrote:
Hey Lu,
On 8 Mar 2019, at 03:09, Lu Baolu wrote:
Do you mind if I work on top of your patches for further cleanups and
sign off a v2 together wi
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive updates for the input subsystem. You will get:
- update to ili210x touchscreen driver, refreshing the code and adding
support for ILI251X line
- update to st1232 touchscreen d
Hi Andrea,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.0 next-20190306]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commit
The pull request you sent on Wed, 06 Mar 2019 22:29:46 -0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/92fff53b7191cae566be9ca6752069426c7f8241
Thank you!
--
Deet-doot-dot, I am a bot.
htt
The pull request you sent on Thu, 7 Mar 2019 01:34:16 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a50243b1ddcdd766d0d17fbfeeb1a22e62fdc461
Thank you!
--
Deet-doot-dot, I am a bot.
Hello DRM/UEFI maintainers,
Several years ago, I wrote a set of patches to dump the kernel
log to disk upon panic -- through BIOS INT 0x13 services. [1]
The overwhelming response was that it's unsafe to do this in a
generic manner. Linus proposed a video-based viewer instead: [2]
If you want
Switch from per mm_struct to per pmd page table lock by enabling
ARCH_ENABLE_SPLIT_PMD_PTLOCK. This provides better granularity for
large system.
I'm not sure if there is contention on mm->page_table_lock. Given
the option comes at no cost (apart from initializing more spin
locks), why not enable
For pte page, use pgtable_page_ctor(); for pmd page, use
pgtable_pmd_page_ctor(); and for the rest (pud, p4d and pgd),
don't use any.
For now, we don't select ARCH_ENABLE_SPLIT_PMD_PTLOCK and
pgtable_pmd_page_ctor() is a nop. When we do in patch 3, we
make sure pmd is not folded so we won't mistak
init_mm doesn't require page table lock to be initialized at
any level. Add a separate page table allocator for it, and the
new one skips page table ctors.
The ctors allocate memory when ALLOC_SPLIT_PTLOCKS is set. Not
calling them avoids memory leak in case we call pte_free_kernel()
on init_mm.
Hi,
On 10/03/2019 00:22, Merlijn Wajer wrote:
> Hi,
>
> I just migrated to Linux 5.0 (from 4.15) on my Nokia N900, and I'm
> getting a lot of messages like this:
>
>> wl1251 spi3.0: EOW timed out
>
> and it ends with:
>
>> [ 29.072174] wl1251: ERROR chip id doesn't match after firmware boo
Hi Zhipeng,
On Fri, Mar 01, 2019 at 12:13:27PM +0800, Zhipeng Xie wrote:
> we got the following boot crash:
>
> [ 36.086344] Internal error: Oops: 9604 [#1] SMP
> [ 36.091371] CPU: 32 PID: 0 Comm: swapper/32 Tainted: G OE
>4.19.25-vhulk1901.1.0.h111.aarch64 #1
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/urgent
head: ce28d2e53cda890771360d32259495dd6a9c4253
commit: f1212844e9dc3a31d41f99713c5522acf92ff291 [1/5] sched/cpufreq: Fix
32-bit math overflow
config: i386-randconfig-s2-201910 (attached as .config)
compiler: gcc-6 (
Hi,
I just migrated to Linux 5.0 (from 4.15) on my Nokia N900, and I'm
getting a lot of messages like this:
> wl1251 spi3.0: EOW timed out
and it ends with:
> [ 29.072174] wl1251: ERROR chip id doesn't match after firmware boot
My tree carries some patches, but none are related to SPI or wl
On Tue, Mar 05, 2019 at 11:39:42AM +0100, Nicolas Saenz Julienne wrote:
> On Mon, 2019-03-04 at 20:57 +0100, Arnd Bergmann wrote:
> > When CONFIG_INPUT_POLLDEV is disabled, we get a link error:
> >
> > drivers/input/touchscreen/raspberrypi-ts.o: In function `rpi_ts_probe':
> > raspberrypi-ts.c:(.t
On Tue, Mar 05, 2019 at 08:49:01AM +0100, Linus Walleij wrote:
> On Mon, Mar 4, 2019 at 8:57 PM Arnd Bergmann wrote:
>
> > When CONFIG_GPIOLIB is not set, we get a couple of build
> > errors during test building:
> >
> > drivers/input/misc/msm-vibrator.c: In function 'msm_vibrator_start':
> > dri
On Fri, Mar 08, 2019 at 03:17:26PM -0800, David Miller wrote:
> From: Arnd Bergmann
> Date: Wed, 6 Mar 2019 12:05:49 +0100
>
> > On some architectures, the MMU can be disabled, leading to access_ok()
> > becoming an empty macro that does not evaluate its size argument,
> > which in turn produces
The pull request you sent on Fri, 8 Mar 2019 11:31:54 -0600:
> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
> tags/pci-v5.1-changes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2901752c14b8e1b7dd898d2e5245c93e531aa624
Thank you!
--
Deet-doot-dot,
The pull request you sent on Thu, 7 Mar 2019 13:24:08 -0300:
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media media/v5.1-1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/96a6de1a541c86e9e67b9c310c14db4099bd1cbc
Thank you!
--
Deet-doot-dot, I am a
Hi Suren,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.0]
[cannot apply to next-20190306]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0da
On 3/8/19 4:49 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.20.15 release.
There are 76 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 b
On 3/8/19 4:49 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.0.1 release.
There are 46 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
On 3/8/19 4:49 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.28 release.
There are 68 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 b
Hi,friend,
This is Daniel Murray and i am from Sinara Group Co.,LTD in Russia.
We are glad to know about your company from the web and we are interested in
your products.
Could you kindly send us your Latest catalog and price list for our trial order.
Thanks and Best Regards,
Daniel Murray
P
Hi,friend,
This is Daniel Murray and i am from Sinara Group Co.,LTD in Russia.
We are glad to know about your company from the web and we are interested in
your products.
Could you kindly send us your Latest catalog and price list for our trial order.
Thanks and Best Regards,
Daniel Murray
P
On Mon, 11 Feb 2019 17:24:42 -0800, Markus Mayer wrote:
> From: Markus Mayer
>
> We can pass a (struct priv_data *) to generic_show() rather than a
> (struct device *). For two of the three callers of this function, the
> change means one less call to dev_get_drvdata(). For the third caller,
> i
On Mon, 11 Feb 2019 17:24:43 -0800, Markus Mayer wrote:
> From: Markus Mayer
>
> For dual-rank LPDDR4, result data for any command is placed in byte 0
> and byte 3 of the corresponding MR register by the firmware.
> Single-rank RAM was supposed to work the same way. However, due to a
> firmware
On Mon, 11 Feb 2019 17:24:41 -0800, Markus Mayer wrote:
> From: Markus Mayer
>
> To be more "scheduler friendly", we use msleep() rather than udelay()
> while we wait for the DCPU to respond.
>
> Signed-off-by: Markus Mayer
> ---
Applied to drivers/next, thanks!
--
Florian
On 3/4/2019 4:02 PM, Eric Anholt wrote:
> Hi Florian,
>
> The following changes since commit ab1b4ef966af90ad79fa3c4c124e47915cddde10:
>
> ARM: dts: bcm2835-rpi-zero-w: Drop unnecessary pinctrl (2019-02-01 11:56:32
> +0100)
>
> are available in the Git repository at:
>
> git://github.co
Hi Geert,
On 3/9/19 2:26 PM, Geert Uytterhoeven wrote:
Thanks for the explanation!
Happy this was useful :)
So how does this work, with kernel images and kernel modules supplied
by separate parties, not "bound" by the same kernel headers/API, as they
can be replaced separately?
The thing
When sync(2) is executed from a high-priority cgroup, the process is
forced to wait the completion of the entire outstanding writeback I/O,
even the I/O that was originally generated by low-priority cgroups
potentially.
This may cause massive latencies to random processes (even those running
in th
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/urgent
head: ce28d2e53cda890771360d32259495dd6a9c4253
commit: f1212844e9dc3a31d41f99713c5522acf92ff291 [1/5] sched/cpufreq: Fix
32-bit math overflow
reproduce:
# apt-get install sparse
git checkout f1212844
Andy Shevchenko wrote:
> Shouldn't simple memcpy cover these case for both 32- and 64-bit
> architectures?
Speaking of replacing swap with copying via temporary buffers, one
idea that did come to mind was avoiding swap for sufficiently small
objects.
Every sift-down is actually a circular shift.
Hi Suren,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.0]
[cannot apply to next-20190306]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0da
On Wed, Mar 06, 2019 at 11:25:02AM -0800 bseg...@google.com wrote:
> Phil Auld writes:
>
> > On Tue, Mar 05, 2019 at 12:45:34PM -0800 bseg...@google.com wrote:
> >> Phil Auld writes:
> >>
> >> > Interestingly, if I limit the number of child cgroups to the number of
> >> > them I'm actually put
On Fri, 2019-03-08 at 15:42 +0900, Masahiro Yamada wrote:
> On Fri, Mar 8, 2019 at 6:56 AM Ben Hutchings wrote:
[...]
> > I take it that you don't want kernel-package to be included in buster,
> > so can you open an RC bug to say so?
>
> Also, could you make sure it won't come back to bullseye or
> Although I'm thinking of:
>
> static bool __attribute_const__
> is_aligned(const void *base, size_t size, unsigned char align)
> {
> unsigned char lsbits = (unsigned char)size;
>
> (void)base;
> #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
> lsbits |= (unsigned char)(uintptr_t)base;
> #endif
>
Commit-ID: b8f7d86b5849ea7bb84bddc0345a3799049764d4
Gitweb: https://git.kernel.org/tip/b8f7d86b5849ea7bb84bddc0345a3799049764d4
Author: Jiri Olsa
AuthorDate: Tue, 5 Mar 2019 16:25:36 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:21:00 -0300
perf data: Force p
Commit-ID: 5b61adb16599be04346e7e943c1b5113b57485ad
Gitweb: https://git.kernel.org/tip/5b61adb16599be04346e7e943c1b5113b57485ad
Author: Jiri Olsa
AuthorDate: Tue, 5 Mar 2019 16:25:34 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:19:45 -0300
perf evsel: Probe
Commit-ID: befa09b61f8bf1d7c34b8e6405f08d804640573c
Gitweb: https://git.kernel.org/tip/befa09b61f8bf1d7c34b8e6405f08d804640573c
Author: Jiri Olsa
AuthorDate: Tue, 5 Mar 2019 16:25:35 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:20:33 -0300
perf session: Fix
Commit-ID: 2634958586368dcbf09c0d2a17dee02d1fc53e0d
Gitweb: https://git.kernel.org/tip/2634958586368dcbf09c0d2a17dee02d1fc53e0d
Author: Jiri Olsa
AuthorDate: Tue, 5 Mar 2019 16:25:31 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:16:57 -0300
perf hist: Fix mem
Commit-ID: 90a86bde97ba050cb3c9ccb215252ee2d2d705fa
Gitweb: https://git.kernel.org/tip/90a86bde97ba050cb3c9ccb215252ee2d2d705fa
Author: Jiri Olsa
AuthorDate: Tue, 5 Mar 2019 16:25:32 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:18:17 -0300
perf tools: Read a
Commit-ID: c57589106fd6d996dbf3757708baa4a3fb91850f
Gitweb: https://git.kernel.org/tip/c57589106fd6d996dbf3757708baa4a3fb91850f
Author: Jiri Olsa
AuthorDate: Tue, 5 Mar 2019 16:25:30 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:16:30 -0300
perf hist: Add err
Commit-ID: e34c940245437f36d2c492edd1f8237eff391064
Gitweb: https://git.kernel.org/tip/e34c940245437f36d2c492edd1f8237eff391064
Author: Jiri Olsa
AuthorDate: Tue, 5 Mar 2019 16:25:29 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:15:24 -0300
perf c2c: Fix c2c
Commit-ID: fdf2460c297f1bb2f3bd20b3b52903b267af9050
Gitweb: https://git.kernel.org/tip/fdf2460c297f1bb2f3bd20b3b52903b267af9050
Author: Tony Jones
AuthorDate: Tue, 5 Mar 2019 08:19:02 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:12:33 -0300
perf script pytho
Commit-ID: 57e604b16362273af6a517abaa6cd1133a7fc732
Gitweb: https://git.kernel.org/tip/57e604b16362273af6a517abaa6cd1133a7fc732
Author: Tony Jones
AuthorDate: Fri, 1 Mar 2019 17:18:59 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:10:46 -0300
perf script pytho
Commit-ID: c253c72e9d6723c8b078beb362f050059ef5de39
Gitweb: https://git.kernel.org/tip/c253c72e9d6723c8b078beb362f050059ef5de39
Author: Tony Jones
AuthorDate: Fri, 1 Mar 2019 17:19:00 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:11:11 -0300
perf script pytho
Commit-ID: de2ec16bd438945813198d4de2339a396904c206
Gitweb: https://git.kernel.org/tip/de2ec16bd438945813198d4de2339a396904c206
Author: Tony Jones
AuthorDate: Fri, 1 Mar 2019 17:18:58 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:10:43 -0300
perf script pytho
Commit-ID: b504d7f6876515b74c8e27a44ccdb22372616d97
Gitweb: https://git.kernel.org/tip/b504d7f6876515b74c8e27a44ccdb22372616d97
Author: Tony Jones
AuthorDate: Fri, 1 Mar 2019 17:18:57 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:09:14 -0300
perf script pytho
Commit-ID: c1d3e633e16db3eb64f519c7099171bfcef94b20
Gitweb: https://git.kernel.org/tip/c1d3e633e16db3eb64f519c7099171bfcef94b20
Author: Jin Yao
AuthorDate: Tue, 5 Mar 2019 21:05:43 +0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:06:16 -0300
perf diff: Support -
Commit-ID: daca23b2007595b6a48255ca08c763f56050d1c5
Gitweb: https://git.kernel.org/tip/daca23b2007595b6a48255ca08c763f56050d1c5
Author: Jin Yao
AuthorDate: Tue, 5 Mar 2019 21:05:42 +0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:05:21 -0300
perf diff: Support -
Commit-ID: 4802138d78caed36cee2a859f77fb2035f230018
Gitweb: https://git.kernel.org/tip/4802138d78caed36cee2a859f77fb2035f230018
Author: Jin Yao
AuthorDate: Tue, 5 Mar 2019 21:05:41 +0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 18:03:23 -0300
perf diff: Support -
Commit-ID: 153259382633ecbbc0af4f3f0b6515757ebe2984
Gitweb: https://git.kernel.org/tip/153259382633ecbbc0af4f3f0b6515757ebe2984
Author: Andi Kleen
AuthorDate: Wed, 6 Mar 2019 17:55:35 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 17:55:35 -0300
perf thread: Gene
Commit-ID: bc3bb795345891509b4a3cbff824cbef8c130f20
Gitweb: https://git.kernel.org/tip/bc3bb795345891509b4a3cbff824cbef8c130f20
Author: Arnaldo Carvalho de Melo
AuthorDate: Wed, 6 Mar 2019 16:40:15 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 16:40:15 -0300
per
Commit-ID: a53837a5458c5b84588dfa3fa510c6a29b7bd4d7
Gitweb: https://git.kernel.org/tip/a53837a5458c5b84588dfa3fa510c6a29b7bd4d7
Author: Yang Wei
AuthorDate: Mon, 4 Mar 2019 22:36:14 +0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 09:47:48 -0300
perf clang: Remove
Commit-ID: 3163613c5bc805dadac8ea157648eefd46747cae
Gitweb: https://git.kernel.org/tip/3163613c5bc805dadac8ea157648eefd46747cae
Author: Arnaldo Carvalho de Melo
AuthorDate: Fri, 1 Mar 2019 16:09:31 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 6 Mar 2019 09:45:37 -0300
per
Commit-ID: c3b81a500f35241a4c16febe0a015e572cf2c492
Gitweb: https://git.kernel.org/tip/c3b81a500f35241a4c16febe0a015e572cf2c492
Author: Arnaldo Carvalho de Melo
AuthorDate: Fri, 1 Mar 2019 15:45:35 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 1 Mar 2019 15:45:35 -0300
per
Commit-ID: 254c0d820b86d7712e03750c58ab104e06e3655d
Gitweb: https://git.kernel.org/tip/254c0d820b86d7712e03750c58ab104e06e3655d
Author: Adrian Hunter
AuthorDate: Thu, 28 Feb 2019 15:00:30 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 1 Mar 2019 14:56:17 -0300
perf scripts
Commit-ID: ae8b887c00d3fe4ca8c2cba16ae452b5df4c19e2
Gitweb: https://git.kernel.org/tip/ae8b887c00d3fe4ca8c2cba16ae452b5df4c19e2
Author: Adrian Hunter
AuthorDate: Thu, 28 Feb 2019 15:00:31 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 1 Mar 2019 15:04:16 -0300
perf scripts
The pull request you sent on Wed, 6 Mar 2019 14:04:20 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
> tags/linux-kselftest-5.1-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a448c643bc49f14bb3aae68ee7085b4c7f6207d8
Thank you!
--
D
The pull request you sent on Mon, 4 Mar 2019 09:48:02 -0800:
> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git
> tags/gcc-plugins-v5.1-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2bb995405fe52dd893db57456556e8dc4fce35a7
Thank you!
--
Deet-doot
The pull request you sent on Thu, 7 Mar 2019 13:25:22 +1100:
> ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
> tags/leaks-5.1-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/99b25a7fc6150d613be8eab71a47e6c0fcc8d7c5
Thank you!
--
Deet-do
The pull request you sent on Mon, 4 Mar 2019 09:27:51 -0800:
> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git
> tags/pstore-v5.1-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a39f009acefd85d3e36bcae828a4e67c9dce9684
Thank you!
--
Deet-doot-dot,
The pull request you sent on Thu, 7 Mar 2019 15:18:20 -0700:
> git://git.lwn.net/linux.git tags/docs-5.1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1a29e857507046e413ca7a4a7c9cd32fed9ea255
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/use
The pull request you sent on Wed, 6 Mar 2019 15:44:45 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
> tags/printk-for-5.1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c4703acd6d4a58dc4b31ad2a8f8b14becb898d25
Thank you!
--
Deet-doot-dot, I
The pull request you sent on Fri, 8 Mar 2019 10:54:02 -0600:
> git://git.samba.org/sfrench/cifs-2.6.git tags/5.1-rc-smb3-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e519a8c2c3431fbc27e453ff73f5b51df5afe6b5
Thank you!
--
Deet-doot-dot, I am a bot.
https://ko
The pull request you sent on Mon, 4 Mar 2019 13:47:22 -0800:
> git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d1cae94871330cb9f5fdcea34529abf7917e682e
Thank you!
--
Deet-doot-dot, I am a bot.
Commit-ID: a448ba232a5f0176c226df1bab8877ec06a7c771
Gitweb: https://git.kernel.org/tip/a448ba232a5f0176c226df1bab8877ec06a7c771
Author: Adrian Hunter
AuthorDate: Thu, 28 Feb 2019 15:00:29 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 1 Mar 2019 14:55:32 -0300
perf scripts
Commit-ID: a731cc4c990a90d9d42a2081ca93fb4310680ae2
Gitweb: https://git.kernel.org/tip/a731cc4c990a90d9d42a2081ca93fb4310680ae2
Author: Adrian Hunter
AuthorDate: Thu, 28 Feb 2019 15:00:28 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 1 Mar 2019 14:54:39 -0300
perf scripts
Commit-ID: 07c5ebead85f507271fb8e2a8b5814e486702518
Gitweb: https://git.kernel.org/tip/07c5ebead85f507271fb8e2a8b5814e486702518
Author: Adrian Hunter
AuthorDate: Thu, 28 Feb 2019 15:00:26 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 1 Mar 2019 14:53:12 -0300
perf scripts
Commit-ID: febce6dc1f5167e683d6e3c3d0f6ab7f98201ea8
Gitweb: https://git.kernel.org/tip/febce6dc1f5167e683d6e3c3d0f6ab7f98201ea8
Author: Adrian Hunter
AuthorDate: Thu, 28 Feb 2019 15:00:27 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 1 Mar 2019 14:53:33 -0300
perf scripts
1 - 100 of 235 matches
Mail list logo