linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the tip tree with the vfs-brauner tree
@ 2023-06-22  3:11 Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2023-06-22  3:11 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
	Christian Brauner
  Cc: Arnd Bergmann, Dave Hansen, Kirill A. Shutemov,
	Linux Kernel Mailing List, Linux Next Mailing List,
	Rick Edgecombe

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

Hi all,

Today's linux-next merge of the tip tree got a conflict in:

  include/linux/proc_fs.h

between commit:

  ef104443bffa ("procfs: consolidate arch_report_meminfo declaration")

from the vfs-brauner tree and commit:

  eec387cbf905 ("x86: Expose thread features in /proc/$PID/status")

from the tip tree.

I fixed it up (see below) 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

diff --cc include/linux/proc_fs.h
index 253f2676d93a,80ff8e533cbd..000000000000
--- a/include/linux/proc_fs.h
+++ b/include/linux/proc_fs.h
@@@ -158,8 -158,8 +158,10 @@@ int proc_pid_arch_status(struct seq_fil
  			struct pid *pid, struct task_struct *task);
  #endif /* CONFIG_PROC_PID_ARCH_STATUS */
  
 +void arch_report_meminfo(struct seq_file *m);
 +
+ void arch_proc_pid_thread_features(struct seq_file *m, struct task_struct *task);
+ 
  #else /* CONFIG_PROC_FS */
  
  static inline void proc_root_init(void)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* linux-next: manual merge of the tip tree with the vfs-brauner tree
@ 2023-08-15  4:24 Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2023-08-15  4:24 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
	Christian Brauner
  Cc: Alexey Gladkov, Dave Hansen, Linux Kernel Mailing List,
	Linux Next Mailing List, Palmer Dabbelt, Rick Edgecombe

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

Hi all,

Today's linux-next merge of the tip tree got a conflict in:

  arch/x86/entry/syscalls/syscall_64.tbl

between commit:

  78252deb023c ("arch: Register fchmodat2, usually as syscall 452")

from the vfs-brauner tree and commit:

  c35559f94ebc ("x86/shstk: Introduce map_shadow_stack syscall")

from the tip tree.

I fixed it up (see below) 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

diff --cc arch/x86/entry/syscalls/syscall_64.tbl
index 814768249eae,38db4b1c291a..000000000000
--- a/arch/x86/entry/syscalls/syscall_64.tbl
+++ b/arch/x86/entry/syscalls/syscall_64.tbl
@@@ -373,7 -373,7 +373,8 @@@
  449	common	futex_waitv		sys_futex_waitv
  450	common	set_mempolicy_home_node	sys_set_mempolicy_home_node
  451	common	cachestat		sys_cachestat
 -452	64	map_shadow_stack	sys_map_shadow_stack
 +452	common	fchmodat2		sys_fchmodat2
++453	64	map_shadow_stack	sys_map_shadow_stack
  
  #
  # Due to a historical design error, certain syscalls are numbered differently
 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2023-08-15  4:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22  3:11 linux-next: manual merge of the tip tree with the vfs-brauner tree Stephen Rothwell
2023-08-15  4:24 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).