[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2021-03-12 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu Cosmic) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1834310 Title: Handle overflow for file-max Status in

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-08-22 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- xenial' to 'verification-done-xenial'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-55.60 --- linux (4.15.0-55.60) bionic; urgency=medium * linux: 4.15.0-55.60 -proposed tracker (LP: #1834954) * Request backport of ceph commits into bionic (LP: #1834235) - ceph: use atomic_t for ceph_inode_info::i_shared_gen

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-07-22 Thread Po-Hsu Lin
sysctl02 test passed with Bionic kernel. ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic ** Tags removed: verification-needed-cosmic ** Tags added: verification-done-cosmic -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-07-03 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- cosmic' to 'verification-done-cosmic'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-07-03 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- bionic' to 'verification-done-bionic'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-06-28 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Bionic) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Cosmic) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-06-28 Thread Po-Hsu Lin
** Description changed: == SRU Justification == - Currently, when writing + Currently, when writing 2^64-1 or 2^63 into file-max:    echo 18446744073709551616 > /proc/sys/fs/file-max - /proc/sys/fs/file-max will overflow and be set to 0 and make the system - stuck with "Too many open

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-06-27 Thread Po-Hsu Lin
https://lists.ubuntu.com/archives/kernel-team/2019-June/101655.html -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1834310 Title: Handle overflow for file-max Status in linux package

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-06-27 Thread Po-Hsu Lin
** Description changed: == SRU Justification == Currently, when writing    echo 18446744073709551616 > /proc/sys/fs/file-max - /proc/sys/fs/file-max will overflow and be set to 0 and crashed the - system. + /proc/sys/fs/file-max will overflow and be set to 0 and make the system + stuck

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-06-27 Thread Po-Hsu Lin
** Description changed: == SRU Justification == Currently, when writing    echo 18446744073709551616 > /proc/sys/fs/file-max - /proc/sys/fs/file-max will overflow and be set to 0. + /proc/sys/fs/file-max will overflow and be set to 0 and crashed the + system. - The upper and lower

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-06-26 Thread Po-Hsu Lin
** Description changed: == SRU Justification == Currently, when writing -echo 18446744073709551616 > /proc/sys/fs/file-max +    echo 18446744073709551616 > /proc/sys/fs/file-max /proc/sys/fs/file-max will overflow and be set to 0. The upper and lower limit need to be defined

[Kernel-packages] [Bug 1834310] Re: Handle overflow for file-max

2019-06-26 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Po-Hsu Lin (cypressyew) ** Description changed: + == SRU Justification == Currently, when writing - - echo 18446744073709551616 > /proc/sys/fs/file-max - +echo 18446744073709551616 > /proc/sys/fs/file-max +