Advertisement
Guest User

Untitled

a guest
May 10th, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. camden@Caffeine:~/hadk/kernel/google/marlin$ git revert 1bb88fcb4961166195e2cb1973901ecf931983a1
  2. Auto-merging drivers/tty/n_tty.c
  3. Auto-merging drivers/tty/tty_buffer.c
  4. CONFLICT (content): Merge conflict in drivers/tty/tty_buffer.c
  5. Auto-merging drivers/tty/tty_io.c
  6. Auto-merging drivers/tty/tty_ldisc.c
  7. Auto-merging drivers/tty/tty_port.c
  8. Auto-merging include/linux/tty.h
  9. error: could not revert 1bb88fcb496... tty: move tty_port workqueue to be a kthread
  10. hint: After resolving the conflicts, mark them with
  11. hint: "git add/rm <pathspec>", then run
  12. hint: "git revert --continue".
  13. hint: You can instead skip this commit with "git revert --skip".
  14. hint: To abort and get back to the state before "git revert",
  15. hint: run "git revert --abort".
  16. Recorded preimage for 'drivers/tty/tty_buffer.c'
  17. camden@Caffeine:~/hadk/kernel/google/marlin$ git revert 2074f5b7c3b6b00d8ed80738f4c9169a1599fc5a
  18. error: Reverting is not possible because you have unmerged files.
  19. hint: Fix them up in the work tree, and then use 'git add/rm <file>'
  20. hint: as appropriate to mark resolution and make a commit.
  21. fatal: revert failed
  22. camden@Caffeine:~/hadk/kernel/google/marlin$ git commit
  23. U drivers/tty/tty_buffer.c
  24. error: Committing is not possible because you have unmerged files.
  25. hint: Fix them up in the work tree, and then use 'git add/rm <file>'
  26. hint: as appropriate to mark resolution and make a commit.
  27. fatal: Exiting because of an unresolved conflict.
  28. camden@Caffeine:~/hadk/kernel/google/marlin$ git add .
  29. camden@Caffeine:~/hadk/kernel/google/marlin$ git commit
  30. Recorded preimage for 'drivers/tty/tty_buffer.c'
  31. [detached HEAD 03825be76da] Revert "tty: move tty_port workqueue to be a kthread"
  32. 6 files changed, 18 insertions(+), 24 deletions(-)
  33. camden@Caffeine:~/hadk/kernel/google/marlin$ git commit
  34. Not currently on any branch.
  35. nothing to commit, working tree clean
  36. camden@Caffeine:~/hadk/kernel/google/marlin$ git revert 2074f5b7c3b6b00d8ed80738f4c9169a1599fc5a
  37. Auto-merging drivers/tty/tty_port.c
  38. Auto-merging include/linux/tty.h
  39. Recorded preimage for 'drivers/tty/tty_buffer.c'
  40. [detached HEAD 64a02998325] Revert "tty: add tty_port_set_policy function"
  41. 2 files changed, 12 deletions(-)
  42. camden@Caffeine:~/hadk/kernel/google/marlin$ git revert 2074f5b7c3b6b00d8ed80738f4c9169a1599fc5a
  43. Auto-merging drivers/tty/tty_port.c
  44. Auto-merging include/linux/tty.h
  45. Not currently on any branch.
  46. nothing to commit, working tree clean
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement