[Bug 1926935] Re: just becomes a veggie after invalid opcode: 0000 in mm/slub.c:306

2021-05-03 Thread dns clerk
are you sure this is fixed:
https://github.com/torvalds/linux/commit/1b7e816fc80e668f0ccc8542cec20b9259abace1

I don't seem to be able to download the exact kernel source for 5.4.0-72.
Synaptic shows one but that only installs the /usr/share/doc files and no 
kernel source.

I downloaded one from here:
https://packages.ubuntu.com/focal-updates/all/linux-source-5.4.0/download

In that one slub.c is not fixed, the zero initialization has not been
added:

 
1456 static inline bool slab_free_freelist_hook(struct kmem_cache *s,
1457void **head, void **tail)
1458 {
1459 
1460 void *object;
1461 void *next = *head;
1462 void *old_tail = *tail ? *tail : *head;
1463 int rsize;
1464 
1465 /* Head and tail of the reconstructed freelist */
1466 *head = NULL;
1467 *tail = NULL;
1468 
1469 do {
1470 object = next;
1471 next = get_freepointer(s, object);
1472 
1473 if (slab_want_init_on_free(s)) {
1474 /*
1475  * Clear the object and the metadata, but don't 
touch
1476  * the redzone.
1477  */
1478 memset(object, 0, s->object_size);
1479 rsize = (s->flags & SLAB_RED_ZONE) ? 
s->red_left_pad
1480: 0;
1481 memset((char *)object + s->inuse, 0,
1482s->size - s->inuse - rsize);
1483 
1484 }
1485 /* If object's reuse doesn't have to be delayed */
1486 if (!slab_free_hook(s, object)) {
1487 /* Move object to the new freelist */
1488 set_freepointer(s, object, *head);
1489 *head = object;
1490 if (!*tail)
1491 *tail = object;
1492 }
1493 } while (object != old_tail);
1494 
1495 if (*head == *tail)
1496 *tail = NULL;
1497 
1498 return *head != NULL;
1499 }
1500 


 may not be what is actually running since none of the standard 
installation methods offers the real kernel source for 72 ...

What happened, especially looking at some corruption that seems to have
happened, might be the wrong slabs were messed with

Q is to me how often did that happen without showing a symptom

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926935

Title:
  just becomes a veggie after invalid opcode:  in mm/slub.c:306

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rtl8821ce-dkms/+bug/1926935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926935] Re: just becomes a veggie after invalid opcode: 0000 in mm/slub.c:306

2021-05-03 Thread dns clerk
... with 'zero initialization' I mean init the pointer to zero before
using...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926935

Title:
  just becomes a veggie after invalid opcode:  in mm/slub.c:306

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rtl8821ce-dkms/+bug/1926935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926935] Re: just becomes a veggie after invalid opcode: 0000 in mm/slub.c:306

2021-05-03 Thread dns clerk
'no additional information collected', did it twice, no change

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926935

Title:
  just becomes a veggie after invalid opcode:  in mm/slub.c:306

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rtl8821ce-dkms/+bug/1926935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926935] [NEW] just becomes a veggie after invalid opcode: 0000 in mm/slub.c:306

2021-05-03 Thread dns clerk
Public bug reported:

root@l420:~# lsb_release -rd
Description:Ubuntu 18.04.5 LTS
Release:18.04

root@l420:~# apt policy rtl8821ce-dkms
rtl8821ce-dkms:
  Installed: (none)
  Candidate: 5.5.2.1-0ubuntu3~18.04.1
  Version table:
 5.5.2.1-0ubuntu3~18.04.1 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe i386 
Packages


from 88XX12 driver 

got nowhere with wifi via alpha,


system was 'running', but things like sshd did not connect
network system was vegged out: ping works but no listeners working
this but did send the entire system into a tail spin

Had to hard power cycle to be able to do anything
Console did not answer either (no root prompts when hitting enter, on none of 
alt-f1 through alt-f6).

According to syslog the system was continuing to do stuff, only not very
useful (being by itself, no networking, no console beside answering to
'enter' with lf.

After reboot everything seemed fine, this continuation is appended after the 
syslog kernel bug.
There was no reboot after the kernel bug! It vegged along until I got a 
complaint that 
'there is no Internet' (wifi was out, phones did not connect for data).

dkms module:

88XXau   2252800  0
cfg80211  712704  4 iwldvm,iwlwifi,mac80211,88XXau

modinfo 88XXau:

filename:   /lib/modules/5.4.0-72-generic/updates/dkms/88XXau.ko
version:v5.6.4.2_35491.20191025
author: Realtek Semiconductor Corp.
description:Realtek Wireless Lan Driver
license:GPL
srcversion: 49179F33DEAFB11645E14A3
alias:  usb:v0846p9054d*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v20F4p809Bd*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v20F4p809Ad*dc*dsc*dp*ic*isc*ip*in*

 .

alias:  usb:v0BDAp881Bd*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v0BDAp881Ad*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v0BDAp8812d*dc*dsc*dp*ic*isc*ip*in*
depends:cfg80211
retpoline:  Y
name:   88XXau
vermagic:   5.4.0-72-generic SMP mod_unload modversions 
parm:   rtw_wireless_mode:int
parm:   rtw_ips_mode:The default IPS mode (int)
parm:   rtw_lps_level:The default LPS level (int)
parm:   rtw_lps_chk_by_tp:int
parm:   rtw_max_bss_cnt:int
parm:   rtw_usb_rxagg_mode:int
parm:   rtw_dynamic_agg_enable:int
parm:   rtw_tx_bw_mode:The max tx bw for 2.4G and 5G. format is the 
same as rtw_bw_mode (uint)
parm:   rtw_rx_ampdu_sz_limit_1ss:RX AMPDU size limit for 1SS link of 
each BW, 0xFF: no limitation (array of uint)
parm:   rtw_rx_ampdu_sz_limit_2ss:RX AMPDU size limit for 2SS link of 
each BW, 0xFF: no limitation (array of uint)
parm:   rtw_rx_ampdu_sz_limit_3ss:RX AMPDU size limit for 3SS link of 
each BW, 0xFF: no limitation (array of uint)
parm:   rtw_rx_ampdu_sz_limit_4ss:RX AMPDU size limit for 4SS link of 
each BW, 0xFF: no limitation (array of uint)
parm:   rtw_vht_enable:int
parm:   rtw_vht_rx_mcs_map:VHT RX MCS map (uint)
parm:   rtw_rf_config:int
parm:   rtw_country_code:The default country code (in alpha2) (charp)
parm:   rtw_channel_plan:The default chplan ID when rtw_alpha2 is not 
specified or valid (int)
parm:   rtw_excl_chs:exclusive channel array (array of uint)
parm:   rtw_qos_opt_enable:int
parm:   ifname:The default name to allocate for first interface (charp)
parm:   if2name:The default name to allocate for second interface 
(charp)
parm:   if2name:The default name to allocate for second interface 
(charp)
parm:   rtw_wowlan_sta_mix_mode:int
parm:   rtw_pwrtrim_enable:int
parm:   rtw_initmac:charp
parm:   rtw_special_rf_path:int
parm:   rtw_chip_version:int
parm:   rtw_rfintfs:int
parm:   rtw_lbkmode:int
parm:   rtw_network_mode:int
parm:   rtw_channel:int
parm:   rtw_mp_mode:int
parm:   rtw_wmm_enable:int
parm:   rtw_vrtl_carrier_sense:int
parm:   rtw_vcs_type:int
parm:   rtw_busy_thresh:int
parm:   rtw_ht_enable:int
parm:   rtw_bw_mode:int
parm:   rtw_ampdu_enable:int
parm:   rtw_rx_stbc:int
parm:   rtw_rx_ampdu_amsdu:int
parm:   rtw_tx_ampdu_amsdu:int
parm:   rtw_beamform_cap:int
parm:   rtw_lowrate_two_xmit:int
parm:   rtw_power_mgnt:int
parm:   rtw_smart_ps:int
parm:   rtw_low_power:int
parm:   rtw_wifi_spec:int
parm:   rtw_full_ch_in_p2p_handshake:int
parm:   rtw_antdiv_cfg:int
parm:   rtw_antdiv_type:int
parm:   rtw_drv_ant_band_switch:int
parm:   rtw_single_ant_path:int
parm:   rtw_switch_usb_mode:int
parm:   rtw_enusbss:int
parm:   rtw_hwpdn_mode:int
parm:   rtw_hwpwrp_detect:int
parm:   

[Bug 1888684] Re: lsp-plugins-jack: trying to overwrite '/usr/lib/lsp-plugins/lsp-plugins-r3d-glx.so', which is also in package lsp-plugins-common 1.1.22-0ubuntu1

2020-07-24 Thread DNS
It's fixed now in groovy, so bug can be closed :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888684

Title:
  lsp-plugins-jack:  trying to overwrite '/usr/lib/lsp-plugins/lsp-
  plugins-r3d-glx.so', which is also in package lsp-plugins-common
  1.1.22-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsp-plugins/+bug/1888684/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1558899] Re: Recent recipe version of FreeFont were failed to build

2020-01-05 Thread DNS
** Branch unlinked: lp:~vcs-imports-ii/freefont/trunk

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558899

Title:
  Recent recipe version of FreeFont were failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-freefont/+bug/1558899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1558899] Re: Recent recipe version of FreeFont were failed to build

2019-12-25 Thread DNS
Sorry for the very late reply. Just to inform you, i don't do devel
snapshots of freefont anymore at all, so this bug can be closed.

** Changed in: fonts-freefont (Ubuntu)
 Assignee: (unassigned) => DNS (dns)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558899

Title:
  Recent recipe version of FreeFont were failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-freefont/+bug/1558899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 370675] Re: No easy way to have a fully free install

2012-11-10 Thread DNS
** Changed in: linux-libre
   Status: New = In Progress

** Changed in: linux-libre
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/370675

Title:
  No easy way to have a fully free install

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-libre/+bug/370675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570838] Re: Warning in file /usr/share/applications/xarchiver.desktop: usage of MIME type multipart/x-zip is discouraged

2012-07-02 Thread DNS
Not sure why its still not fixed, i attach an update of the mime patch...
And here are builds with the new patch: 
https://launchpad.net/~dns/+archive/misc/+packages?field.name_filter=xarchiverfield.status_filter=publishedfield.series_filter=

** Bug watch added: Debian Bug tracker #656301
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656301

** Also affects: xarchiver (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656301
   Importance: Unknown
   Status: Unknown

** Patch added: 02-mime-types.patch
   
https://bugs.launchpad.net/ubuntu/+source/xarchiver/+bug/570838/+attachment/3211414/+files/02-mime-types.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/570838

Title:
  Warning in file /usr/share/applications/xarchiver.desktop: usage of
  MIME type multipart/x-zip is discouraged

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xarchiver/+bug/570838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 965757] [NEW] Provide unar (free unarchiver) support

2012-03-26 Thread DNS
Public bug reported:

rar and unrar are non-free packages, so i suggest to provide support of
a free package with good rar support, like the unarchiver package
(unar).

homepage: http://unarchiver.c3.cx/
ubuntu unar package: https://launchpad.net/ubuntu/+source/unar

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gnome

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/965757

Title:
  Provide unar (free unarchiver) support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/965757/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 965757] Re: Provide unar (better free rar) support

2012-03-26 Thread DNS
** Summary changed:

- Provide unar (free unarchiver) support
+ Provide unar (better free rar) support

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/965757

Title:
  Provide unar (better free rar) support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/965757/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 965757] Re: Provide unar (better free rar) support

2012-03-26 Thread DNS
** Bug watch added: GNOME Bug Tracker #646606
   https://bugzilla.gnome.org/show_bug.cgi?id=646606

** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=646606
   Importance: Unknown
   Status: Unknown

** Summary changed:

- Provide unar (better free rar) support
+ Use 'unar' rather than 'unrar' to extract RAR files

** Description changed:

- rar and unrar are non-free packages, so i suggest to provide support of
- a free package with good rar support, like the unarchiver package
- (unar).
+ unrar is a non-free package, so i suggest to provide support of a free
+ package with good unrar support, like the unarchiver package (unar).
  
  homepage: http://unarchiver.c3.cx/
  ubuntu unar package: https://launchpad.net/ubuntu/+source/unar

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/965757

Title:
  Use 'unar' rather than 'unrar' to extract RAR files

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/965757/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 954461] Re: [ICH - SiS SI7012, playback] No sound at all

2012-03-15 Thread DNS
Idk if this will help you, but for me somehow the kernel module was disabled, 
and by doing:
sudo modprobe snd_intel8x0
it is fixed for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/954461

Title:
  [ICH - SiS SI7012, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/954461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196225] Re: [needs-packaging] Sonic Visualiser

2012-03-10 Thread DNS
For those who cant wait, you can get the latest version 1.9 here (for 10.04 - 
12.04)  
https://launchpad.net/~dns/+archive/sound/+packages?field.name_filter=sonicfield.status_filter=publishedfield.series_filter=
btw I added a menu entry:)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/196225

Title:
  [needs-packaging] Sonic Visualiser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio/+bug/196225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367166] Re: [needs-packaging] ignuit

2012-03-02 Thread DNS
Here is the latest version 2.20.0
https://launchpad.net/~dns/+archive/gnu/+packages?field.name_filter=ignuitfield.status_filter=publishedfield.series_filter=
:-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/367166

Title:
  [needs-packaging] ignuit

To manage notifications about this bug go to:
https://bugs.launchpad.net/getdeb.net/+bug/367166/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878659] Re: lightning package has wrong upstream links for hardy - natty

2011-10-20 Thread DNS
** Also affects: launchpad
   Importance: Undecided
   Status: New

** Description changed:

- The lightning package has a wrong upstream link for hardy, lucid, maverick  
natty.
+ The lightning source package has a wrong upstream link for hardy, lucid, 
maverick  natty.
  It links to the Mozilla lightning extension 
https://launchpad.net/lightning-extension,
  but should link to GNU lightning https://launchpad.net/lightning.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878659

Title:
  lightning package has wrong upstream links for hardy - natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/878659/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878659] [NEW] lightning package has wrong upstream links for hardy - natty

2011-10-19 Thread DNS
Public bug reported:

The lightning package has a wrong upstream link for hardy, lucid, maverick  
natty.
It links to the Mozilla lightning extension 
https://launchpad.net/lightning-extension,
but should link to GNU lightning https://launchpad.net/lightning.

** Affects: lightning (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878659

Title:
  lightning package has wrong upstream links for hardy - natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightning/+bug/878659/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 469365] Re: terminatorX crashes after clicking on mouse grab button

2011-06-28 Thread DNS
For the lazy ones: You can download TerminatorX for *buntu Lucid,
Maverick, Natty  Oneiric @ https://launchpad.net/~dns/+archive/sound

Sunny greetings,
DNS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/469365

Title:
  terminatorX crashes after clicking on mouse grab button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/terminatorx/+bug/469365/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs