lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 17 May 2021 15:30:46 +0200
From:   Arnd Bergmann <arnd@...nel.org>
To:     Christoph Hellwig <hch@....de>
Cc:     Mauro Carvalho Chehab <mchehab@...nel.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Sakari Ailus <sakari.ailus@...ux.intel.com>,
        Hans Verkuil <hverkuil@...all.nl>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Media Mailing List <linux-media@...r.kernel.org>,
        linux-staging@...ts.linux.dev
Subject: Re: [PATCH] media: atomisp: remove compat_ioctl32 code

On Mon, May 17, 2021 at 3:08 PM Christoph Hellwig <hch@....de> wrote:
>
> On Sun, May 16, 2021 at 10:47:43PM +0200, Arnd Bergmann wrote:
> > This is one of the last remaining users of compat_alloc_user_space()
> > and copy_in_user(), which are in the process of getting removed.
>
> Are you also going to resend the other compat_alloc_user_space removal
> patches?  It would be great to see it buried ASAP.

Yes, I'm in the middle of rebasing and fixing that. I sent this one as it
was on the bottom of the branch and with no other dependencies. The
other bits are:

- kexec and numa syscalls, currently build testing after gcc-11 pointed out
  a typo in the previous version.
- rewrite of socket/device compat ioctl handling, previous version had a
  build failure and some minor checkpatch.pl issues
- overhaul of netdev ndo_do_ioctl, not strictly related but helps to prove
  that the compat ioctl changes are correct and is probably a good idea
  regardless, this needed a number of changes for bits I had missed the
  first time around.
- a simple patch to remove the now obsolete helper functions,
  needed a rebase for 5.13-rc1. If everything else gets merged for 5.14
  this might be something that Andrew can pick up for sending late
  in the merge window, or I'll send it for 5.15 through the asm-generic
  tree.

I pushed it all for reference to

https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
compat-alloc-user-space-9

I should be able to patch-bomb everyone tomorrow unless the build bots
find more issues.

         Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ