Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548058 > unrolled thread

sg_io HARDENED_USERCOPY_PAGESPAN trace

Started byDave Jones <davej@codemonkey.org.uk>
First post2016-12-28 22:50 +0100
Last post2016-12-29 09:00 +0100
Articles 6 — 2 participants

Back to article view | Back to linux.kernel


Contents

  sg_io HARDENED_USERCOPY_PAGESPAN trace Dave Jones <davej@codemonkey.org.uk> - 2016-12-28 22:50 +0100
    Re: sg_io HARDENED_USERCOPY_PAGESPAN trace Dave Jones <davej@codemonkey.org.uk> - 2016-12-29 16:50 +0100
      Re: sg_io HARDENED_USERCOPY_PAGESPAN trace Christoph Hellwig <hch@infradead.org> - 2016-12-30 14:40 +0100
        Re: sg_io HARDENED_USERCOPY_PAGESPAN trace Dave Jones <davej@codemonkey.org.uk> - 2016-12-30 16:10 +0100
          Re: sg_io HARDENED_USERCOPY_PAGESPAN trace Christoph Hellwig <hch@infradead.org> - 2016-12-30 16:20 +0100
    Re: sg_io HARDENED_USERCOPY_PAGESPAN trace Christoph Hellwig <hch@infradead.org> - 2016-12-29 09:00 +0100

#1548058 — sg_io HARDENED_USERCOPY_PAGESPAN trace

FromDave Jones <davej@codemonkey.org.uk>
Date2016-12-28 22:50 +0100
Subjectsg_io HARDENED_USERCOPY_PAGESPAN trace
Message-ID<sTugG-5Ko-11@gated-at.bofh.it>
One of my machines won't boot 4.10rc1, because it hit this:

usercopy: kernel memory overwrite attempt detected to ffff88042601cff8 (<spans multiple pages>) (12 bytes)
------------[ cut here ]------------
kernel BUG at mm/usercopy.c:75!
invalid opcode: 0000 [#1] SMP DEBUG_PAGEALLOC
CPU: 5 PID: 483 Comm: ata_id Not tainted 4.10.0-rc1-backup-debug+
task: ffff880427bd2ec0 task.stack: ffffc900011d0000
RIP: 0010:__check_object_size+0xf4/0x316
RSP: 0018:ffffc900011d3b28 EFLAGS: 00010282
RAX: 000000000000006a RBX: ffff88042601cff8 RCX: 0000000000000000
RDX: 0000000000000000 RSI: ffff88043dd4cc28 RDI: ffff88043dd4cc28
RBP: ffffc900011d3b60 R08: 0000000000000001 R09: 0000000000000000
R10: 0000000000000001 R11: 0000000000000001 R12: 000000000000000c
R13: ffffea0010980700 R14: 0000000000000000 R15: ffff88042601d004
FS:  00007f05c3011b40(0000) GS:ffff88043dd40000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f05c270ca30 CR3: 0000000427b38000 CR4: 00000000001406e0
Call Trace:
 sg_io+0x113/0x470
 ? __might_fault+0x43/0xa0
 ? __check_object_size+0x11b/0x316
 scsi_cmd_ioctl+0x335/0x4d0
 ? __might_sleep+0x4b/0x90
 scsi_cmd_blk_ioctl+0x42/0x50
 sd_ioctl+0x85/0x110
 blkdev_ioctl+0x53b/0xa20
 block_ioctl+0x3d/0x50
 do_vfs_ioctl+0xa3/0x730
 ? __context_tracking_exit.part.6+0x4a/0x190
 ? __seccomp_filter+0x67/0x220
 SyS_ioctl+0x41/0x70
 do_syscall_64+0x7b/0x700
 entry_SYSCALL64_slow_path+0x25/0x25
RIP: 0033:0x7f05c271bcc7
RSP: 002b:00007ffe1559d8e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f05c271bcc7
RDX: 00007ffe1559d930 RSI: 0000000000002285 RDI: 0000000000000003
RBP: 000056259fdfd010 R08: 0000000000000000 R09: 0000000000000000
R10: 00007f05c3011b40 R11: 0000000000000246 R12: 00007ffe1559ef1c
R13: 00007ffe1559db90 R14: 0000000000000003 R15: 0000000000000000
Code: f9 01 00 00 49 c7 c0 3d 86 ef 8e 48 c7 c2 50 63 f0 8e 48 c7 c6 ed f4 ee 8e 4d 89 e1 48 89 d9 48 c7 c7 b0 58 ef 8e e8 fc f3 f9 ff <0f> 0b 4c 89 ea 4c 89 e6 48 89 df e8 3c b4 ff ff 48 85 c0 49 89 
RIP: __check_object_size+0xf4/0x316 RSP: ffffc900011d3b28
usercopy: kernel memory overwrite attempt detected to ffff88042624cff8 (<spans multiple pages>) (16 bytes)

For now I've disabled HARDENED_USERCOPY_PAGESPAN.  I suspect this only
showed up on the one machine because it's got a RAID6 array, and I don't
use md anywhere else.

	Dave

[toc] | [next] | [standalone]


#1548122

FromDave Jones <davej@codemonkey.org.uk>
Date2016-12-29 16:50 +0100
Message-ID<sTL7Q-8pB-19@gated-at.bofh.it>
In reply to#1548058
On Wed, Dec 28, 2016 at 11:56:42PM -0800, Christoph Hellwig wrote:
 > On Wed, Dec 28, 2016 at 04:40:16PM -0500, Dave Jones wrote:
 > >  sg_io+0x113/0x470
 > 
 > Can you resolve that to a source line using a gdb?

It's the copy_from_user in an inlined copy of blk_fill_sghdr_rq.

	Dave

[toc] | [prev] | [next] | [standalone]


#1548591

FromChristoph Hellwig <hch@infradead.org>
Date2016-12-30 14:40 +0100
Message-ID<sU5zA-4WJ-15@gated-at.bofh.it>
In reply to#1548122
On Thu, Dec 29, 2016 at 10:43:51AM -0500, Dave Jones wrote:
> On Wed, Dec 28, 2016 at 11:56:42PM -0800, Christoph Hellwig wrote:
>  > On Wed, Dec 28, 2016 at 04:40:16PM -0500, Dave Jones wrote:
>  > >  sg_io+0x113/0x470
>  > 
>  > Can you resolve that to a source line using a gdb?
> 
> It's the copy_from_user in an inlined copy of blk_fill_sghdr_rq.

That must be this line right at the beginning of blk_fill_sghdr_rq

	if (copy_from_user(rq->cmd, hdr->cmdp, hdr->cmd_len))
		return -EFAULT;

We're copying the SCSI CDB from the userspace pointer inside the hdr
we copied earlier into the request.

req->cmd is set to req->__cmd which is a u8 array with 16 members in
struct request by default, but if hdr->cmd_len is bigger than BLK_MAX_CDB
(16) we do a separate allocation for it in the caller:

	if (hdr->cmd_len > BLK_MAX_CDB) {
		rq->cmd = kzalloc(hdr->cmd_len, GFP_KERNEL);
		if (!rq->cmd)
			goto out_put_request;
	}

so I'm not really sure what the problem here could be.

[toc] | [prev] | [next] | [standalone]


#1548634

FromDave Jones <davej@codemonkey.org.uk>
Date2016-12-30 16:10 +0100
Message-ID<sU6YF-5Yf-5@gated-at.bofh.it>
In reply to#1548591
On Fri, Dec 30, 2016 at 05:37:12AM -0800, Christoph Hellwig wrote:
 > On Thu, Dec 29, 2016 at 10:43:51AM -0500, Dave Jones wrote:
 > > On Wed, Dec 28, 2016 at 11:56:42PM -0800, Christoph Hellwig wrote:
 > >  > On Wed, Dec 28, 2016 at 04:40:16PM -0500, Dave Jones wrote:
 > >  > >  sg_io+0x113/0x470
 > >  > 
 > >  > Can you resolve that to a source line using a gdb?
 > > 
 > > It's the copy_from_user in an inlined copy of blk_fill_sghdr_rq.
 > 
 > That must be this line right at the beginning of blk_fill_sghdr_rq
 > 
 > 	if (copy_from_user(rq->cmd, hdr->cmdp, hdr->cmd_len))
 > 		return -EFAULT;
 > 
 > We're copying the SCSI CDB from the userspace pointer inside the hdr
 > we copied earlier into the request.
 > 
 > req->cmd is set to req->__cmd which is a u8 array with 16 members in
 > struct request by default, but if hdr->cmd_len is bigger than BLK_MAX_CDB
 > (16) we do a separate allocation for it in the caller:
 > 
 > 	if (hdr->cmd_len > BLK_MAX_CDB) {
 > 		rq->cmd = kzalloc(hdr->cmd_len, GFP_KERNEL);
 > 		if (!rq->cmd)
 > 			goto out_put_request;
 > 	}
 > 
 > so I'm not really sure what the problem here could be.

I threw this debug printk into the pagespan code to see what exactly
it was complaining about..

ptr:ffff88042614cff8 end:ffff88042614d003 n:c

so it was copying 12 bytes that spanned two pages.
From my reading of the config option help text, this thing is
complaining that wasn't allocated with __GFP_COMP maybe ?

	Dave

[toc] | [prev] | [next] | [standalone]


#1548644

FromChristoph Hellwig <hch@infradead.org>
Date2016-12-30 16:20 +0100
Message-ID<sU78m-63l-21@gated-at.bofh.it>
In reply to#1548634
On Fri, Dec 30, 2016 at 10:01:39AM -0500, Dave Jones wrote:
> I threw this debug printk into the pagespan code to see what exactly
> it was complaining about..
> 
> ptr:ffff88042614cff8 end:ffff88042614d003 n:c
> 
> so it was copying 12 bytes that spanned two pages.
> >From my reading of the config option help text, this thing is
> complaining that wasn't allocated with __GFP_COMP maybe ?

If this is on a devie using blk-mq the block core will use high
order allocations (as high as possible) to allocate the requests
for each queue, so struct request could very well span multiple
pages.  But I don't see what __GFP_COMP would have to do with
user copy annoations.  As all requests for a queue are freed
togeth again there is no point in setting __GFP_COMP for the
request allocations.

[toc] | [prev] | [next] | [standalone]


#1548224

FromChristoph Hellwig <hch@infradead.org>
Date2016-12-29 09:00 +0100
Message-ID<sTDMZ-3Kv-5@gated-at.bofh.it>
In reply to#1548058
On Wed, Dec 28, 2016 at 04:40:16PM -0500, Dave Jones wrote:
>  sg_io+0x113/0x470

Can you resolve that to a source line using a gdb?

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web