* linux-next: manual merge of the bitmap tree with the tty tree
@ 2024-01-08 3:36 Stephen Rothwell
2024-01-08 7:53 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2024-01-08 3:36 UTC (permalink / raw)
To: Yury Norov, Greg KH
Cc: Greg Kroah-Hartman, Hugo Villeneuve, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 909 bytes --]
Hi all,
Today's linux-next merge of the bitmap tree got a conflict in:
drivers/tty/serial/sc16is7xx.c
between commits:
8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error")
3837a0379533 ("serial: sc16is7xx: improve regmap debugfs by using one regmap per port")
from the tty tree and commit:
e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()")
from the bitmap tree.
I fixed it up (the former removed the function updated by the latter) and
can carry the fix as necessary. This is now fixed as far as linux-next
is concerned, but any non trivial conflicts should be mentioned to your
upstream maintainer when your tree is submitted for merging. You may
also want to consider cooperating with the maintainer of the conflicting
tree to minimise any particularly complex conflicts.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the bitmap tree with the tty tree 2024-01-08 3:36 linux-next: manual merge of the bitmap tree with the tty tree Stephen Rothwell @ 2024-01-08 7:53 ` Greg KH 2024-01-08 16:51 ` Hugo Villeneuve 0 siblings, 1 reply; 6+ messages in thread From: Greg KH @ 2024-01-08 7:53 UTC (permalink / raw) To: Stephen Rothwell Cc: Yury Norov, Hugo Villeneuve, Linux Kernel Mailing List, Linux Next Mailing List On Mon, Jan 08, 2024 at 02:36:27PM +1100, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the bitmap tree got a conflict in: > > drivers/tty/serial/sc16is7xx.c > > between commits: > > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error") > 3837a0379533 ("serial: sc16is7xx: improve regmap debugfs by using one regmap per port") > > from the tty tree and commit: > > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > from the bitmap tree. > > I fixed it up (the former removed the function updated by the latter) and > can carry the fix as necessary. This is now fixed as far as linux-next > is concerned, but any non trivial conflicts should be mentioned to your > upstream maintainer when your tree is submitted for merging. You may > also want to consider cooperating with the maintainer of the conflicting > tree to minimise any particularly complex conflicts. Fix looks coks correct, thanks. greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: manual merge of the bitmap tree with the tty tree 2024-01-08 7:53 ` Greg KH @ 2024-01-08 16:51 ` Hugo Villeneuve 2024-01-11 14:39 ` Yury Norov 0 siblings, 1 reply; 6+ messages in thread From: Hugo Villeneuve @ 2024-01-08 16:51 UTC (permalink / raw) To: Greg KH Cc: Stephen Rothwell, Yury Norov, Hugo Villeneuve, Linux Kernel Mailing List, Linux Next Mailing List On Mon, 8 Jan 2024 08:53:40 +0100 Greg KH <greg@kroah•com> wrote: > On Mon, Jan 08, 2024 at 02:36:27PM +1100, Stephen Rothwell wrote: > > Hi all, > > > > Today's linux-next merge of the bitmap tree got a conflict in: > > > > drivers/tty/serial/sc16is7xx.c > > > > between commits: > > > > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error") > > 3837a0379533 ("serial: sc16is7xx: improve regmap debugfs by using one regmap per port") > > > > from the tty tree and commit: > > > > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > > > from the bitmap tree. > > > > I fixed it up (the former removed the function updated by the latter) and > > can carry the fix as necessary. This is now fixed as far as linux-next > > is concerned, but any non trivial conflicts should be mentioned to your > > upstream maintainer when your tree is submitted for merging. You may > > also want to consider cooperating with the maintainer of the conflicting > > tree to minimise any particularly complex conflicts. > > Fix looks coks correct, thanks. Yes, I confirm patch: e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") is now obsoleted by patch: 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error") Thank you, Hugo Villeneuve ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: manual merge of the bitmap tree with the tty tree 2024-01-08 16:51 ` Hugo Villeneuve @ 2024-01-11 14:39 ` Yury Norov 2024-01-17 8:14 ` Greg KH 0 siblings, 1 reply; 6+ messages in thread From: Yury Norov @ 2024-01-11 14:39 UTC (permalink / raw) To: Hugo Villeneuve Cc: Greg KH, Stephen Rothwell, Hugo Villeneuve, Linux Kernel Mailing List, Linux Next Mailing List On Mon, Jan 8, 2024 at 8:52 AM Hugo Villeneuve <hugo@hugovil•com> wrote: > > On Mon, 8 Jan 2024 08:53:40 +0100 > Greg KH <greg@kroah•com> wrote: > > > On Mon, Jan 08, 2024 at 02:36:27PM +1100, Stephen Rothwell wrote: > > > Hi all, > > > > > > Today's linux-next merge of the bitmap tree got a conflict in: > > > > > > drivers/tty/serial/sc16is7xx.c > > > > > > between commits: > > > > > > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error") > > > 3837a0379533 ("serial: sc16is7xx: improve regmap debugfs by using one regmap per port") > > > > > > from the tty tree and commit: > > > > > > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > > > > > from the bitmap tree. > > > > > > I fixed it up (the former removed the function updated by the latter) and > > > can carry the fix as necessary. This is now fixed as far as linux-next > > > is concerned, but any non trivial conflicts should be mentioned to your > > > upstream maintainer when your tree is submitted for merging. You may > > > also want to consider cooperating with the maintainer of the conflicting > > > tree to minimise any particularly complex conflicts. > > > > Fix looks coks correct, thanks. > > Yes, I confirm patch: > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > is now obsoleted by patch: > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines > bitfield in case of probe error") Hi guys, I've already sent a pull request that includes the e63a961be48f. If I'll have to re-send it, I'll exclude the obsolete patch. Otherwise, can you adjust the 8a1060ce9749? Thanks, Yury ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: manual merge of the bitmap tree with the tty tree 2024-01-11 14:39 ` Yury Norov @ 2024-01-17 8:14 ` Greg KH 2024-01-17 8:49 ` Stephen Rothwell 0 siblings, 1 reply; 6+ messages in thread From: Greg KH @ 2024-01-17 8:14 UTC (permalink / raw) To: Yury Norov Cc: Hugo Villeneuve, Stephen Rothwell, Hugo Villeneuve, Linux Kernel Mailing List, Linux Next Mailing List On Thu, Jan 11, 2024 at 06:39:49AM -0800, Yury Norov wrote: > On Mon, Jan 8, 2024 at 8:52 AM Hugo Villeneuve <hugo@hugovil•com> wrote: > > > > On Mon, 8 Jan 2024 08:53:40 +0100 > > Greg KH <greg@kroah•com> wrote: > > > > > On Mon, Jan 08, 2024 at 02:36:27PM +1100, Stephen Rothwell wrote: > > > > Hi all, > > > > > > > > Today's linux-next merge of the bitmap tree got a conflict in: > > > > > > > > drivers/tty/serial/sc16is7xx.c > > > > > > > > between commits: > > > > > > > > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error") > > > > 3837a0379533 ("serial: sc16is7xx: improve regmap debugfs by using one regmap per port") > > > > > > > > from the tty tree and commit: > > > > > > > > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > > > > > > > from the bitmap tree. > > > > > > > > I fixed it up (the former removed the function updated by the latter) and > > > > can carry the fix as necessary. This is now fixed as far as linux-next > > > > is concerned, but any non trivial conflicts should be mentioned to your > > > > upstream maintainer when your tree is submitted for merging. You may > > > > also want to consider cooperating with the maintainer of the conflicting > > > > tree to minimise any particularly complex conflicts. > > > > > > Fix looks coks correct, thanks. > > > > Yes, I confirm patch: > > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > > > is now obsoleted by patch: > > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines > > bitfield in case of probe error") > > Hi guys, > > I've already sent a pull request that includes the e63a961be48f. If I'll have to > re-send it, I'll exclude the obsolete patch. Otherwise, can you adjust the > 8a1060ce9749? We can not "adjust" anything, as I can't rebase a public tree, sorry. greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: manual merge of the bitmap tree with the tty tree 2024-01-17 8:14 ` Greg KH @ 2024-01-17 8:49 ` Stephen Rothwell 0 siblings, 0 replies; 6+ messages in thread From: Stephen Rothwell @ 2024-01-17 8:49 UTC (permalink / raw) To: Greg KH Cc: Yury Norov, Hugo Villeneuve, Hugo Villeneuve, Linux Kernel Mailing List, Linux Next Mailing List [-- Attachment #1: Type: text/plain, Size: 2382 bytes --] Hi all, On Wed, 17 Jan 2024 09:14:57 +0100 Greg KH <greg@kroah•com> wrote: > > On Thu, Jan 11, 2024 at 06:39:49AM -0800, Yury Norov wrote: > > On Mon, Jan 8, 2024 at 8:52 AM Hugo Villeneuve <hugo@hugovil•com> wrote: > > > > > > On Mon, 8 Jan 2024 08:53:40 +0100 > > > Greg KH <greg@kroah•com> wrote: > > > > > > > On Mon, Jan 08, 2024 at 02:36:27PM +1100, Stephen Rothwell wrote: > > > > > Hi all, > > > > > > > > > > Today's linux-next merge of the bitmap tree got a conflict in: > > > > > > > > > > drivers/tty/serial/sc16is7xx.c > > > > > > > > > > between commits: > > > > > > > > > > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error") > > > > > 3837a0379533 ("serial: sc16is7xx: improve regmap debugfs by using one regmap per port") > > > > > > > > > > from the tty tree and commit: > > > > > > > > > > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > > > > > > > > > from the bitmap tree. > > > > > > > > > > I fixed it up (the former removed the function updated by the latter) and > > > > > can carry the fix as necessary. This is now fixed as far as linux-next > > > > > is concerned, but any non trivial conflicts should be mentioned to your > > > > > upstream maintainer when your tree is submitted for merging. You may > > > > > also want to consider cooperating with the maintainer of the conflicting > > > > > tree to minimise any particularly complex conflicts. > > > > > > > > Fix looks coks correct, thanks. > > > > > > Yes, I confirm patch: > > > e63a961be48f ("serial: sc12is7xx: optimize sc16is7xx_alloc_line()") > > > > > > is now obsoleted by patch: > > > 8a1060ce9749 ("serial: sc16is7xx: fix invalid sc16is7xx_lines > > > bitfield in case of probe error") > > > > Hi guys, > > > > I've already sent a pull request that includes the e63a961be48f. If I'll have to > > re-send it, I'll exclude the obsolete patch. Otherwise, can you adjust the > > 8a1060ce9749? > > We can not "adjust" anything, as I can't rebase a public tree, sorry. Right, just leave both branches as they are and mention the conflict to Linus when you send the pull request. This is the normal way to sort these out. It only needs more work when the conflict is a particularly difficult one. -- Cheers, Stephen Rothwell [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-17 8:49 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-08 3:36 linux-next: manual merge of the bitmap tree with the tty tree Stephen Rothwell 2024-01-08 7:53 ` Greg KH 2024-01-08 16:51 ` Hugo Villeneuve 2024-01-11 14:39 ` Yury Norov 2024-01-17 8:14 ` Greg KH 2024-01-17 8:49 ` Stephen Rothwell
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox