All of lore.kernel.org
 help / color / mirror / Atom feed
* Moving to kernel dev-4.13
@ 2017-10-09  7:04 Joel Stanley
  2017-10-09 11:21 ` Anton D. Kachalov
  2017-10-10  0:20 ` Andrew Jeffery
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Stanley @ 2017-10-09  7:04 UTC (permalink / raw)
  To: OpenBMC Maillist; +Cc: Eddie James, Andrew Jeffery, Xo Wang, tomer.maimon

Hello OpenBMCers,

I've pushed a new branch to the OpenBMC kernel repository. It's called
dev-4.13, and is based on the latest stable release from the 4.13
branch (4.13.5).

There are currently 40 patches on top of the upstream release that
include the patches sent upstream since 4.13 was released. In
addition, there is the new Aspeed clk driver that is out on the
upstream lists for review.

If you wish to have your non-upstreamed patches added to this tree,
please send them to the list with the [PATCH linux dev-4.13] tag.

If you have any questions or concerns then please use this thread to
kick off a discussion.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving to kernel dev-4.13
  2017-10-09  7:04 Moving to kernel dev-4.13 Joel Stanley
@ 2017-10-09 11:21 ` Anton D. Kachalov
  2017-10-10  0:24   ` Andrew Jeffery
  2017-10-10  0:20 ` Andrew Jeffery
  1 sibling, 1 reply; 5+ messages in thread
From: Anton D. Kachalov @ 2017-10-09 11:21 UTC (permalink / raw)
  To: Joel Stanley, OpenBMC Maillist; +Cc: Andrew Jeffery, tomer.maimon

[-- Attachment #1: Type: text/html, Size: 1501 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving to kernel dev-4.13
  2017-10-09  7:04 Moving to kernel dev-4.13 Joel Stanley
  2017-10-09 11:21 ` Anton D. Kachalov
@ 2017-10-10  0:20 ` Andrew Jeffery
  2017-10-10  3:12   ` Joel Stanley
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Jeffery @ 2017-10-10  0:20 UTC (permalink / raw)
  To: Joel Stanley, OpenBMC Maillist; +Cc: Eddie James, Xo Wang, tomer.maimon

[-- Attachment #1: Type: text/plain, Size: 942 bytes --]

On Mon, 2017-10-09 at 16:34 +0930, Joel Stanley wrote:
> Hello OpenBMCers,
> 
> I've pushed a new branch to the OpenBMC kernel repository. It's called
> dev-4.13, and is based on the latest stable release from the 4.13
> branch (4.13.5).

Woo!

> 
> There are currently 40 patches on top of the upstream release that
> include the patches sent upstream since 4.13 was released. In
> addition, there is the new Aspeed clk driver that is out on the
> upstream lists for review.

Have you looked at my reviews on v4 yet? They're not all acks :)

> 
> If you wish to have your non-upstreamed patches added to this tree,
> please send them to the list with the [PATCH linux dev-4.13] tag.

I haven't looked at the tree yet, but do we have a list of major
features that we expose in dev-4.10 to match against dev-4.13 to know
what needs to go in?

Maybe that's a lazy question and I should generate it myself...

Andrew

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving to kernel dev-4.13
  2017-10-09 11:21 ` Anton D. Kachalov
@ 2017-10-10  0:24   ` Andrew Jeffery
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Jeffery @ 2017-10-10  0:24 UTC (permalink / raw)
  To: Anton D.Kachalov, Joel Stanley, OpenBMC Maillist; +Cc: tomer.maimon

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

Hi Anton,

On Mon, 2017-10-09 at 14:21 +0300, Anton D.Kachalov wrote:
> Hello,
>  
> I reported a year ago critical bug for aspeed timer (race between
> timer disable/count register reload with "reload" register's value):
> https://github.com/openbmc/linux/issues/107
>  
> Since that driver was rewritten, but keeping the same error:
> https://github.com/openbmc/linux/blob/dev-
> 4.13/drivers/clocksource/timer-fttmr010.c#L135

Forgive me if I've forgotten, but did you send a patch to fix it? From
reading the issue it looks like you've got a clear understanding of the
bug and what might be done to fix it, and I think it would be best if
you sent a patch. However if you don't have one or don't feel you can
make one then Joel or I will look into it.

Cheers,

Andrew

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving to kernel dev-4.13
  2017-10-10  0:20 ` Andrew Jeffery
@ 2017-10-10  3:12   ` Joel Stanley
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Stanley @ 2017-10-10  3:12 UTC (permalink / raw)
  To: Andrew Jeffery; +Cc: OpenBMC Maillist, Eddie James, Xo Wang, tomer.maimon

On Tue, Oct 10, 2017 at 9:50 AM, Andrew Jeffery <andrew@aj.id.au> wrote:
> On Mon, 2017-10-09 at 16:34 +0930, Joel Stanley wrote:
>> Hello OpenBMCers,
>>
>> I've pushed a new branch to the OpenBMC kernel repository. It's called
>> dev-4.13, and is based on the latest stable release from the 4.13
>> branch (4.13.5).
>
> Woo!
>
>>
>> There are currently 40 patches on top of the upstream release that
>> include the patches sent upstream since 4.13 was released. In
>> addition, there is the new Aspeed clk driver that is out on the
>> upstream lists for review.
>
> Have you looked at my reviews on v4 yet? They're not all acks :)

Not yet. Thanks for the reviews, I'll get to that today

>> If you wish to have your non-upstreamed patches added to this tree,
>> please send them to the list with the [PATCH linux dev-4.13] tag.
>
> I haven't looked at the tree yet, but do we have a list of major
> features that we expose in dev-4.10 to match against dev-4.13 to know
> what needs to go in?
>
> Maybe that's a lazy question and I should generate it myself...

We should have a list. Here's a rough one:

$ git diff --dirstat=lines,1 v4.10.17..dev-4.10  | sort -hr
  20.1% arch/arm/boot/dts/
  13.2% drivers/fsi/
  10.6% drivers/pinctrl/aspeed/
   6.9% drivers/hwmon/pmbus/
   6.2% drivers/net/ethernet/faraday/
   6.0% drivers/hwmon/occ/
   5.0% drivers/i2c/busses/
   4.2% drivers/mtd/spi-nor/
   3.1% drivers/hwmon/
   3.1% drivers/
   3.0% Documentation/devicetree/bindings/
   2.5% drivers/gpio/
   1.9% include/
   1.7% drivers/misc/
   1.5% drivers/iio/pressure/
   1.5% drivers/clk/aspeed/
   1.3% arch/arm/mach-aspeed/
   1.1% drivers/leds/
   1.1% arch/arm/configs/
   1.0% net/ncsi/
   1.0% drivers/tty/serial/8250/
   1.0% drivers/mailbox/
   1.0% drivers/iio/adc/

A number of these were upstreamed between 4.10 and 4.13, so we do not
require any patches to be sent.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-10  3:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09  7:04 Moving to kernel dev-4.13 Joel Stanley
2017-10-09 11:21 ` Anton D. Kachalov
2017-10-10  0:24   ` Andrew Jeffery
2017-10-10  0:20 ` Andrew Jeffery
2017-10-10  3:12   ` Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.