From owner-freebsd-bugs@freebsd.org Sun Nov 26 04:51:51 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44F38DFD41B for ; Sun, 26 Nov 2017 04:51:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13CEC7DE2F for ; Sun, 26 Nov 2017 04:51:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAQ4poba084294 for ; Sun, 26 Nov 2017 04:51:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223876] [PATCH] swapinfo/pstat -s alignment is broken with swap on zvols and long paths Date: Sun, 26 Nov 2017 04:51:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ciml@nuxi.ca X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 04:51:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223876 Bug ID: 223876 Summary: [PATCH] swapinfo/pstat -s alignment is broken with swap on zvols and long paths Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: ciml@nuxi.ca Keywords: patch Created attachment 188289 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188289&action= =3Dedit mentioned diff Hi, After using pstat(8) to see what my zvol swap looked like, the output was l= ike this: Device 1K-blocks Used Avail Capacity /dev/zvol/rpool/swap 8388608 0 8388608 0% /dev/md99 4000 0 4000 0% Total 8392608 0 8392608 0% I was a bit annoyed. I decided to simply align them to a total of 72 chars. I think it's plenty for file names, and it made the output closer to what I expected. Device 1K-blocks Used Avail Capacity /dev/zvol/rpool/swap 8388608 0 8388608 0% /dev/md99 4000 0 4000 0% Total 8392608 0 8392608 0% It might not be the most flexible solution, but I personally think it's ple= nty, as filenames directing to swap usually wouldn't be much longer than this. Attached is a proposed diff. I also took the liberty of fixing a few style bugs. Namely, static flags being explicitly initialized to 0 while others weren't, although they were all tested, and a flag being set to 1 with ++var instead of using var =3D 1 as with all the others. Good day. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Nov 26 20:43:55 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3094DF008B for ; Sun, 26 Nov 2017 20:43:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEEB0770A5 for ; Sun, 26 Nov 2017 20:43:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAQKhsMK039614 for ; Sun, 26 Nov 2017 20:43:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 177607] named.conf comment to slave root suggests potentially dangerous BIND configuration Date: Sun, 26 Nov 2017 20:43:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tablooaraz@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 20:43:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D177607 vali gholami changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tablooaraz@gmail.com --- Comment #6 from vali gholami --- =DA=86=D9=86=D8=A7=D9=86=DA=86=D9=87 =D9=86=DB=8C=D8=A7=D8=B2=D9=85=D9=86= =D8=AF =D8=A8=DA=A9 =D9=84=DB=8C=D9=86=DA=A9 =D8=AF=D8=B1 =D8=B3=D8=A7=DB= =8C=D8=AA=D9=87=D8=A7=DB=8C =D8=B2=DB=8C=D8=B1 =D8=A8=D9=88=D8=AF=DB=8C=D8= =AF =D8=AA=D9=85=D8=A7=D8=B3 =D8=A8=DA=AF=DB=8C=D8=B1=DB=8C=D8=AF=20 09125879258 =D8=BA=D9=84=D8=A7=D9=85=DB=8C http://00014.ir http://1-flymusic.ir http://8y8.ir http://abanshargh.ir http://akstoaks.ir http://alibaba-fans.ir http://alvand-ads.ir http://amingames.ir http://amlake-pasargad.ir http://androidsystem.ir http://arax24.ir http://arax724.ir http://armanhardware.ir http://arsisgame.ir http://asanban.ir http://asanbaran.ir http://asgas.ir http://ashanews.ir http://asl-ic.ir http://astakala.ir http://atromarket.ir http://azarpajang.ir http://bahartent.ir http://bartarresins.ir http://bazigaranesahne.ir http://bermudasystem.ir http://buyclockfantasy.ir http://cs8.ir http://d77.ir http://dresskade.ir http://drhesabisch.ir http://editexpert.ir http://eemenshop.ir http://ehsa30.ir http://elameharighearjmand.ir http://e-larestan.ir http://elsku.ir http://emadcenter.ir http://eta90.ir http://far30sms.ir http://fixpost.ir http://fsbigroup.ir http://gemgem.ir http://glutenfree.ir http://group-software.ir http://harim-pak.ir http://hdserial.ir http://healthplanner.ir http://homana-nikooei.ir http://honardorcheh.ir http://honarshiraz.ir http://hsplaser.ir http://insat.ir http://iranitb.ir http://iranvmag.ir http://irboiler.ir http://isuntrade.ir http://ithandmade.ir http://jahantest1.ir http://karevanhayeqadir.ir http://kashmarsalam.ir http://kconf.ir http://kore2iran.ir http://kosar-kala.ir http://mahdidevotees.ir http://marjaehamayesh.ir http://mgolden.ir http://mhosein.ir http://mohsenmirzazadeh.ir http://myalibabamusic.ir http://nama94.ir http://nettrick.ir http://niaze-rooz.ir http://noaradecor.ir http://nod32-pass.ir http://novindpfile.ir http://n-vasegh.ir http://parlpd.ir http://photoselfi.ir http://pooyawood.ir http://roofbam.ir http://saadatedu.ir http://saba-gostar.ir http://sadafwood.ir http://sadcover.ir http://s-amini.ir http://sarebanekavir.ir http://sazmansokhan.ir http://shafaghgostaran.ir http://shandizasansor.ir http://sh-iranshahr.ir http://sms7000.ir http://sogandmusic.ir http://steelfood.ir http://sticker1.ir http://technoguard.ir http://tegolestan.ir http://telegramup.ir http://torbat24.ir http://trustech.ir http://turkmenili.ir http://vray4max.ir http://winsoftware.ir http://www.3hf.ir http://www.4drupal.ir http://www.arazinet.ir http://www.arianagame.ir http://www.clickbartar.ir http://www.commaxstoreco.ir http://www.daryabchat.ir http://www.eset-ir.ir http://www.marketstudies.ir http://www.raadmehr.ir http://www.rcmb.ir http://www.shahinmag.ir http://www.starfam.ir http://www.steel-industrial.ir http://www.suqr.ir http://www.tajervenizi.ir http://www.zarrindesign.ir http://yahoo-shop.ir http://www.amar365.ir http://09123498298.ir http://pamar.ir http://arazproje.ir http://signsaras.ir http://signsaraz.ir http://signsfarahan.ir http://suleforosh.ir http://tabloosazi.ir http://zaminforosh.ir http://9125879258.ir http://9375883058.ir http://www.lbfarahan.ir http://www.ghfarahan.ir http://pix-land.blogfa.com http://projeamar.blog.ir http://projectstatis.blogfa.com http://projectstatis.rozblog.com http://projectstatistics.blog.ir http://projectstatistics.niloblog.com http://projectstats.avablog.ir http://projectstats.blog.ir http://projectstats.javanblog.ir http://projectstats.samenblog.com http://projectstats1.blogfa.com http://projectstatus.avablog.ir http://prozhe-amar.blogfa.com http://spam.blogfa.com http://stats09375883058.blogfa.com http://projeamari.blogfa.com http://projectanalysis.mihanblog.com http://statisticsproject.blogfa.com http://tahghighstan.blogfa.com http://www.amar101.blogfa.com http://saheldarya.7blog.ir http://pezeshkyar.arisfa.com http://Shabebarfi.armanblog.ir http://varzeshsara.avablog.ir http://Azadweb.azadblog.com http://Batoo.b88.ir http://dostan.bestblog.ir http://Toristi.bigsite.ir http://Tarane18.blog.ir http://Hambaazi.blogfa.com http://estekhdami.blogia.ir http://behtarinha.blogiran.net http://Musicnaab.blognovin.com http://baharnarenj.blogparsi.com http://Molodi.blogpart.ir http://Bestgirl.blograz.ir http://razesalamati1.blogsky.com http://Alghameh.blogtarin.com http://deklameh.blogtez.com http://taranoom18.blogveb.com http://dabirestani.deyblog.ir http://amozeshyar.eklablog.com http://donyayenet.epage.ir http://mamnoo.famblog.ir http://tabasom.farazblog.com http://daneshjoei.fardblog.com http://Nemonehsoal.farsiblog.com http://tabestoon.geblog.ir http://maghaleh.iran.sc http://funkadeh.iranblag.com http://fotoax.jahanblog.net http://shabgard.jasaz.com http://jazadkadeh.javanblog.ir http://khabarjadid.limooblog.com http://tanzkadeh.loxblog.com http://tahghigh18.mihanblog.com http://niazmandiha.mojblog.ir http://niazsara.monoblog.ir http://divari.nedablog.ir http://Darham.niazblog.ir http://dabestan.niloblog.com http://salamati.novinblog.net http://dehati.parsablog.com http://Baharnews.parsiblog.com http://tanhatarin.parsunit.com http://doghalb.persianblog.ir http://yadgari.ratablog.com http://baharestan.roomfa.com http://modkadeh.royablog.ir http://sargarmi724.rozblog.com http://webmasteri.samenblog.com http://mosaferati.shblog.ir http://gardeshgari.sitearia.ir http://Khandani.smu.ir http://ahangjadid.takblog.net http://filmjadid.tarlog.com http://mashinbaz.tibablog.ir http://lebasmajlesi.tinablog.ir http://backlink724.titrblog.ir http://bazigaran.toonblog.ir http://pishwaz.twoblog.ir http://madahi.wblog.xyz http://hotelyar.yektablog.net --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Nov 26 20:44:47 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07EE4DF011F for ; Sun, 26 Nov 2017 20:44:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A858771BD for ; Sun, 26 Nov 2017 20:44:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAQKijFJ040815 for ; Sun, 26 Nov 2017 20:44:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220947] sys/cam/cam_iosched.c: Fix a couple of typos in comments Date: Sun, 26 Nov 2017 20:44:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tablooaraz@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 20:44:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220947 vali gholami changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tablooaraz@gmail.com --- Comment #3 from vali gholami --- =DA=86=D9=86=D8=A7=D9=86=DA=86=D9=87 =D9=86=DB=8C=D8=A7=D8=B2=D9=85=D9=86= =D8=AF =D8=A8=DA=A9 =D9=84=DB=8C=D9=86=DA=A9 =D8=AF=D8=B1 =D8=B3=D8=A7=DB= =8C=D8=AA=D9=87=D8=A7=DB=8C =D8=B2=DB=8C=D8=B1 =D8=A8=D9=88=D8=AF=DB=8C=D8= =AF =D8=AA=D9=85=D8=A7=D8=B3 =D8=A8=DA=AF=DB=8C=D8=B1=DB=8C=D8=AF=20 09125879258 =D8=BA=D9=84=D8=A7=D9=85=DB=8C http://00014.ir http://1-flymusic.ir http://8y8.ir http://abanshargh.ir http://akstoaks.ir http://alibaba-fans.ir http://alvand-ads.ir http://amingames.ir http://amlake-pasargad.ir http://androidsystem.ir http://arax24.ir http://arax724.ir http://armanhardware.ir http://arsisgame.ir http://asanban.ir http://asanbaran.ir http://asgas.ir http://ashanews.ir http://asl-ic.ir http://astakala.ir http://atromarket.ir http://azarpajang.ir http://bahartent.ir http://bartarresins.ir http://bazigaranesahne.ir http://bermudasystem.ir http://buyclockfantasy.ir http://cs8.ir http://d77.ir http://dresskade.ir http://drhesabisch.ir http://editexpert.ir http://eemenshop.ir http://ehsa30.ir http://elameharighearjmand.ir http://e-larestan.ir http://elsku.ir http://emadcenter.ir http://eta90.ir http://far30sms.ir http://fixpost.ir http://fsbigroup.ir http://gemgem.ir http://glutenfree.ir http://group-software.ir http://harim-pak.ir http://hdserial.ir http://healthplanner.ir http://homana-nikooei.ir http://honardorcheh.ir http://honarshiraz.ir http://hsplaser.ir http://insat.ir http://iranitb.ir http://iranvmag.ir http://irboiler.ir http://isuntrade.ir http://ithandmade.ir http://jahantest1.ir http://karevanhayeqadir.ir http://kashmarsalam.ir http://kconf.ir http://kore2iran.ir http://kosar-kala.ir http://mahdidevotees.ir http://marjaehamayesh.ir http://mgolden.ir http://mhosein.ir http://mohsenmirzazadeh.ir http://myalibabamusic.ir http://nama94.ir http://nettrick.ir http://niaze-rooz.ir http://noaradecor.ir http://nod32-pass.ir http://novindpfile.ir http://n-vasegh.ir http://parlpd.ir http://photoselfi.ir http://pooyawood.ir http://roofbam.ir http://saadatedu.ir http://saba-gostar.ir http://sadafwood.ir http://sadcover.ir http://s-amini.ir http://sarebanekavir.ir http://sazmansokhan.ir http://shafaghgostaran.ir http://shandizasansor.ir http://sh-iranshahr.ir http://sms7000.ir http://sogandmusic.ir http://steelfood.ir http://sticker1.ir http://technoguard.ir http://tegolestan.ir http://telegramup.ir http://torbat24.ir http://trustech.ir http://turkmenili.ir http://vray4max.ir http://winsoftware.ir http://www.3hf.ir http://www.4drupal.ir http://www.arazinet.ir http://www.arianagame.ir http://www.clickbartar.ir http://www.commaxstoreco.ir http://www.daryabchat.ir http://www.eset-ir.ir http://www.marketstudies.ir http://www.raadmehr.ir http://www.rcmb.ir http://www.shahinmag.ir http://www.starfam.ir http://www.steel-industrial.ir http://www.suqr.ir http://www.tajervenizi.ir http://www.zarrindesign.ir http://yahoo-shop.ir http://www.amar365.ir http://09123498298.ir http://pamar.ir http://arazproje.ir http://signsaras.ir http://signsaraz.ir http://signsfarahan.ir http://suleforosh.ir http://tabloosazi.ir http://zaminforosh.ir http://9125879258.ir http://9375883058.ir http://www.lbfarahan.ir http://www.ghfarahan.ir http://pix-land.blogfa.com http://projeamar.blog.ir http://projectstatis.blogfa.com http://projectstatis.rozblog.com http://projectstatistics.blog.ir http://projectstatistics.niloblog.com http://projectstats.avablog.ir http://projectstats.blog.ir http://projectstats.javanblog.ir http://projectstats.samenblog.com http://projectstats1.blogfa.com http://projectstatus.avablog.ir http://prozhe-amar.blogfa.com http://spam.blogfa.com http://stats09375883058.blogfa.com http://projeamari.blogfa.com http://projectanalysis.mihanblog.com http://statisticsproject.blogfa.com http://tahghighstan.blogfa.com http://www.amar101.blogfa.com http://saheldarya.7blog.ir http://pezeshkyar.arisfa.com http://Shabebarfi.armanblog.ir http://varzeshsara.avablog.ir http://Azadweb.azadblog.com http://Batoo.b88.ir http://dostan.bestblog.ir http://Toristi.bigsite.ir http://Tarane18.blog.ir http://Hambaazi.blogfa.com http://estekhdami.blogia.ir http://behtarinha.blogiran.net http://Musicnaab.blognovin.com http://baharnarenj.blogparsi.com http://Molodi.blogpart.ir http://Bestgirl.blograz.ir http://razesalamati1.blogsky.com http://Alghameh.blogtarin.com http://deklameh.blogtez.com http://taranoom18.blogveb.com http://dabirestani.deyblog.ir http://amozeshyar.eklablog.com http://donyayenet.epage.ir http://mamnoo.famblog.ir http://tabasom.farazblog.com http://daneshjoei.fardblog.com http://Nemonehsoal.farsiblog.com http://tabestoon.geblog.ir http://maghaleh.iran.sc http://funkadeh.iranblag.com http://fotoax.jahanblog.net http://shabgard.jasaz.com http://jazadkadeh.javanblog.ir http://khabarjadid.limooblog.com http://tanzkadeh.loxblog.com http://tahghigh18.mihanblog.com http://niazmandiha.mojblog.ir http://niazsara.monoblog.ir http://divari.nedablog.ir http://Darham.niazblog.ir http://dabestan.niloblog.com http://salamati.novinblog.net http://dehati.parsablog.com http://Baharnews.parsiblog.com http://tanhatarin.parsunit.com http://doghalb.persianblog.ir http://yadgari.ratablog.com http://baharestan.roomfa.com http://modkadeh.royablog.ir http://sargarmi724.rozblog.com http://webmasteri.samenblog.com http://mosaferati.shblog.ir http://gardeshgari.sitearia.ir http://Khandani.smu.ir http://ahangjadid.takblog.net http://filmjadid.tarlog.com http://mashinbaz.tibablog.ir http://lebasmajlesi.tinablog.ir http://backlink724.titrblog.ir http://bazigaran.toonblog.ir http://pishwaz.twoblog.ir http://madahi.wblog.xyz http://hotelyar.yektablog.net --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Nov 26 23:11:10 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9811BDF2748 for ; Sun, 26 Nov 2017 23:11:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 817207B012 for ; Sun, 26 Nov 2017 23:11:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAQNB9XU025971 for ; Sun, 26 Nov 2017 23:11:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206386] vendor/libarchive: directory traversal vulnerability/local denial of services Date: Sun, 26 Nov 2017 23:11:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch, patch-ready, security X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: junovitch@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: secteam@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 23:11:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206386 Jason Unovitch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|freebsd-bugs@FreeBSD.org |secteam@FreeBSD.org --- Comment #9 from Jason Unovitch --- Fix assignee for review and closure by someone on secteam@. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Nov 26 23:46:37 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45F7CDF3337 for ; Sun, 26 Nov 2017 23:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 340D57C03B for ; Sun, 26 Nov 2017 23:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAQNkbUQ007300 for ; Sun, 26 Nov 2017 23:46:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223892] Cannot build 11-STABLE from 12-CURRENT Date: Sun, 26 Nov 2017 23:46:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: shawn.webb@hardenedbsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 23:46:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223892 Bug ID: 223892 Summary: Cannot build 11-STABLE from 12-CURRENT Product: Base System Version: 11.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: shawn.webb@hardenedbsd.org Since lint(1) was removed from 12-CURRENT, 11-STABLE cannot be built from a 12-CURRENT host. usr.sbin/xlint/llib requires lint(1) to exist in order to build. Steps to reproduce: 1. Install FreeBSD 12-CURRENT on or after r325893 2. Download FreeBSD 11-STABLE src tree 3. Attempt to build FreeBSD 11-STABLE world, notice the build failure in usr.sbin/xlint/llib --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 00:30:27 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D48ADF46F4 for ; Mon, 27 Nov 2017 00:30:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8CA7D13B for ; Mon, 27 Nov 2017 00:30:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAR0URGe044427 for ; Mon, 27 Nov 2017 00:30:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223892] Cannot build 11-STABLE from 12-CURRENT Date: Mon, 27 Nov 2017 00:30:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 00:30:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223892 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 02:50:19 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23CA4DF69A6 for ; Mon, 27 Nov 2017 02:50:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0634480547 for ; Mon, 27 Nov 2017 02:50:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAR2oIc9061112 for ; Mon, 27 Nov 2017 02:50:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 182818] [ata] [ahci] Slow writes to AHCI SATA on Soekris net6501 (Intel EG20T) in *BSD Date: Mon, 27 Nov 2017 02:50:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mcdouga9@egr.msu.edu X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 02:50:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D182818 mcdouga9@egr.msu.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |Overcome By Events --- Comment #1 from mcdouga9@egr.msu.edu --- I am retiring my few net6501 systems as they have become less reliable with age. I am not alone with the failures, the warranties are running out, and = the vendor has ceased new sales in the USA. I have no expectations the SATA iss= ue will be addressed and I don't see much of a need for it. I am closing this = bug report. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 04:13:49 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4235DF8188 for ; Mon, 27 Nov 2017 04:13:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFF9E31BD for ; Mon, 27 Nov 2017 04:13:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAR4DmfM022085 for ; Mon, 27 Nov 2017 04:13:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223900] zpool doesn't output parsable values when told to Date: Mon, 27 Nov 2017 04:13:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: andoriyu@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 04:13:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223900 Bug ID: 223900 Summary: zpool doesn't output parsable values when told to Product: Base System Version: 11.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: andoriyu@gmail.com CC: allanjude@FreeBSD.org Looks like `-p` flag only partially respected. Seems like it's not an issue= for ZFS on Linux.=20 What I did: zpool list -H -p -odedupratio,fragmentation z What I expected:=20 1.00 37 What I got instead: 1.00x 37% --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 08:35:14 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92CBEDFC389 for ; Mon, 27 Nov 2017 08:35:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EE3B69199 for ; Mon, 27 Nov 2017 08:35:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAR8Z9Uk018219 for ; Mon, 27 Nov 2017 08:35:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Mon, 27 Nov 2017 08:35:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mav@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 08:35:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 Alexander Motin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mav@FreeBSD.org --- Comment #37 from Alexander Motin --- Can somebody try to compare verbose `dmesg` and `devinfo -vr` with and with= out the attached patch to find out what exactly it change in resource allocatio= n? PS: I am not sure it is a video adapter problem, not a BIOS, so the patch m= ay apply workaround at the wrong place (be somewhat overaggressive). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 13:16:44 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9C20E4FFAC for ; Mon, 27 Nov 2017 13:16:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A753870A75 for ; Mon, 27 Nov 2017 13:16:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vARDGir8095260 for ; Mon, 27 Nov 2017 13:16:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223892] Cannot build 11-STABLE from 12-CURRENT Date: Mon, 27 Nov 2017 13:16:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 13:16:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223892 Konstantin Belousov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Works As Intended CC| |kib@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 13:46:45 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6A13E51C56 for ; Mon, 27 Nov 2017 13:46:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4F1A71DFF for ; Mon, 27 Nov 2017 13:46:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vARDkjU1067361 for ; Mon, 27 Nov 2017 13:46:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223892] Cannot build 11-STABLE from 12-CURRENT Date: Mon, 27 Nov 2017 13:46:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: shawn.webb@hardenedbsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 13:46:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223892 --- Comment #1 from Shawn Webb --- Hey Kostik, Could you provide more details? Why is it intended that one cannot build previous versions of FreeBSD from 12-CURRENT? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 17:51:02 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F009DBAC59 for ; Mon, 27 Nov 2017 17:51:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5596C7D52F for ; Mon, 27 Nov 2017 17:51:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vARHp2l2001943 for ; Mon, 27 Nov 2017 17:51:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223914] [PATCH] Fix bug in which the long term ULE load balancer is executed only once Date: Mon, 27 Nov 2017 17:51:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: justinien.bouron@epfl.ch X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 17:51:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223914 Bug ID: 223914 Summary: [PATCH] Fix bug in which the long term ULE load balancer is executed only once Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: justinien.bouron@epfl.ch Keywords: patch Created attachment 188323 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188323&action= =3Dedit Patch for the ULE load balancer solving the issue of this bug report. The load balancer of ULE has a bug which cause it to be executed only once = at startup, and it will *never* be executed again. The reason is simple, when the sched_balance function is called for the fir= st time, the smp is not yet setup, and the function returns. However the balance_tick variable is not resetted before the return and thus will remains 0 for ever. Because the condition in sched_clock to trigger the load balancer is : " balance_ticks && --balance_ticks =3D=3D 0 ", once balance_ticks is 0, this condition will never be met, and thus the load balancer will never be execu= ted again. To convince yourself you can even put a panic right before the call to sched_balance_group in sched_balance, it will never panic ... The fix is rather simple, just move the line resetting the balance_ticks va= lue *before* the if branch "if (smp_started =3D=3D 0 || rebalance =3D=3D 0)". T= hat way we are sure that the load balancer is re-scheduled. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Nov 27 19:51:27 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D700DE60B4 for ; Mon, 27 Nov 2017 19:51:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF8E924A3 for ; Mon, 27 Nov 2017 19:51:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vARJpQoi042019 for ; Mon, 27 Nov 2017 19:51:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 203349] [META] FreeBSD Foundation sponsored project dependencies for FreeBSD 11.x Date: Mon, 27 Nov 2017 19:51:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 19:51:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203349 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |223917 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223917 [Bug 223917] arm64: ddb 'c'ontinue does not continue --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 14:14:25 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 729B4E57DB8 for ; Tue, 28 Nov 2017 14:14:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60D4D6653A for ; Tue, 28 Nov 2017 14:14:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASEEPBE043081 for ; Tue, 28 Nov 2017 14:14:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 173435] Atapi cdrom boot delay Date: Tue, 28 Nov 2017 14:14:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd@sosend.de X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 14:14:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D173435 Martin Kulas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsd@sosend.de --- Comment #3 from Martin Kulas --- Any solution on this problem? I experience the same issue on IBM ThinkPad R40 with FreeBSD 11.1. After removing my DVD drive, the installation succeeded. But now after re-inserting the DVD driver, the kernel is caught again in this end-less loop with the "CAM status: Command timeout". I am about to install FreeBSD 7.0 on my notebook. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 14:46:46 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56F5BE5D9A0 for ; Tue, 28 Nov 2017 14:46:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4578C67558 for ; Tue, 28 Nov 2017 14:46:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASEkkLE020270 for ; Tue, 28 Nov 2017 14:46:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 173435] Atapi cdrom boot delay Date: Tue, 28 Nov 2017 14:46:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd@sosend.de X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 14:46:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D173435 --- Comment #4 from mq --- After setting hint.ata.1.disbled=3D"1" in /boot/device/hints, FreeBSD 11.1 boots on my notebook. Now, the DVD drive is disabled. Fortunately, ther= e is only little need for a DVD drive today.=20=20 Anyway, I would be great, if this problem can be solved without disabling= the DVD drive. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 16:54:38 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62614DE3F60 for ; Tue, 28 Nov 2017 16:54:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5147A6E492 for ; Tue, 28 Nov 2017 16:54:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASGsck9081523 for ; Tue, 28 Nov 2017 16:54:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223944] Impossible to add battery while laptop is running Date: Tue, 28 Nov 2017 16:54:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: vermaden@interia.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 16:54:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223944 Bug ID: 223944 Summary: Impossible to add battery while laptop is running Product: Base System Version: 11.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: vermaden@interia.pl ThinkPad T420s (and many other laptops) support a UltraBay battery instead = of a CD or HDD drive. If You boot FreeBSD with this battery inside, everything works ok, but If Y= ou boot without it and then insert it as laptop is running already its not use= d by FreeBSD. The error says its not configured: % acpiconf -i 1 acpiconf: get battery info (1) failed: Device not configured Similar problem when You switch that UltraBay battery to other ultrabay battery, the change is not detected. Regards, vermaden --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 18:36:28 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31EEADEAD9D for ; Tue, 28 Nov 2017 18:36:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2007E72C09 for ; Tue, 28 Nov 2017 18:36:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASIaRTW082112 for ; Tue, 28 Nov 2017 18:36:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223914] [PATCH] Fix bug in which the long term ULE load balancer is executed only once Date: Tue, 28 Nov 2017 18:36:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 18:36:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223914 Konstantin Belousov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avg@FreeBSD.org --- Comment #1 from Konstantin Belousov --- I think the analysis is correct. Might be, sched_initticks() should set the balance_ticks as well, after the balance_interval is initialized ? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 18:47:02 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE5ADDEB212 for ; Tue, 28 Nov 2017 18:47:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD3317327B for ; Tue, 28 Nov 2017 18:47:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASIl2YQ007163 for ; Tue, 28 Nov 2017 18:47:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 173435] Atapi cdrom boot delay Date: Tue, 28 Nov 2017 18:47:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: aksyom@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 18:47:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D173435 Arto Pekkanen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aksyom@gmail.com --- Comment #5 from Arto Pekkanen --- (In reply to mq from comment #4) A suggestion: implement a boot configuration option to only initialize the = root device during boot, while other devices would be left to initialize in the background. Later if a an operation is attempted on a device (such as mount= ), if the device has not yet initialized, the operation would block until the device is ready. This would considerably decrease boot times on all compute= rs which have optical drives that force read the media at initialization, or h= ard disks (not hosting root, data storage) with slow spin-up. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 20:51:24 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B552DEE869 for ; Tue, 28 Nov 2017 20:51:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDA9878381 for ; Tue, 28 Nov 2017 20:51:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASKpMaj017105 for ; Tue, 28 Nov 2017 20:51:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223914] [PATCH] Fix bug in which the long term ULE load balancer is executed only once Date: Tue, 28 Nov 2017 20:51:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: justinien.bouron@epfl.ch X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 20:51:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223914 --- Comment #2 from Justinien Bouron --- sched_setup calls sched_setup_smp which in turns calls sched_balance that w= ill set the balance_ticks. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 21:31:44 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BA49DEF88F for ; Tue, 28 Nov 2017 21:31:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1AD7977F for ; Tue, 28 Nov 2017 21:31:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASLViEB051736 for ; Tue, 28 Nov 2017 21:31:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202240] [patch] fwscanf return EOF instead of ZERO in the event of matching failure Date: Tue, 28 Nov 2017 21:31:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: stevek@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: stevek@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 21:31:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202240 Stephen J. Kiernan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |stevek@freebsd.org CC| |stevek@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 21:32:57 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CA48DEF911 for ; Tue, 28 Nov 2017 21:32:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFA35799B8 for ; Tue, 28 Nov 2017 21:32:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASLWtQT061363 for ; Tue, 28 Nov 2017 21:32:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223944] Impossible to add battery while laptop is running Date: Tue, 28 Nov 2017 21:32:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-acpi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 21:32:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223944 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-acpi@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Nov 28 22:38:07 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DA97DF0E8A for ; Tue, 28 Nov 2017 22:38:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BFF67B9E5 for ; Tue, 28 Nov 2017 22:38:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vASMc7UB014995 for ; Tue, 28 Nov 2017 22:38:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223950] lower default kern.cam.da.X.delete_max to avoid ZFS TRIM timeouts Date: Tue, 28 Nov 2017 22:38:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jim@ks.uiuc.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 22:38:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223950 Bug ID: 223950 Summary: lower default kern.cam.da.X.delete_max to avoid ZFS TRIM timeouts Product: Base System Version: 11.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: jim@ks.uiuc.edu We are seeing the issue with ZFS described at https://lists.freebsd.org/pipermail/freebsd-scsi/2015-July/006777.html where SATA SSDs on a SAS controller will time out on TRIM commands. This was the original state, with TRIM failures recorded in kstat: kern.geom.dev.delete_max_sectors: 262144 kern.cam.da.4.delete_max: 17179607040 kern.cam.da.4.delete_method: ATA_TRIM kern.cam.da.3.delete_max: 17179607040 kern.cam.da.3.delete_method: ATA_TRIM kern.cam.da.2.delete_max: 17179607040 kern.cam.da.2.delete_method: ATA_TRIM kern.cam.da.5.delete_max: 17179607040 kern.cam.da.5.delete_method: ATA_TRIM kern.cam.da.1.delete_max: 17179607040 kern.cam.da.1.delete_method: ATA_TRIM kern.cam.da.0.delete_max: 17179607040 kern.cam.da.0.delete_method: ATA_TRIM kern.cam.ada.0.delete_method: DSM_TRIM vfs.zfs.trim.max_interval: 1 vfs.zfs.trim.timeout: 30 vfs.zfs.trim.txg_delay: 32 vfs.zfs.trim.enabled: 1 vfs.zfs.vdev.trim_max_pending: 10000 vfs.zfs.vdev.bio_delete_disable: 0 vfs.zfs.vdev.trim_max_active: 64 vfs.zfs.vdev.trim_min_active: 1 vfs.zfs.vdev.trim_on_init: 1 hw.nvd.delete_max: 1073741824 kstat.zfs.misc.arcstats.deleted: 138850 kstat.zfs.misc.zio_trim.failed: 9399097 kstat.zfs.misc.zio_trim.unsupported: 0 kstat.zfs.misc.zio_trim.success: 792148930 kstat.zfs.misc.zio_trim.bytes: 31513520795648 Our current workaround is to lower delete_max (for all drives): sysctl kern.cam.da.0.delete_max=3D536870912 I suggest a lower default value than the current 17179607040. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 00:26:39 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96D24DF415E for ; Wed, 29 Nov 2017 00:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C8CC7FBCD for ; Wed, 29 Nov 2017 00:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAT0QddO018224 for ; Wed, 29 Nov 2017 00:26:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223955] cpio needs a --block-size= option Date: Wed, 29 Nov 2017 00:26:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rfg@tristatelogic.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 00:26:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223955 Bug ID: 223955 Summary: cpio needs a --block-size=3D option Product: Base System Version: 9.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: rfg@tristatelogic.com I didn't get the memo, so I'm only just now finding out that "cpio -p" can be WAAAAAY slower than "cp" for the same file, at least on my Ubuntu/Linux system. I have some reason to believe that this will = be true if I test it also on FreeBSD. (The issue seems like it will be the same on both systems.) The problem seems to be that the default I/O block size used by cpi= o... left over from ancient times (e.g. 1970's) is 512 bytes. This can be increased somewhat (to 5120 bytes) using the -B option, however in the current era of large media files and multi-terabyte disk drives... many of which themselves have a native hardware block size of 4 KiB... even a block size of 5120 bytes is ludicrously small, and causes a massive performance hit. The Linux people, at least, seems to have recognzied the issue, and have added a --block-size=3D option to their version of cpio. I th= ink it's well past time that FreeBSD followed suit and did likewise. Environment: System: FreeBSD segfault.tristatelogic.com 9.1-RELEASE FreeBSD 9.1-RELEASE = #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 How-To-Repeat: Just try copying a large file multi-gigabyte file using "cpio -p" and time the command. Then, using a different file of about the same size, just do the same thing using "cp" and time that also. On Ubuntu, at least, there is a stunning 6.92x speed difference. I know. I measured it. Fix: Sorry. No. I don't have the code patches to implement this suggestion. but I felt that it was worth making the suggestion anyway. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 00:56:55 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AAD1DF4C5E for ; Wed, 29 Nov 2017 00:56:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68B6F80AD6 for ; Wed, 29 Nov 2017 00:56:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAT0utAi087054 for ; Wed, 29 Nov 2017 00:56:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223955] cpio needs a --block-size= option Date: Wed, 29 Nov 2017 00:56:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 00:56:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223955 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cem@freebsd.org --- Comment #1 from Conrad Meyer --- Interesting. I wasn't aware cpio archives even supported multi-gigabyte fi= les.=20 (They don't run into a 32-bit size limit?) That said, why continue to use cpio at all instead of cp -R? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 00:59:25 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFB9ADF4CD1 for ; Wed, 29 Nov 2017 00:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEA6B80B85 for ; Wed, 29 Nov 2017 00:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAT0xP6Y090536 for ; Wed, 29 Nov 2017 00:59:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223955] cpio needs a --block-size= option Date: Wed, 29 Nov 2017 00:59:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 00:59:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223955 --- Comment #2 from Conrad Meyer --- FWIW, on CURRENT cpio (from contrib/libarchive/cpio/cpio.c) uses a hard cod= ed 16 kiB buffer on the stack. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 01:00:25 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67BC9DF4D93 for ; Wed, 29 Nov 2017 01:00:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5499080CF4 for ; Wed, 29 Nov 2017 01:00:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAT10PFZ096274 for ; Wed, 29 Nov 2017 01:00:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223955] cpio needs a --block-size= option Date: Wed, 29 Nov 2017 01:00:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 01:00:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223955 --- Comment #3 from Conrad Meyer --- Please forward this to the upstream libarchive project by filing an issue h= ere: https://github.com/libarchive/libarchive/issues --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 04:36:57 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1DF9DF7F0C for ; Wed, 29 Nov 2017 04:36:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D028B647C7 for ; Wed, 29 Nov 2017 04:36:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAT4avHs054498 for ; Wed, 29 Nov 2017 04:36:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223958] bsd.cpu.mk doesn't set MACHINE_CPU on aarch64 with non-empty CPUTYPE Date: Wed, 29 Nov 2017 04:36:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 04:36:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223958 Bug ID: 223958 Summary: bsd.cpu.mk doesn't set MACHINE_CPU on aarch64 with non-empty CPUTYPE Product: Base System Version: CURRENT Hardware: arm64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: freebsd-bugs@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: freebsd-arm@FreeBSD.org $ uname -p aarch64 $ cd /usr/ports/multimedia/libx264 $ make -V MACHINE_CPU arm64 $ env CPUTYPE=3Dthunderx make -V MACHINE_CPU $ vs. $ uname -p armv6 $ cd /usr/ports/multimedia/libx264 $ make -V MACHINE_CPU arm arm armv6 $ env CPUTYPE=3Dcortex-a8 make -V MACHINE_CPU arm armv6 $ --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 07:14:45 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55E87DFB6AE for ; Wed, 29 Nov 2017 07:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FEB9691A4 for ; Wed, 29 Nov 2017 07:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAT7EjGK094083 for ; Wed, 29 Nov 2017 07:14:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223959] page fault Date: Wed, 29 Nov 2017 07:14:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zeon@zeon.kiev.ua X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 07:14:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223959 Bug ID: 223959 Summary: page fault Product: Base System Version: 11.1-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: zeon@zeon.kiev.ua Hello, I'm using 11.1-STABLE (r326255) and this issue occurs from time to time (usually the server crashes every day, or every few days.) I believe the problem lays in a mechanism of memory freeing for the Jail subsystem. I'm running few jails with vnet/vimage + PF filter in each. Basically each jail is a small virtual router with simple nat (lan0->wan0 natting). Could you please tell me what other info should I collect and attach to this bug? Appreciated. FreeBSD hestia.ithouse.org.ua 11.1-STABLE FreeBSD 11.1-STABLE #9 r326255: M= on Nov 27 17:42:17 EET 2017=20=20=20=20 root@hestia.ithouse.org.ua:/usr/obj/usr/src/sys/HESTIA amd64 panic: page fault GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid =3D 4; apic id =3D 14 fault virtual address =3D 0x0 fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff80ab58dc stack pointer =3D 0x28:0xfffffe0b59c5eb00 frame pointer =3D 0x28:0xfffffe0b59c5eb00 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 17 (pf purge) trap number =3D 12 panic: page fault cpuid =3D 4 KDB: stack backtrace: #0 0xffffffff80abb987 at kdb_backtrace+0x67 #1 0xffffffff80a779f6 at vpanic+0x186 #2 0xffffffff80a77863 at panic+0x43 #3 0xffffffff80f4562d at trap_fatal+0x34d #4 0xffffffff80f45689 at trap_pfault+0x49 #5 0xffffffff80f44eda at trap+0x29a #6 0xffffffff80f28a71 at calltrap+0x8 #7 0xffffffff80cebde5 at pf_state_expires+0x75 #8 0xffffffff80ceb6b5 at pf_purge_expired_states+0xf5 #9 0xffffffff80ceb574 at pf_purge_thread+0x134 #10 0xffffffff80a3ad85 at fork_exit+0x85 #11 0xffffffff80f2905e at fork_trampoline+0xe Uptime: 1d11h53m3s --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 14:46:07 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E6DEE55F4A for ; Wed, 29 Nov 2017 14:46:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D27477487 for ; Wed, 29 Nov 2017 14:46:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATEk63s020598 for ; Wed, 29 Nov 2017 14:46:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure when using UFS disk Date: Wed, 29 Nov 2017 14:46:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jeffrey.e.pieper@intel.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 14:46:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 Bug ID: 223969 Summary: EFI boot failure when using UFS disk Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: jeffrey.e.pieper@intel.com Created attachment 188396 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188396&action= =3Dedit efi boot error screen cap We are seeing EFI disk errors resulting boot failure using a fresh build of HEAD. This was built on 2017-11-28 (see attached screen cap). The disk layo= ut is: # gpart show ada0 =3D> 40 3907029088 ada0 GPT (1.8T) 40 134217728 1 freebsd-swap (64G) 134217768 41943040 2 freebsd-ufs (20G) 176160808 3730868320 - free - (1.7T) Possibly related to https://svnweb.freebsd.org/base?view=3Drevision&revision=3D326089=20 I can work around this by using /boot/loader.efi from an older build. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:02:13 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31E1AE564C8 for ; Wed, 29 Nov 2017 15:02:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B33B77C89 for ; Wed, 29 Nov 2017 15:02:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATF2CfG064081 for ; Wed, 29 Nov 2017 15:02:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure when using UFS disk Date: Wed, 29 Nov 2017 15:02:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tsoome@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:02:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #1 from Toomas Soome --- ok, error 12 from screen dump is: #define EFI_NO_MEDIA EFIERR(12) So in that case we are attempting to read from some odd device. could you also paste output from loader: lsdev -v --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:13:02 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B14DE56747 for ; Wed, 29 Nov 2017 15:13:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2995E782A8 for ; Wed, 29 Nov 2017 15:13:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFD1Jk030750 for ; Wed, 29 Nov 2017 15:13:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure when using UFS disk Date: Wed, 29 Nov 2017 15:13:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jeffrey.e.pieper@intel.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:13:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #2 from Jeff Pieper --- Created attachment 188397 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188397&action= =3Dedit loader lsdev -v --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:15:17 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44DC7E56809 for ; Wed, 29 Nov 2017 15:15:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32D4978387 for ; Wed, 29 Nov 2017 15:15:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFFGKc094449 for ; Wed, 29 Nov 2017 15:15:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure when using UFS disk Date: Wed, 29 Nov 2017 15:15:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jeffrey.e.pieper@intel.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:15:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #3 from Jeff Pieper --- Attached screen cap. Just an FYI, we are not booting from disk. We are runn= ing PXE/diskless. The physical disks are for local storage to avoid writing over NFS. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:32:57 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97F42E56D73 for ; Wed, 29 Nov 2017 15:32:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80FF978CD0 for ; Wed, 29 Nov 2017 15:32:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFWuJE075550 for ; Wed, 29 Nov 2017 15:32:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure when using UFS disk Date: Wed, 29 Nov 2017 15:32:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tsoome@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:32:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #4 from Toomas Soome --- Okay, so it does take net0 as disk device. BTW, is there iPXE also used? I = do recall some comments about iPXE mapped disks... --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:39:13 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0D73E56E8C for ; Wed, 29 Nov 2017 15:39:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF9DF78F52 for ; Wed, 29 Nov 2017 15:39:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFdDCk084069 for ; Wed, 29 Nov 2017 15:39:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure when using UFS disk Date: Wed, 29 Nov 2017 15:39:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jeffrey.e.pieper@intel.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:39:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #5 from Jeff Pieper --- Yes, we are using iPXE. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:46:18 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2320DE5717F for ; Wed, 29 Nov 2017 15:46:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 101C37942E for ; Wed, 29 Nov 2017 15:46:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFkHTN004326 for ; Wed, 29 Nov 2017 15:46:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Wed, 29 Nov 2017 15:46:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: th.neuber@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:46:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 --- Comment #38 from Thomas Neuber --- Created attachment 188398 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188398&action= =3Dedit verbose kernel messages with applied patch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:47:23 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07070E572C5 for ; Wed, 29 Nov 2017 15:47:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E88A3795BC for ; Wed, 29 Nov 2017 15:47:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFlMLi005873 for ; Wed, 29 Nov 2017 15:47:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Wed, 29 Nov 2017 15:47:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: th.neuber@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:47:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 --- Comment #39 from Thomas Neuber --- Created attachment 188399 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188399&action= =3Dedit output of devinfo -vr with applied patch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:51:35 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE673E57670 for ; Wed, 29 Nov 2017 15:51:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB530797ED for ; Wed, 29 Nov 2017 15:51:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFpZjC015633 for ; Wed, 29 Nov 2017 15:51:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure when using UFS disk Date: Wed, 29 Nov 2017 15:51:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tsoome@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:51:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #6 from Toomas Soome --- Could you test this update: Index: stand/efi/libefi/efipart.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- stand/efi/libefi/efipart.c (revision 326368) +++ stand/efi/libefi/efipart.c (working copy) @@ -257,6 +257,15 @@ !blkio->Media->MediaPresent) { return (false); } + + /* + * iPXE stub Block IO protocol. Test for "iPXE" in MediaID + * and BlockSize. + */ + if (blkio->Media->MediaId =3D=3D 0x69505845U && + blkio->Media->BlockSize =3D=3D 1) { + return (false); + } } return (true); } --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 15:54:57 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B0D6E57765 for ; Wed, 29 Nov 2017 15:54:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47F9679AA6 for ; Wed, 29 Nov 2017 15:54:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATFstcL025671 for ; Wed, 29 Nov 2017 15:54:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Wed, 29 Nov 2017 15:54:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: th.neuber@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 15:54:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 --- Comment #40 from Thomas Neuber --- Created attachment 188401 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188401&action= =3Dedit Difference Report of devinfo -vr output The configuration of storage and usb devices has been changed slightly, but= the onboard configuration is excatly the same as before. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 16:02:11 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7493E57B54 for ; Wed, 29 Nov 2017 16:02:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D42AB79F57 for ; Wed, 29 Nov 2017 16:02:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATG2910047444 for ; Wed, 29 Nov 2017 16:02:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Wed, 29 Nov 2017 16:02:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: th.neuber@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 16:02:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 --- Comment #41 from Thomas Neuber --- Created attachment 188403 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188403&action= =3Dedit Difference Report of dmesg Same as before - storage and usb configuration changed, everything else unchanged. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 18:03:00 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3976EE5F7C0 for ; Wed, 29 Nov 2017 18:03:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27F1F7ED0B for ; Wed, 29 Nov 2017 18:03:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATI2xaf042808 for ; Wed, 29 Nov 2017 18:03:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure with iPXE mapped disks Date: Wed, 29 Nov 2017 18:02:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jeffrey.e.pieper@intel.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 18:03:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 Jeff Pieper changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|EFI boot failure when using |EFI boot failure with iPXE |UFS disk |mapped disks --- Comment #7 from Jeff Pieper --- This patch works for us, thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 18:15:12 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F586E5FC86 for ; Wed, 29 Nov 2017 18:15:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB867F3DE for ; Wed, 29 Nov 2017 18:15:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATIFB0S000193 for ; Wed, 29 Nov 2017 18:15:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure with iPXE mapped disks Date: Wed, 29 Nov 2017 18:15:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tsoome@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 18:15:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #8 from Toomas Soome --- (In reply to Jeff Pieper from comment #7) OK, thank you.=20 https://reviews.freebsd.org/D13297 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 20:47:10 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2F46DBB6FE for ; Wed, 29 Nov 2017 20:47:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 793E863FE8 for ; Wed, 29 Nov 2017 20:47:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATKl9NJ089050 for ; Wed, 29 Nov 2017 20:47:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223955] cpio needs a --block-size= option Date: Wed, 29 Nov 2017 20:47:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rfg-freebsd@tristatelogic.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 20:47:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223955 Ronald F. Guilmette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rfg-freebsd@tristatelogic.c | |om --- Comment #4 from Ronald F. Guilmette --- Oy vey! I think that I may perhaps want to withdraw this PR entirely, now = that I have some additional (and troubling) data. After I filed this PR, just for laughs, I tried using that --block-size cpio option on my Ubuntu system and then tried again to time a multi-gigabyte fi= le copy (cpio -p) which I had already times using other methods (e.g. "cp" and "cpio -without any --block-size=3D option). I did my test with --block-siz= e=3D1M. To my amazement and horror, adding the --block-size=3D1M option didn't real= ly make any huge difference. The bloody file copying was -still- running at l= east 5x slower than copying of a similar sized file using good old "cp". Moral of the story: I guess I'm the only one on the planet who is still ev= en trying to use good old cpio. it appears that all of the work and tuning and optimizations have gone into cp and/or rsync instead... both of which are f= ast snot... while leaving poor old cpio to wallow in the backwaters of virtual abandonment. Sigh. I find this rather a pity, because, given that cpio is MUCH simpler = than rsync, in theory it -should- be able to do file copies at least as fast, or perhaps even a bit faster. (It doesn't have the added burden of all the network awareness and all that fancy schmancy differential file comparison stuff to deal with, unlike rsync.) But it seems that I'm the only one in the universe who has even noticed, in= all the years of this century so far, that poor old cpio just hasn't been keepi= ng up. Thus, it is silly of me to try to swim against the tide. I'll just us= e cp and rsync from now on and be done with it. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Nov 29 22:58:58 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6B0ADEC35A for ; Wed, 29 Nov 2017 22:58:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A58B268264 for ; Wed, 29 Nov 2017 22:58:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vATMwwU0051316 for ; Wed, 29 Nov 2017 22:58:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215202] LOCAL_PEERCRED / xucred does not have process ID Date: Wed, 29 Nov 2017 22:58:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jilles@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 22:58:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215202 Jilles Tjoelker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jilles@FreeBSD.org --- Comment #2 from Jilles Tjoelker --- The pid in LOCAL_PEERCRED is not a security feature but only a feature to enforce that a proper security feature can be added later. This is because there is nothing to enforce that the pid refers to the same process or that= it has not executed some other binary; also, applications are not isolated in a way that makes different Wayland privileges useful for security. Adding pid to struct ucred seems wrong since it is shared between processes that do not change their credentials. This would make more sense as a prope= rty of the socket. The pid would then be the pid of the process that called listen() or connect(). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 13:26:47 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFA30E56475 for ; Thu, 30 Nov 2017 13:26:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDEF063D9E for ; Thu, 30 Nov 2017 13:26:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUDQl8Z033379 for ; Thu, 30 Nov 2017 13:26:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223991] Typos in sbin/decryptcore/decryptcore.8 Date: Thu, 30 Nov 2017 13:26:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 13:26:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223991 Bug ID: 223991 Summary: Typos in sbin/decryptcore/decryptcore.8 Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: Trond.Endrestol@ximalas.info Created attachment 188425 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188425&action= =3Dedit Patch for sbin/decryptcore/decryptcore.8 I suggest using dumpno instead of dumpnr. The misspelling of encryptedcore should be obvious. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 13:32:50 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27F60E56956 for ; Thu, 30 Nov 2017 13:32:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15D4F641DA for ; Thu, 30 Nov 2017 13:32:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUDWnpM050424 for ; Thu, 30 Nov 2017 13:32:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223993] Using /usr/lib/debug/boot/kernel/kernel.debug over /usr/obj/sys/GENERIC/kernel.debug (sbin/dumpon/dumpon.8) Date: Thu, 30 Nov 2017 13:32:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 13:32:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223993 Bug ID: 223993 Summary: Using /usr/lib/debug/boot/kernel/kernel.debug over /usr/obj/sys/GENERIC/kernel.debug (sbin/dumpon/dumpon.8) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: Trond.Endrestol@ximalas.info Created attachment 188427 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188427&action= =3Dedit Patch for sbin/dumpon/dumpon.8 You are not guaranteed to be using the GENERIC kernel in every case, and si= nce kernel debug files are more or less mandatory installed, I suggest using /usr/lib/debug/boot/kernel/kernel.debug over /usr/obj/sys/GENERIC/kernel.de= bug. The latter probably should be /usr/obj/usr/src/sys/GENERIC/kernel.debug, or= in the case of amd64, /usr/obj/usr/src/amd64.amd64/sys/GENERIC/kernel.debug. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 14:20:32 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAFBEE57826 for ; Thu, 30 Nov 2017 14:20:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B91DC65B78 for ; Thu, 30 Nov 2017 14:20:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUEKVeq062151 for ; Thu, 30 Nov 2017 14:20:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223745] PROC_REAP_KILL misses descendants if another process has become a reaper in between Date: Thu, 30 Nov 2017 14:20:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 14:20:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223745 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: kib Date: Thu Nov 30 14:19:47 UTC 2017 New revision: 326396 URL: https://svnweb.freebsd.org/changeset/base/326396 Log: MFC r326122: Kill all descendants of the reaper, even if they are descendants of a subordinate reaper. Also, mark reapers when listing pids. PR: 223745 Changes: _U stable/11/ stable/11/lib/libc/sys/procctl.2 stable/11/sys/kern/kern_procctl.c stable/11/sys/sys/procctl.h --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 14:38:49 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99A53E57F8D for ; Thu, 30 Nov 2017 14:38:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87DE366510 for ; Thu, 30 Nov 2017 14:38:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUEcnet008602 for ; Thu, 30 Nov 2017 14:38:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223745] PROC_REAP_KILL misses descendants if another process has become a reaper in between Date: Thu, 30 Nov 2017 14:38:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 14:38:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223745 --- Comment #7 from commit-hook@freebsd.org --- A commit references this bug: Author: kib Date: Thu Nov 30 14:38:07 UTC 2017 New revision: 326397 URL: https://svnweb.freebsd.org/changeset/base/326397 Log: MFC r326122: Kill all descendants of the reaper, even if they are descendants of a subordinate reaper. Also, mark reapers when listing pids. PR: 223745 Changes: _U stable/10/ stable/10/lib/libc/sys/procctl.2 stable/10/sys/kern/kern_procctl.c stable/10/sys/sys/procctl.h --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 15:22:18 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6C2FE5E55A for ; Thu, 30 Nov 2017 15:22:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B38FB67FF5 for ; Thu, 30 Nov 2017 15:22:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUFMI90065453 for ; Thu, 30 Nov 2017 15:22:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223996] Serial console broken in recent 11-STABLE Date: Thu, 30 Nov 2017 15:22:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pkubaj@anongoth.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 15:22:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223996 Bug ID: 223996 Summary: Serial console broken in recent 11-STABLE Product: Base System Version: 11.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: pkubaj@anongoth.pl Created attachment 188431 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188431&action= =3Dedit screenshot Today, I have upgraded my server to new 11-STABLE. Before it ran fine 11-ST= ABLE from 24.10.2017. There's a problem with a serial connection from my BMC. You can have a look at the attached screenshot. Entering commands is completely blind now, and the output is severely crippled. This is visible right from = the bootloader. My hardware is ASUS KGPE-D16 board with coreboot 4.6 and OpenBMC port. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 16:24:55 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A61A9E5FF08 for ; Thu, 30 Nov 2017 16:24:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9410C6AE8F for ; Thu, 30 Nov 2017 16:24:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUGOtUg027356 for ; Thu, 30 Nov 2017 16:24:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223996] Serial console broken in recent 11-STABLE Date: Thu, 30 Nov 2017 16:24:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 16:24:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223996 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 16:25:30 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6704E5FFD1 for ; Thu, 30 Nov 2017 16:25:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B40F66AFF0 for ; Thu, 30 Nov 2017 16:25:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUGPUbC028363 for ; Thu, 30 Nov 2017 16:25:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223993] Using /usr/lib/debug/boot/kernel/kernel.debug over /usr/obj/sys/GENERIC/kernel.debug (sbin/dumpon/dumpon.8) Date: Thu, 30 Nov 2017 16:25:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 16:25:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223993 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 16:25:40 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E30AEE5FFF3 for ; Thu, 30 Nov 2017 16:25:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D11F66B029 for ; Thu, 30 Nov 2017 16:25:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUGPetd028704 for ; Thu, 30 Nov 2017 16:25:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223991] Typos in sbin/decryptcore/decryptcore.8 Date: Thu, 30 Nov 2017 16:25:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 16:25:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223991 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 18:09:29 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 326D8E67CF9 for ; Thu, 30 Nov 2017 18:09:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FF1D6ECF8 for ; Thu, 30 Nov 2017 18:09:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUI9Sf0035481 for ; Thu, 30 Nov 2017 18:09:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Thu, 30 Nov 2017 18:09:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mishu@mishulica.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 18:09:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 mishu@mishulica.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mishu@mishulica.com --- Comment #42 from mishu@mishulica.com --- What is the path the patch has to take to get to master? This way we can ga= uge if we should wait or try to figure out how to apply & build the patch to current code. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 19:35:43 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC5A1E69B83 for ; Thu, 30 Nov 2017 19:35:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8F9A718DF for ; Thu, 30 Nov 2017 19:35:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUJZd7e046843 for ; Thu, 30 Nov 2017 19:35:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Thu, 30 Nov 2017 19:35:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rb@gid.co.uk X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 19:35:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 --- Comment #43 from Bob Bishop --- (In reply to mishu from comment #42) Don't know about FreeNAS, but I think the patch applies to FreeBSD HEAD. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 20:31:26 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 806D1DB9310 for ; Thu, 30 Nov 2017 20:31:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9D59738E7 for ; Thu, 30 Nov 2017 20:31:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUKVNpY081978 for ; Thu, 30 Nov 2017 20:31:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics Date: Thu, 30 Nov 2017 20:31:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: th.neuber@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 20:31:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221350 --- Comment #44 from Thomas Neuber --- I realized my yesterdays tests as follows: I built a complete FreeNAS system from the freenas-master sources. That uses FreeBSD 11.1-STABLE as you can s= ee in dmesg output. I pulled the all the sources and applied the attached patc= h. I tried the resulting ISO installation image to setup the system. Console out= put is now ok. Everything works fine. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 20:32:58 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2566DDB946D for ; Thu, 30 Nov 2017 20:32:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13A7373CAB for ; Thu, 30 Nov 2017 20:32:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUKWuxq089346 for ; Thu, 30 Nov 2017 20:32:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 219213] powerd causing problems with ryzen Date: Thu, 30 Nov 2017 20:32:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 20:32:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219213 Bug 219213 depends on bug 221621, which changed state. Bug 221621 Summary: Ryzen Threadripper - hwpstate0 - repeated set frequency= failed err 6 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221621 What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 20:33:04 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6D93DB947E for ; Thu, 30 Nov 2017 20:33:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9618773CBF for ; Thu, 30 Nov 2017 20:33:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUKX2wd089582 for ; Thu, 30 Nov 2017 20:33:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 219213] powerd causing problems with ryzen Date: Thu, 30 Nov 2017 20:33:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 20:33:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219213 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #8 from Conrad Meyer --- Resolved by r326383 + r326407. Now we simply do not verify if the value set reads back from MSR. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 20:33:16 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C496DB94A7 for ; Thu, 30 Nov 2017 20:33:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FFBF73D15 for ; Thu, 30 Nov 2017 20:33:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUKXGFc089841 for ; Thu, 30 Nov 2017 20:33:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 218262] [hwpstate] does not set overclocked frequency on AMD Ryzen CPU Date: Thu, 30 Nov 2017 20:33:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 20:33:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218262 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #7 from Conrad Meyer --- Resolved by r326383 + r326407. Now we simply do not verify if the value set reads back from MSR. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Nov 30 21:38:21 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4671DBB9A4 for ; Thu, 30 Nov 2017 21:38:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B7A9775F2 for ; Thu, 30 Nov 2017 21:38:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAULcKkC098695 for ; Thu, 30 Nov 2017 21:38:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224003] xen kernel panics Date: Thu, 30 Nov 2017 21:38:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rnestor@tx.rr.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 21:38:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224003 Bug ID: 224003 Summary: xen kernel panics Product: Base System Version: 11.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: rnestor@tx.rr.com Picked up an Antsle device/system designed to host VMs. It comes with Gent= oo Linux and runs KVM and Linux LXC images and can run FreeBSD in a KVM VM. Paved over Gentoo with LinuxMint 18.3 and installed Xen. All runs OK, but wanted to try the same with FreeBSD as the Dom0. Downloaded and installed the 11.1 Release then followed the instructions for loading and running Xen as a Dom0. When booting up the Xen Hypervisor it panics claiming the IOMMU isn't present or enabled. There's no option in t= he BIOS it enable this, but clearly it's present and enabled since Xen under LinuxMint ran. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 00:01:12 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1447DED432 for ; Fri, 1 Dec 2017 00:01:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEFA37C193 for ; Fri, 1 Dec 2017 00:01:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB101CsU012586 for ; Fri, 1 Dec 2017 00:01:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224003] xen kernel panics Date: Fri, 01 Dec 2017 00:01:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-xen@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 00:01:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224003 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-xen@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 02:55:26 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EE82DF1ADA for ; Fri, 1 Dec 2017 02:55:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF85D80C90 for ; Fri, 1 Dec 2017 02:55:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB12tPRh080248 for ; Fri, 1 Dec 2017 02:55:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224009] Kernel panic after failed attempt to mount locked sdcard. Date: Fri, 01 Dec 2017 02:55:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: peter.henderson@ieee.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 02:55:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224009 Bug ID: 224009 Summary: Kernel panic after failed attempt to mount locked sdcard. Product: Base System Version: 11.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: peter.henderson@ieee.org Created attachment 188444 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188444&action= =3Dedit core.txt.1 After using a locked sdcard, mounted ro, I unmounted it and inadvertently attempted to mount it rw. There was a message to the effect that this wasn= 't allowed. When I removed the sdcard, there was a kernel panic. The sdcard reader is on my Dell monitor. Output of uname -a: FreeBSD hydrogen 11.0-RELEASE-p16 FreeBSD 11.0-RELEASE-p16 #0 r326382: Thu = Nov 30 22:26:02 AEDT 2017 root@hydrogen:/usr/obj/usr/src/sys/GENERIC amd64 Entries in fstab: /dev/da1s1 /sdcard msdosfs rw,noauto 0 0 /dev/da1s1 /sdcard-locked msdosfs ro,noauto 0 0 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 03:19:32 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 764B9DF23C2 for ; Fri, 1 Dec 2017 03:19:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6495C192C for ; Fri, 1 Dec 2017 03:19:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB13JWOa093824 for ; Fri, 1 Dec 2017 03:19:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224009] Kernel panic after failed attempt to mount locked sdcard. Date: Fri, 01 Dec 2017 03:19:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 03:19:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224009 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cem@freebsd.org --- Comment #1 from Conrad Meyer --- The interesting part of the panic (looks like NULL pointer dereference) is: #5 0xffffffff80f84611 at calltrap+0x8 #6 0xffffffff80b8b227 at bufwrite+0x267 #7 0xffffffff80b9aac0 at vop_stdfsync+0x290 #8 0xffffffff80985fa6 at devfs_fsync+0x26 #9 0xffffffff8110cc8d at VOP_FSYNC_APV+0x8d #10 0xffffffff80bb30ee at sched_sync+0x3be #11 0xffffffff80a90485 at fork_exit+0x85 #12 0xffffffff80f84b4e at fork_trampoline+0xe --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 06:08:30 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 493C5E5656F for ; Fri, 1 Dec 2017 06:08:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37AA471D8A for ; Fri, 1 Dec 2017 06:08:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB168USq044686 for ; Fri, 1 Dec 2017 06:08:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224011] kevent fails on cuse(3) devices Date: Fri, 01 Dec 2017 06:08:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 06:08:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224011 Bug ID: 224011 Summary: kevent fails on cuse(3) devices Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: yuri@freebsd.org kevent fails on /dev/video0 (created through cuse(3) by webcamd). The below testcase fails: > QKqueueFileSystemWatcherEngine::addPaths: kevent: Invalid argument Qt-styled testcase: > #include > #include >=20 > class T : public QThread { > public: > void run() { > auto m_fsWatcher =3D new QFileSystemWatcher({"/dev"}, nullptr); > QStringList paths; > paths.push_back("/dev/video0"); > m_fsWatcher->addPaths(paths); > } > }; >=20 > int main(int argc, char* argv[]) { > T t; > t.start(); > t.wait(); > } > c++ -std=3Dc++11 -fPIC -o testcase -I/usr/local/include/qt5/QtCore -I/usr= /local/include/qt5 testcase.cpp -L/usr/local/lib/qt5/ -lQt5Core --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 06:37:58 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37829E5F550 for ; Fri, 1 Dec 2017 06:37:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25B2972BC6 for ; Fri, 1 Dec 2017 06:37:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB16bvcl048671 for ; Fri, 1 Dec 2017 06:37:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure with iPXE mapped disks Date: Fri, 01 Dec 2017 06:37:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 06:37:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: tsoome Date: Fri Dec 1 06:37:12 UTC 2017 New revision: 326421 URL: https://svnweb.freebsd.org/changeset/base/326421 Log: loader.efi: efipart should exclude iPXE stub block protocol iPXE does insert stub BLOCK IO protocol handle to rework other issues, this handle is not usable as it does not provide actual implementation. We can detect this situation by checking and validating the BlockSize property, so this update does make sure we have BlockSize at least 512B and its value is power of 2. PR: 223969 Reported by: Jeff Pieper Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D13297 Changes: head/stand/efi/libefi/efipart.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 06:38:52 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 770B9E5FAFC for ; Fri, 1 Dec 2017 06:38:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 655FA72C9D for ; Fri, 1 Dec 2017 06:38:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB16cq3r049940 for ; Fri, 1 Dec 2017 06:38:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure with iPXE mapped disks Date: Fri, 01 Dec 2017 06:38:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tsoome@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 06:38:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223969 Toomas Soome changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 09:07:49 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF8FFDF5F54 for ; Fri, 1 Dec 2017 09:07:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEA177708E for ; Fri, 1 Dec 2017 09:07:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB197ndd082048 for ; Fri, 1 Dec 2017 09:07:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224014] ctld: duplicate serials and lun-id Date: Fri, 01 Dec 2017 09:07:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emz@norma.perm.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 09:07:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224014 Bug ID: 224014 Summary: ctld: duplicate serials and lun-id Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: emz@norma.perm.ru Env: =3D=3D=3D=3D FreeBSD san.dev.enaza.ru 11.0-STABLE FreeBSD 11.0-STABLE #0 r315957: Wed No= v 1 15:14:39 +05 2017 emz@san.dev.enaza.ru:/usr/obj/usr/src/sys/GENERIC am= d64 ctld is often assigning duplicate serials and lun-id on luns after ctladm remove has been issued. This leads to confusion on initiators. I'm not sure if it's a bug from the iSCSI protocol point of view, but from = user side it definitely is. # ctladm devlist -v LUN Backend Size (Blocks) BS Serial Number Device ID=20=20=20=20= =20=20=20 1 block 6442450944 512 MYSERIAL 1 MYDEVID 1=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/games-ver5_27-worker01 ctld_name=3Diqn.2016-04.net.playkey.iscsi:games-worker01,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:games-worker01,lun,0 2 block 6442450944 512 MYSERIAL 2 MYDEVID 2=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/games-ver5_27-worker02 ctld_name=3Diqn.2016-04.net.playkey.iscsi:games-worker02,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:games-worker02,lun,0 3 block 6442450944 512 MYSERIAL 3 MYDEVID 3=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/games-ver5_27-worker03 ctld_name=3Diqn.2016-04.net.playkey.iscsi:games-worker03,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:games-worker03,lun,0 4 block 6442450944 512 MYSERIAL 4 MYDEVID 4=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/games-ver5_27-worker04 ctld_name=3Diqn.2016-04.net.playkey.iscsi:games-worker04,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:games-worker04,lun,0 5 block 6442450944 512 MYSERIAL 5 MYDEVID 5=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/games-ver12_2-worker05 ctld_name=3Diqn.2016-04.net.playkey.iscsi:games-worker05,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:games-worker05,lun,0 7 block 104857600 512 MYSERIAL 7 MYDEVID 7=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 scsiname=3Duserdata1 file=3D/dev/zvol/data/userdata1 ctld_name=3Diqn.2016-04.net.playkey.iscsi:userdata1,lun,0 8 block 104857600 512 MYSERIAL 8 MYDEVID 8=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 scsiname=3Duserdata2 file=3D/dev/zvol/data/userdata2 ctld_name=3Diqn.2016-04.net.playkey.iscsi:userdata2,lun,0 9 block 2048 512 MYSERIAL 9 MYDEVID 9=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/foobar ctld_name=3Diqn.2016-04.net.playkey.iscsi:foobar,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:foobar,lun,0 10 block 104857600 512 MYSERIAL 10 MYDEVID 10=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/kvm/guest1 ctld_name=3Diqn.2016-04.net.playkey.iscsi:guest1,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:guest1,lun,0 11 block 104857600 512 MYSERIAL 11 MYDEVID 11=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/kvm/guest2 ctld_name=3Diqn.2016-04.net.playkey.iscsi:guest2,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:guest2,lun,0 12 block 104857600 512 MYSERIAL 12 MYDEVID 12=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/kvm/guest3 ctld_name=3Diqn.2016-04.net.playkey.iscsi:guest3,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:guest3,lun,0 0 block 6442450944 512 MYSERIAL 11 MYDEVID 11=20=20=20= =20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/games ctld_name=3Diqn.2016-04.net.playkey.iscsi:games,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:games,lun,0 15 block 104857600 512 MYSERIAL 12 guest4=20=20=20=20=20= =20=20=20=20=20 lun_type=3D0 num_threads=3D14 file=3D/dev/zvol/dataflash/kvm/guest4 ctld_name=3Diqn.2016-04.net.playkey.iscsi:guest4,lun,0 scsiname=3Diqn.2016-04.net.playkey.iscsi:guest4,lun,0 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 09:58:57 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8DC8DFA607 for ; Fri, 1 Dec 2017 09:58:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B732A792B2 for ; Fri, 1 Dec 2017 09:58:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB19wvWc095847 for ; Fri, 1 Dec 2017 09:58:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223991] Typos in sbin/decryptcore/decryptcore.8 Date: Fri, 01 Dec 2017 09:58:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: def@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: def@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 09:58:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223991 Konrad Witaszczyk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |def@freebsd.org Status|New |Open Assignee|freebsd-bugs@FreeBSD.org |def@freebsd.org --- Comment #1 from Konrad Witaszczyk --- Of course I agree with the misspelling of encryptedcore. Could you explain why would you prefer dumpno? dumpnr was used to make it consistent with kgdb(1) and crashinfo(8). I'd rather not change it without = good reasons. FYI dumpno change would also require a change in sbin/decryptcore/decryptcore.c in usage(). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 09:59:52 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAF53DFA6BC for ; Fri, 1 Dec 2017 09:59:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC425793C3 for ; Fri, 1 Dec 2017 09:59:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB19xpRB097015 for ; Fri, 1 Dec 2017 09:59:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224015] filemon(4) can't deal with newlines in paths Date: Fri, 01 Dec 2017 09:59:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: crest@bultmann.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 09:59:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224015 Bug ID: 224015 Summary: filemon(4) can't deal with newlines in paths Product: Base System Version: 11.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: crest@bultmann.eu The filemon(4) format uses newlines as record separators which while uncomm= on are perfectly valid inside file paths. This violates the data transparency required to correctly parse filemon(4) output and can be abused to inject arbitrary records into the filemon(4) output. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 13:35:23 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E5AFE562F1 for ; Fri, 1 Dec 2017 13:35:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A74E27B8 for ; Fri, 1 Dec 2017 13:35:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1DZM23076329 for ; Fri, 1 Dec 2017 13:35:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224019] [netgraph] [patch] ng_patch is broken in 10.4-RELEASE Date: Fri, 01 Dec 2017 13:35:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.4-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sd@mostnet.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 13:35:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224019 Bug ID: 224019 Summary: [netgraph] [patch] ng_patch is broken in 10.4-RELEASE Product: Base System Version: 10.4-RELEASE Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: sd@mostnet.ru Keywords: patch Created attachment 188448 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188448&action= =3Dedit patch Steps to Reproduce: #ngctl mkpeer ipfw: patch 7 in #ngctl name ipfw:7 tcp_rst #ngctl connect ipfw: tcp_rst: 8 out #ngctl msg tcp_rst: setconfig { count=3D1 csum_flags=3D0 ops=3D[ { mode=3D8= value=3D4 length=3D1 offset=3D33 } ] } ngctl: send msg: Argument list too long Related bug #206185. It's broken after base r309389 and could be fixed in base r309408, but the first one went to 10.4 and the second one didn't. 11.0 didn't get this patches, 11.1 got both, so they are OK. Patch to fix (also attached): --- /sys/netgraph/ng_patch.h.orig 2017-11-23 14:19:54.019040000 +0300 +++ /sys/netgraph/ng_patch.h 2017-12-01 16:21:56.000000000 +0300 @@ -86,7 +86,7 @@ #define NG_PATCH_CONFIG_TYPE_INFO {=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 \ { "count", &ng_parse_uint32_type }, \ - { "csum_flags", &ng_parse_uint64_type }, \ + { "csum_flags", &ng_parse_uint32_type }, \ { "ops", &ng_patch_ops_array_type },= =20=20=20=20=20 \ { NULL } \ } --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 14:15:43 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2683E571B5 for ; Fri, 1 Dec 2017 14:15:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C97D73D46 for ; Fri, 1 Dec 2017 14:15:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1EFhHg074194 for ; Fri, 1 Dec 2017 14:15:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224019] [netgraph] [patch] ng_patch is broken in 10.4-RELEASE Date: Fri, 01 Dec 2017 14:15:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.4-RELEASE X-Bugzilla-Keywords: easy, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: eugen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status see_also keywords cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 14:15:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224019 Eugene Grosbein changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 061 | |85 Keywords| |easy CC| |eugen@freebsd.org, | |julian@FreeBSD.org --- Comment #1 from Eugene Grosbein --- Julian, could you please take a look? It seems stable/10 misses MFC after y= our commits to unbreak ng_patch there. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 15:04:54 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F008E5D46C for ; Fri, 1 Dec 2017 15:04:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D51B649B7 for ; Fri, 1 Dec 2017 15:04:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1F4rIA094838 for ; Fri, 1 Dec 2017 15:04:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223770] After FreeBSD 11.1 Update: Fatal trap 12: page fault while in kernel mode Date: Fri, 01 Dec 2017 15:04:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tmasu@st.rim.or.jp X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 15:04:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223770 Toshimichi Masubuchi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tmasu@st.rim.or.jp --- Comment #3 from Toshimichi Masubuchi --- It may be resolved by adding the kern.cam.scsi_delay option. Please see bug #220923, comment #17. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 16:22:42 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 201B9E5ECFA for ; Fri, 1 Dec 2017 16:22:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0344466C16 for ; Fri, 1 Dec 2017 16:22:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1GMfKI041058 for ; Fri, 1 Dec 2017 16:22:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220459] lio_listio(2) doesn't support SIGEV_THREAD Date: Fri, 01 Dec 2017 16:22:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10- mfc-stable11+ X-Bugzilla-Changed-Fields: bug_status resolution flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 16:22:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220459 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED Flags|mfc-stable10? |mfc-stable10- --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 17:09:19 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448F7E65448 for ; Fri, 1 Dec 2017 17:09:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3232068BED for ; Fri, 1 Dec 2017 17:09:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1H9JMJ047418 for ; Fri, 1 Dec 2017 17:09:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 86405] more(1) segmentation fault Date: Fri, 01 Dec 2017 17:09:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 17:09:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D86405 fernando.apesteguia@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando.apesteguia@gmail.c | |om --- Comment #4 from fernando.apesteguia@gmail.com --- Please, close this PR. Error checking has been improved over the years. fernape@beastie:~/Downloads$ uname -a FreeBSD beastie 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:1= 2:40 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERI= C=20 amd64 fernape@beastie:~/Downloads$ ls -ldi `which more` `which less` 31678145 -r-xr-xr-x 2 root wheel 167160 31 jul. 14:49 /usr/bin/less* 31678145 -r-xr-xr-x 2 root wheel 167160 31 jul. 14:49 /usr/bin/more* fernape@beastie:~/Downloads$ more -k wxGlade-0.4.1-setup.exe=20 Value is required after -k (--lesskey-file) fernape@beastie:~/Downloads$ less -k wxGlade-0.4.1-setup.exe=20 Cannot use lesskey file "wxGlade-0.4.1-setup.exe" Missing filename ("less --help" for help) fernape@beastie:~/Downloads$=20 Test file can be downloaded directly at: https://sourceforge.net/projects/wxglade/files/wxglade/0.4.1/wxGlade-0.4.1-= setup.exe/download --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 17:49:56 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EE56E66237 for ; Fri, 1 Dec 2017 17:49:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54E106A038 for ; Fri, 1 Dec 2017 17:49:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1HnulQ037060 for ; Fri, 1 Dec 2017 17:49:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 86405] more(1) segmentation fault Date: Fri, 01 Dec 2017 17:49:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Unable to Reproduce X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 17:49:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D86405 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Status|In Progress |Closed Resolution|--- |Unable to Reproduce --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 19:07:34 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4E2AE680A2 for ; Fri, 1 Dec 2017 19:07:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C2E6CEB1 for ; Fri, 1 Dec 2017 19:07:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1J7X1F079640 for ; Fri, 1 Dec 2017 19:07:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 114082] [make.conf] [patch] default CFLAGS have a blank at the end Date: Fri, 01 Dec 2017 19:07:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 6.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 19:07:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D114082 fernando.apesteguia@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando.apesteguia@gmail.c | |om --- Comment #8 from fernando.apesteguia@gmail.com --- This PR seems to be fixed by now. bsd.cpu.mk contains the following check: if !defined(NO_CPU_CFLAGS) CFLAGS +=3D ${_CPUCFLAGS} .endif Testing with non-existent make.conf: fernape@beastie:~$ cd /etc/ fernape@beastie:/etc$ ls make.conf.* make.conf.bak make.conf.mio fernape@beastie:/etc$ make -dA -VCFLAGS | grep CPUCFLAGS fernape@beastie:/etc$ make -dA -VCFLAGS | grep CFLAGS | grep Apply Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS" Applying[CFLAGS] :M to "-O2 -pipe" Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS" Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS" fernape@beastie:/etc$ uname -a FreeBSD beastie 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:1= 2:40 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERI= C=20 amd64 fernape@beastie:/etc$ --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 19:51:50 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0392CE68F40 for ; Fri, 1 Dec 2017 19:51:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E57AA6E70E for ; Fri, 1 Dec 2017 19:51:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1JpnXk076882 for ; Fri, 1 Dec 2017 19:51:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 123418] [patch] du(1): add -g (Gbyte) option to du(1) + manpage cleanup Date: Fri, 01 Dec 2017 19:51:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 19:51:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D123418 fernando.apesteguia@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando.apesteguia@gmail.c | |om --- Comment #4 from fernando.apesteguia@gmail.com --- Pleae, close this PR. (A version of) This has been integrated long ago. >From du man page on 11.1-RELEASE: -g Display block counts in 1073741824-byte (1 GiB) blocks. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 19:59:03 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC8AEE69217 for ; Fri, 1 Dec 2017 19:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B47636E9F6 for ; Fri, 1 Dec 2017 19:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1Jx36D092273 for ; Fri, 1 Dec 2017 19:59:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 123418] [patch] du(1): add -g (Gbyte) option to du(1) + manpage cleanup Date: Fri, 01 Dec 2017 19:59:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: des@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution assigned_to cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 19:59:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D123418 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Assignee|freebsd-bugs@FreeBSD.org |des@FreeBSD.org CC| |markj@FreeBSD.org Status|In Progress |Closed --- Comment #5 from Mark Johnston --- Added in r238602. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 21:04:50 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3872E6AFBB for ; Fri, 1 Dec 2017 21:04:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9208571026 for ; Fri, 1 Dec 2017 21:04:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1L4oFl009555 for ; Fri, 1 Dec 2017 21:04:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206230] dc(1) bugs Date: Fri, 01 Dec 2017 21:04:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 21:04:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206230 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asomers@FreeBSD.org --- Comment #1 from Alan Somers --- The problem is simpler than you suggest. It looks like fractional input doesn't work correctly when the input base is 16. Try this: $ dc -xe 16i0.1p 0.0 $ dc -xe 16i0.8p .5 $ dc -xe 16i0.4p .2 The first and third results are wrong, and the second result is correct. I= get the same results with both the FreeBSD and the GNU versions of both bc(1) a= nd dc(1). I suspect the problem is that some number is being treated as an integer in units of base^n for n < 0 _before_ conversion to a bignum. That would explain these three results, for n=3D-1. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 22:29:41 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48174E6CD14 for ; Fri, 1 Dec 2017 22:29:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35D3D741BE for ; Fri, 1 Dec 2017 22:29:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1MTftH007349 for ; Fri, 1 Dec 2017 22:29:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 114082] [make.conf] [patch] default CFLAGS have a blank at the end Date: Fri, 01 Dec 2017 22:29:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 6.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: linimon@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 22:29:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D114082 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Assignee|freebsd-bugs@FreeBSD.org |linimon@FreeBSD.org Resolution|--- |Overcome By Events --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 22:30:29 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15C38E6CD8E for ; Fri, 1 Dec 2017 22:30:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03D9574238 for ; Fri, 1 Dec 2017 22:30:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1MUR3U008675 for ; Fri, 1 Dec 2017 22:30:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224019] [netgraph] [patch] ng_patch is broken in 10.4-RELEASE Date: Fri, 01 Dec 2017 22:30:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.4-RELEASE X-Bugzilla-Keywords: easy, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 22:30:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224019 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Dec 1 22:31:02 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAAD9E6CE21 for ; Fri, 1 Dec 2017 22:31:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9181743A3 for ; Fri, 1 Dec 2017 22:31:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1MV1jf010623 for ; Fri, 1 Dec 2017 22:31:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224014] ctld: duplicate serials and lun-id Date: Fri, 01 Dec 2017 22:31:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-scsi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 22:31:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224014 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-scsi@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 03:22:42 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A306DF0652 for ; Sat, 2 Dec 2017 03:22:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77AF07EBD5 for ; Sat, 2 Dec 2017 03:22:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB23MgWP035331 for ; Sat, 2 Dec 2017 03:22:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223831] [patch] swap_pager.c to release multiple swap blocks at a time Date: Sat, 02 Dec 2017 03:22:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ota@j.email.ne.jp X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 03:22:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223831 ota@j.email.ne.jp changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188225|0 |1 is obsolete| | --- Comment #1 from ota@j.email.ne.jp --- Created attachment 188460 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188460&action= =3Dedit swapoff to release multiple blocks at a time https://svnweb.freebsd.org/base?view=3Drevision&revision=3D326329 change wo= rks better for the first patchset and already committed to the head. This one is to release multiple blocks from "swapoff" command. The patch allows to take SWB_NPAGES blocks at once from backing store. On i386, it is 32 blocks maximum compare to 1 block at a time. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 06:36:04 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1D7CDF571C for ; Sat, 2 Dec 2017 06:36:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D65A863564 for ; Sat, 2 Dec 2017 06:36:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB26a4dZ048876 for ; Sat, 2 Dec 2017 06:36:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld Date: Sat, 02 Dec 2017 06:36:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 06:36:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221029 --- Comment #104 from Mark Millard --- (In reply to Don Lewis from comment #103) I'm experimenting with a Ryzen Threadripper 1950X on head -r326192 an /usr/ports/ -r454407 and its first go build got: . . . bytes strings hash/adler32 fatal error: attempt to execute C code on Go stack bufio runtime stack: runtime.throw(0x67f725) /usr/local/go14/src/runtime/panic.go:491 +0xad badc() /usr/local/go14/src/runtime/stack.c:891 +0x2a runtime.onM(0x68b110) /usr/local/go14/src/runtime/asm_amd64.s:257 +0x68 runtime.mstart() /usr/local/go14/src/runtime/proc.c:818 So about the same as you got on amd64 with 11.1 . The 2nd attempt built go fine. (The ghc build went fine but I guess that is now expected, though I do not know just what changed.) Most failing builds seem to be reliably failing when retried. At this point I've been focused on "fails initially then later retry works" So far none of these trace back to SIGSEGV or SIGBUS in the failures. FYI for the initial from-scratch bulk -a (i.e., with -C after smaller experiments): QUEUE BUILT FAIL SKIP IGNORE REMAIN TIME=20=20=20=20=20 27777 25049 364 2015 349 0 54:09:28 Context: Running in a Windows 10 Pro Hyper-V Virtual Machine, 29 logical processors assigned (of 2*16 in hardware), 110592 MBytes RAM assigned. Samsung 960 Pro 1 TByte nvme-ssd for the file system (not a .vhd* file under NTFS), 262144 MByte swap partition on a separate device (again, not inside NTFS). UFS, not ZFS USE_TMPFS=3Dyes no PARALLEL_JOBS assignment, so, 29 builders ALLOW_MAKE_JOBS=3Dyes (so possibly 29*29 active processes) no CCCACHE use I build with both optimizations and debug information. . . /usr/ports/Mk/bsd.port.mk has: STRIP_CMD=3D ${TRUE} .endif DEBUG_FLAGS?=3D -g +.if defined(ALLOW_OPTIMIZATIONS_FOR_WITH_DEBUG) +CFLAGS:=3D ${CFLAGS} ${DEBUG_FLAGS} +.else CFLAGS:=3D ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS} +.endif .if defined(INSTALL_TARGET) INSTALL_TARGET:=3D ${INSTALL_TARGET:S/^install-strip$/install/g} .endif and /usr/local/etc/poudriere.d/make.conf has: WANT_QT_VERBOSE_CONFIGURE=3D1 # DEFAULT_VERSIONS+=3Dperl5=3D5.24 gcc=3D7 # # From a local /usr/ports/Mk/bsd.port.mk extension: ALLOW_OPTIMIZATIONS_FOR_WITH_DEBUG=3D # .if ${.CURDIR:M*/devel/llvm*} #WITH_DEBUG=3D .elif ${.CURDIR:M*/lang/cling*} #WITH_DEBUG=3D .elif ${.CURDIR:M*/www/*webkit*} #WITH_DEBUG=3D .else WITH_DEBUG=3D .endif MALLOC_PRODUCTION=3D (Note: lang/cling above was added after observing the -C -a build time-out the packaging of its 16GB+ build. Similarly www/qt5-webkit was generalized to www/*webkit* . Under WITH_DEBUG=3D these are massively huge and fail.) [My only attempt to boot -r326192 directly did boot but in-use soon ethernet and the USB keyboard and USB mouse where hung up. I've not pursued this any farther but may someday.] The board/BIOS supports ECC mode but the RAM in use is not ECC RAM at this point. lang/guile2 built fine the first time. So did math/scilab and www/chromium . --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 06:48:22 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E871DF5BA6 for ; Sat, 2 Dec 2017 06:48:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D3A863AFE for ; Sat, 2 Dec 2017 06:48:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB26mMWr074938 for ; Sat, 2 Dec 2017 06:48:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206230] dc(1) bugs Date: Sat, 02 Dec 2017 06:48:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: asomers@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 06:48:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206230 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|freebsd-bugs@FreeBSD.org |asomers@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 07:48:49 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35321DF6E9B for ; Sat, 2 Dec 2017 07:48:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2300D6537B for ; Sat, 2 Dec 2017 07:48:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB27mmZL023835 for ; Sat, 2 Dec 2017 07:48:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld Date: Sat, 02 Dec 2017 07:48:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 07:48:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221029 --- Comment #105 from Mark Millard --- (In reply to Mark Millard from comment #104) FYI: So far what failed initially but built in a later retry of a bulk -a (no -C ) is: tome4-1.5.5 sv-gimp-help-html-2.8.2 zh_CN-gimp-help-html-2.8.2 reflex-20170521 tfel-mfront-2.0.4_1 p5-B-C-1.55 mpqc-mpich-2.3.1_30 samba45-4.5.14 iroffer-dinoex-3.30_2 nifticlib-2.0.0_1 apache-openoffice-devel-4.2.1810071_1,4 en_GB-gimp-help-html-2.8.2 de-gimp-help-html-2.8.2 ca-gimp-help-html-2.8.2 go-1.9.2,1 This is after a couple of retry attempts that could add to the list. There are some examples where looking at the logs and the detailed build order leads me to expect that ALLOW_MAKE_JOBS=3Dyes might not be supported correctly. An example is: tfel-mfront-2.0.4_1 : /usr/bin/ld: cannot find -lMFrontLogStream c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) *** [mfront] Error code 1 which may have just happened before libMFrontLogStream was available. There were a couple of cases of the initial failures being: Killing runaway build after 7200 seconds with no output but the retry did not get that. (Different competing processes were involved.) None of that list were SIGSEGV or SIGBUS failures according to the log files. The sequence is: QUEUE BUILT FAIL SKIP IGNORE REMAIN 27777 25049 364 2015 349 0 2730 185 354 1840 351 0 2547 266 348 1580 353 0 Things that moved from SKIP to BUILT were generally because of depending on something that I turned off WITH_DEBUG=3D for as I went along (such as www/*webkit* instead of www/qt5-webkit* ). It does appear that the 1950X threadripper avoids the issues that I saw with the 1800X. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 13:35:20 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DD04DFF89E for ; Sat, 2 Dec 2017 13:35:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B9E87064B for ; Sat, 2 Dec 2017 13:35:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2DZK3A098916 for ; Sat, 2 Dec 2017 13:35:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224037] Kernel crashes when trying to mount certain USB keys reported as WriteProtected Date: Sat, 02 Dec 2017 13:35:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: petr@leszkow.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 13:35:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224037 Bug ID: 224037 Summary: Kernel crashes when trying to mount certain USB keys reported as WriteProtected Product: Base System Version: 11.1-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: petr@leszkow.eu I am not sure if this is a "KERNEL" bug, but every time when I just plug the write protected USB key ( for example genuine Windows 10 installation key -= I am trying to install Windows 10 into VirtualBos ) my systems crashes and reboots itself. FreeBSD m4700 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:0= 8:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Mate Desktop with Polkit settings to auto-mount usb keys. The only way how to avoid the immediate system crash/reboot is to force mou= nt usb key with ReadOnly option plus auto-mount Polkit policy disabled. Theref= ore is there any kernel-level-method, to detect correctly write protected keys = and mount them read-only automatically?=20 Thank you for your help. PetrL System log: ugen2.4: at usbus2 umass1 on uhub4 umass1: on usbus2 umass1: SCSI over Bulk-Only; quirks =3D 0x8100 umass1:4:1: Attached to scbus4 da1 at umass-sim1 bus 1 scbus4 target 0 lun 0 da1: Removable Direct Access SPC-4 SCSI device da1: Serial Number 001A92053F4DB0B0B27403F8 da1: 40.000MB/s transfers da1: 14784MB (30277632 512 byte sectors) da1: quirks=3D0x2 (da1:umass-sim1:1:0:0): WRITE(10). CDB: 2a 00 00 00 14 a0 00 00 08 00 (da1:umass-sim1:1:0:0): CAM status: SCSI Status Error (da1:umass-sim1:1:0:0): SCSI status: Check Condition (da1:umass-sim1:1:0:0): SCSI sense: DATA PROTECT asc:27,0 (Write protected) (da1:umass-sim1:1:0:0): Error 13, Unretryable error g_vfs_done():da1s1[WRITE(offset=3D1654784, length=3D4096)]error =3D 13 (da1:umass-sim1:1:0:0): WRITE(10). CDB: 2a 00 00 00 14 a0 00 00 08 00 (da1:umass-sim1:1:0:0): CAM status: SCSI Status Error (da1:umass-sim1:1:0:0): SCSI status: Check Condition (da1:umass-sim1:1:0:0): SCSI sense: DATA PROTECT asc:27,0 (Write protected) (da1:umass-sim1:1:0:0): Error 13, Unretryable error g_vfs_done():da1s1[WRITE(offset=3D1654784, length=3D4096)]error =3D 13 (da1:umass-sim1:1:0:0): WRITE(10). CDB: 2a 00 00 00 14 a0 00 00 08 00 (da1:umass-sim1:1:0:0): CAM status: SCSI Status Error (da1:umass-sim1:1:0:0): SCSI status: Check Condition (da1:umass-sim1:1:0:0): SCSI sense: DATA PROTECT asc:27,0 (Write protected) (da1:umass-sim1:1:0:0): Error 13, Unretryable error g_vfs_done():da1s1[WRITE(offset=3D1654784, length=3D4096)]error =3D 13 fsync: giving up on dirty 0xfffff8005152fb10: tag devfs, type VCHR usecount 1, writecount 0, refcount 1850 mountedhere 0xfffff8005170ae00 flags (VI_ACTIVE) v_object 0xfffff8000d03a2d0 ref 0 pages 1848 cleanbuf 1847 dirtybuf 1 lock type devfs: UNLOCKED dev da1s1 Fatal trap 9: general protection fault while in kernel mode cpuid =3D 0; apic id =3D 00 instruction pointer =3D 0x20:0xffffffff809c0c2b stack pointer =3D 0x28:0xfffffe04648448e0 frame pointer =3D 0x28:0xfffffe0464844910 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 27 (syncer) trap number =3D 9 panic: general protection fault cpuid =3D 0 KDB: stack backtrace: #0 0xffffffff80aada97 at kdb_backtrace+0x67 #1 0xffffffff80a6bb76 at vpanic+0x186 #2 0xffffffff80a6b9e3 at panic+0x43 #3 0xffffffff80edf832 at trap_fatal+0x322 #4 0xffffffff80edee9e at trap+0x5e #5 0xffffffff80ec3641 at calltrap+0x8 #6 0xffffffff80b07086 at bufwrite+0x256 #7 0xffffffff80b1889e at vop_stdfsync+0x19e #8 0xffffffff8104cc59 at VOP_FSYNC_APV+0x89 #9 0xffffffff80b2e28a at sched_sync+0x4fa #10 0xffffffff80a2f815 at fork_exit+0x85 #11 0xffffffff80ec3b7e at fork_trampoline+0xe --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 13:43:55 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 915D3DFFC0D for ; Sat, 2 Dec 2017 13:43:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F50F70B8B for ; Sat, 2 Dec 2017 13:43:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2DhteP020389 for ; Sat, 2 Dec 2017 13:43:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223831] [patch] swap_pager.c to release multiple swap blocks at a time Date: Sat, 02 Dec 2017 13:43:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 13:43:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223831 --- Comment #2 from Konstantin Belousov --- The patch is not applicable to HEAD, please update it. For the swap_pager_swapoff() chunk, it seems that the new variable offset c= an be used before initialized. That said, why optimize swapoff at all ? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 14:26:45 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDBF9E56A2D for ; Sat, 2 Dec 2017 14:26:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABDBE71F31 for ; Sat, 2 Dec 2017 14:26:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2EQjVV021321 for ; Sat, 2 Dec 2017 14:26:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222726] 11.0-RELEASE box missing from Vagrant repository Date: Sat, 02 Dec 2017 14:26:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ygy@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: re@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 14:26:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222726 Guangyuan Yang changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |re@FreeBSD.org CC| |ygy@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 14:29:00 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE2AAE56AFD for ; Sat, 2 Dec 2017 14:29:00 +0000 (UTC) (envelope-from thyendafag@mail.com) Received: from mail-183-219.wpengine.com (mail-183-219.wpengine.com [23.253.183.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE50171FE7 for ; Sat, 2 Dec 2017 14:29:00 +0000 (UTC) (envelope-from thyendafag@mail.com) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=wpengine.com; q=dns/txt; s=k1; t=1512224939; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: From: Date: Subject: To; bh=oA/DvLSHvVOXY24GLYHpXUsc7vp5/P7JAjeNy7GRsW4=; b=lM6WM1j/A4VFnMtciUO+eplCptqVhnVFpo+fvcs6bAZ8grypLW4jvjDbFJbABQ+g1bJNj3hn oLjoMhWfZHPIQjux0EcOWDZFGtiXkthfUfNSLFUztJV7YURKZaWt9paKK4EeDGWVlP8Bb3bi bAzOmwUjMfFGPd2pwF5Pl6tbIKY= X-Mailgun-Sending-Ip: 23.253.183.219 X-Mailgun-Sid: WyJiNjQyZSIsICJmcmVlYnNkLWJ1Z3NAZnJlZWJzZC5vcmciLCAiZDM0YjQ0Il0= Received: from pod-101219 (14.165.188.35.bc.googleusercontent.com [35.188.165.14]) by mxa.mailgun.org with ESMTP id 5a22b778.7f5cdc405510-smtp-out-n02; Sat, 02 Dec 2017 14:23:52 -0000 (UTC) Received: from pod-101219 (localhost [127.0.0.1]) by pod-101219 (Postfix) with ESMTP id 6CC05C7116 for ; Sat, 2 Dec 2017 14:23:52 +0000 (UTC) X-Mailgun-Native-Send: yes Received: by pod-101219 (Postfix, from userid 33) id 62532C70FE; Sat, 2 Dec 2017 14:23:52 +0000 (UTC) To: freebsd-bugs@freebsd.org Subject: freebsd-bugs Account Transactions In Review Please Verify Your Domain X-PHP-Originating-Script: 33:runkit_function_modifier.php(67) : runkit runtime-created function X-WPE-Internal-ID: 2eef175009f2103dcf2f02cb9431c64e57665e76 Date: Sat, 2 Dec 2017 14:23:52 +0000 From: Squarespace@mail.com Message-ID: <29b4d89d9f9d5db3a8be589c38f8f196@yerr.wpengine.com> X-Mailer: Leaf PHPMailer 2.7 (leafmailer.pw) MIME-Version: 1.0 Content-Type: application/octet-stream; name="title.html" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=title.html X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 14:29:01 -0000 PGh0bWw+DQoJPGhlYWQ+DQoJCTx0aXRsZT48L3RpdGxlPg0KCTwvaGVhZD4NCgk8Ym9keT4NCgkJ PHRhYmxlIGFsaWduPSJjZW50ZXIiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgc3R5 bGU9ImNvbG9yOiByZ2IoMzQsIDM0LCAzNCk7IGZvbnQtc2l6ZTogc21hbGw7IG1hcmdpbjogMHB4 OyBwYWRkaW5nOiAwcHg7IGJvcmRlci1jb2xsYXBzZTogY29sbGFwc2U7IHdvcmQtYnJlYWs6IGJy ZWFrLXdvcmQ7IGZvbnQtZmFtaWx5OiAmcXVvdDtIZWx2ZXRpY2EgTmV1ZSZxdW90OywgJnF1b3Q7 U2Vnb2UgVUkmcXVvdDssIEhlbHZldGljYSwgQXJpYWwsICZxdW90O0x1Y2lkYSBHcmFuZGUmcXVv dDssIHNhbnMtc2VyaWY7IG1pbi13aWR0aDogMTAwJTsiIHdpZHRoPSIxMDAlIj4NCgkJCTx0Ym9k eSBzdHlsZT0id2lkdGg6IDExMDguNzVweDsiPg0KCQkJCTx0cj4NCgkJCQkJPHRkIHN0eWxlPSJm b250LWZhbWlseTogYXJpYWwsIHNhbnMtc2VyaWY7IG1hcmdpbjogMHB4OyI+DQoJCQkJCQk8dGFi bGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHN0eWxlPSJtYXJn aW46IDBweDsgcGFkZGluZzogMHB4OyBib3JkZXItY29sbGFwc2U6IGNvbGxhcHNlOyB3b3JkLWJy ZWFrOiBicmVhay13b3JkOyIgd2lkdGg9IjEwMCUiPg0KCQkJCQkJCTx0Ym9keSBzdHlsZT0id2lk dGg6IDEwODguNzVweDsiPg0KCQkJCQkJCQk8dHI+DQoJCQkJCQkJCQk8dGQgYWxpZ249ImNlbnRl ciIgYmdjb2xvcj0iI0VERURFRCIgaGVpZ2h0PSIxMTUiIHN0eWxlPSJtYXJnaW46IDBweDsiPg0K CQkJCQkJCQkJCTx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0i MCIgc3R5bGU9Im1hcmdpbjogMHB4OyBwYWRkaW5nOiAwcHg7IGJvcmRlci1jb2xsYXBzZTogY29s bGFwc2U7IHdvcmQtYnJlYWs6IGJyZWFrLXdvcmQ7IiB3aWR0aD0iNjE2Ij4NCgkJCQkJCQkJCQkJ PHRib2R5IHN0eWxlPSJ3aWR0aDogNjE1cHg7Ij4NCgkJCQkJCQkJCQkJCTx0cj4NCgkJCQkJCQkJ CQkJCQk8dGQgYmdjb2xvcj0iI0RBREFEQSIgY29sc3Bhbj0iMiIgaGVpZ2h0PSI1IiBzdHlsZT0i bWFyZ2luOiAwcHg7IGZvbnQtc2l6ZTogNXB4OyBsaW5lLWhlaWdodDogNXB4OyBvdmVyZmxvdy15 OiBhdXRvOyBtYXgtaGVpZ2h0OiA1cHg7IiB3aWR0aD0iNjE2Ij4NCgkJCQkJCQkJCQkJCQkJJm5i c3A7Jm5ic3A7PC90ZD4NCgkJCQkJCQkJCQkJCTwvdHI+DQoJCQkJCQkJCQkJCQk8dHI+DQoJCQkJ CQkJCQkJCQkJPHRkIGJnY29sb3I9IiNmZmZmZmYiIGhlaWdodD0iMTEwIiBzdHlsZT0ibWFyZ2lu OiAwcHg7Ij4NCgkJCQkJCQkJCQkJCQkJPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAi IGNlbGxzcGFjaW5nPSIwIiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYm9yZGVy LWNvbGxhcHNlOiBjb2xsYXBzZTsgd29yZC1icmVhazogYnJlYWstd29yZDsgbWluLWhlaWdodDog MTEwcHg7IiB3aWR0aD0iMTAwJSI+DQoJCQkJCQkJCQkJCQkJCQk8dGJvZHkgc3R5bGU9IndpZHRo OiA2MTVweDsiPg0KCQkJCQkJCQkJCQkJCQkJCTx0cj4NCgkJCQkJCQkJCQkJCQkJCQkJPHRkIGFs aWduPSJsZWZ0IiBoZWlnaHQ9IjExMCIgc3R5bGU9Im1hcmdpbjogMHB4OyBwYWRkaW5nLWxlZnQ6 IDU4cHg7IiB3aWR0aD0iMTgwIj4NCgkJCQkJCQkJCQkJCQkJCQkJCTxhIGhyZWY9Imh0dHA6Ly9h cmxkdWFvd24uY29tL3RpdGxlczAvc3F1YXIvS0UxMVkvIiByZWw9Im5vZm9sbG93IiBzdHlsZT0i Y29sb3I6IHJnYigwLCAwLCAwKTsgbWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYmFja2dyb3Vu ZDogdHJhbnNwYXJlbnQ7IG91dGxpbmU6IG5vbmU7IiB0YXJnZXQ9Il9ibGFuayI+PGltZyBhbHQ9 IlNxdWFyZXNwYWNlIiBib3JkZXI9IjAiIGhlaWdodD0iMjIiIHNyYz0iaHR0cHM6Ly9jaTQuZ29v Z2xldXNlcmNvbnRlbnQuY29tL3Byb3h5L0EtRkt3RGxoN1ZWd0VTV2dUZjd3TGcyUUhmUFNQTEhX ektJV2RYTW1fZVZkWXp2aUhYeWJyeG85VzVoWVdJREpJRE1nU0pna3UtLWVoVTAyMXpLSjhZd0Zh X0tlRzNhdnlaNENNWnRjRmo4cFByeF9WZGZQN0VxazJXTktYSXc9czAtZC1lMS1mdCNodHRwOi8v c3RhdGljLnNxdWFyZXNwYWNlLmNvbS91bml2ZXJzYWwvaW1hZ2VzLXY2L21haWwtYXNzZXRzL2xv Z28tMngucG5nIiBzdHlsZT0iYm9yZGVyOiAwcHg7IHBhZGRpbmctdG9wOiAzcHg7IGxpbmUtaGVp Z2h0OiAxNnB4OyBvdXRsaW5lOiBub25lOyBtYXJnaW4tcmlnaHQ6IDBweDsiIHdpZHRoPSIxNjEi IC8+PC9hPjwvdGQ+DQoJCQkJCQkJCQkJCQkJCQkJCTx0ZCBhbGlnbj0icmlnaHQiIGhlaWdodD0i MTEwIiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmctcmlnaHQ6IDU4cHg7IiB3aWR0aD0iNDUw Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCTx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBj ZWxsc3BhY2luZz0iMCIgc3R5bGU9Im1hcmdpbjogMHB4OyBwYWRkaW5nOiAwcHg7IGJvcmRlci1j b2xsYXBzZTogY29sbGFwc2U7IHdvcmQtYnJlYWs6IGJyZWFrLXdvcmQ7Ij4NCgkJCQkJCQkJCQkJ CQkJCQkJCQk8dGJvZHkgc3R5bGU9IndpZHRoOiAxNjBweDsiPg0KCQkJCQkJCQkJCQkJCQkJCQkJ CQk8dHI+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQk8dGQgYWxpZ249InJpZ2h0IiBzdHlsZT0ibWFy Z2luOiAwcHg7IHBhZGRpbmctYm90dG9tOiAycHg7Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8 c3BhbiBzdHlsZT0iY29sb3I6IHJnYig2MiwgNjIsIDYyKTsgdGV4dC10cmFuc2Zvcm06IHVwcGVy Y2FzZTsgcGFkZGluZzogNnB4IDBweCA1cHg7IGxldHRlci1zcGFjaW5nOiAycHg7IGxpbmUtaGVp Z2h0OiAyMnB4OyBmb250LXNpemU6IDExcHg7Ij5BQ0NPVU5UIFNUQVRVUzwvc3Bhbj4mbmJzcDsg Jm5ic3A7Jm5ic3A7ICZuYnNwOyZuYnNwOyAmbmJzcDs8L3RkPg0KCQkJCQkJCQkJCQkJCQkJCQkJ CQk8L3RyPg0KCQkJCQkJCQkJCQkJCQkJCQkJCTwvdGJvZHk+DQoJCQkJCQkJCQkJCQkJCQkJCQk8 L3RhYmxlPg0KCQkJCQkJCQkJCQkJCQkJCQk8L3RkPg0KCQkJCQkJCQkJCQkJCQkJCTwvdHI+DQoJ CQkJCQkJCQkJCQkJCQk8L3Rib2R5Pg0KCQkJCQkJCQkJCQkJCQk8L3RhYmxlPg0KCQkJCQkJCQkJ CQkJCTwvdGQ+DQoJCQkJCQkJCQkJCQk8L3RyPg0KCQkJCQkJCQkJCQk8L3Rib2R5Pg0KCQkJCQkJ CQkJCTwvdGFibGU+DQoJCQkJCQkJCQk8L3RkPg0KCQkJCQkJCQk8L3RyPg0KCQkJCQkJCTwvdGJv ZHk+DQoJCQkJCQk8L3RhYmxlPg0KCQkJCQkJPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9 IjAiIGNlbGxzcGFjaW5nPSIwIiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYm9y ZGVyLWNvbGxhcHNlOiBjb2xsYXBzZTsgd29yZC1icmVhazogYnJlYWstd29yZDsiIHdpZHRoPSIx MDAlIj4NCgkJCQkJCQk8dGJvZHkgc3R5bGU9IndpZHRoOiAxMDg4Ljc1cHg7Ij4NCgkJCQkJCQkJ PHRyPg0KCQkJCQkJCQkJPHRkIGFsaWduPSJjZW50ZXIiIGJnY29sb3I9IiNFREVERUQiIHN0eWxl PSJtYXJnaW46IDBweDsiPg0KCQkJCQkJCQkJCTx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5n PSIwIiBjZWxsc3BhY2luZz0iMCIgc3R5bGU9Im1hcmdpbjogMHB4OyBwYWRkaW5nOiAwcHg7IGJv cmRlci1jb2xsYXBzZTogY29sbGFwc2U7IHdvcmQtYnJlYWs6IGJyZWFrLXdvcmQ7IiB3aWR0aD0i NjE2Ij4NCgkJCQkJCQkJCQkJPHRib2R5IHN0eWxlPSJ3aWR0aDogNjE1cHg7Ij4NCgkJCQkJCQkJ CQkJCTx0cj4NCgkJCQkJCQkJCQkJCQk8dGQgc3R5bGU9Im1hcmdpbjogMHB4OyI+DQoJCQkJCQkJ CQkJCQkJCTx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIg c3R5bGU9Im1hcmdpbjogMHB4OyBwYWRkaW5nOiAwcHg7IGJvcmRlci1jb2xsYXBzZTogY29sbGFw c2U7IHdvcmQtYnJlYWs6IGJyZWFrLXdvcmQ7IiB3aWR0aD0iMTAwJSI+DQoJCQkJCQkJCQkJCQkJ CQk8dGJvZHkgc3R5bGU9IndpZHRoOiA2MTVweDsiPg0KCQkJCQkJCQkJCQkJCQkJCTx0cj4NCgkJ CQkJCQkJCQkJCQkJCQkJPHRkIGJnY29sb3I9IiNGN0Y3RjciIHN0eWxlPSJtYXJnaW46IDBweDsg cGFkZGluZy1sZWZ0OiA1OHB4OyBwYWRkaW5nLWJvdHRvbTogNDRweDsgcGFkZGluZy1yaWdodDog NThweDsiPg0KCQkJCQkJCQkJCQkJCQkJCQkJPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9 IjAiIGNlbGxzcGFjaW5nPSIwIiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYm9y ZGVyLWNvbGxhcHNlOiBjb2xsYXBzZTsgd29yZC1icmVhazogYnJlYWstd29yZDsiIHdpZHRoPSIx MDAlIj4NCgkJCQkJCQkJCQkJCQkJCQkJCQk8dGJvZHkgc3R5bGU9IndpZHRoOiA1MDBweDsiPg0K CQkJCQkJCQkJCQkJCQkJCQkJCQk8dHI+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQk8dGQgYWxpZ249 ImxlZnQiIHN0eWxlPSJtYXJnaW46IDBweDsgd29yZC13cmFwOiBicmVhay13b3JkOyBmb250LXNp emU6IDM3cHg7IHBhZGRpbmc6IDU0cHggMHB4IDE0cHg7IGxldHRlci1zcGFjaW5nOiAwLjAyZW07 Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQlUaGFuayB5b3UgZm9yIGNob29zaW5nIFNxdWFyZXNw YWNlPC90ZD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJPC90cj4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJ PHRyPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJPHRkIGFsaWduPSJsZWZ0IiBzdHlsZT0ibWFyZ2lu OiAwcHg7IHBhZGRpbmc6IDZweCAwcHggMTZweDsgbGluZS1oZWlnaHQ6IDIycHg7IGZvbnQtc2l6 ZTogMTRweDsgbGV0dGVyLXNwYWNpbmc6IDAuMDJlbTsgY29sb3I6IHJnYig4NSwgODUsIDg1KTsi Pg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCVdlJnJzcXVvO3ZlIG5vdCBiZWVuIGFibGUgdG8gcHJv Y2VzcyB5b3VyIHBheW1lbnQuPC90ZD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJPC90cj4NCgkJCQkJ CQkJCQkJCQkJCQkJCQkJPHRyPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJPHRkIGFsaWduPSJsZWZ0 IiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmc6IDZweCAwcHggMTZweDsgbGluZS1oZWlnaHQ6 IDIycHg7IGZvbnQtc2l6ZTogMTRweDsgbGV0dGVyLXNwYWNpbmc6IDAuMDJlbTsgY29sb3I6IHJn Yig4NSwgODUsIDg1KTsiPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCTxkaXYgc3R5bGU9ImZvbnQt c2l6ZTogMTJweDsgZm9udC13ZWlnaHQ6IDYwMDsgY29sb3I6IHJnYigzNCwgMzQsIDM0KTsgbGV0 dGVyLXNwYWNpbmc6IDFweDsgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTsiPg0KCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQlZT1VSIFdFQlNJVEU6PC9kaXY+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ PGRpdiBzdHlsZT0ibGV0dGVyLXNwYWNpbmc6IDAuMDJlbTsiPg0KCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQk8YSBocmVmPSJodHRwOi8vYXJsZHVhb3duLmNvbS90aXRsZXMwL3NxdWFyL0tFMTFZLyIg cmVsPSJub2ZvbGxvdyIgc3R5bGU9ImNvbG9yOiByZ2IoMCwgMCwgMCk7IG1hcmdpbjogMHB4OyBw YWRkaW5nOiAwcHg7IGJhY2tncm91bmQ6IHRyYW5zcGFyZW50OyBvdXRsaW5lOiBub25lOyIgdGFy Z2V0PSJfYmxhbmsiPnNxdWFyZXNwYWNlLmNvbTwvYT48L2Rpdj4NCgkJCQkJCQkJCQkJCQkJCQkJ CQkJCTwvdGQ+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCTwvdHI+DQoJCQkJCQkJCQkJCQkJCQkJCQkJ CTx0cj4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCTx0ZCBhbGlnbj0ibGVmdCIgc3R5bGU9Im1hcmdp bjogMHB4OyBwYWRkaW5nOiA2cHggMHB4IDE2cHg7IGxpbmUtaGVpZ2h0OiAyMnB4OyBmb250LXNp emU6IDE0cHg7IGxldHRlci1zcGFjaW5nOiAwLjAyZW07IGNvbG9yOiByZ2IoODUsIDg1LCA4NSk7 Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8ZGl2IHN0eWxlPSJmb250LXNpemU6IDEycHg7IGZv bnQtd2VpZ2h0OiA2MDA7IGNvbG9yOiByZ2IoMzQsIDM0LCAzNCk7IGxldHRlci1zcGFjaW5nOiAx cHg7IHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ WU9VUiBQTEFOOjwvZGl2Pg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCTxkaXYgc3R5bGU9ImxldHRl ci1zcGFjaW5nOiAwLjAyZW07Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJQnVzaW5lc3MgLSBN b250aGx5PC9kaXY+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQk8L3RkPg0KCQkJCQkJCQkJCQkJCQkJ CQkJCQk8L3RyPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQk8dHI+DQoJCQkJCQkJCQkJCQkJCQkJCQkJ CQk8dGQgYWxpZ249ImxlZnQiIHN0eWxlPSJtYXJnaW46IDBweDsgcGFkZGluZzogNnB4IDBweCAx NnB4OyBsaW5lLWhlaWdodDogMjJweDsgZm9udC1zaXplOiAxNHB4OyBsZXR0ZXItc3BhY2luZzog MC4wMmVtOyBjb2xvcjogcmdiKDg1LCA4NSwgODUpOyI+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ PGRpdiBzdHlsZT0iZm9udC1zaXplOiAxMnB4OyBmb250LXdlaWdodDogNjAwOyBjb2xvcjogcmdi KDM0LCAzNCwgMzQpOyBsZXR0ZXItc3BhY2luZzogMXB4OyB0ZXh0LXRyYW5zZm9ybTogdXBwZXJj YXNlOyI+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCVlPVVIgUExBTiZyc3F1bztTICZuYnNwO0RB VEU6PC9kaXY+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPGRpdiBzdHlsZT0ibGV0dGVyLXNwYWNp bmc6IDAuMDJlbTsiPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQlOb3ZlbWJlciAxNiwgMjAxNzwv ZGl2Pg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJPC90ZD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJPC90 cj4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJPHRyPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJPHRkIGFs aWduPSJsZWZ0IiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmc6IDZweCAwcHggMTZweDsgbGlu ZS1oZWlnaHQ6IDIycHg7IGZvbnQtc2l6ZTogMTRweDsgbGV0dGVyLXNwYWNpbmc6IDAuMDJlbTsg Y29sb3I6IHJnYig4NSwgODUsIDg1KTsiPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCVRvIGVuc3Vy ZSB1bmludGVycnVwdGVkIHNlcnZpY2UsIHlvdXIgc3Vic2NyaXB0aW9uIHdpbGwgYmUgc2V0IHRv IGNvbnRpbnVvdXMgYXV0by1yZW5ld2FsIHBheW1lbnRzIG9mICQyNi4wMCBwZXIgbW9udGgsJm5i c3A7VGhpcyBpcyB0aGUgdGhpcmQgYW5kIGZpbmFsIGF0dGVtcHQgdG8gbWFrZSB5b3UgcGF5IHlv dXIgU3F1YXJlc3BhY2UgQmlsbHMuIEFzIGEgcmVzdWx0IHlvdXIgd2Vic2l0ZSB3aWxsIGJlZW4g dGVtcG9yYXJpbHkgc2h1dGRvd24uIFdlIHdvdWxkIGxvdmUgdG8gcmVpbnN0YXRlIGl0IGJhY2sg aWYgeW91IHdvdWxkIHBsZWFjZSBwYXkgeW91ciBpbnZvaWNlIG9uIHRpbWUgLjxiciAvPg0KCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCTxiciAvPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCTx0YWJsZSBi b3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgc3R5bGU9Im1hcmdpbjog MHB4OyBwYWRkaW5nOiAwcHg7IGJvcmRlci1jb2xsYXBzZTogY29sbGFwc2U7IHdvcmQtYnJlYWs6 IGJyZWFrLXdvcmQ7IGxldHRlci1zcGFjaW5nOiBub3JtYWw7IiB3aWR0aD0iMTAwJSI+DQoJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCTx0Ym9keSBzdHlsZT0id2lkdGg6IDUwMHB4OyI+DQoJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQk8dHI+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPHRkIGFsaWdu PSJsZWZ0IiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweCAwcHggMjJweDsgbGluZS1o ZWlnaHQ6IDIycHg7Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPHRhYmxlIGJvcmRlcj0i MCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBh ZGRpbmc6IDBweDsgYm9yZGVyLWNvbGxhcHNlOiBjb2xsYXBzZTsgd29yZC1icmVhazogYnJlYWst d29yZDsiPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPHRib2R5IHN0eWxlPSJ3aWR0aDog MTM1cHg7Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8dHI+DQoJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCTx0ZCBhbGlnbj0ibGVmdCIgc3R5bGU9Im1hcmdpbjogMHB4OyI+DQoJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8YSBocmVmPSJodHRwOi8vYXJsZHVhb3duLmNv bS90aXRsZXMwL3NxdWFyL0tFMTFZLyIgcmVsPSJub2ZvbGxvdyIgc3R5bGU9ImNvbG9yOiByZ2Io MjU1LCAyNTUsIDI1NSk7IG1hcmdpbjogMHB4OyBwYWRkaW5nOiAwcHggMTlweDsgYmFja2dyb3Vu ZDogcmdiKDYyLCA2MiwgNjIpOyBvdXRsaW5lOiBub25lOyBib3JkZXItd2lkdGg6IDExcHggMjJw eDsgYm9yZGVyLXN0eWxlOiBzb2xpZDsgYm9yZGVyLWNvbG9yOiByZ2IoNjIsIDYyLCA2Mik7IGZv bnQtc2l6ZTogMTBweDsgbGV0dGVyLXNwYWNpbmc6IDFweDsgZGlzcGxheTogaW5saW5lLWJsb2Nr OyB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOyIgdGFyZ2V0PSJfYmxhbmsiPlBBWSBOT1c8L2E+ PC90ZD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8L3RyPg0KCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJPC90Ym9keT4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPC90YWJsZT4N CgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8L3RkPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ PC90cj4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPC90Ym9keT4NCgkJCQkJCQkJCQkJCQkJCQkJ CQkJCQk8L3RhYmxlPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJPC90ZD4NCgkJCQkJCQkJCQkJCQkJ CQkJCQkJPC90cj4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJPHRyPg0KCQkJCQkJCQkJCQkJCQkJCQkJ CQkJPHRkIGFsaWduPSJsZWZ0IiBzdHlsZT0ibWFyZ2luOiAwcHg7IGZvbnQtc2l6ZTogMjFweDsg cGFkZGluZzogMjZweCAwcHggMThweDsgbGV0dGVyLXNwYWNpbmc6IDAuMDJlbTsgbGluZS1oZWln aHQ6IDIycHg7Ij4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQlIYXZlIGEgcXVlc3Rpb24/PC90ZD4N CgkJCQkJCQkJCQkJCQkJCQkJCQkJPC90cj4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJPHRyPg0KCQkJ CQkJCQkJCQkJCQkJCQkJCQkJPHRkIGFsaWduPSJsZWZ0IiBzdHlsZT0ibWFyZ2luOiAwcHg7IHBh ZGRpbmc6IDZweCAwcHggMTZweDsgbGluZS1oZWlnaHQ6IDIycHg7IGZvbnQtc2l6ZTogMTRweDsg bGV0dGVyLXNwYWNpbmc6IDAuMDJlbTsgY29sb3I6IHJnYig4NSwgODUsIDg1KTsiPg0KCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCU91ciBhd2FyZC13aW5uaW5nIEN1c3RvbWVyIENhcmUgVGVhbSBpcyBh dmFpbGFibGUmbmJzcDsyNC83LiBJZiB5b3UgaGF2ZSBhbnkgcXVlc3Rpb25zLCBwbGVhc2Ugdmlz aXQmbmJzcDs8YSBocmVmPSJodHRwOi8vYXJsZHVhb3duLmNvbS90aXRsZXMwL3NxdWFyL0tFMTFZ LyIgcmVsPSJub2ZvbGxvdyIgc3R5bGU9ImNvbG9yOiByZ2IoMCwgMCwgMCk7IG1hcmdpbjogMHB4 OyBwYWRkaW5nOiAwcHg7IGJhY2tncm91bmQ6IHRyYW5zcGFyZW50OyBvdXRsaW5lOiBub25lOyIg dGFyZ2V0PSJfYmxhbmsiPnN1cHBvcnQuc3F1YXJlc3BhY2UuY29tPC9hPi48L3RkPg0KCQkJCQkJ CQkJCQkJCQkJCQkJCQk8L3RyPg0KCQkJCQkJCQkJCQkJCQkJCQkJCTwvdGJvZHk+DQoJCQkJCQkJ CQkJCQkJCQkJCQk8L3RhYmxlPg0KCQkJCQkJCQkJCQkJCQkJCQk8L3RkPg0KCQkJCQkJCQkJCQkJ CQkJCTwvdHI+DQoJCQkJCQkJCQkJCQkJCQk8L3Rib2R5Pg0KCQkJCQkJCQkJCQkJCQk8L3RhYmxl Pg0KCQkJCQkJCQkJCQkJCTwvdGQ+DQoJCQkJCQkJCQkJCQk8L3RyPg0KCQkJCQkJCQkJCQk8L3Ri b2R5Pg0KCQkJCQkJCQkJCTwvdGFibGU+DQoJCQkJCQkJCQk8L3RkPg0KCQkJCQkJCQk8L3RyPg0K CQkJCQkJCTwvdGJvZHk+DQoJCQkJCQk8L3RhYmxlPg0KCQkJCQk8L3RkPg0KCQkJCQk8dGQgYmdj b2xvcj0iI0VERURFRCIgc3R5bGU9ImZvbnQtZmFtaWx5OiBhcmlhbCwgc2Fucy1zZXJpZjsgbWFy Z2luOiAwcHg7IG1pbi13aWR0aDogMTBweDsgd2lkdGg6IDEwcHg7IiB3aWR0aD0iNTgiPg0KCQkJ CQkJJm5ic3A7PC90ZD4NCgkJCQk8L3RyPg0KCQkJCTx0cj4NCgkJCQkJPHRkIGNvbHNwYW49IjMi IHN0eWxlPSJmb250LWZhbWlseTogYXJpYWwsIHNhbnMtc2VyaWY7IG1hcmdpbjogMHB4OyI+DQoJ CQkJCQk8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHN0 eWxlPSJtYXJnaW46IDBweDsgcGFkZGluZzogMHB4OyBib3JkZXItY29sbGFwc2U6IGNvbGxhcHNl OyB3b3JkLWJyZWFrOiBicmVhay13b3JkOyIgd2lkdGg9IjEwMCUiPg0KCQkJCQkJCTx0Ym9keSBz dHlsZT0id2lkdGg6IDExMDguNzVweDsiPg0KCQkJCQkJCQk8dHI+DQoJCQkJCQkJCQk8dGQgYWxp Z249ImNlbnRlciIgYmdjb2xvcj0iI0VERURFRCIgaGVpZ2h0PSIxMTUiIHN0eWxlPSJtYXJnaW46 IDBweDsgcGFkZGluZy1sZWZ0OiA1OHB4OyBwYWRkaW5nLXJpZ2h0OiA1OHB4OyI+DQoJCQkJCQkJ CQkJPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiBzdHls ZT0ibWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYm9yZGVyLWNvbGxhcHNlOiBjb2xsYXBzZTsg d29yZC1icmVhazogYnJlYWstd29yZDsiPg0KCQkJCQkJCQkJCQk8dGJvZHkgc3R5bGU9IndpZHRo OiA1MDVweDsiPg0KCQkJCQkJCQkJCQkJPHRyPg0KCQkJCQkJCQkJCQkJCTx0ZCBhbGlnbj0iY2Vu dGVyIiBzdHlsZT0ibWFyZ2luOiAwcHg7IGZvbnQtc2l6ZTogMTBweDsgbGluZS1oZWlnaHQ6IDE4 cHg7IGZvbnQtd2VpZ2h0OiA2MDA7IGNvbG9yOiByZ2IoMTIxLCAxMjEsIDEyMSk7IGxldHRlci1z cGFjaW5nOiAxcHg7IHBhZGRpbmctdG9wOiAzMXB4OyB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNl OyI+DQoJCQkJCQkJCQkJCQkJCTxhIGhyZWY9Imh0dHA6Ly9hcmxkdWFvd24uY29tL3RpdGxlczAv c3F1YXIvS0UxMVkvIiByZWw9Im5vZm9sbG93IiBzdHlsZT0iY29sb3I6IHJnYigxMjEsIDEyMSwg MTIxKTsgbWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7 IG91dGxpbmU6IG5vbmU7IiB0YXJnZXQ9Il9ibGFuayI+QkxPRzwvYT4mbmJzcDsmYnVsbDsmbmJz cDs8YSBocmVmPSJodHRwOi8vYXJsZHVhb3duLmNvbS90aXRsZXMwL3NxdWFyL0tFMTFZLyIgcmVs PSJub2ZvbGxvdyIgc3R5bGU9ImNvbG9yOiByZ2IoMTIxLCAxMjEsIDEyMSk7IG1hcmdpbjogMHB4 OyBwYWRkaW5nOiAwcHg7IGJhY2tncm91bmQ6IHRyYW5zcGFyZW50OyBvdXRsaW5lOiBub25lOyIg dGFyZ2V0PSJfYmxhbmsiPkhFTFAgJmFtcDsgU1VQUE9SVDwvYT4mbmJzcDsmYnVsbDsmbmJzcDs8 YSBocmVmPSJodHRwOi8vYXJsZHVhb3duLmNvbS90aXRsZXMwL3NxdWFyL0tFMTFZLyIgcmVsPSJu b2ZvbGxvdyIgc3R5bGU9ImNvbG9yOiByZ2IoMTIxLCAxMjEsIDEyMSk7IG1hcmdpbjogMHB4OyBw YWRkaW5nOiAwcHg7IGJhY2tncm91bmQ6IHRyYW5zcGFyZW50OyBvdXRsaW5lOiBub25lOyIgdGFy Z2V0PSJfYmxhbmsiPkFOU1dFUlM8L2E+Jm5ic3A7JmJ1bGw7Jm5ic3A7PGEgaHJlZj0iaHR0cDov L2FybGR1YW93bi5jb20vdGl0bGVzMC9zcXVhci9LRTExWS8iIHJlbD0ibm9mb2xsb3ciIHN0eWxl PSJjb2xvcjogcmdiKDEyMSwgMTIxLCAxMjEpOyBtYXJnaW46IDBweDsgcGFkZGluZzogMHB4OyBi YWNrZ3JvdW5kOiB0cmFuc3BhcmVudDsgb3V0bGluZTogbm9uZTsiIHRhcmdldD0iX2JsYW5rIj5D T05UQUNUIFVTPC9hPiZuYnNwOyZidWxsOyZuYnNwOzxhIGhyZWY9Imh0dHA6Ly9hcmxkdWFvd24u Y29tL3RpdGxlczAvc3F1YXIvS0UxMVkvIiByZWw9Im5vZm9sbG93IiBzdHlsZT0iY29sb3I6IHJn YigxMjEsIDEyMSwgMTIxKTsgbWFyZ2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYmFja2dyb3VuZDog dHJhbnNwYXJlbnQ7IG91dGxpbmU6IG5vbmU7IiB0YXJnZXQ9Il9ibGFuayI+VFdJVFRFUjwvYT4m bmJzcDsmYnVsbDsmbmJzcDs8YSBocmVmPSJodHRwOi8vYXJsZHVhb3duLmNvbS90aXRsZXMwL3Nx dWFyL0tFMTFZLyIgcmVsPSJub2ZvbGxvdyIgc3R5bGU9ImNvbG9yOiByZ2IoMTIxLCAxMjEsIDEy MSk7IG1hcmdpbjogMHB4OyBwYWRkaW5nOiAwcHg7IGJhY2tncm91bmQ6IHRyYW5zcGFyZW50OyBv dXRsaW5lOiBub25lOyIgdGFyZ2V0PSJfYmxhbmsiPklOU1RBR1JBTTwvYT4mbmJzcDsgJm5ic3A7 Jm5ic3A7ICZuYnNwOyZuYnNwOyAmbmJzcDsmbmJzcDsgJm5ic3A7Jm5ic3A7ICZuYnNwOzwvdGQ+ DQoJCQkJCQkJCQkJCQk8L3RyPg0KCQkJCQkJCQkJCQkJPHRyPg0KCQkJCQkJCQkJCQkJCTx0ZCBh bGlnbj0iY2VudGVyIiBzdHlsZT0ibWFyZ2luOiAwcHg7IGNvbG9yOiByZ2IoMTIxLCAxMjEsIDEy MSk7IHBhZGRpbmc6IDZweCAwcHggMTBweDsgZm9udC1zaXplOiAxMnB4OyIgdmFsaWduPSJtaWRk bGUiPg0KCQkJCQkJCQkJCQkJCQlTcXVhcmVzcGFjZSwgSW5jLiAyMjUgVmFyaWNrIFN0cmVldCwg MTJ0aCBGbG9vciwgTmV3IFlvcmssIE5ZIDEwMDE0PC90ZD4NCgkJCQkJCQkJCQkJCTwvdHI+DQoJ CQkJCQkJCQkJCQk8dHI+DQoJCQkJCQkJCQkJCQkJPHRkIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJt YXJnaW46IDBweDsgcGFkZGluZy1ib3R0b206IDU2cHg7IiB2YWxpZ249Im1pZGRsZSI+DQoJCQkJ CQkJCQkJCQkJCTxhIGhyZWY9Imh0dHA6Ly9hcmxkdWFvd24uY29tL3RpdGxlczAvc3F1YXIvS0Ux MVkvIiByZWw9Im5vZm9sbG93IiBzdHlsZT0iY29sb3I6IHJnYigxMjEsIDEyMSwgMTIxKTsgbWFy Z2luOiAwcHg7IHBhZGRpbmc6IDBweDsgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7IG91dGxpbmU6 IG5vbmU7IiB0YXJnZXQ9Il9ibGFuayI+PGltZyBhbHQ9InNxdWFyZXNwYWNlIiBoZWlnaHQ9IjE1 IiBzcmM9Imh0dHBzOi8vY2k2Lmdvb2dsZXVzZXJjb250ZW50LmNvbS9wcm94eS90RjRtUlozYnNJ bFJva1RRMFZCbXFhbnVJYWhHS3RIaVB0YXdIWWx4ZVFYcGx4bXUwRzB5MnRUdFd1ajdpMUFGakRv STkwemViVXR1YUVsRkxsRHAxTmR3bWZzSUk5aFVMZVQ3YWZaTV9jLWR4VEZjSi1iV3NZS01saXZ5 RDh6dlVrTFJMUzI2UlM4NWVQRT1zMC1kLWUxLWZ0I2h0dHA6Ly9zdGF0aWMuc3F1YXJlc3BhY2Uu Y29tL3VuaXZlcnNhbC9pbWFnZXMtdjYvbWFpbC1hc3NldHMvc3F1YXJlc3BhY2UtaWNvbi0yeC5w bmciIHN0eWxlPSJib3JkZXI6IDBweDsgbGluZS1oZWlnaHQ6IDE2cHg7IG91dGxpbmU6IG5vbmU7 IHBhZGRpbmc6IDExcHggMHB4IDQ1cHg7IiB3aWR0aD0iMTkiIC8+PC9hPjwvdGQ+DQoJCQkJCQkJ CQkJCQk8L3RyPg0KCQkJCQkJCQkJCQk8L3Rib2R5Pg0KCQkJCQkJCQkJCTwvdGFibGU+DQoJCQkJ CQkJCQk8L3RkPg0KCQkJCQkJCQk8L3RyPg0KCQkJCQkJCTwvdGJvZHk+DQoJCQkJCQk8L3RhYmxl Pg0KCQkJCQk8L3RkPg0KCQkJCTwvdHI+DQoJCQk8L3Rib2R5Pg0KCQk8L3RhYmxlPg0KCQk8cD4N CgkJCSZuYnNwOzwvcD4NCgk8L2JvZHk+DQo8L2h0bWw+DQo= From owner-freebsd-bugs@freebsd.org Sat Dec 2 16:30:14 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C13FAE5E8FB for ; Sat, 2 Dec 2017 16:30:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFC2875803 for ; Sat, 2 Dec 2017 16:30:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2GUD1a065615 for ; Sat, 2 Dec 2017 16:30:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224037] Kernel crashes when trying to mount certain USB keys reported as WriteProtected Date: Sat, 02 Dec 2017 16:30:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 16:30:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224037 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peter.henderson@ieee.org --- Comment #1 from Conrad Meyer --- *** Bug 224009 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 16:30:14 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C002E5E8F9 for ; Sat, 2 Dec 2017 16:30:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A15A75801 for ; Sat, 2 Dec 2017 16:30:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2GUD1W065615 for ; Sat, 2 Dec 2017 16:30:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224009] Kernel panic after failed attempt to mount locked sdcard. Date: Sat, 02 Dec 2017 16:30:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 16:30:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224009 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |DUPLICATE --- Comment #2 from Conrad Meyer --- Stack and probable cause matches PR 224037, but the newer one has more cont= ext so I'm marking this one the duplicate. *** This bug has been marked as a duplicate of bug 224037 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 16:30:39 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EE69E5E99D for ; Sat, 2 Dec 2017 16:30:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D060758EE for ; Sat, 2 Dec 2017 16:30:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2GUd3Y066248 for ; Sat, 2 Dec 2017 16:30:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224037] Kernel crashes when trying to mount certain USB keys reported as WriteProtected Date: Sat, 02 Dec 2017 16:30:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 16:30:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224037 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org CC| |cem@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 17:25:08 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D84B0E5FECC for ; Sat, 2 Dec 2017 17:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C666B770F9 for ; Sat, 2 Dec 2017 17:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2HP8Ur000183 for ; Sat, 2 Dec 2017 17:25:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224039] [PATCH] usr.bin/mandoc: add missing library descriptions Date: Sat, 02 Dec 2017 17:25:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: yuripv@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 17:25:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224039 Bug ID: 224039 Summary: [PATCH] usr.bin/mandoc: add missing library descriptions Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: yuripv@gmx.com Keywords: patch Created attachment 188473 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188473&action= =3Dedit add missing library descriptions mandoc's lib.in is currently missing descriptions for some libraries (these= are used for .Lb macro), and it's ugly, so fix it. While here, remove duplicate libppath entry. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 19:05:50 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FB39E672A7 for ; Sat, 2 Dec 2017 19:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD7379F74 for ; Sat, 2 Dec 2017 19:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2J5nDY096292 for ; Sat, 2 Dec 2017 19:05:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224040] edquota -h omits B prefix when diskusage <= 8kBytes Date: Sat, 02 Dec 2017 19:05:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bugReporter@ib-haakh.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 19:05:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224040 Bug ID: 224040 Summary: edquota -h omits B prefix when diskusage <=3D 8kBytes Product: Base System Version: 10.4-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: bugReporter@ib-haakh.de Hi, edquota psh leads to Quotas for user psh: /datM: in use: 11656956k, limits (soft =3D 29360128k, hard =3D 31457280k) inodes in use: 3742, limits (soft =3D 10000, hard =3D 15000) /datV: in use: 8k, limits (soft =3D 8000k, hard =3D 10240k) inodes in use: 1, limits (soft =3D 10000, hard =3D 15000) which is fine. You can edit and save your choices edquota -h psh: Quotas for user psh: /datM: in use: 11G, limits (soft =3D 28G, hard =3D 30G) inodes in use: 3742, limits (soft =3D 10k, hard =3D 15k) /datV: in use: 8192, limits (soft =3D 8000K, hard =3D 10M) inodes in use: 1, limits (soft =3D 10k, hard =3D 15k) ------------------^^ missing prefix B causes edquota: /datV: in use: 8192, limits (soft =3D 8000K, hard =3D 10M): bad fo= rmat with the patch applied: edquota -h psh leads to Quotas for user psh: /datM: in use: 11G, limits (soft =3D 28G, hard =3D 30G) inodes in use: 3742, limits (soft =3D 10k, hard =3D 15k) /datV: in use: 8192B, limits (soft =3D 8000K, hard =3D 10M) inodes in use: 1, limits (soft =3D 10k, hard =3D 15k) and the error is gone when saving changed values. The fix is simple: --- usr.sbin/edquota/edquota.c (Revision 326108) +++ usr.sbin/edquota/edquota.c (Arbeitskopie) @@ -506,7 +506,7 @@ if (hflag) { humanize_number(numbuf, blocks < 0 ? 7 : 6, - dbtob(blocks), "", HN_AUTOSCALE, HN_NOSPACE); + dbtob(blocks), "", HN_AUTOSCALE, HN_B | HN_NOSPACE); return (numbuf); } snprintf(numbuf, sizeof(numbuf), "%juk", (uintmax_t)dbtokb(blocks)); regards Andreas --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 19:39:41 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D256BE67DE4 for ; Sat, 2 Dec 2017 19:39:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C10087AE66 for ; Sat, 2 Dec 2017 19:39:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2JdfG4070426 for ; Sat, 2 Dec 2017 19:39:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220623] [patch] makewhatis crashes if a manpage has .ce active Date: Sat, 02 Dec 2017 19:39:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: yuripv@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 19:39:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220623 Yuri Pankov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuripv@gmx.com --- Comment #2 from Yuri Pankov --- Looks like this is no longer a problem with mandoc 1.14.3: $ uname -v FreeBSD 12.0-CURRENT #1 r326405+2933f3dd7df2(master) ........... $ sh 220623.sh ; echo $? without .ce /tmp/man//man1/a.1: Adding to database /tmp/man//man1/b.1: Adding to database with .ce /tmp/man//man1/a.1: Adding to database /tmp/man//man1/b.1: Adding to database 0 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 20:05:12 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A594E68960 for ; Sat, 2 Dec 2017 20:05:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 888957BFC3 for ; Sat, 2 Dec 2017 20:05:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2K5B5V040495 for ; Sat, 2 Dec 2017 20:05:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 209617] Confusing behavior of newlocale() and its incomplete manual page caused wctomb() to fail Date: Sat, 02 Dec 2017 20:05:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuripv@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 20:05:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209617 Yuri Pankov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuripv@gmx.com --- Comment #3 from Yuri Pankov --- Given that you didn't provide the code snippet and results, I'll just guess that you seem to be misunderstanding what newlocale(3) is about -- it simply creates the locale object to be used by *_l versions of the functions, i.e.= you should have used wctomb_l(3) with the locale object you created, or uselocale(3) to set current thread's locale. The meaning of NULL and LC_GLOBAL_LOCALE is described in xlocale(3). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Dec 2 20:13:35 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11F34E68BAA for ; Sat, 2 Dec 2017 20:13:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E96FB7C317 for ; Sat, 2 Dec 2017 20:13:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB2KDYm2059472 for ; Sat, 2 Dec 2017 20:13:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224040] edquota -h omits B prefix when diskusage <= 8kBytes Date: Sat, 02 Dec 2017 20:13:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.4-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 20:13:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224040 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --=20 You are receiving this mail because: You are the assignee for the bug.=