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


Groups > linux.debian.kernel > #60075

Linux 4.14.14 kernel bug on line 152 fs/reiser4/block_alloc.c

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From jose@metztli-it.com (Metztli Information Technology)
Newsgroups linux.debian.kernel
Subject Linux 4.14.14 kernel bug on line 152 fs/reiser4/block_alloc.c
Date Fri, 26 Jan 2018 09:40:01 +0100
Message-ID <vc7Id-UC-3@gated-at.bofh.it> (permalink)
X-Mailbox-Line From debian-kernel-request@lists.debian.org Fri Jan 26 08:39:10 2018
Old-Return-Path <bounce+ef2965.17b54-debian-kernel=lists.debian.org@mixtli.metztli.it>
X-Amavis-Spam-Status No, score=0.349 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DIGITS_LETTERS=1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FOURLA=0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, WORD_WITHOUT_VOWELS=1] autolearn=no autolearn_force=no
X-Policyd-Weight using cached result; rate: -7
X-Greylist delayed 309 seconds by postgrey-1.36 at bendel; Fri, 26 Jan 2018 08:20:55 UTC
Dkim-Signature a=rsa-sha256; v=1; c=relaxed/relaxed; d=mixtli.metztli.it; q=dns/txt; s=mx; t=1516954850; h=From: Date: Message-Id: To: Subject: Sender; bh=5Wnopz4WOAf9QsDA4ZgKzd8Z/kgqu9zKL0s5xMa7vPI=; b=xZZx59RHb2OVNJ2tpcb9vOfJ4nqDTG5nGaUQXvowG62lIFFcSlCgpmzPpuzM4KNKyZE5ihiX k3A3GvYxAGn3DIslexsg4FPw6zidbeGopzsR7b7EMeNqlKcKpho7A+rJFxh46P5tCb6ZkHQy +iqOr30v5SiRyBNiA0qlAGxHDcE=
X-Mailgun-Sid WyJkNGNhOSIsICJkZWJpYW4ta2VybmVsQGxpc3RzLmRlYmlhbi5vcmciLCAiMTdiNTQiXQ==
X-Mailgun-Sending-IP 104.130.122.7
Sender robomod@news.nic.it
X-Mailer mail (GNU Mailutils 3.1.1)
X-Mailing-List <debian-kernel@lists.debian.org> archive/latest/115594
List-ID <debian-kernel.lists.debian.org>
List-URL <https://lists.debian.org/debian-kernel/>
List-Archive https://lists.debian.org/msgid-search/20180126081539.10DD4E6762D@huitzilopochtli.metztli-it.com
Approved robomod@news.nic.it
Lines 46
Organization linux.* mail to news gateway
X-Original-Date Fri, 26 Jan 2018 00:15:39 -0800 (PST)
X-Original-Message-ID <20180126081539.10DD4E6762D@huitzilopochtli.metztli-it.com>
X-Original-Sender jose=metztli-it.com@mixtli.metztli.it
Xref csiph.com linux.debian.kernel:60075

Show key headers only | View raw


Niltze, Ed-

I had been using Linux kernel 4.14.14 built 'the Debian way' for a couple of days
--doing some light VirtualBox development and successful virtual machine test/creation.

Notwithstanding, today 01-25-2018 experienced black screen kernel bug trace during browser usage.
I wrote down line number of reiser4 file.

FYI: No dataloss but had to reboot Debian AMD64 system due to 'kernel bug' at reference file/line:

invalid opcode: 0000 [#2] SMP PTI

file []-4.14.14/linux/fs/reiser4/block_alloc.c
--------------------------------------------------
[...]
/* Static functions for <reiser4 super block>/<reiser4 context> block counters
   arithmetic. Mostly, they are isolated to not to code same assertions in
   several places. */
static void sub_from_ctx_grabbed(reiser4_context * ctx, __u64 count)
{
        BUG_ON(ctx->grabbed_blocks < count); # kernel bug line 152
        assert("zam-527", ctx->grabbed_blocks >= count);
        ctx->grabbed_blocks -= count;
}
[...]
-----------------------------------------------------

In addition to usual prior mentioned specific Linux 4.14.x series logged entries during kernel builds:

fs/reiser4/carry.o: warning: objtool: fatal_carry_error.isra.5() falls through to next function print_level()
fs/reiser4/txnmgr.o: warning: objtool: commit_txnh()+0x580: stack state mismatch: cfa1=7+120 cfa2=7+136
fs/reiser4/flush.o: warning: objtool: reverse_allocate_parent() falls through to next function squalloc_right_twig_cut.isra.27()
fs/reiser4/wander.o: warning: objtool: reiser4_write_logs()+0x5a2: stack state mismatch: cfa1=7+184 cfa2=7+200
fs/reiser4/vfs_ops.o: warning: objtool: .text: unexpected end of section


Best Professional Regards.

-- 
Jose R R
http://metztli.it
---------------------------------------------------------------------------------------------
Download Metztli Reiser4: Debian Stretch w/ Linux 4.14 AMD64
---------------------------------------------------------------------------------------------
feats ZSTD compression https://sf.net/projects/metztli-reiser4/

Back to linux.debian.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Linux 4.14.14 kernel bug on line 152 fs/reiser4/block_alloc.c jose@metztli-it.com (Metztli Information Technology) - 2018-01-26 09:40 +0100
  Re: Linux 4.14.14 kernel bug on line 152 fs/reiser4/block_alloc.c Edward Shishkin <edward.shishkin@gmail.com> - 2018-01-26 15:10 +0100

csiph-web