linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Andrew Morton <akpm@linux-foundation.org>, Arnd Bergmann <arnd@arndb.de>
Cc: Linux Next Mailing List <linux-next@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Mohammad Nasirifar <far.nasiri.m@gmail.com>
Subject: linux-next: manual merge of the akpm-current tree with the y2038 tree
Date: Thu, 14 Nov 2019 18:00:21 +1100	[thread overview]
Message-ID: <20191114180021.1a41c73b@canb.auug.org.au> (raw)

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

Hi all,

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

  include/linux/syscalls.h

between commit:

  4ced3933226d ("y2038: syscalls: change remaining timeval to __kernel_old_timeval")

from the y2038 tree and commit:

  01606a699584 ("syscalls: fix references to filenames containing syscall defs")

from the akpm-current 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/syscalls.h
index f90f1c8705fc,1dbefa5e00e5..000000000000
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@@ -731,10 -731,10 +731,10 @@@ asmlinkage long sys_prctl(int option, u
  			unsigned long arg4, unsigned long arg5);
  asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user *cache);
  
- /* kernel/time.c */
+ /* kernel/time/time.c */
 -asmlinkage long sys_gettimeofday(struct timeval __user *tv,
 +asmlinkage long sys_gettimeofday(struct __kernel_old_timeval __user *tv,
  				struct timezone __user *tz);
 -asmlinkage long sys_settimeofday(struct timeval __user *tv,
 +asmlinkage long sys_settimeofday(struct __kernel_old_timeval __user *tv,
  				struct timezone __user *tz);
  asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p);
  asmlinkage long sys_adjtimex_time32(struct old_timex32 __user *txc_p);

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

                 reply	other threads:[~2019-11-14  7:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191114180021.1a41c73b@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=far.nasiri.m@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).