similar to: Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes

Displaying 20 results from an estimated 1000 matches similar to: "Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes"

2017 Sep 02
0
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On 08/30/2017 03:10 PM, Pasi K?rkk?inen wrote: > Hello everyone, > > Recently Nathan March reported on centos-virt list he's getting frequent Linux kernel crashes with Linux 4.9 LTS kernel because of the missing patch "tty: Fix ldisc crash on reopened tty". > > The patch was already merged upstream here: >
2017 Aug 30
3
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
Hello everyone, Recently Nathan March reported on centos-virt list he's getting frequent Linux kernel crashes with Linux 4.9 LTS kernel because of the missing patch "tty: Fix ldisc crash on reopened tty". The patch was already merged upstream here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=71472fa9c52b1da27663c275d416d8654b905f05 but then
2017 Sep 03
2
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On Sat, Sep 02, 2017 at 08:12:53AM -0500, Johnny Hughes wrote: > On 08/30/2017 03:10 PM, Pasi K?rkk?inen wrote: > > Hello everyone, > > > > Recently Nathan March reported on centos-virt list he's getting frequent Linux kernel crashes with Linux 4.9 LTS kernel because of the missing patch "tty: Fix ldisc crash on reopened tty". > > > > The patch was
2017 Sep 05
0
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
> > I have no issues rolling this patch in , while we wait on upstream, if > > it makes our tree more stable. > > > > I think we should do that.. What do others think? > I've had the patch deployed to a group of 32 hosts (with hundreds of vms) for about 10 days now and no sign of any issues. So I support it =) Cheers, Nathan
2017 Sep 20
0
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On 09/20/2017 03:10 AM, Pasi K?rkk?inen wrote: > On Tue, Sep 05, 2017 at 10:49:13AM -0700, Nathan March wrote: >>>> I have no issues rolling this patch in , while we wait on upstream, if >>>> it makes our tree more stable. >>>> >>> >>> I think we should do that.. What do others think? >>> >> >> I've had the patch
2017 Sep 20
2
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On Tue, Sep 05, 2017 at 10:49:13AM -0700, Nathan March wrote: > > > I have no issues rolling this patch in , while we wait on upstream, if > > > it makes our tree more stable. > > > > > > > I think we should do that.. What do others think? > > > > I've had the patch deployed to a group of 32 hosts (with hundreds of vms) > for about 10
2017 Aug 24
2
Major stability problems with xen 4.6.6
Just in case anyone else on this list is running into similar issues, I can confirm that the patch appears to have resolved this. I've opened https://bugs.centos.org/view.php?id=13713 It was so bad that having the system under load (with rpmbuild) and opening another ssh window or two would almost always cause the oops. Cheers, Nathan From: CentOS-virt
2006 Feb 15
3
Like Query Across Multiple Tables
Firstly, I''m still learning Ruby and rails, so there could be a very simple solution to this. I want to search across multiple tables with a "like" query eg: (SQL is probably the easiest way to describe it): select products.* from products inner join brands on products.brand_id = brands.id where products.name like ''%canon%'' or brands.name like
2005 Apr 05
0
Help Disecting kernel crash with ldisc
Hi Recently I upgraded my kernel to 2.6.11 (debian) and applied some patches from pom-ng (netfilter) and the iproute2-ss050330 package I have been experiencing a lot of crashes in the kernel (snip below) ================================== Apr 5 20:00:21 sydlxfw01 kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000221 Apr 5 20:00:21 sydlxfw01 kernel: printing eip:
2006 Mar 21
2
[PATCH] initramfs: CPIO unpacking fix
Unlink files, symlinks, FIFOs, devices etc. (except directories) before writing them when extracting CPIOs. This stops weird behaviour like: 1) writing through symlinks created in earlier CPIOs. eg foo->bar in the first CPIO. Having foo as a non-link in a subsequent CPIO, results in bar being written and foo remaining as a symlink. 2) if the first version of file foo is larger
2006 Apr 11
2
Finding items from two models - then merging them
I have a model, listings. Listings habtm categories and subcategories, which are seperate models. What I want to do is search categories for certain items, like so: @categories = Category.find(:all, :conditions => ["name LIKE ?", "#%{:search_string}%" and subcategories for the same: @subcategories = Subcategory.find(:all, :conditions => ["name LIKE ?",
2006 Feb 21
1
[PATCH] initramfs: multiple CPIO unpacking fix
The following patch unlinks (deletes) files, symlinks, FIFOs, devices etc before writing them when extracting CPIOs. It doesn't delete directories. This stops weird behaviour like: 1) writing through symlinks created in earlier CPIOs. eg foo->bar in the first CPIO. Having foo as a non link in a subsequent CPIO, results in bar being written and foo remaining as a symlink. 2)
2018 Jan 23
2
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
On Tue, Jan 23, 2018 at 4:50 PM, Nathan March <nathan at gt.net> wrote: > Hi, > > > Hmm.. isn't this the ldisc bug that was discussed a few months ago on > this > list, > > and a patch was applied to virt-sig kernel aswell? > > > > Call trace looks similar.. > > Good memory! I'd forgotten about that despite being the one who ran into >
2006 Apr 15
0
active record and tsearch2, works?
I have a search form; I grab the value and use it in a fulltext query: :conditions => ["idxfti @@ ''" + search_string + "''::tsquery and ...........] Characters in search_string like "?", ":", bomb active record. I tried a single tick and "\" to escape those, but active record still bombs (same queries via psql work). Suggestions?
2019 Feb 09
2
CentOS virt-sig Linux kernel 4.9.155 build
Hello everyone, Some of you might remember discussions earlier in 2017 (huh, long time ago) on centos-virt list about Linux kernel tty/ldisc related bug, which caused Xen dom0 kernel crashes for some people (and also more easy to trigger crashes on other arches, like on hp pa-risc), but the bug was difficult to reproduce for others/most people. Fix for this issue was merged to centos virt-sig
2018 Jan 24
2
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
On Tue, Jan 23, 2018 at 06:20:39PM -0600, Kevin Stange wrote: > On 01/23/2018 05:57 PM, Karl Johnson wrote: > > > > > > On Tue, Jan 23, 2018 at 4:50 PM, Nathan March <nathan at gt.net > > <mailto:nathan at gt.net>> wrote: > > > > Hi, > > > > > Hmm.. isn't this the ldisc bug that was discussed a few months ago on this
2018 Jan 23
0
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
Hi, > Hmm.. isn't this the ldisc bug that was discussed a few months ago on this list, > and a patch was applied to virt-sig kernel aswell? > > Call trace looks similar.. Good memory! I'd forgotten about that despite being the one who ran into it. Looks like that patch was just removed in 4.9.75-30 which I just upgraded this system to:
2018 Jan 24
0
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
On 01/23/2018 05:57 PM, Karl Johnson wrote: > > > On Tue, Jan 23, 2018 at 4:50 PM, Nathan March <nathan at gt.net > <mailto:nathan at gt.net>> wrote: > > Hi, > > > Hmm.. isn't this the ldisc bug that was discussed a few months ago on this > list, > > and a patch was applied to virt-sig kernel aswell? > > >
2018 Jan 24
0
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
On 01/24/2018 01:01 AM, Pasi K?rkk?inen wrote: > On Tue, Jan 23, 2018 at 06:20:39PM -0600, Kevin Stange wrote: >> On 01/23/2018 05:57 PM, Karl Johnson wrote: >>> >>> >>> On Tue, Jan 23, 2018 at 4:50 PM, Nathan March <nathan at gt.net >>> <mailto:nathan at gt.net>> wrote: >>> >>> Hi, >>> >>> >
2019 Feb 11
0
CentOS virt-sig Linux kernel 4.9.155 build
Hello, I built 4.9.155 for both el6 and el7, you can test them here: https://repo.aerisnetwork.com/archive/kernel-4.9.155-34.el6.x86_64.rpm https://repo.aerisnetwork.com/archive/kernel-4.9.155-34.el7.x86_64.rpm It works fine for me so far on el6, I'll update my pull request later on GitHub with this version. [root at node-tmp1 ~]# cat /proc/version Linux version 4.9.155-34.el6.x86_64