velopers are like artists; they produce their best work if they
have the freedom to do so" - Werner Vogels, CTO Amazon.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel
eferences to similar problems in prior test builds, but I
thought this was already patched? There linux-kernel mailing list archives
had a lengthy discussion about other .config setting dependencies, but I
couldn't find the "final word" on this issue.
I have documented the EXACT proce
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
Hi,
Where can I get the linux-2.4.0-test13pre3
--
Best regards,
linux-kernel mailto:[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
I have already read the diff from -rc8 and found nothing that helped me.
Any ideas? Further questions?
Wilfried
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.23-rc9
# Tue Oct 2 19:34:58 2007
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
CON
gevec_swap_free(struct pagevec *pvec);
unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping,
pgoff_t start, unsigned nr_pages);
unsigned pagevec_lookup_tag(struct pagevec *pvec,
--
All Rights Reversed
--
To unsubscribe from this list: send the line "unsub
F_MOVE_ALL) || page_mapcount(page) == 1) {
+ if (!isolate_lru_page(page)) {
+ get_page(page);
+ list_add_tail(&page->lru, pagelist);
+ }
+ }
}
static struct page *new_node_page(struct page *page, unsigne
ruct page *pa
1 << PG_swapcache |
1 << PG_writeback |
1 << PG_reserved |
+ 1 << PG_swapbacked |
1 << PG_buddy
bad_page(page);
--
hmem_aops = {
.writepage = shmem_writepage,
.set_page_dirty = __set_page_dirty_no_writeback,
#ifdef CONFIG_TMPFS
--
All Rights Reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at
+= shrink_inactive_list(nr_to_scan, zone, sc);
- if (ret >= nr_pages)
- return ret;
- }
}
return ret;
Index: linux-2.6.24-rc6-mm1/mm/vmstat.c
=======
--- linux-2.
s list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
rt_pfn);
+ zone->zone_start_pfn,
+ zone->inactive_ratio);
seq_putc(m, '\n');
}
--
All Rights Reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
* This reclaim occurs not because zone memory shortage but
-* because memory controller hits its limit.
-* Then, don't modify zone reclaim related data.
-*/
- nr[LRU_ACTIVE] = mem_cgroup_calc_reclaim_active(sc->m
truct node *node)
sysdev_remove_file(&node->sysdev, &attr_numastat);
sysdev_remove_file(&node->sysdev, &attr_distance);
+ scan_noreclaim_unregister_node(node);
+
sysdev_unregister(&node->sysdev);
}
--
All Rights Reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
e(page))
+ if (PageActive(page) || PageNoreclaim(page))
md->active++;
if (PageWriteback(page))
Index: linux-2.6.24-rc6-mm1/mm/memcontrol.c
=======
--- linux-2.6.24-rc6-mm1.orig/mm/memcontrol.c 2008-01-02 16:00:39.0
-0500
+
GHMEM
"HighTotal: %8lu kB\n"
"HighFree: %8lu kB\n"
@@ -194,6 +197,9 @@ static int meminfo_read_proc(char *page,
K(global_page_state(NR_INACTIVE_ANON)),
K(global_page_state(NR_ACTIVE_FILE)),
with split file/anon lists.
The exception is "Scan noreclaim list for reclaimable pages",
which should not be needed but could be a useful debugging tool.
--
All Rights Reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message
2,9 @@ static inline int page_reclaimable(struc
}
static inline void scan_zone_noreclaim_pages(struct zone *z) { }
static inline void scan_all_zones_noreclaim_pages(void) { }
+static inline void scan_mapping_noreclaim_pages(struct address_space *mapping)
+{
+}
static inline int scan_noreclaim_register_node(struct node *node)
{
return 0;
--
All Rights Reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
ing;
+
+ mapping_set_noreclaim(mapping);
+ return 0;
+}
+
static struct block_device_operations brd_fops = {
.owner =THIS_MODULE,
+ .open =brd_open,
.ioctl =brd_ioctl,
#ifdef CONFIG_BLK_DEV_XIP
.direct_access = b
02 16:01:21.0
-0500
+++ linux-2.6.24-rc6-mm1/mm/vmstat.c2008-01-02 17:09:20.0 -0500
@@ -693,6 +693,9 @@ static const char * const vmstat_text[]
#ifdef CONFIG_NORECLAIM
"nr_noreclaim",
#endif
+#ifdef CONFIG_NORECLAIM_MLOCK
+ "nr_mlock",
+#en
ge) && !try_to_release_page(page, 0))
return 0;
+ clear_page_mlock(page);
ret = remove_mapping(mapping, page);
return ret;
@@ -354,6 +357,7 @@ invalidate_complete_page2(struct address
if (PageDirty(page))
goto failed;
+ clear_p
return 0; }
+static inline int munlock_vma_pages_range(struct vm_area_struct *vma,
+ unsigned long start, unsigned long end) { return 0; }
#endif /* CONFIG_NORECLAIM_MLOCK */
--
All Rights Reversed
--
To unsubscribe from this list: send the line "unsubscribe linux
;< PG_mlocked |
1 << PG_buddy
bad_page(page);
@@ -656,7 +662,9 @@ static int prep_new_page(struct page *pa
page->flags &= ~(1 << PG_uptodate | 1 << PG_error | 1 << PG_readahead |
1 <&l
lru_cache_add_noreclaim(new_page);
+ else
+ lru_cache_add_anon(new_page);
swap_readpage(NULL, new_page);
return new_page;
}
--
All Rights Reversed
--
To unsubscribe from this list: send
enfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
audit(1163769770.723:3): policy loaded auid=4294967295
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
--
"Developers are like artists; they produce their best work if they
have the freedom t
like a wrong choice of gcc switches to user-mode programs. What
distribution are you using? try compiling failing programs from source with
conservative command line switches to gcc. See if things change.
Boaz
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Dear user of vger.kernel.org!
I am a spyware software developer.
Your account has been hacked by me in the summer of 2018.
I understand that it is hard to believe, but here is my evidence:
- I sent you this email from your account.
- Password from account linux-kernel@vger.kernel.org: qwerty (on
I greet you!
I have bad news for you.
06/28/2018 - on this day I hacked your operating system and got full access to
your account linux-kernel@vger.kernel.org
On that day your account (linux-kernel@vger.kernel.org) password was: qwerty
It is useless to change the password, my malware intercepts
Hello!
I'm a member of an international hacker group.
As you could probably have guessed, your account linux-kernel@vger.kernel.org
was hacked, because I sent message you from it.
Now I have access to you accounts!
For example, your password for linux-kernel@vger.kernel.org is qwerty
Wit
Hi, dear user of vger.kernel.org
We have installed one RAT software into you device.
For this moment your email account is hacked (see on "from address", I messaged
you from your account).
Your password for linux-kernel@vger.kernel.org: qwerty
I have downloaded all confidential inform
Hello!
I'm a programmer who cracked your email account and device about half year ago.
You entered a password on one of the insecure site you visited, and I catched
it.
Your password from linux-kernel@vger.kernel.org on moment of crack: qwerty
Of course you can will change your passwor
Zdravstvujte Vas interesuet parsing kontaktov?
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
Zdravstvujte Vas interesuyut klientskie bazy dannyh?
Zdravstvujte Vas interesuyut klientskie bazy dannyh?
Zdravstvujte Vas interesuyut bazy dannyh dlya prodazhi Vashih tovarov i uslug?
Клиентскиe базы Email:tsemnolutskytsemnol...@gmail.com skype: rwer.wqerq ICQ:
446444644 Собeрeм для Вac koнтakты тoльko Baших потенциальныx клиентов
нecкoльko дecятkoв тысяч мeнee чeм за сутkи
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of
the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Klientskie Bazy http://prodawez.tilda.ws/page7270311.html
Klientskie Bazy http://prodawez.tilda.ws/page7270311.html
Здравствуйте! Вас интересуют клиентские базы данных?
Здравствуйте! Вас интересуют клиентские базы данных?
Здравствуйте! Вас интересуют клиентские базы данных?
Zdravstvujte vas interesuyut klientskie bazy dannyh?
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
Здравствуйте! Вас интересуют клиентские базы данных?
Zdravstvujte! Vas interesuyut klientskie bazy dannyh?
Zdravstvujte! Vas interesuyut klientskie bazy dannyh?
Zdravstvujte! Vas interesuyut klientskie bazy dannyh?
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!
Klientskie bazy. Email: proda...@armyspy.com Uznajte podrobnee!
Klientskie bazy. Email: proda...@armyspy.com Uznajte podrobnee!
Здравствуйте! Вас интересуют клиентские базы данных?
VAS INTERESUYUT BAZY DANNYKH? - YOU ARE INTERESTED IN DATABASES?
Hello!
I'm a member of an international hacker group.
As you could probably have guessed, your account linux-kernel@vger.kernel.org
was hacked, I sent message you from it.
Now I have access to you accounts! You still do not believe it?
So, this is your password: qwerty , right?
Wit
Клиентские базы +79139230330 Skype: prodawez390 Email: prodawez...@gmail.com
Узнайте подробнее!
Клиентские базы +79139230330 Skype: prodawez390 Email: prodawez...@gmail.com
Узнайте подробнее!
videos show clearly you having fun and the content for adults you
were watching.. this is pretty nasty and I would be very worried
if I were you.
I have secured 2 videos:
linux-kernel@vger.kernel.org_1557074047.mp4 (119.1 MB)
linux-kernel@vger.kernel.org_1555285697.mp4 (64.5 MB)
You can verify
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
73233.doc
Description: MS-Word document
http://openvldhamme.vldhamme.be/heah/suyiar.yiptaphgbpigczriyjy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FA
configuration or the default optimization
method(s), if I remember correctly gcc optimizes for the platform (i.e.
i386, i486, i586, etc) it was configured for by default.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
t I could tell it appeared as if the BIOS had support for the PS/2
mouse port but the port pins themself had not been saudered onto the board
and for some reason the board alway thaught it had a PS/2 mouse and reported
as so to Windows.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
> regards,
>
> Rik
> --
> "What you're running that piece of shit Gnome?!?!"
>-- Miguel de Icaza, UKUUG 2000
>
> http://www.conectiva.com/ http://www.surriel.com/
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu
ith no admixtures. Just MHO, of
> course. What somebody else does in the privacy of their own trees is their
> bussiness, as always.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
Hi all,
I'm looking through the suggestions and stuff that I have gotten so far.
As for the extern "C" stuff I'm torn between fixing the headers internally
or making side-by-side header files for C++ users. Such as:
a.h exists. So I create a a.hpp which contains somthing like the following
hings.
First thing. Some had commented on my previous post that this did not
belong on the Linux kernel mailing list. I disagree with that assertion.
The goal of this project is to clean up the kernel headers so as they are
useable/compatible with those who wish to program their kernel modul
gt; works on any shell:
> >
> > make CC=egcs
>
> If you're going to get pedantic, that won't work either -- since the
> makefiles in kernels 2.0 and 2.2 expect $(CC) to include some compiler
> flags. This was fixed somewhere in 2.3.3x.
>
> Peter
> -
-
lined to think that the proper fix should be done unless something
important break in which case the ugly workaround can be used in those
limited cases. However my mind is open to be changed. After all the ugly
workaround would actually be easier for me, one Perl script.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Original Message -
From: "Alan Cox" <[EMAIL PROTECTED]>
To: "Linux Kernel Developer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 30, 2000 8:04 AM
Subject: Re: Need info on the use of certain datastructures and the first
C++
.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
Linux? Thanks for
your help.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
Christmas's decoration you
notice on the ceiling while lying on the sofa on an August afternoon.
--- Douglas Adams, The Meaning of Liff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
ble BIOS update. Shuttle also
seams to have gone downhill but that might have just been a one time
occurrence.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordom
Соберем для Вас по интернет базу данных контактов потенциальных клиентов для
массовой продажи Ваших товаров и услуг в городе, стране или в мире. В базе -
название, телефон, факс, местоположение, mail, имена руководителей или
сотрудников итд Узнайте об этом подробнее! тел +79139230330 Skype: prod
Соберем для Вас по интернет базу данных потенциальных клиентов для Вашего
Бизнеса! В базе будут все контактные данные необходимые для массовой продажи
Ваших товаров и услуг. По Вашему запросу пришлем пример и подробную информацию.
Если интересно запросите подробности сейчас Email:
bawupecoda-3.
Собeрeм gля Bac пo uнmернem бaзу данныx noтeнцuальныx kлиентов gля Baшегo
Бизнeса! B 6азe буqyт вce koнтakmные qaнные нeо6xоgимые gля масcoвой проqажи
Вaшuх mоваpов и yслyг. По Baшeму зaпроcy npишлем npuмep и noдpо6ную информацию.
Если инmеpесно запpoсите подpо6нocmи ceйчас МAЙЛ: oqissavip-2...@
Клиентские базы тел +79133913837 Email: lidiaakse...@gmail.com
Klientskie bazi tel +79133913837 Email: lidiaakse...@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo inf
Клиентские базы тел +79133913837 Email: lidiaakse...@gmail.com
Klientskie bazi tel +79133913837 Email: lidiaakse...@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo inf
On Mo, 2021-04-12 at 12:43 +0300, Andy Shevchenko wrote:
>
> On Mon, Apr 12, 2021 at 12:29 PM Steffen Dirkwinkel
> wrote:
> >
> > From: Steffen Dirkwinkel
> >
> > pmc_plt_clk* clocks are used for ethernet controllers so need to stay
> > turned on. This adds the affected board family to critclk_sy
On Mo, 2021-04-12 at 13:54 +0300, Andy Shevchenko wrote:
> CAUTION: External Email!!
>
>
> On Mon, Apr 12, 2021 at 1:39 PM linux-kernel-dev
> wrote:
> > On Mo, 2021-04-12 at 12:43 +0300, Andy Shevchenko wrote:
> > > On Mon, Apr 12, 2021 at 12:29 PM S
From: Patrick Brünn
On Tue, Dec 1, 2015 at 20:52:25 PST, shawn...@kernel.org wrote:
> On Thu, Nov 26, 2015 at 11:59:15AM +0100, linux-kernel-...@beckhoff.com wrote:
>> MX53_PAD_EIM_D27__UART2_RXD_MUX and MX53_PAD_EIM_D29__UART2_RTS input_val
>> must be configured as 0 instead of
clk[IMX5_CLK_TVE_EXT_SEL] = imx_clk_mux_flags("tve_ext_sel",
MXC_CCM_CSCMR1, 6, 1,
mx53_tve_ext_sel,
ARRAY_SIZE(mx53_tve_ext_sel), CLK_SET_RATE_PARENT);
clk[IMX5_CLK_TVE_GATE] = imx_clk_gate2("tve_gate", "tve_pred",
MXC_CCM_CCGR2, 30);
Holbrook
International Monetary Fund (IMF)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Klientskie bazi Tel/Viber/WhatsApp +79133913837 Email: mamontova...@gmail.com
Skype: prodawez389 ICQ: 6288862 FOTO ONLINE:
http://media.xtwind.com/images/2015/10/19/2ba70554b12778c54b6a8ac82a7cc178.png
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the
КЛИЕНТСКИЕ БАЗЫ!
Соберем для Вас по интернет базу данных потенциальных клиентов
для Вашего Бизнеса!
Много! Быстро! Недорого!
Узнайте об этом подробнее по
Тел: +79139393506
Viber: +79139393506
Whatsapp: +79139393506
Skype: prodawez389
Email: mnoskova...@gmail.com
КЛИЕНТСКИЕ БАЗЫ!
Соберем для Вас по интернет базу данных потенциальных клиентов
для Вашего Бизнеса!
Много! Быстро! Недорого!
Узнайте об этом подробнее по
Тел: +79133913837
Viber: +79133913837
Whatsapp: +79133913837
Skype: prodawez389
Email: vavdee...@gmail.com
КЛИЕHТСКИЕ БAЗЬI! Тел: +791З9З9З5oб
Клиентские базы тел +79139393506 (tеlеgгam_whatsapp_vibег) Skype: prodawez389
Email: prodawez...@yandex.ru
Клиентские базы тел +79133913837 (tеlеgгam_whatsaрр_vibег) Skype: prodawez389
Email: prodawez...@yandex.ru
Klientskie bazi Tel/Viber/WhatsApp +79133913837 Email: mamontova...@gmail.com
Skype: prodawez389 ICQ: 6288862 FOTO ONLINE:
http://media.xtwind.com/images/2015/10/19/2ba70554b12778c54b6a8ac82a7cc178.png
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the
1 - 100 of 169 matches
Mail list logo